diff --git a/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..14d26f436c8d4 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.111/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.111 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.111/AQBot_0.0.111_x64-setup.exe + InstallerSha256: D451197D6339EE0FD23346B08412DC3C5763A15B9A7525E9966040FD5968C7C4 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.111/AQBot_0.0.111_arm64-setup.exe + InstallerSha256: 28752BD33B28C132E1A8E86D040F3E9D671C2ABAEDBA8A147D548C2671722FE4 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.111/AQBot_0.0.111_x64_en-US.msi + InstallerSha256: E0C95814215AFDE9F63C351A9391DAB62691D643B941A22553254F4CFF22A3B5 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{914B1971-3403-4C5B-A80D-82AE1B81E96A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.111/AQBot_0.0.111_arm64_en-US.msi + InstallerSha256: 502294D232994CE46F5775D76DD4ACEFE85D3812733858CFC58E34CDDA7E15EA + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{E3773B58-258F-4484-9625-36BEF16C96F3}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..b2f8789b9d847 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.111/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.111 +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.111/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e336599f6912d --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.111 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - selection-toolbar: 过滤不可见选区,避免误弹工具栏 (#b5ae9c1) + - chat: 全局搜索适配浅色模式 mask 与提示样式 (#262551e) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.111 +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.111/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.111/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..223c594d4807a --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.111/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.111 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..210dd2f9201f2 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.113/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.113 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.113/AQBot_0.0.113_x64-setup.exe + InstallerSha256: ED1D2FF9818E44595DABF35274D0C43E98D0652BF869F36DE05ACBF61BAC7D77 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.113/AQBot_0.0.113_arm64-setup.exe + InstallerSha256: 0FB9B402C7ED0F794A54D8DD527C961AF115648FA75E6432E5DA9D00543CC33A + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.113/AQBot_0.0.113_x64_en-US.msi + InstallerSha256: 639208A1C8F5FF4B9EFA4A70231C8F375980FA735F0B2171EBB60DBF8FF6542A + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{4BABD5F3-9AFB-4A06-A4DA-6442293AF29D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.113/AQBot_0.0.113_arm64_en-US.msi + InstallerSha256: CAE645F5D8C969BA719756EEA69DE497A3098013CBC6D468F438406CD648733E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{1D3A1BEB-E7D9-4061-BF67-29D323FF3F0D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..e72f4eac0afc8 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.113/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.113 +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.113/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c4aaf13a5655 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.113 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - drawing: 完整适配 xAI Imagine 绘画模型识别与参数 (#d97285a) + - providers: 修复 xAI 模型同步 404 并移除目录状态条 (#09da182) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.113 +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.113/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.113/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..213580912a4f2 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.113/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.113 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 0000000000000..f07e3e8d833ad --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.17.0 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.17.0-x64.exe + InstallerSha256: C2B5CA0E7D36BA9DE82E52E377352BF887C9959C3164826989FC2980EF4099FD + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: 3ec9d337-6374-5d93-9484-d59100254d53 + AppsAndFeaturesEntries: + - DisplayVersion: 1.17.0 + InstallerType: nullsoft +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.17.0-x64.msi + InstallerSha256: B3F41B4F92591E511EA32D1DFD2C3ACB3DEC1B348B8BFED88DCE9126016DF569 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{D2DB34DB-12D8-49ED-885E-A4DE3EEED39D}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.17.0.61238 + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 0000000000000..76f28c1b79e3c --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.17.0 +PackageLocale: en-US +Publisher: Aircall +PublisherUrl: https://aircall.io/ +PrivacyUrl: https://aircall.io/privacy/ +Author: Aircall.io, Inc. +PackageName: Aircall Workspace +PackageUrl: https://aircall.io/download/ +License: Proprietary +LicenseUrl: https://legal.aircall.io/#end-user-license-agreement +Copyright: Copyright Aircall 2026 +CopyrightUrl: https://legal.aircall.io/#end-user-license-agreement +ShortDescription: Make, receive, and manage customer communications directly from your Mac or PC. +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +PurchaseUrl: https://aircall.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9917053c1d239 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.17.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 直接从 Mac 或 PC 收发和管理客户通信。 +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.yaml new file mode 100644 index 0000000000000..b3a2bc2526db3 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.17.0/Aircall.AircallWorkspace.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: Aircall.AircallWorkspace +PackageVersion: 1.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Akka/Cli/3.0.68/Akka.Cli.installer.yaml b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.installer.yaml new file mode 100644 index 0000000000000..1ec4a1ec58861 --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.68 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: akka.exe + PortableCommandAlias: akka +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.akka.io/3.0.68/akka_windows_amd64_3.0.68.zip + InstallerSha256: CF6ECD3BE55D1B071E094BF069EA5E53629E5DDE690E65E2C573FC658790DB1A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Akka/Cli/3.0.68/Akka.Cli.locale.en-US.yaml b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..106c189915907 --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.locale.en-US.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.68 +PackageLocale: en-US +Publisher: Akka +PublisherUrl: https://akka.io +PackageName: Akka CLI +PackageUrl: https://doc.akka.io/akka-cli/index.html +License: Business Source License 1.1 +ShortDescription: CLI for building and deploying Akka applications +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Akka/Cli/3.0.68/Akka.Cli.yaml b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.yaml new file mode 100644 index 0000000000000..08b01f7300205 --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.68/Akka.Cli.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.68 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 0000000000000..0ff793c708702 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.11 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.4.11/aliyun-cli-windows-3.4.11-amd64.zip + InstallerSha256: E1FEB461F68E200255CA0E96081947060F81526A45233B4DED030F8B43B2F188 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4d5c1124c93ee --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.11 +PackageLocale: en-US +Publisher: Alibaba Cloud +PublisherUrl: https://www.alibabacloud.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://www.alibabacloud.com/help/en/legal/latest/alibaba-cloud-international-website-privacy-policy +Author: Aliyun Computing Co., Ltd. +PackageName: Alibaba Cloud CLI +PackageUrl: https://www.alibabacloud.com/help/en/alibaba-cloud-cli +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: The Alibaba Cloud CLI is a tool to manage and use Alibaba Cloud resources through a command line interface. It is written in Go and built on the top of Alibaba Cloud OpenAPI. +Description: |- + Alibaba Cloud Command Line Interface (Alibaba Cloud CLI) is an open source tool built on the Alibaba Cloud SDK for Go. You can use the aliyun command to interact with other Alibaba Cloud services to manage your Alibaba Cloud resources. + Alibaba Cloud CLI can directly access the Alibaba cloud product OpenAPI. You can manage and maintain your own Alibaba Cloud resources by developing the shell script based on Alibaba Cloud CLI. Make sure that you have activated the cloud product you want to use and understand the API usage of the product. +Moniker: aliyun-cli +Tags: +- alibaba-cloud +- aliyun +ReleaseNotes: |- + What's Changed + - feat(openapi): extend --estimate-cost coverage (pricing context, SLS/openapi path, oss bridge, by-triple) and scripting contract by @api-tool-agent in https://github.com/aliyun/aliyun-cli/pull/1399 + New Contributors + - @api-tool-agent made their first contribution in https://github.com/aliyun/aliyun-cli/pull/1399 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.4.10...v3.4.11 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..14b2b35540871 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.11 +PackageLocale: zh-CN +Publisher: 阿里云 +PublisherUrl: https://www.aliyun.com/ +PublisherSupportUrl: https://github.com/aliyun/aliyun-cli/issues +PrivacyUrl: https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201902141711_54837.html +Author: 阿里云计算有限公司 +PackageName: 阿里云CLI +PackageUrl: https://help.aliyun.com/product/29991.html +License: Apache-2.0 +LicenseUrl: https://github.com/aliyun/aliyun-cli/blob/master/LICENSE +Copyright: Copyright (c) 2026-present, Alibaba Cloud All rights reserved. +ShortDescription: 阿里云命令行工具是用 Go 语言编写的, 基于阿里云 OpenAPI 打造的,用于管理阿里云资源的工具。通过下载和配置该工具,您可以在一个命令行方式下管理多个阿里云产品资源。 +Description: 阿里云命令行工具 CLI(Alibaba Cloud CLI)是基于阿里云开放 API 建立的管理工具。借助此工具,您可以通过调用阿里云开放 API 来管理阿里云产品。该命令行工具与阿里云开放 API 一一对应,灵活性高且易于扩展。您可基于该命令行工具对阿里云原生 API 进行封装,扩展出您想要的功能。 +Tags: +- 阿里云 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.4.11 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 0000000000000..293e7a7ba3c59 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.4.11/Alibaba.AlibabaCloudCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.4.11 +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 53d11205fecd8..9e96dbbf97972 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-28 +ReleaseDate: 2026-07-29 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.19.2/QoderUserSetup-x64.exe - InstallerSha256: 36AA434D28A09A2EB1E4E6549BDCC07F89C0A252BE9344AD3A02835591B013F8 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.20.1/QoderUserSetup-x64.exe + InstallerSha256: 99C629DC111DF2BEA974E0C077A690B06F7651B95E4039ED01D9A60E51119AA4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.installer.yaml b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.installer.yaml new file mode 100644 index 0000000000000..77fe3d00104de --- /dev/null +++ b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: advaith.CurrencyConverterCommandPalette +PackageVersion: 0.3.0 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerToys + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 +PackageFamilyName: AdvaithAJ.CurrencyConverterforCommandPalette_v0yv46xh6p59a +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter/releases/download/0.3.0/AdvaithAJ.CurrencyConverterforCommandPalette_0.3.0.0_x64__v0yv46xh6p59a.Msix + InstallerSha256: 2781C3D828538C6B9F9766F2D0B518DDAB5D84B27D4306AD71F104C5A397BBCD + SignatureSha256: 0214E3EBC33F11FE0EC8E78288B5587EADDD46F1BFA4858577A10811A73881F7 +- Architecture: arm64 + InstallerUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter/releases/download/0.3.0/AdvaithAJ.CurrencyConverterforCommandPalette_0.3.0.0_arm64__v0yv46xh6p59a.Msix + InstallerSha256: 55ED5B258EBB90F9EAA5A7A8041966E08AA1A94FBD081A0E5B455E4F77C5F102 + SignatureSha256: D1A8E733F6325F8DA6193253ED73ABC752A46FF5767F67D80B14A57170AB6FC2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.locale.en-US.yaml b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.locale.en-US.yaml new file mode 100644 index 0000000000000..d35970b0c5332 --- /dev/null +++ b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: advaith.CurrencyConverterCommandPalette +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: Advaith A J +PublisherUrl: https://github.com/Advaith3600 +PublisherSupportUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter/issues +PackageName: Currency Converter for Command Palette +PackageUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter +License: MIT +ShortDescription: Currency Converter +Tags: +- command-palette +- converter +- crypto +- currency +- currency-converter +- extension +- powertoys +- powertoys-command-palette +- windows-commandpalette-extension +ReleaseNotesUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter/releases/tag/0.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Advaith3600/Command-Palette-Currency-Converter/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.yaml b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.yaml new file mode 100644 index 0000000000000..3073905b40b1e --- /dev/null +++ b/manifests/a/advaith/CurrencyConverterCommandPalette/0.3.0/advaith.CurrencyConverterCommandPalette.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: advaith.CurrencyConverterCommandPalette +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/4.5.1/alagrede.znote.installer.yaml b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.installer.yaml new file mode 100644 index 0000000000000..9af862bdd77ab --- /dev/null +++ b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: alagrede.znote +PackageVersion: 4.5.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- DisplayName: znote 4.5.1 + ProductCode: d78f7af5-e430-5336-833a-b60cdee6f0ec +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alagrede/znote-app/releases/download/v4.5.1/znote-Setup-4.5.1.exe + InstallerSha256: B1DB307758649B330F03F87DE121D27B670F22D7B26B3BC4C84CC7694B4F1530 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/4.5.1/alagrede.znote.locale.en-US.yaml b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.locale.en-US.yaml new file mode 100644 index 0000000000000..540a480036f04 --- /dev/null +++ b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.locale.en-US.yaml @@ -0,0 +1,59 @@ +# 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: alagrede.znote +PackageVersion: 4.5.1 +PackageLocale: en-US +Publisher: alagrede +PublisherUrl: https://github.com/alagrede +PublisherSupportUrl: https://github.com/alagrede/znote-app/issues +PackageName: znote +PackageUrl: https://github.com/alagrede/znote-app +License: Freeware +ShortDescription: Markdown-based note-taking app for developers +Tags: +- dev +- editor +- electron +- markdown +- react +- znote +ReleaseNotes: |- + Znote 4.5.1 — MCP servers work out of the box, everywhere + 4.5.0 shipped MCP support tested from the dev environment — where the app + inherits the terminal's PATH and everything resolves. The packaged app + doesn't get that luxury, and Windows adds quirks of its own. This release + makes MCP servers start reliably on a fresh machine, on all three platforms. + Fixes + macOS / Linux + - MCP: the packaged app couldn't find npx / uvx (GUI apps get a + minimal PATH that ignores your shell config — version managers and + keg-only Homebrew installs like node@22 were invisible). Znote now + captures your login shell's PATH once and resolves commands exactly like + your terminal does + - MCP: ~ in a server's command, args or cwd + (e.g. --db-path ~/data/app.db) is now expanded properly + Windows + - MCP: npx servers failed on a fresh Node.js install with + ENOENT lstat ...\AppData\Roaming\npm — npm never creates its global + prefix folder until the first install -g. Znote now creates it + - MCP: server arguments carrying cmd.exe special characters broke the + launch — "mcp<2" was parsed as a file redirection ("The system cannot + find the file specified"), and paths with spaces split apart. Arguments + are now properly quoted + - MCP: a missing runtime showed a raw localized cmd.exe message instead + of the install hint. Znote now probes the command first and tells you + exactly what to install (winget install astral-sh.uv, …) + - MCP: a runtime installed via winget could stay invisible to the app + even after a reboot. Znote now reads the user/system PATH from the + registry — if a fresh terminal finds it, so does Znote + All platforms + - MCP: after installing a missing runtime, hitting Test again picks it + up immediately — no app restart needed (on Windows the cached PATH is + re-read from the registry) +ReleaseNotesUrl: https://github.com/alagrede/znote-app/releases/tag/v4.5.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://znote.io/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alagrede/znote/4.5.1/alagrede.znote.yaml b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.yaml new file mode 100644 index 0000000000000..cc3a652577a0f --- /dev/null +++ b/manifests/a/alagrede/znote/4.5.1/alagrede.znote.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: alagrede.znote +PackageVersion: 4.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.installer.yaml new file mode 100644 index 0000000000000..9ee08e8be1b33 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.3.0/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.3.0 +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-29 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/fdc67163a00c11ab6dca83cb370ce97a8c9fe125-263568892/Comate-win32-x64-user-setup.exe + InstallerSha256: A3F5E8455B30AB383D2175994C6B5DC21EA8CAB71A349135F2BBBB26FA20CC54 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 0000000000000..55412af3310a9 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.3.0/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.3.0 +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.3.0/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..48134d9513574 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.3.0/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.3.0 +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.3.0/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/3.3.0/Baidu.Comate.yaml new file mode 100644 index 0000000000000..234f4220da035 --- /dev/null +++ b/manifests/b/Baidu/Comate/3.3.0/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.3.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.installer.yaml b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.installer.yaml new file mode 100644 index 0000000000000..96f9b2e24de3f --- /dev/null +++ b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bennewitz.Ninja.ClaudeForge +PackageVersion: 2026.3.708 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ClaudeForge.exe + PortableCommandAlias: ClaudeForge +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JanusMael/ClaudeForge/releases/download/v2026.3.708/ClaudeForge-win-x64.zip + InstallerSha256: 32A460904EDA311DA201B6E0472B2C76857A7179C75E6D5A65B0F1F8B5C1D787 +- Architecture: arm64 + InstallerUrl: https://github.com/JanusMael/ClaudeForge/releases/download/v2026.3.708/ClaudeForge-win-arm64.zip + InstallerSha256: 2487D27F8D0D69C294D194A88BF54A0B5D9319913FA8FF8565350DAA5A9190BF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-08 diff --git a/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.locale.en-US.yaml b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.locale.en-US.yaml new file mode 100644 index 0000000000000..95498772d78d9 --- /dev/null +++ b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bennewitz.Ninja.ClaudeForge +PackageVersion: 2026.3.708 +PackageLocale: en-US +Publisher: Brian Bennewitz +PublisherUrl: https://github.com/JanusMael +PublisherSupportUrl: https://github.com/JanusMael/ClaudeForge/issues +PackageName: ClaudeForge +PackageUrl: https://github.com/JanusMael/ClaudeForge +License: MIT +ShortDescription: A cross-platform desktop editor for Claude Code (https://claude.ai/code) and Claude Desktop configuration files. +ReleaseNotesUrl: https://github.com/JanusMael/ClaudeForge/releases/tag/v2026.3.708 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JanusMael/ClaudeForge/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.yaml b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.yaml new file mode 100644 index 0000000000000..ea9929494f3ed --- /dev/null +++ b/manifests/b/Bennewitz/Ninja/ClaudeForge/2026.3.708/Bennewitz.Ninja.ClaudeForge.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: Bennewitz.Ninja.ClaudeForge +PackageVersion: 2026.3.708 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.installer.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.installer.yaml similarity index 78% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.installer.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.installer.yaml index b31dccb063df8..cbf4f53ee47a7 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.installer.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.2.3.25 +PackageVersion: 18.2.3.31 InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: ProcessLasso -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-29 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Process Lasso' Installers: - Architecture: x64 InstallerUrl: https://dl.bitsum.com/files/beta/processlassosetup64.exe - InstallerSha256: E94C6769DBE83D2C2B0397122DBAF3386F7C7F36A5C3512292340FD43397B882 + InstallerSha256: 7ECC6D254404F3C54A4261157EDD214AA85AE0DE3A8ECCF072CE320D60EEE780 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.en-US.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.en-US.yaml similarity index 99% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.en-US.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.en-US.yaml index 788e34e08adde..68ef277b4cc06 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.en-US.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.2.3.25 +PackageVersion: 18.2.3.31 PackageLocale: en-US Publisher: Bitsum PublisherUrl: https://bitsum.com/ diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml similarity index 98% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml index 513b5f7773eee..3b95dc660a43e 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.2.3.25 +PackageVersion: 18.2.3.31 PackageLocale: zh-CN License: 专有软件 ShortDescription: 实时 CPU 优化和自动化 diff --git a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.yaml b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.yaml similarity index 90% rename from manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.yaml rename to manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.yaml index cda093ec9473d..1c0f6cdeed634 100644 --- a/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.25/BitSum.ProcessLasso.Beta.yaml +++ b/manifests/b/BitSum/ProcessLasso/Beta/18.2.3.31/BitSum.ProcessLasso.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: BitSum.ProcessLasso.Beta -PackageVersion: 18.2.3.25 +PackageVersion: 18.2.3.31 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 0000000000000..da7cb4f1080fd --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.80 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.80/lark-cli-1.0.80-windows-amd64.zip + InstallerSha256: E0186422CF8094ADC006DEB046EECBC638EAC3EF979AD31FB6C2E3FD54ABF25B +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.80/lark-cli-1.0.80-windows-arm64.zip + InstallerSha256: DA099750907D2F3391721DA49933824134D0C950E1062D17178D36B536BD133B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..4bae855452312 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.80 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 59237f31046e562af8d3b4378ffd3e49b452be5a Feat/detect line text overlap (#2069) + - 29a6a7b600d16ad3418ede9ac01126f4f3f737e3 docs(slides): +create 的参数下沉到 create.md,主 skill 只留路由 (#2096) + - 358cd06838f924d41854253a4813b41470eb300f docs(slides): 补齐 shortcut 参数说明,修正 +xml-get --output 必填标注 (#2088) + - c7adff7a3b8419d6a28dcafe000efc2366fda134 feat(drive): add +member-list shortcut (#1795) + - 7988515e1c60c74ca0e1bdb1b88bfc15f65d68d5 feat(drive): add +permission-get-setting shortcut (#1738) + - c167163d70b88f115e3574e35b5b26fcd1c210e1 feat: propagate invocation metadata (#2097) + - b0b1ca4b5d80b275574348db626c97cb8ac9ca2f test(e2e): wait for base role update visibility (#2087) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.80 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..d6a054c07ced9 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.80 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..b2feed9d089e5 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.80 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.yaml new file mode 100644 index 0000000000000..56ff4401e9112 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.80/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.80 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.installer.yaml b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.installer.yaml new file mode 100644 index 0000000000000..9f78a7ba6cdcc --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.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: ByteDance.TraeWork +PackageVersion: 0.1.41 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo +ProductCode: '{8F316A45-DB23-480D-A345-3B00ECBCE79D}_is1' +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.61403/win32/TRAE_Work-Setup-x64.exe + InstallerSha256: 499BEAF6ADA557950035AF7CF939601AD333CE54D0ED78E29275F9BA9C6B96EF +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.61403/win32/TRAE_Work-Setup-x64.exe + InstallerSha256: 499BEAF6ADA557950035AF7CF939601AD333CE54D0ED78E29275F9BA9C6B96EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.locale.en-US.yaml new file mode 100644 index 0000000000000..5ec06ac9886f3 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.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: ByteDance.TraeWork +PackageVersion: 0.1.41 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://docs.trae.ai/docs/support +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: TRAE SOLO +PackageUrl: https://www.trae.ai/download +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://www.trae.ai/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3aa752cfa78f1 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.41 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.yaml b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.yaml new file mode 100644 index 0000000000000..7f02bd0142b81 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/0.1.41/ByteDance.TraeWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 0.1.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.installer.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.installer.yaml new file mode 100644 index 0000000000000..e4019d2e73e35 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.41 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- solo-cn +ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.61402/win32/TRAE_Work_CN-Setup-x64.exe + InstallerSha256: 4E51341BE9B6210AAB97D89730D9B9A0E6AEFBC6BFD6688176EA792447D6BED5 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.61402/win32/TRAE_Work_CN-Setup-x64.exe + InstallerSha256: 4E51341BE9B6210AAB97D89730D9B9A0E6AEFBC6BFD6688176EA792447D6BED5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..66f25dd166f04 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.41 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.cn/ +PublisherSupportUrl: https://docs.trae.cn/solo/support +PrivacyUrl: https://www.trae.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: TRAE SOLO CN +PackageUrl: https://www.trae.cn/ide/download +License: Proprietary +LicenseUrl: https://www.trae.cn/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: More than Coding +Description: TRAE SOLO is an AI-native workspace that offers web, desktop, and mobile clients. It features two modes—More Than Coding (MTC) and Code—designed for different user groups. TRAE SOLO builds upon the original TRAE IDE SOLO mode with further enhanced capabilities, aiming to provide users with a unified, efficient, and customizable AI collaboration experience that covers scenarios ranging from professional development to everyday office work. +Tags: +- ai +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://www.trae.cn/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.cn/solo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..342a772283f61 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TraeWork.CN +PackageVersion: 0.1.41 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: More than Coding +Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.cn/solo +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.yaml b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.CN.yaml new file mode 100644 index 0000000000000..d57ad81e6ddf1 --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/CN/0.1.41/ByteDance.TraeWork.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: ByteDance.TraeWork.CN +PackageVersion: 0.1.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.installer.yaml b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.installer.yaml new file mode 100644 index 0000000000000..ee7da014554f3 --- /dev/null +++ b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Canon.PublisherSelect +PackageVersion: 3.6.2 +InstallerType: exe +InstallerSwitches: + Silent: -i silent + SilentWithProgress: -i silent +Installers: +- Architecture: x64 + InstallerUrl: https://supportfiles.cpp.canon/publisherselect3/PublisherSelect_3.6.2.exe + InstallerSha256: 43F60474E987BBF566A519D658C38D5C758C207DDEB669CE263237DFF00DD94E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.locale.en-US.yaml b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.locale.en-US.yaml new file mode 100644 index 0000000000000..5ebf3b0ecfaf9 --- /dev/null +++ b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Canon.PublisherSelect +PackageVersion: 3.6.2 +PackageLocale: en-US +Publisher: Canon +PackageName: Publisher Select 3 +License: Proprietary +Copyright: (C) 2015 Flexera Software LLC +ShortDescription: A professional print job submission software for Canon and Océ wide-format printers, designed to manage, preview, and send multi-file applications. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.yaml b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.yaml new file mode 100644 index 0000000000000..24627727d107a --- /dev/null +++ b/manifests/c/Canon/PublisherSelect/3.6.2/Canon.PublisherSelect.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: Canon.PublisherSelect +PackageVersion: 3.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.installer.yaml b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.installer.yaml new file mode 100644 index 0000000000000..71ef290572565 --- /dev/null +++ b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.installer.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Cycl0o0.OpenDeezer +PackageVersion: 3.1.4 +InstallerType: portable +Commands: + - opendeezer +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Cycl0o0/OpenDeezer/releases/download/v3.1.4/opendeezer-tui-windows-amd64.exe + InstallerSha256: 57aca3445af9516a9c4be3aee22974e6b18bac64ec714c40ab7eaca3cb5cd4b9 +ReleaseDate: "2026-07-14" +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.locale.en-US.yaml b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.locale.en-US.yaml new file mode 100644 index 0000000000000..abbbd5c2d5532 --- /dev/null +++ b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Cycl0o0.OpenDeezer +PackageVersion: 3.1.4 +PackageLocale: en-US +Publisher: Cycl0o0 +PublisherUrl: https://github.com/Cycl0o0 +PublisherSupportUrl: https://github.com/Cycl0o0/OpenDeezer/issues +PackageName: OpenDeezer +PackageUrl: https://github.com/Cycl0o0/OpenDeezer +License: AGPL-3.0-only +LicenseUrl: https://github.com/Cycl0o0/OpenDeezer/blob/v3.1.4/LICENSE +PrivacyUrl: https://github.com/Cycl0o0/OpenDeezer/blob/main/PRIVACY.md +ShortDescription: Native terminal client for browsing and streaming a Deezer library. +Description: >- + OpenDeezer is an open-source terminal client that browses and streams a + Deezer library. It supports favorites, playlists, charts, artists, podcasts, + Flow, synchronized lyrics and library management. A Deezer account and access + to Deezer's proprietary service are required. OpenDeezer is not affiliated + with or endorsed by Deezer. +ReleaseNotesUrl: https://github.com/Cycl0o0/OpenDeezer/releases/tag/v3.1.4 +Moniker: opendeezer +Tags: + - deezer + - music + - tui + - terminal + - streaming + - download +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.yaml b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.yaml new file mode 100644 index 0000000000000..8edcf4b403a73 --- /dev/null +++ b/manifests/c/Cycl0o0/OpenDeezer/3.1.4/Cycl0o0.OpenDeezer.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Cycl0o0.OpenDeezer +PackageVersion: 3.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.installer.yaml new file mode 100644 index 0000000000000..b1a35bb16a319 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.33.0 +UpgradeBehavior: install +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.33.0/NoteGen_0.33.0_x64-setup.exe + InstallerSha256: AC6FB12F6842ED704CC0FD5E7BB88663EB1AB31D2B232D951B8C34019FB598A2 + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.33.0/NoteGen_0.33.0_x64_en-US.msi + InstallerSha256: C0FE823AD97F10DAABAEE24E362D01114D9552B2F546CD101FAA459C53156000 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F0CE75C3-D2F8-431A-93FF-D7BCA7BBD4BC}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-GB.yaml b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-GB.yaml new file mode 100644 index 0000000000000..ea07dc398c330 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-GB.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.33.0 +PackageLocale: en-GB +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organise fragmented knowledge. The organisation function is the bridge connecting recording and writing, which can organise continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organised results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognises content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + • 🏷️ Custom tags for better categorisation and differentiation of different recording scenarios. + • 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + • 📋 Clipboard recognition, which automatically recognises images or text in the clipboard after you copy them. + • 💾 Organisation, when you have completed a series of records, you can try to let AI help you organise them into an article. + Writing + • 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + • 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + • 📅 Version control, if you enable synchronisation, you can trace back to historically uploaded records in the history. + • 🤖 AI assistance, supporting Q&A, continuation, optimisation, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + • 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + • 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + • 📦 Large model support, with multiple built-in large model configurations, supporting customisation and easy switching. + • 👁️ OCR, which can assist in recognising text in images. + • 🏗️ Organisation templates, which can be customised for AI to organise different types of content. + • 🔎 Global search, for quickly searching and jumping to specified content. + • 🌃 Image hosting management, for convenient management of image hosting repository content. + • 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- bookmark +- clipping +- favourite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.33.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-US.yaml new file mode 100644 index 0000000000000..e78e1bf062071 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.33.0 +PackageLocale: en-US +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: © 2026 codexu +ShortDescription: A cross-platform AI note-taking application focused on recording and writing. +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organize fragmented knowledge. The organization function is the bridge connecting recording and writing, which can organize continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organized results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognizes content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + - 🏷️ Custom tags for better categorization and differentiation of different recording scenarios. + - 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + - 📋 Clipboard recognition, which automatically recognizes images or text in the clipboard after you copy them. + - 💾 Organization, when you have completed a series of records, you can try to let AI help you organize them into an article. + Writing + - 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + - 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + - 📅 Version control, if you enable synchronization, you can trace back to historically uploaded records in the history. + - 🤖 AI assistance, supporting Q&A, continuation, optimization, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + - 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + - 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + - 📦 Large model support, with multiple built-in large model configurations, supporting customization and easy switching. + - 👁️ OCR, which can assist in recognizing text in images. + - 🏗️ Organization templates, which can be customized for AI to organize different types of content. + - 🔎 Global search, for quickly searching and jumping to specified content. + - 🌃 Image hosting management, for convenient management of image hosting repository content. + - 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.33.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5b49a30cf4331 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.locale.zh-CN.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.33.0 +PackageLocale: zh-CN +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: 一款专注于记录和写作的跨端 AI 笔记应用。 +Description: |- + NoteGen 是一款专注于记录和写作的跨端 AI 笔记应用,基于 Tauri 开发。 + NoteGen 的核心理念是将记录、写作和 AI 结合使用,三者相辅相成。记录功能可以帮助用户快速捕捉和整理碎片化知识。整理功能是连接记录和写作的桥梁,可将持续记录的内容整理成一篇可读的笔记,辅助用户完成从零到一的创作过程,如果 AI 整理的结果无法满足你的要求,那么你可以使用写作功能自行去完善。 + 记录 + 记录方式支持: + 1. 🖥️ 截图记录,通过截图,用户可以快速捕捉和记录碎片化知识,尤其是在遇到无法进行文本复制的情况下。 + 2. 📄 文本记录,可以复制文本或者手动输入一些简短的内容作为一次记录。 + 3. 🖼️ 插图记录,可以在笔记生成时,自动插入到合适的位置。 + 4. 📇 文件记录,识别 PDF、md、html、txt 等文件内容,进行文字记录。 + 5. 🔗 链接记录(待实现),使用爬虫进行页面内容识别与记录。 + 6. 📷 拍照记录(待实现)功能类似于插图记录,调用相机记录,适合未来移动端。 + 辅助记录: + - 🏷️ 自定义标签,更好地归类和区分不同的记录场景。 + - 🤖 AI 对话,默认关联当前标签下的记录,你也可以手动去关联写作内的任何文章。 + - 📋 剪贴板识别,在你进行图片或文本复制后,会自动识别剪贴板中的图片或文本。 + - 💾 整理,当你已经完成了一系列的记录之后,可以尝试让 AI 帮你整理为一篇文章。 + 写作 + - 🗂 文件管理器,支持本地和 Github 仓库的文件和文件夹的管理,支持无限层级目录。 + - 📝 支持所见即所得、即时渲染、分屏预览三种模式。 + - 📅 版本控制,如果你开启了同步功能,可以在历史记录中回溯历史上传过的记录。 + - 🤖 AI 辅助,支持问答、续写、优化、精简、翻译等功能,且可以随时将记录插入到文章任何位置。 + - 🏞️ 图床,直接复制图片粘贴在 Markdown 编辑器中,将自动将此图片上传至图床,并转换为 Markdown 图片链接。 + - 🛠️ HTML、Markdown 转换,复制浏览器的内容,将自动转换为 Markdown 格式。 + 辅助 + - 📦 大模型支持,内置多种大模型配置,支持自定义,随意切换。 + - 👁️ OCR,可以辅助识别图片内的文字。 + - 🏗️ 整理模板,可自定义模板,方便 AI 对不同类型的内容进行定制化整理。 + - 🔎 全局搜索,可以快速搜索并跳转至指定的内容。 + - 🌃 图床管理,可以方便的管理图床仓库的内容。 + - 💎 主题与外观,支持深色主题,支持 Markdown、代码等外观设置。 +Tags: +- 书摘 +- 书签 +- 人工智能 +- 剪藏 +- 大语言模型 +- 收藏 +- 收藏夹 +- 知识 +- 知识库 +- 笔记 +ReleaseNotes: |- + 本次更新带来了全新的画布工作区,并显著增强 AI 检索、对话与跨端使用体验。 + 新功能 + - 新增画布工作区,支持流程图、思维导图、时间线、自由绘制、数据图表及多种格式导出。 + - 支持让 AI 根据笔记内容生成图表和画布,并可在确认后直接应用。 + - AI 支持自动联网搜索与知识库检索,并提供多层搜索降级机制。 + - 支持在对话中搜索、安装和移除第三方 Skill。 + - 移动端新增画布管理与编辑能力。 + 改进 + - 对话支持自动压缩上下文、探测模型容量并显示上下文使用情况,长对话更加稳定。 + - 完善图片识别与多轮图片上下文,AI 可以持续理解对话中的图片。 + - 重构文件管理器,改进拖放、文件监听、同步状态和系统回收站体验。 + - 优化长期记忆管理、Markdown 链接编辑、源码模式及编辑器显示设置。 + - 扩展图床与对象存储服务,并重新整理设置导航、搜索和移动端设置界面。 + - 新增记录浏览与保存偏好,以及关闭窗口行为和开机启动设置。 + 问题修复 + - 修复 Android 较低系统版本的样式兼容问题。 + - 修复移动端无法打开照片库、画布触控缩放、抽屉和工具栏交互等问题。 + - 修复 Gitee 私人令牌无法修改的问题。 + - 修复多处移动端按钮尺寸、页头间距和界面展示不一致的问题。 +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.33.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.yaml new file mode 100644 index 0000000000000..9c0b56de07f2a --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.33.0/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.33.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.installer.yaml b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.installer.yaml new file mode 100644 index 0000000000000..6ade5b7955fb4 --- /dev/null +++ b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DanielRadicheski.Prose +PackageVersion: 1.0.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Prose\Prose.exe + PortableCommandAlias: prose +Commands: +- prose +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danielRadiceski/prose/releases/download/v1.0.3/Prose-1.0.3-win64.zip + InstallerSha256: D46A160B741142C6E4B866A7BC0A43D8D2B3EA45B2A5C2DD089F4AAB076235E9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-23 diff --git a/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.locale.en-US.yaml b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.locale.en-US.yaml new file mode 100644 index 0000000000000..92bc2d46009d1 --- /dev/null +++ b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DanielRadicheski.Prose +PackageVersion: 1.0.3 +PackageLocale: en-US +Publisher: Daniel Radicheski +PublisherUrl: https://github.com/danielRadiceski +PublisherSupportUrl: https://github.com/danielRadiceski/prose/issues +PackageName: Prose +PackageUrl: https://github.com/danielRadiceski/prose +License: MIT +LicenseUrl: https://github.com/danielRadiceski/prose/blob/main/LICENSE +Copyright: Copyright (c) Daniel Radicheski +ShortDescription: System-wide AI voice dictation — hold a hotkey, speak, get clean text. +Description: |- + Prose is a system-wide voice dictation tool for Windows. Hold a hotkey, speak, and + cleaned-up text is pasted into whatever app is focused. + + It transcribes with Groq Whisper, then removes filler words and fixes punctuation + while preserving your exact wording — it will not swap your words for synonyms. + + Requires a free Groq API key, which Prose asks for on first launch. Your audio goes + only to Groq; Prose has no backend and collects no telemetry. +Moniker: prose +Tags: +- ai +- dictation +- productivity +- speech-to-text +- transcription +- voice +- whisper +ReleaseNotesUrl: https://github.com/danielRadiceski/prose/releases/tag/v1.0.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/danielRadiceski/prose/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.yaml b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.yaml new file mode 100644 index 0000000000000..2aac12479582f --- /dev/null +++ b/manifests/d/DanielRadicheski/Prose/1.0.3/DanielRadicheski.Prose.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: DanielRadicheski.Prose +PackageVersion: 1.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 0000000000000..b94f44df27bb6 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.10.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.10.0/databricks_cli_1.10.0_windows_amd64.zip + InstallerSha256: 29A6C0FAFD1335D54D13C7FB0433C31A5056A672AB6BB619D690A5451B7E1B0B +- Architecture: arm64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v1.10.0/databricks_cli_1.10.0_windows_arm64.zip + InstallerSha256: 8A9D177C8A26BF48E5DB603090959D0019C6FC7449578C06D57ABF6FCBBE980B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f17389128e6da --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.10.0 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + Release v1.10.0 (2026-07-29) + CLI + - ssh connect now supports specifying a serverless usage policy with --usage-policy-id + Bundles + - Fixed bundle deploy/bundle destroy failing when an app enters the transient DELETING state between plan and apply (e.g. with a saved plan); the delete is now treated as complete instead of erroring (direct engine only). + - Fixed bundle deploy/bundle destroy failing when an app is still in the transient DELETING state; the delete is now treated as complete instead of erroring (direct engine only). + - bundle destroy --force-lock now proceeds without a deployment lock when the workspace directory is at its child-node limit and cannot accept the lock file, so a deployment can still be torn down when the workspace is full. + - Empty-string values on optional (omitempty) resource fields are now dropped before deployment instead of being sent to the backend. This fixes deploys failing with errors like '' is not a valid cluster policy ID when a field such as policy_id was set to "" (often via a variable that resolved to an empty string). The behavior now matches between the terraform and direct engines and is reflected in bundle validate -o json. + - bundle validate and bundle deploy now reject a grant that is missing a principal with an error instead of a warning. Previously the deploy would start and, on the direct engine, create the securable before the grants PATCH failed (400 INVALID_PARAMETER_VALUE), leaving a partially-applied deployment. + - bundle validate and bundle deploy now reject a grant with an empty privileges list with an error. Previously, on the direct engine, such a grant never converged: the backend drops principals with no privileges, so every subsequent bundle plan reported the grant as a perpetual update. + - Fixes #6030: spurious update on catalog/schema/volume grants (direct engine); a principal granted ALL_PRIVILEGES no longer drifts when the backend also reports the concrete privileges it implies (#6064). + - Use vector search endpoint permission types that are supported by the backend (#6022). + Dependency Updates + - Bump github.com/databricks/databricks-sdk-go from v0.160.0 to v0.165.0. + - Upgrade Terraform provider to 1.123.0 +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v1.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.yaml new file mode 100644 index 0000000000000..f554e1c4b536d --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/1.10.0/Databricks.DatabricksCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 1.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.installer.yaml b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.installer.yaml new file mode 100644 index 0000000000000..5792e183872f0 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.33 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rmstale.exe + PortableCommandAlias: rmstale +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.33/rmstale_1.19.33_Windows_x86_64.zip + InstallerSha256: A0081C35B87F2AAE55FD28F54B74BBAA3BB3EB1A9EA0C9607A43728E7E61DA18 +- Architecture: x86 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.33/rmstale_1.19.33_Windows_i386.zip + InstallerSha256: B8B63589F2475DE969725ADD9957A30BB74236AD136EF2460513D780879CED62 +- Architecture: arm64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.33/rmstale_1.19.33_Windows_arm64.zip + InstallerSha256: 85B6936C978E3676781C17FFE82DB7A56A694ECE87771D252DFF5B14B9CBA8B5 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.locale.en-US.yaml b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.locale.en-US.yaml new file mode 100644 index 0000000000000..365c5db7b22cf --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.33 +PackageLocale: en-US +Publisher: danstis +PublisherUrl: https://github.com/danstis +PublisherSupportUrl: https://github.com/danstis/rmstale/issues +Author: Dan Anstis +PackageName: rmstale +PackageUrl: https://github.com/danstis/rmstale +License: MIT License +LicenseUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +Copyright: Copyright (c) Dan Anstis +CopyrightUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +ShortDescription: Tool to remove stale files. +Description: rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed. +Moniker: rmstale +Tags: +- chocolatey +- command-line-tool +- delete +- filesystem +- hacktoberfest +- management +ReleaseNotesUrl: https://github.com/danstis/rmstale/releases/tag/v1.19.33 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.yaml b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.yaml new file mode 100644 index 0000000000000..ac33855581498 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.33/danstis.rmstale.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: danstis.rmstale +PackageVersion: 1.19.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.installer.yaml b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.installer.yaml new file mode 100644 index 0000000000000..9d59669ca8595 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.34 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rmstale.exe + PortableCommandAlias: rmstale +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.34/rmstale_1.19.34_Windows_x86_64.zip + InstallerSha256: E304003018B035F8A425DCD2D33052EF8F743D55C78AB752DCF6E98063F50558 +- Architecture: x86 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.34/rmstale_1.19.34_Windows_i386.zip + InstallerSha256: 8FA30E12399D3D6120A6128E6B3271479D46F20FEA71E66E3F2D420826C81E95 +- Architecture: arm64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.34/rmstale_1.19.34_Windows_arm64.zip + InstallerSha256: D06409CBCE259F71DEA4752FEB6ADF22A0624655F3D9D58844BC237AF41BD863 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.locale.en-US.yaml b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.locale.en-US.yaml new file mode 100644 index 0000000000000..7c003199c6fce --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.34 +PackageLocale: en-US +Publisher: danstis +PublisherUrl: https://github.com/danstis +PublisherSupportUrl: https://github.com/danstis/rmstale/issues +Author: Dan Anstis +PackageName: rmstale +PackageUrl: https://github.com/danstis/rmstale +License: MIT License +LicenseUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +Copyright: Copyright (c) Dan Anstis +CopyrightUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +ShortDescription: Tool to remove stale files. +Description: rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed. +Moniker: rmstale +Tags: +- chocolatey +- command-line-tool +- delete +- filesystem +- hacktoberfest +- management +ReleaseNotesUrl: https://github.com/danstis/rmstale/releases/tag/v1.19.34 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.yaml b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.yaml new file mode 100644 index 0000000000000..9f3ea08440f1b --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.34/danstis.rmstale.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: danstis.rmstale +PackageVersion: 1.19.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 0000000000000..8b054650d07c5 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.4 +UpgradeBehavior: install +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.4/Mini-Term_0.8.4_x64-setup.exe + InstallerSha256: F25DBF2DEC6666179566588E49A1B242439EE32922228F9F2B5CBCB0F0177DA0 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.4/Mini-Term_0.8.4_x64_en-US.msi + InstallerSha256: 13AE900C4D8B28CC5B064D8443D9C0E14786974629670B298F064014C6318BD2 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{AEF7904A-FE40-4FBE-BEF6-8649486E2E44}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 0000000000000..6af9c6009cfc5 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.4 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f24d2d1ad9051 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,88 @@ +# 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.4 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + 更新内容 + 界面动效 + - 弹窗、菜单、抽屉统一进出场动画 — 此前所有弹窗都是瞬间出现、关闭直接消失。现在遮罩淡入、面板从上方落下并放大到位;关闭时反向播完再卸载,这段时间面板已退出覆盖物栈,不再响应点击与 Esc,内容也被冻结,不会在淡出过程中变空。右键菜单改为从光标位置展开(贴边翻转时展开原点跟着换角),右侧抽屉与终端查找条补上滑入 + - 切换终端与新建分屏的过渡 — 同一格子里切换终端时新终端淡入并轻抬;新分出来的 pane 淡入并放大到位 + - 抽屉内 Sessions / Git 切换 — 选中态改为一块底色滑过去,内容区横向淡入,替代原先两边各自亮灭 + - 系统关掉窗口动画时仍保留转场 — Windows 关闭「动画效果」会让 WebView 报告 prefers-reduced-motion: reduce,此前应用内所有动画会被一并压掉,这套新动效在这些机器上等于不存在。现在浮层与终端切换的一次性转场照常播放,只停掉状态点闪烁这类循环动画 + 修复 + - 侧拉抽屉被分屏分隔线压住 — 抽屉层级低于分屏分隔条,Sessions / Git 面板上会看到一根穿过去的竖线 + 下载 + + | 平台 | 文件 | + | --------------------- | ------------------------------ | + | Windows (推荐) | Mini-Term_0.8.4_x64-setup.exe | + | Windows (MSI) | Mini-Term_0.8.4_x64_en-US.msi | + | macOS (Apple Silicon) | Mini-Term_0.8.4_aarch64.dmg | + | Linux (Debian/Ubuntu) | Mini-Term_0.8.4_amd64.deb | + | Linux (Fedora/RHEL) | Mini-Term-0.8.4-1.x86_64.rpm | + | Linux (通用) | Mini-Term_0.8.4_amd64.AppImage | + + macOS 未签名,首次打开若提示「已损坏」,请在终端执行:xattr -cr /Applications/Mini-Term.app + 完整变更:https://github.com/dreamlonglll/mini-term/compare/v0.8.3...v0.8.4 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.8.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.yaml new file mode 100644 index 0000000000000..264907600209e --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.4/dreamlonglll.Mini-Term.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.installer.yaml new file mode 100644 index 0000000000000..cf70002e17677 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.32.9 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{CBC05ECF-EACC-4EF8-9053-D619FA2FEB0E}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{22022AB8-C6D7-EF20-3444-3FDF9543E00A}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.32+9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.32_9.msi + InstallerSha256: F6079D2975E9B7F9707B18EC6A24841FA327AAFA749B032C4AB74CDF9746B76E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..759d1906fc167 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.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: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.32.9 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 11 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-11 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.32+9 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..21be382ed5479 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.32.9 +PackageLocale: zh-CN +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.yaml new file mode 100644 index 0000000000000..c84f622b40a6e --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/11/JDK/11.0.32.9/EclipseAdoptium.Temurin.11.JDK.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: EclipseAdoptium.Temurin.11.JDK +PackageVersion: 11.0.32.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.installer.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.installer.yaml new file mode 100644 index 0000000000000..63d3d23f88717 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.installer.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.20.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jar +- jarsigner +- java +- javac +- javadoc +- javap +- javaw +- jconsole +- jdeprscan +- jdeps +- jlink +- jmod +- jps +- jshell +- jstat +- keytool +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{D025A89E-0F8A-43B3-8137-189B37481569}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- UpgradeCode: '{3385E798-4714-23E5-45F0-9C71471240FA}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.20+8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.20_8.msi + InstallerSha256: 1A8EC6023937B94E26691A2369E9F99DFEAE3A25351A7E4F9320828AAE481898 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.locale.en-US.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..d4f32a846e1d5 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.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: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.20.8 +PackageLocale: en-US +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK is the open source Java SE build based upon OpenJDK. +Moniker: temurin-jdk-17 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.20+8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..62ef87338f638 --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.20.8 +PackageLocale: zh-CN +Publisher: Eclipse Adoptium +PublisherUrl: https://adoptium.net/ +PublisherSupportUrl: https://adoptium.net/support/ +PrivacyUrl: https://www.eclipse.org/legal/privacy.php +Author: Eclipse Foundation +PackageName: Eclipse Temurin JDK with Hotspot 17 +PackageUrl: https://adoptium.net/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://github.com/adoptium/jdk/blob/HEAD/LICENSE +Copyright: Copyright © Eclipse Foundation. All Rights Reserved. +ShortDescription: Eclipse Temurin JDK 是基于 OpenJDK 构建的开源 Java SE。 +Tags: +- java +- jdk +- jre +- jvm +- openjdk +ReleaseNotesUrl: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.20+8 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://adoptium.net/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://adoptium.net/docs/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.yaml b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.yaml new file mode 100644 index 0000000000000..57db0a1594a3b --- /dev/null +++ b/manifests/e/EclipseAdoptium/Temurin/17/JDK/17.0.20.8/EclipseAdoptium.Temurin.17.JDK.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: EclipseAdoptium.Temurin.17.JDK +PackageVersion: 17.0.20.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EditorConfig-Checker/EditorConfig-Checker/3.8.0/EditorConfig-Checker.EditorConfig-Checker.installer.yaml b/manifests/e/EditorConfig-Checker/EditorConfig-Checker/3.8.0/EditorConfig-Checker.EditorConfig-Checker.installer.yaml index 6be8e8347ce84..b91e5eee9cab5 100644 --- a/manifests/e/EditorConfig-Checker/EditorConfig-Checker/3.8.0/EditorConfig-Checker.EditorConfig-Checker.installer.yaml +++ b/manifests/e/EditorConfig-Checker/EditorConfig-Checker/3.8.0/EditorConfig-Checker.EditorConfig-Checker.installer.yaml @@ -17,16 +17,19 @@ Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: bin/ec-windows-386.exe + PortableCommandAlias: editorconfig-checker InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-windows-386.zip InstallerSha256: 02043D79BC12AC05CE40B78A55AB7FB9E18BEFA6239A13812C3A4997CE3D487B - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: bin/ec-windows-amd64.exe + PortableCommandAlias: editorconfig-checker InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-windows-amd64.zip InstallerSha256: 7EC31E1A6A9983AA2A4942CB66DFD35E8B61E76263460413988438AE1426906A - Architecture: arm64 NestedInstallerFiles: - RelativeFilePath: bin/ec-windows-arm64.exe + PortableCommandAlias: editorconfig-checker InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.8.0/ec-windows-arm64.zip InstallerSha256: A05E52BFEC8C2F06AAC736A89706644A75E24AADD066572DB4FC672A80E7C8B9 ManifestType: installer diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.installer.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.installer.yaml new file mode 100644 index 0000000000000..b79848681fe0e --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 4.5.1.201 +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- egnyte +- egnyte-credentials +FileExtensions: +- egnyte_d +- egnyte_f +- gdoc +- gsheet +- gslides +ProductCode: '{D205BFAE-B251-4EDF-B4DF-5ABF19F96B59}' +ReleaseDate: 2026-07-22 +AppsAndFeaturesEntries: +- UpgradeCode: '{03909D9B-F5F2-41F3-ABF9-4FCE077F028D}' +Installers: +- Architecture: x64 + InstallerUrl: https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/4.5.1/EgnyteDesktopApp_4.5.1_201.msi + InstallerSha256: B2692AD9845E43AFEDF4ECA49BE6B96C6BD895A9C4249DCD32C5C9231DC2474D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.locale.en-US.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.locale.en-US.yaml new file mode 100644 index 0000000000000..d7ae79ee9dfed --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.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: Egnyte.EgnyteDesktopApp +PackageVersion: 4.5.1.201 +PackageLocale: en-US +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: Proprietary +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2026 Egnyte, Inc. All rights reserved. +ShortDescription: The Desktop App provides access to content on Egnyte from your file explorer, allowing you to work with content on the cloud the same way you work with content stored locally. +Moniker: egnyte +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotes: |- + Changes in this version + - Fix for a rare issue when the user was not able to list directories in case of an unstable network connection. + - Support for keeping the historical version of files edited via Bluebeam's Revu.exe +PurchaseUrl: https://www.egnyte.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dcd9a4306fe85 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Egnyte.EgnyteDesktopApp +PackageVersion: 4.5.1.201 +PackageLocale: zh-CN +Publisher: Egnyte, Inc. +PublisherUrl: https://www.egnyte.com/ +PrivacyUrl: https://www.egnyte.com/privacy-policy +Author: Egnyte, Inc. +PackageName: Egnyte Desktop App +PackageUrl: https://www.egnyte.com/file-access/desktop-access +License: 专有软件 +LicenseUrl: https://www.egnyte.com/terms-and-conditions/10-2022 +Copyright: Copyright © 2008-2026 Egnyte, Inc. All rights reserved. +ShortDescription: Egnyte 桌面应用可让您从文件资源管理器访问 Egnyte 上的内容,让您可以像处理本地存储的内容一样处理云上的内容。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +PurchaseUrl: https://www.egnyte.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.yaml b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.yaml new file mode 100644 index 0000000000000..14b6fba8e06c6 --- /dev/null +++ b/manifests/e/Egnyte/EgnyteDesktopApp/4.5.1.201/Egnyte.EgnyteDesktopApp.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: Egnyte.EgnyteDesktopApp +PackageVersion: 4.5.1.201 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.installer.yaml b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.installer.yaml new file mode 100644 index 0000000000000..8d5ea09f09603 --- /dev/null +++ b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.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: EpicGames.LoreDesktop +PackageVersion: 0.8.503 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 18cc3238-9b1f-58dd-9d8a-4bea0f00a914 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lore.org/desktop/updates/stable/lore-desktop-v0.8.503-win-x86_64.exe + InstallerSha256: 40D692BFF85D1BEFE40B9B6E7A203EA4FB1A987E49052ABC55A1EB3959D4984C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.locale.en-US.yaml b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..0d8d31374157b --- /dev/null +++ b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EpicGames.LoreDesktop +PackageVersion: 0.8.503 +PackageLocale: en-US +Publisher: epicgames.com +PublisherUrl: https://lore.org/ +PublisherSupportUrl: https://github.com/EpicGames/lore/issues +PrivacyUrl: https://legal.epicgames.com/epicgames/privacy-policy +Author: Epic Games, Inc. +PackageName: Lore Desktop +PackageUrl: https://lore.org/ +License: Freeware +LicenseUrl: https://legal.epicgames.com/epicgames/tos +Copyright: Copyright (c) 2026 Epic Games, Inc. +CopyrightUrl: https://legal.epicgames.com/epicgames/tos +ShortDescription: Next-Generation Open Source Version Control +Description: Lore is an open source version control system designed for unprecedented scalability of both data and teams. It is optimized for projects that combine code with large binary assets, including games and entertainment, and caters for the needs of developers and artists alike. +Tags: +- vcs +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://epicgames.github.io/lore/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.locale.zh-CN.yaml b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2e38b1a0b33a0 --- /dev/null +++ b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.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: EpicGames.LoreDesktop +PackageVersion: 0.8.503 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 下一代开源版本控制 +Description: Lore 是一款开源版本控制系统,旨在为数据和团队提供前所未有的扩展性。它针对代码与大型二进制资产结合的项目(包括游戏和娱乐行业)进行了优化,同时满足开发人员和艺术家的需求。 +Tags: +- 版本控制系统 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://epicgames.github.io/lore/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.yaml b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.yaml new file mode 100644 index 0000000000000..65bfd92114e78 --- /dev/null +++ b/manifests/e/EpicGames/LoreDesktop/0.8.503/EpicGames.LoreDesktop.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: EpicGames.LoreDesktop +PackageVersion: 0.8.503 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.installer.yaml b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.installer.yaml new file mode 100644 index 0000000000000..47fea24383447 --- /dev/null +++ b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FahrenheitResearch.BowEcho +PackageVersion: 0.34.2 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- bowecho +ReleaseDate: 2026-07-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FahrenheitResearch/bowecho/releases/download/v0.34.2/bowecho-windows-x64.exe + InstallerSha256: 49EE17B19AC9A06A8CBDE60B3EC0714BF413657568CAB521A111540BA4C79FD9 +- Architecture: arm64 + InstallerUrl: https://github.com/FahrenheitResearch/bowecho/releases/download/v0.34.2/bowecho-windows-arm64.exe + InstallerSha256: 1B71302EB898AA2D78A0F0D95D37DD67BAB2E8EC6D9715BCFCF446B729B4ADA8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.locale.en-US.yaml b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.locale.en-US.yaml new file mode 100644 index 0000000000000..eea05ff2835e3 --- /dev/null +++ b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FahrenheitResearch.BowEcho +PackageVersion: 0.34.2 +PackageLocale: en-US +Publisher: Fahrenheit Research +PublisherUrl: https://github.com/FahrenheitResearch +PublisherSupportUrl: https://github.com/FahrenheitResearch/bowecho/issues +Author: Fahrenheit Research +PackageName: BowEcho +PackageUrl: https://github.com/FahrenheitResearch/bowecho +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/FahrenheitResearch/bowecho/blob/main/LICENSE-APACHE +Copyright: Copyright © Fahrenheit Research. MIT OR Apache-2.0. +CopyrightUrl: https://github.com/FahrenheitResearch/bowecho/blob/main/LICENSE-MIT +ShortDescription: Fast, free, native NEXRAD Level II radar viewer — live storm-scale radar in a single small download +Description: 'BowEcho — A fast, free, native NEXRAD Level II radar viewer. Live super-resolution base data, dealiased velocity, dual-pol, derived severe-weather products, synced multi-pane, and vertical cross-sections — in a single small download. BowEcho decodes raw NEXRAD Level II data straight from the public AWS archive and live chunk feed (no account, no API key) and renders it with a fast CPU rasterizer that preserves the native super-resolution pixel pattern. It is built in Rust for speed: products switch instantly, panning stays fluid, and first pixels from a fresh volume arrive in well under a second on typical connections.' +Moniker: bowecho +ReleaseNotes: |- + BowEcho v0.34.2 + This release adds a full sounding-correction workflow, faster warning + inspection, broader European alert coverage, and substantial radar, satellite, + WoFS, and placefile improvements. + Sounding correction lab + - Added a separate, resizable, non-destructive correction lab for editable + model soundings. + - Correct thermal, moisture, and wind profiles independently, with + variable-specific depth, domain, and blend shapes, including draggable custom + profiles. + - Added visible QC for supersaturation, dry instability, invalid states, and + wind-seam kinks, plus an optional reversible dry convective adjustment. + - Sounding plots, parcels, hodographs, and diagnostics update immediately from + the corrected profile; Reset original restores the untouched source. + - Save fingerprint-bound projects, export CSV or SPC/SHARPpy RAW, import RAW + soundings, and run deterministic batch experiments over up to four correction + fields. + Warnings and Alerts + - Clicking warning polygons now opens compact geo-anchored cards with every + warning at that point, including wind, hail, tornado/damage tags, expiry, + issuing office, dismiss controls, and links to full details. + - Added automatic warning-source selection: NWS for operational US radars and + official MeteoAlarm Atom/CAP feeds for supported European radar countries, + with manual source and country selection available. + - MeteoAlarm warnings include severity-aware accents, full details, and + official CAP links. The anonymous public feeds do not provide polygon + geometry, so BowEcho presents them honestly as list/detail warnings without + inventing map placement; historical timeline sync remains NWS-only. + - SPC mesoscale-discussion map clicks now open Alerts directly, and official MD + graphics can be opened in a larger scrollable viewer with Fit, 100%, and + 10-400% zoom controls. + Satellite and WoFS + - Fixed cached GOES RGB composites bypassing the selected spacecraft or sector, + which could produce convincing previews but empty map coverage. + - Fixed inverse-grid indexing on very wide and antimeridian-crossing satellite + domains so coverage remains reachable across the full frame. + - Added Center on satellite coverage and clearer messages distinguishing an + out-of-sector view from a transparent visible-light frame at night. + - WoFS drapes now continue loading and syncing when the WoFS window is closed. + - Added accurate ready/loading/unavailable/error states so stale or unvalidated + frames are never labeled active. + - Added a high-visibility mode that lifts low-alpha WoFS guidance without + recoloring, repositioning, or filling transparent pixels. + Downloaded placefiles + - Added multi-file import for downloaded local placefiles, including .txt, + uncommon extensions, and extensionless files. + - Local sources persist in the Layers list and support the same enable, refresh, + reload, and remove workflow as URL feeds. + - Relative local sprite-sheet references resolve beside the placefile, with + clearer load status and generation-safe refresh handling. + Radar products and quality of life + - Replaced abbreviation-heavy product chips with a categorized, full-name + product browser covering base moments, velocity, volume/hail, dual-pol, + precipitation, quality, texture, and simulation fields. + - More products exposes the extended catalog; advanced sweep products + compute lazily when selected, while KDP remains automatic when its source + metadata are trustworthy. + - Added one-click editing for the active radar product's color table under + Custom > Appearance. + - Added a sidebar collapse handle, direct Undo for workflow presets, and + native-resolution sounding-board image capture. + - Moved loop frame-count selection beside Load Loop for a clearer loading + workflow. + DWD radar + - DWD now prefers quality-controlled polarimetric reflectivity, falls back + through simpler filtered and raw variants when necessary, and enables + available ZDR, RhoHV, and PhiDP moments by default. + - Missing optional dual-pol products no longer prevent the base + reflectivity/velocity volume from loading. + Source notice + European warnings are provided by EUMETNET members through the official + MeteoAlarm public feeds and are used under + CC BY 4.0. +ReleaseNotesUrl: https://github.com/FahrenheitResearch/bowecho/releases/tag/v0.34.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.yaml b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.yaml new file mode 100644 index 0000000000000..d2b56da898ea0 --- /dev/null +++ b/manifests/f/FahrenheitResearch/BowEcho/0.34.2/FahrenheitResearch.BowEcho.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: FahrenheitResearch.BowEcho +PackageVersion: 0.34.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..261d1f60779c3 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.1.0/Gitify-Setup-7.1.0.exe + InstallerSha256: 392005C4050AFF0DCEFC1EC0F6EAC9926D5D51F85073A17A8FA5731519DB3FDE + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.1.0/Gitify-Setup-7.1.0.exe + InstallerSha256: 392005C4050AFF0DCEFC1EC0F6EAC9926D5D51F85073A17A8FA5731519DB3FDE + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..6356e52097d4b --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.1.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.1.0 (2026-07-27) + 🚀 Features + - notifications: include repository name and subject type in native Windows OS notifications (#3058) (ec0701c) + 🐛 Bug Fixes + - drop cached forge clients on app reset (#3071) (316ab00) + 🧼 Code Refactoring + - retire fetch type notification setting (#3070) (94f37e2) + 🤖 Continuous Integration + - add emoji prefixes to release-please changelog sections (#3095) (47ec087) +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.1.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2f8ee1ab9d4e5 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.0 +PackageLocale: zh-CN +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..75c70837078df --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..b6244d6238cbc --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.1.1/Gitify-Setup-7.1.1.exe + InstallerSha256: 36E614849C683AAB198956954856925485E4FBDF9F0B7CB963A5530089D13B4C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.1.1/Gitify-Setup-7.1.1.exe + InstallerSha256: 36E614849C683AAB198956954856925485E4FBDF9F0B7CB963A5530089D13B4C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..d7e277080ce7a --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.1 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.1.1 (2026-07-29) + 🐛 Bug Fixes + - re-hide macos dock icon after parentless dialogs (#3100) (8f4b33a) + 🏗️ Build System + - update labeler for perf semantic commit type (#3105) (9d29de4) + 🤖 Continuous Integration + - publish draft release by id to avoid HTTP 422 on tag lookup (#3098) (c83528d) + - update perf emoji (b6c9c6e) +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.1.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1eb792a53425e --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.1 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.0.1 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..836ce0f7facfc --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.1.1/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 7.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.4.0.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.4.0.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml index 7b8581865a4ad..43fec88c3ab72 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.4.0.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.4.0.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -11,7 +11,7 @@ ProductCode: '{68B61DE0-07A0-499E-B3FB-F15893A42EB4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.4/CBriscola.Avalonia-2.4.0-material-amd64.msi - InstallerSha256: 6652629afe4762e25233d41bad3ad5bd400db8881a78e449869bab262de5df89 + InstallerSha256: c94eb275d8b3ddd14a8668a39fe906b05a9a5e9aa62e92d76a527f76bcd94777 ManifestType: installer ManifestVersion: 1.12.0 ReleaseDate: 2026-07-26 diff --git a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.installer.yaml similarity index 57% rename from manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.installer.yaml index caf96be1a2e08..2fe9e64663a30 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7977.2 +PackageVersion: 153.0.7978.0 InstallerType: exe Scope: user InstallModes: @@ -35,16 +35,16 @@ FileExtensions: - xht - xhtml ProductCode: Google Chrome -ReleaseDate: 2026-07-28 +ReleaseDate: 2026-07-29 Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad4rcokaeizmq2nscb2diluuq43a_152.0.7977.2/152.0.7977.2_chrome_installer_uncompressed.exe - InstallerSha256: AB180044F4DA025CD91135684A8603AE7CB8634ECA9B9E924935F4D580334F29 + InstallerUrl: https://dl.google.com/release2/chrome/adsvddu6alj4svz6mlhhoxp5stuq_153.0.7978.0/153.0.7978.0_chrome_installer_uncompressed.exe + InstallerSha256: 6FDCF53ECB171CF5B7693D4D4613D1CA84912D15714DF26231A3861BC7F8528E - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/omlgl5qp76epmybg7zub3xsph4_152.0.7977.2/152.0.7977.2_chrome_installer_uncompressed.exe - InstallerSha256: DFF2439E5032CAD2796B74C14E8D3EBEDEA30CFC29013AF96864D2B0DEAE3883 + InstallerUrl: https://dl.google.com/release2/chrome/ondbg5ftiqijk5yd54qc2tdlv4_153.0.7978.0/153.0.7978.0_chrome_installer_uncompressed.exe + InstallerSha256: 5C51F6BE09F7787A72C1DE7A5606CDE03F7496B7303B8CDC7FAED970542F57E7 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ad4i4c6u6xawqnlrmqesv6t3u7ta_152.0.7977.2/152.0.7977.2_chrome_installer_uncompressed.exe - InstallerSha256: 8BFE95320247945963C6D3BAD5214AD512C435243D50C17A3717D56F0B5AFC99 + InstallerUrl: https://dl.google.com/release2/chrome/adxozp4x6xwoh5ob4fwsm64hek7a_153.0.7978.0/153.0.7978.0_chrome_installer_uncompressed.exe + InstallerSha256: B6051FD5E2A1CF8D1F144D7539389CCF86F2FD59520A7EC3BAB6C2EBE29EE1DE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.en-US.yaml index a604e78cb37b2..4184e8c43e8e8 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7977.2 +PackageVersion: 153.0.7978.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.nb-NO.yaml index da8fd820b1565..54c1051020864 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7977.2 +PackageVersion: 153.0.7978.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.zh-CN.yaml index 90fb22bf201a2..3dbc0d37bad69 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7977.2 +PackageVersion: 153.0.7978.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.yaml index 8c17c48818048..465163ea4caaf 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7977.2/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7978.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7977.2 +PackageVersion: 153.0.7978.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.installer.yaml b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.installer.yaml new file mode 100644 index 0000000000000..f3f6da28f7b0a --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.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: Holepunch.Keet +PackageVersion: 4.20.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +PackageFamilyName: Keet_k5xf9864y0668 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://static.keet.io/downloads/4.20.0/Keet.msix + InstallerSha256: 6E6B0F4E7DE3EEBDC8F96E8C72993B25D8111E84C57713A7EF4DA4E2E10F07E6 + SignatureSha256: 31FED368930D65DA67F702582B71150C4DAE10348268B020909EEC7DF5B81D0F +- Architecture: arm64 + InstallerUrl: https://static.keet.io/downloads/4.20.0/Keet.msix + InstallerSha256: 6E6B0F4E7DE3EEBDC8F96E8C72993B25D8111E84C57713A7EF4DA4E2E10F07E6 + SignatureSha256: 31FED368930D65DA67F702582B71150C4DAE10348268B020909EEC7DF5B81D0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.locale.en-US.yaml b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.locale.en-US.yaml new file mode 100644 index 0000000000000..c36ed9c4fc112 --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Holepunch.Keet +PackageVersion: 4.20.0.0 +PackageLocale: en-US +Publisher: Holepunch +PublisherUrl: https://holepunch.to/ +PublisherSupportUrl: https://support.keet.io/ +PrivacyUrl: https://keet.io/application-privacy/ +Author: Holepunch Inc +PackageName: Keet +PackageUrl: https://keet.io/ +License: Proprietary +LicenseUrl: https://keet.io/application-terms/ +Copyright: Copyright (c) 2024-2026 Holepunch, S.A. de C.V. All rights reserved. +ShortDescription: Peer-to-peer chat application with end-to-end encryption for private messaging, calls, and file sharing. +Description: |- + Keet is a peer-to-peer chat application that allows users to communicate directly with each other. + Send messages, files, high quality videos and photos with no limitations. Private and Encrypted. + Always Peer-to-Peer. Never on a server. No phone number or email is required, and identities are + secured with a 24-word seed phrase. +Moniker: keet +Tags: +- chat +- communication +- encrypted +- end-to-end-encryption +- holepunch +- messaging +- p2p +- pear +- peer-to-peer +- privacy +- video-calls +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.yaml b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.yaml new file mode 100644 index 0000000000000..92a13b868715a --- /dev/null +++ b/manifests/h/Holepunch/Keet/4.20.0.0/Holepunch.Keet.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Holepunch.Keet +PackageVersion: 4.20.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml similarity index 73% rename from manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml index aafefb712dc9c..a716d8cb0dfd6 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.07-325d709 +PackageVersion: 2026.07.29-8228f98 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-07-09 +ReleaseDate: 2026-07-29 AppsAndFeaturesEntries: - ProductCode: Hypixel StudiosHytale Launcher InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Programs\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.07.07-325d709.exe - InstallerSha256: 2D0E517698A31D60A1DC5B9B3B0B58CE2CCDB41C8DF33BBCB5D29ABCBEE4D4BD + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.07.29-8228f98.exe + InstallerSha256: 3331A72E737EF041863A1C26ABC96B953C18A5DBDAC49342130748B91F92EA74 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml index b0f50398d13ab..63b51773e1b15 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.07-325d709 +PackageVersion: 2026.07.29-8228f98 PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml index 067c056976fdd..c7c4af84b5ea7 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.07-325d709/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.07-325d709 +PackageVersion: 2026.07.29-8228f98 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.installer.yaml b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.installer.yaml new file mode 100644 index 0000000000000..731bc96ad6bbe --- /dev/null +++ b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.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: JFrog.Cli +PackageVersion: 2.117.0 +InstallerType: portable +Commands: +- jf +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.117.0/jfrog-cli-windows-amd64/jf.exe + InstallerSha256: AFEB35BCAF3A849582F253D2D49C61B9E780264CB756DB3977C85481E3D623A5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.locale.en-US.yaml b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..56af432616e3d --- /dev/null +++ b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.117.0 +PackageLocale: en-US +Publisher: JFrog Ltd +PublisherUrl: https://jfrog.com/ +PublisherSupportUrl: https://jfrog.com/contact-us +PrivacyUrl: https://jfrog.com/privacy-policy +PackageName: JFrog CLI +PackageUrl: https://jfrog.com/getcli +License: Apache-2.0 +LicenseUrl: https://github.com/jfrog/jfrog-cli/blob/HEAD/LICENSE +ShortDescription: JFrog CLI is a compact and smart client that provides a simple interface that automates access to Artifactory and Mission Control through their respective REST APIs. +Moniker: jf +Tags: +- artifactory +- jfrog +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.yaml b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.yaml new file mode 100644 index 0000000000000..009bc95aeedbf --- /dev/null +++ b/manifests/j/JFrog/Cli/2.117.0/JFrog.Cli.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.117.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.installer.yaml new file mode 100644 index 0000000000000..64fd5cebd21b5 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.6.3.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /headless + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- jetbrains +ProductCode: Toolbox +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.6.3.86383.exe + InstallerSha256: 0604952CA156F5BDFED9D2BCEA763A3A0DE3F1061E2D97E3F233A731EA85BA7D +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.6.3.86383-arm64.exe + InstallerSha256: 18C55ED8A968A5861F6205A4B1ECE98846D26E6FFC0C35C245C474C4115AB12E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..737642ab3be46 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.6.3.0 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/toolbox-app/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: © 2000-2026 JetBrains s.r.o. +ShortDescription: Manage your IDEs the easy way. +Description: Open any of your projects in any of the IDEs with one click. +Moniker: jetbrains-toolbox +Tags: +- jetbrains-ides +- jetbrains-toolbox +- jetbrainstoolbox +- xpfppn5plh3bfv +ReleaseNotes: |- + Toolbox App 3.6.3 Update + - The Toolbox App now starts moving Remote Development SSH connections to jetbrainsd. If you experience problems during the rollout, you can turn off Enable jetbrainsd SSH client in Toolbox Settings | Advanced. TBX-16713 TBX-19021 + - Username/password SSH connections are now more reliable and no longer repeatedly ask for credentials in common reconnect scenarios. TBX-18510 + Toolbox App 3.6.2 Bugfix Update + - Improved telemetry and diagnostics. + Toolbox App 3.6.1 Bugfix Update + - Improved cache cleanup process on maсOS + What's New in Toolbox App 3.6 + Storage cleanup + The Toolbox App now shows removable data in Settings, including the download cache, previous versions, temporary leftovers, and leftover tool directories. You can clean up this data safely without opening cache folders manually. TBX-18085 + Windows installer diagnostics + The Windows installer now shows what prevents installation, including locked files, blocking processes, and read-only file states. You can also collect logs directly from the installer error screen. TBX-18624 + CodeCanvas goes away + CodeCanvas has been sunset, and no longer appears in the Toolbox App. TBX-18717 + See the full list of release notes here. +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes?title=Toolbox%20App%203.6%20Release%20Notes&q=in:%20TBX%20Fix%20versions:%203.6,%203.6.1,%203.6.2,%203.6.3%20%23Resolved%20-Duplicate%20-Answered +Documentations: +- DocumentLabel: FAQ & Shortcuts + DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..689fce4294825 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.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: JetBrains.Toolbox +PackageVersion: 3.6.3.0 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ +License: 免费软件 +ShortDescription: 轻松管理您的 IDE +Description: 一键打开任何 IDE 中的任意项目。 +Documentations: +- DocumentLabel: 常见问题和快捷键 + DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.yaml new file mode 100644 index 0000000000000..a75b0aff4d6cc --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.6.3.0/JetBrains.Toolbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.6.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JurgenRathlev/innounp/2.70.1/JurgenRathlev.innounp.installer.yaml b/manifests/j/JurgenRathlev/innounp/2.70.1/JurgenRathlev.innounp.installer.yaml index e9792079bc5d3..482e32fce77bb 100644 --- a/manifests/j/JurgenRathlev/innounp/2.70.1/JurgenRathlev.innounp.installer.yaml +++ b/manifests/j/JurgenRathlev/innounp/2.70.1/JurgenRathlev.innounp.installer.yaml @@ -12,7 +12,7 @@ Commands: - innounp Installers: - Architecture: x86 - InstallerUrl: https://raw.githubusercontent.com/jrathlev/InnoUnpacker-Windows-GUI/807426708fd4a7ab260ff0a1c09e239f53c97782/innounp-2/bin/innounp-270.zip - InstallerSha256: C4B499A027FCAAF5682F02919862A47CD2AB9AC25472E254485A03C5704A36F6 + InstallerUrl: https://raw.githubusercontent.com/jrathlev/InnoUnpacker-Windows-GUI/07ee3b1a05a26fa27a0efe110fe78dfa72c06c71/innounp-2/bin/innounp-270.zip + InstallerSha256: D5514CAC741F12CA94F642EACD30D514D820DCE016E4D016325413DF472C34EA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..34b85985121c1 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.9 +UpgradeBehavior: install +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.9/Sessions.Viewer_0.3.9_x64-setup.exe + InstallerSha256: 8BF7880170356216A9EAE163229C2319018194E069675ECC5DFB1DA6E10E0FC5 + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.9/Sessions.Viewer_0.3.9_x64_en-US.msi + InstallerSha256: A7B2ADFD73151A4AE413C18D90EE1088B374AACCFF69E7572C898F3DCC51E198 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DC8E0A3C-D7A1-4606-9E8D-1593B528268F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..b768d8152b519 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.9 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🐞 Bug Fixes + - Prevent desktop pet activity clipping - by @KodeChicken (c58d3) + - Simplify desktop pet activity display - by @KodeChicken (0dd18) + 🏎 Performance + - Compress bundled desktop pet assets - by wuchao (2c6e2) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bb97625d4dcfd --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.9 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..57b8ac1c1ff9b --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.9/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.installer.yaml b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.installer.yaml new file mode 100644 index 0000000000000..b60423a5ebfca --- /dev/null +++ b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jmrplens.gitlab-mcp-server +PackageVersion: 2.5.3 +InstallerType: portable +Commands: +- gitlab-mcp-server +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jmrplens/gitlab-mcp-server/releases/download/v2.5.3/gitlab-mcp-server-windows-amd64.exe + InstallerSha256: 0B05DD3DB77380039EDB10D02F6A7F890E656EB2EF2897F1473DD1477BC3DDF3 +- Architecture: arm64 + InstallerUrl: https://github.com/jmrplens/gitlab-mcp-server/releases/download/v2.5.3/gitlab-mcp-server-windows-arm64.exe + InstallerSha256: CE028B412ACEFD29A7BB340B1130DB099CBE7531A98C5153CF402D9CB1E3E8C6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.locale.en-US.yaml b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.locale.en-US.yaml new file mode 100644 index 0000000000000..43a1224c4340e --- /dev/null +++ b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.locale.en-US.yaml @@ -0,0 +1,55 @@ +# 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: jmrplens.gitlab-mcp-server +PackageVersion: 2.5.3 +PackageLocale: en-US +Publisher: José M. Requena Plens +PublisherUrl: https://github.com/jmrplens +PublisherSupportUrl: https://github.com/jmrplens/gitlab-mcp-server/issues +PrivacyUrl: https://github.com/jmrplens/gitlab-mcp-server/blob/main/PRIVACY.md +PackageName: GitLab MCP Server +PackageUrl: https://github.com/jmrplens/gitlab-mcp-server +License: MIT +LicenseUrl: https://github.com/jmrplens/gitlab-mcp-server/blob/HEAD/LICENSE +ShortDescription: GitLab MCP server exposing the REST v4 and GraphQL APIs as tools for AI assistants. +Description: A Model Context Protocol (MCP) server that connects AI assistants (Claude, Cursor, VS Code + Copilot, and any MCP client) to GitLab.com or self-managed GitLab instances. Covers the full REST API v4 and GraphQL with automatic edition gating — roughly 850 to 1070 tools depending on the GitLab tier — plus 45 MCP resources, 37 prompts, argument completions, and progress notifications. Single static binary, stdio and HTTP transports, read-only and safe (mutation-preview) modes, and an interactive setup wizard (gitlab-mcp-server --setup) that auto-configures most MCP clients. +Moniker: gitlab-mcp-server +Tags: +- ai +- ci-cd +- claude +- devops +- gitlab +- graphql +- llm +- mcp +- model-context-protocol +- rest-api +ReleaseNotes: |- + Changelog + ✨ Features + - 5292429: feat(deps): update client-go to v2.53.0 and close the 1:1 input gaps (#256) (@jmrplens) + - c7d2700: feat(deps): update go-sdk to v1.7.0 and adopt multi round-trip elicitation (#255) (@jmrplens) + - 91cdaef: feat(release): track lhm.plugin.json and auto-stamp it on releases (#244) (@jmrplens) + - 4eb4310: feat(site): optimise documentation for AI discovery and citation (#249) (@jmrplens) + - 36f4ce5: feat(site): read the Person entity from its canonical source (#251) (@jmrplens) + - 3a79ebf: feat(tooling): generate the LobeHub manifest capability arrays (#253) (@jmrplens) + 🐛 Bug Fixes + - dd5a90e: fix(lint): cap golangci-lint concurrency to keep cold runs finishing (#248) (@jmrplens) + - bace8af: fix(site): correct false publication dates and align the Person entity (#246) (@jmrplens) + 📚 Documentation + - 9a3cd59: docs(readme): add the Cline settings paths to the manual JSON section (#250) (@jmrplens) + - d29ffdb: docs(readme): refresh badges — drop Go Report Card, add Smithery + Cursor (#243) (@jmrplens) + - 8736222: docs: add winget install option (#242) (@jmrplens) + 🚧 Maintenance + - eac6a5e: chore(deps): refresh Go, pnpm and Actions, fix the e2e notification race, bump to 2.5.3 (#257) (@jmrplens) + - f1000dd: chore(deps): update Go modules, pnpm packages, and Node/pnpm toolchain (#245) (@jmrplens) + - f887a12: chore(docs): refresh the generated README and testing statistics (#254) (@jmrplens) + - 3379e90: chore: update manifests for v2.5.2 (@jmrplens) +ReleaseNotesUrl: https://github.com/jmrplens/gitlab-mcp-server/releases/tag/v2.5.3 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://jmrplens.github.io/gitlab-mcp-server/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.yaml b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.yaml new file mode 100644 index 0000000000000..fdf550609bb64 --- /dev/null +++ b/manifests/j/jmrplens/gitlab-mcp-server/2.5.3/jmrplens.gitlab-mcp-server.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: jmrplens.gitlab-mcp-server +PackageVersion: 2.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.installer.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.installer.yaml new file mode 100644 index 0000000000000..a5d257b5d6734 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.15 +InstallerType: inno +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{B53A7C5D-F22A-4B4F-B255-6C7C5C687780}}_is1' +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kindness-Kismet/stelliberty/releases/download/v2.0.15/stelliberty-v2.0.15-win-x64-setup.exe + InstallerSha256: F95C265BA23395592A3370689E6513B00D0DED825CFCE5B46123C9E3BAD24BE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.en-US.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.en-US.yaml new file mode 100644 index 0000000000000..16fed7cb05937 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.en-US.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.15 +PackageLocale: en-US +License: Freeware +ShortDescription: A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style +Description: |- + A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style + ✨ Features + - 🎨 MD3M Design System: Unique Material Design 3 Modern style combining MD3 color management with acrylic glass effects + - 🦀 Rust Backend: High-performance core powered by Rust with Flutter UI + - 🌐 Multi-language Support: Built-in i18n support using slang + - 🔧 Subscription Management: Full subscription and override configuration support + - 📊 Real-time Monitoring: Connection tracking and traffic statistics + - 🪟 Native Desktop Integration: Windows service, system tray, and auto-start support + - 🔄 Built-in UWP Loopback Manager: Manage Windows UWP app loopback exemptions (Windows only) + 🏆 Implementation Highlights + This might be one of the most detail-oriented Flutter desktop applications: + - ✨ System Tray Dark Mode: Adaptive tray icons for Windows dark/light themes + - 🚀 Flicker-Free Launch: Maximized window startup without visual artifacts + - 👻 Smooth Window Transitions: Show/hide animations without flickering + - 🎯 Pixel-Perfect UI: Carefully crafted MD3M design system +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- network +- proxy +- vpn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db415ae611288 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.locale.zh-CN.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.15 +PackageLocale: zh-CN +Publisher: Stelliberty +PublisherUrl: https://github.com/Kindness-Kismet +PublisherSupportUrl: https://github.com/Kindness-Kismet/Stelliberty/issues +PackageName: Stelliberty +PackageUrl: https://github.com/Kindness-Kismet/Stelliberty +License: 免费软件 +Copyright: Copyright © 2026 Stelliberty. All rights reserved. +ShortDescription: 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 +Description: |- + 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 + ✨ 特性 + - 🎨 MD3M 设计系统:结合 MD3 色彩管理与亚克力玻璃效果的独特 Material Design 3 Modern 风格 + - 🦀 Rust 后端:由 Rust 提供高性能核心,搭配 Flutter 用户界面 + - 🌐 多语言支持:使用 slang 实现内置 i18n 支持 + - 🔧 订阅管理:完整支持订阅与覆盖配置 + - 📊 实时监控:连接追踪与流量统计 + - 🪟 原生桌面集成:支持 Windows 服务、系统托盘及自动启动 + - 🔄 内置 UWP 回环管理器:管理 Windows UWP 应用回环豁免(仅 Windows) + 🏆 实现亮点 + 这可能是最注重细节的 Flutter 桌面应用之一: + - ✨ 系统托盘暗黑模式:针对 Windows 明暗主题自适应的托盘图标 + - 🚀 无闪烁启动:最大化窗口启动无视觉瑕疵 + - 👻 平滑窗口过渡:显示/隐藏动画无闪烁 + - 🎯 像素级精准 UI:精心打造的 MD3M 设计系统 +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotes: |- + - During batch proxy delay tests, each proxy now shows its testing state only when its test actually begins. + + - 批量代理测速时,每个代理会在实际开始测速后才显示测速状态。 +ReleaseNotesUrl: https://github.com/Kindness-Kismet/stelliberty/releases/tag/v2.0.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.yaml new file mode 100644 index 0000000000000..e1e180ab1923d --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.15/Kindness-Kismet.Stelliberty.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: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.15 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 0000000000000..354e90b99b6bc --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.10 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.10/SimTradeDesk-Setup-0.7.10.exe + InstallerSha256: B18946D4921B3C0DC08EC92A46602EB6683F28607F716FB7825EAD337A085595 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.10/SimTradeDesk-Setup-0.7.10.exe + InstallerSha256: B18946D4921B3C0DC08EC92A46602EB6683F28607F716FB7825EAD337A085595 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..fcf0dd2f857f1 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.10 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..80aefd6c68e29 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.locale.zh-CN.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.10 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotes: |- + [0.7.10] - 2026-07-29 + Changed + - Refresh backtest date ranges and low-code field/index catalogs immediately after market-data downloads complete. + - Harden Tencent Windows publishing for the zhengguan and customer-test brands with COS-backed artifacts, checksum verification, retry-safe uploads, and downloadable landing pages. + - Strengthen cross-platform embedded SimTradeAPI packaging and package launch contracts. + Fixed + - Resume existing market-data download tasks when the drawer reopens or a duplicate request conflicts, and recover authoritative task state after WebSocket interruptions. + - Deduplicate concurrent strategy source, history detail/log, and low-code catalog requests to avoid redundant calls and stale UI refreshes. + - Stabilize release UI smokes by dismissing the expected startup data drawer before real workbench input and retrying transient CDP polling failures. +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.7.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.yaml new file mode 100644 index 0000000000000..077dd8a54cefb --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.10/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.10 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.installer.yaml b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.installer.yaml new file mode 100644 index 0000000000000..6f3b5c145cef1 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kayodante.Siphon +PackageVersion: 1.8.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kayodante/Win-siphonClaudeUsage/releases/download/v1.8.3/Siphon.Setup.1.8.3.exe + InstallerSha256: 03865C697E402B7FFD5AC20D75F417D60717500B91B599721B744FB4F3357EF4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.locale.en-US.yaml b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.locale.en-US.yaml new file mode 100644 index 0000000000000..e9ed72b41c522 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kayodante.Siphon +PackageVersion: 1.8.3 +PackageLocale: en-US +Publisher: kayodante +PublisherUrl: https://github.com/kayodante +PublisherSupportUrl: https://github.com/kayodante/Win-siphonClaudeUsage/issues +PrivacyUrl: https://github.com/kayodante/Win-siphonClaudeUsage/blob/main/docs/privacy-policy.md +PackageName: Siphon +PackageUrl: https://github.com/kayodante/Win-siphonClaudeUsage +License: MIT +LicenseUrl: https://github.com/kayodante/Win-siphonClaudeUsage/blob/main/LICENSE +ShortDescription: Windows tray app that tracks Claude Code usage in real time. +Description: |- + Siphon is an unofficial, community-built Windows tray utility for developers who use Claude Code. It sits in the system tray and surfaces the current 5-hour session quota, the rolling weekly limit, and daily and monthly cost totals, reading from the local Claude Code data files and the OAuth usage endpoint that Claude Code itself uses for authentication. + When a session quota reaches 100%, Siphon schedules a native Windows toast notification for the exact reset time so the next usage window is not missed. If the application is closed when the reset occurs, the missed notification fires on the next launch. + An optional always-on-top floating widget keeps the key numbers visible during work, and color-coded tray icons reflect the current quota level at a glance. The interface is available in English and Brazilian Portuguese. Siphon is open source under the MIT license and is not affiliated with, endorsed by, or sponsored by Anthropic. +Moniker: win-siphon +Tags: +- claude +- claude-code +- ai +- usage +- tray +- productivity +- anthropic +ReleaseNotesUrl: https://github.com/kayodante/Win-siphonClaudeUsage/releases/tag/v1.8.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kayodante/Win-siphonClaudeUsage/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.yaml b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.yaml new file mode 100644 index 0000000000000..63b46f0e0ec39 --- /dev/null +++ b/manifests/k/kayodante/Siphon/1.8.3/kayodante.Siphon.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kayodante.Siphon +PackageVersion: 1.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..42519f4424342 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.56.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.56.2/SysManager-v1.56.2.exe + InstallerSha256: F84468F0C9FDB9D6B294A971CC28D1C7E36D8F3288A044E2F23C24882B18E981 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..b7142c8cbb058 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.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: laurentiu021.SysManager +PackageVersion: 1.56.2 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.56.2] - 2026-07-29 + Security + - Blocked per-user PowerShell module hijacking in administrator sessions. Since the initial v0.3.0 runner, both in-process runspaces and child powershell.exe processes inherited the caller's PSModulePath, whose first entry normally points to the current user's writable Documents folder. A planted module could therefore be auto-loaded with SysManager's administrator token when a built-in command such as Get-NetAdapter was resolved. Elevated in-process work now moves into an isolated Windows PowerShell 5.1 child whose environment contains only canonical machine-owned module roots under Program Files and System32; existing child-process execution receives the same restriction. Normal unelevated sessions retain per-user module support, and the parent process environment is never rewritten. + Fixed + - Kept optional Windows Update history installation on the correct privilege boundary. SysManager now installs PSWindowsUpdate only from a normal, non-administrator session into the current user's module directory. The installer verifies the canonical PowerShell Gallery endpoint and explicitly selects PSGallery; an elevated session refuses the install instead of consuming user-writable PowerShellGet repository state with an administrator token. Failed module imports now expose installation guidance instead of reporting a successful empty history. + - Handled locked-down systems without a working Windows PowerShell 5.1 host. If policy, installation damage, or a disabled executable prevents the isolated administrator runspace from starting, the runner now maps that failure to the existing unavailable/failed service states. External PowerShell launches remain pinned to the canonical system path even when the host is missing, preventing executable search-order fallback. The runner deliberately does not fall back to an elevated in-process runspace, which would weaken the module-discovery boundary. + - Preserved PowerShell parameter and task-result semantics. Defender mutation scripts now declare every bound parameter instead of silently receiving null variables, and Scheduled Maintenance correctly decodes unsigned high-bit Task Scheduler result codes after out-of-process serialization. + - Reported partial elevated operations honestly. Edge disable/restore now reports failure when its registry policy changes but scheduled-task updates cannot run, and restore-point creation returns a clean failure state when the isolated PowerShell host is unavailable. + Verify the download + Get-FileHash .\SysManager-v1.56.2.exe -Algorithm SHA256 + Expected SHA256: F84468F0C9FDB9D6B294A971CC28D1C7E36D8F3288A044E2F23C24882B18E981 +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.56.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..ce8f90bbc67c8 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.56.2/laurentiu021.SysManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.56.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.installer.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.installer.yaml new file mode 100644 index 0000000000000..c1643163295a2 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MAA.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.15.0/MAA-v6.15.0-win-x64.zip + InstallerSha256: 27A4A6B9BDAFFCDA59DBAA8FBE593A428EEFDC68F3F767D32AC6DEED82EBF958 +- Architecture: arm64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.15.0/MAA-v6.15.0-win-arm64.zip + InstallerSha256: 2719436DF4D05256E63A5A38351A6E21460E9FEA7E67474A49406AEA1AAE2702 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml new file mode 100644 index 0000000000000..f27400d50ac60 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.0 +PackageLocale: en-US +Publisher: MaaAssistantArknights +PublisherUrl: https://github.com/MaaAssistantArknights +PublisherSupportUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues +Author: MAA Team +PackageName: MAA Assistant Arknights +PackageUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights +License: AGPL-3.0 +LicenseUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/blob/HEAD/LICENSE +ShortDescription: 《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. +Description: MAA means MAA Assistant Arknights. An Arknights assistant. Based on image recognition, helps you to complete daily quests efficiently! +Moniker: maa +Tags: +- arknights +- assistant +- gacha +- maa +- utility +ReleaseNotesUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v6.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.yaml new file mode 100644 index 0000000000000..2835cecbb63a0 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.0/MaaAssistantArknights.MaaAssistantArknights.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: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml new file mode 100644 index 0000000000000..79bc59e3f2a25 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MAA.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.15.1/MAA-v6.15.1-win-x64.zip + InstallerSha256: FD7F39619DF39F6563E803E67F093E84FFD06A5A31AB3C054D2EC66463676718 +- Architecture: arm64 + InstallerUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/download/v6.15.1/MAA-v6.15.1-win-arm64.zip + InstallerSha256: DAF8E5AE7EB429A704CC0B2C12969928CB694AE0EEBFFD5706AE3A1CA23159C1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml new file mode 100644 index 0000000000000..211f57ba4de70 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.1 +PackageLocale: en-US +Publisher: MaaAssistantArknights +PublisherUrl: https://github.com/MaaAssistantArknights +PublisherSupportUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues +Author: MAA Team +PackageName: MAA Assistant Arknights +PackageUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights +License: AGPL-3.0 +LicenseUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/blob/HEAD/LICENSE +ShortDescription: 《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. +Description: MAA means MAA Assistant Arknights. An Arknights assistant. Based on image recognition, helps you to complete daily quests efficiently! +Moniker: maa +Tags: +- arknights +- assistant +- gacha +- maa +- utility +ReleaseNotesUrl: https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v6.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.yaml b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.yaml new file mode 100644 index 0000000000000..8da7221bca0d2 --- /dev/null +++ b/manifests/m/MaaAssistantArknights/MaaAssistantArknights/6.15.1/MaaAssistantArknights.MaaAssistantArknights.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: MaaAssistantArknights.MaaAssistantArknights +PackageVersion: 6.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.installer.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.installer.yaml new file mode 100644 index 0000000000000..6ef71dd499d6d --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.17 +InstallerType: msi +Scope: user +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/makestarlab/makestar-admin-cli-releases/releases/download/r2026.07.29/makestar-admin-windows-x86_64.msi + InstallerSha256: 489351EB14B08643A0BE79A70ABAEEA8BFD7E3A11547A8DF3E747FC2C4756B29 + ProductCode: '{D9D35051-8F1A-54E2-8DCE-534D40BEE4B0}' + AppsAndFeaturesEntries: + - DisplayName: Makestar Admin CLI + Publisher: Makestar + InstallerType: msi + ProductCode: '{D9D35051-8F1A-54E2-8DCE-534D40BEE4B0}' + UpgradeCode: '{7F330121-BA4E-49EC-A9A3-13C94D3774F3}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.locale.en-US.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..94497d0f94fed --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.locale.en-US.yaml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.17 +PackageLocale: en-US +Publisher: Makestar +PackageName: Makestar Admin CLI +License: Proprietary +ShortDescription: Command line tools for Makestar admin operations. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.yaml b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.yaml new file mode 100644 index 0000000000000..2ab500a6732b4 --- /dev/null +++ b/manifests/m/Makestar/MakestarAdminCLI/0.2.17/Makestar.MakestarAdminCLI.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Makestar.MakestarAdminCLI +PackageVersion: 0.2.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DotNet/.package b/manifests/m/Microsoft/DotNet/.package new file mode 100644 index 0000000000000..4f8a61f9d2894 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/.package @@ -0,0 +1,11 @@ +{ + "schemaVersion": "0.1", + "owners": + [ + { + "type": "Bot", + "login": "esrp-winget-prod[bot]", + "id": 273969822 + } + ] +} diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.410.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.410.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..b00342b3593e8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.410.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.410.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.410.0&arch=x86 + InstallerSha256: 63C2F5F5589018E292D8B89BF99F04E725BAD9A719BD3E67C22EB4DBC7B89AE2 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.410.0&arch=amd64 + InstallerSha256: A83A96751836FBB30B8C598CE55865D5F285F938C57E89252A7DBAB169610E81 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.410.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.410.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..f64a534aa39f5 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.410.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.410.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.410.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.410.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..ef2597f88423a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.410.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.410.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 0000000000000..e5b2570a1db44 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.3 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.3/mockzilla-v2.8.3-windows-amd64.exe + InstallerSha256: 645C9C54E91E332ADE0E127371A3FB0D31A227BAA674DBEF3DA04EF92833C724 +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.3/mockzilla-v2.8.3-windows-arm64.exe + InstallerSha256: 0CDF974A21089B216D13023B421CD0602D5B9ADC0BB36A548B3702FEAC4D6B34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 0000000000000..dc684bb0617c9 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.3 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/HEAD/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ReleaseNotes: |- + What's Changed + - Share OpenAPI overlays between services by @jbn2336mz in #59 + Overlay sources can now point outside a service's own setup directory: a shared + file, an absolute path, or a URL. Several sources apply in order, so a shared + overlay can carry corrections common to an API while a service adds its own on + top, with the service's entries winning. + Remote overlay sources referenced by URL previously failed the build and now + work. + No configuration changes. Existing services behave as before and pick this up on + their next generation, which also makes them self-contained: a generated service + carries its overlay content rather than reading it back at startup. + Full Changelog: v2.8.2...v2.8.3 +ReleaseNotesUrl: https://github.com/mockzilla/mockzilla/releases/tag/v2.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.yaml new file mode 100644 index 0000000000000..262c1227de25e --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.3/Mockzilla.Mockzilla.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..36f4106d1ed10 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.14 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.14/multica-desktop-0.4.14-windows-x64.exe + InstallerSha256: CFC6C6F9A8D435E4DC13F2283D29A14658CF5DA8616C77A6CD1727FB4271FF69 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.14/multica-desktop-0.4.14-windows-arm64.exe + InstallerSha256: C89895C25A5A0DF76E08A59A75CFC8676AAD56A687D63ECF971754091AB52D83 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..08d08bf729a5e --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.14 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - cf4114cd5d4cdfca421a62d96b158ebc45caa4fc MUL-5396: validate agent concurrency limits (#6034) + - 77907db1e3b30759d02521d3ce244f5a92ca1dd4 MUL-5406: propagate non-ErrNoRows scope DB errors (#6057) + - 30318b79bce661e3d00f2da2ab943ab5b435a9cf MUL-5426: fix(daemon): retire sessions whose history the provider refuses to replay (#6083) + - b3847b4172d527899cc976013d124b8439290e2a MUL-5433: fix(agent/hermes): pin session id mid-flight for daemon resume (#6070) + - 545afea827dea2939d6395ca3002691ef36c1f18 Revert "feat(ui): establish a role-named type scale and migrate ad-hoc font s…" (#6116) + - 9dde8370a5700e34e2be1ffb9659fd486f2ce878 docs(changelog): add v0.4.14 release entry (#6120) + - 0abee49005dd8b10c08cec6694b528a4ee5bd429 docs(self-hosting): require COOKIE_DOMAIN for split-domain deployments (MUL-5413) (#6055) + - d68d636c91076e63d86de44453f8a26ba5bd62a0 feat(ui): establish a role-named type scale and migrate ad-hoc font sizes (MUL-5451) (#6108) + - 280fa28e0d74aef8365173038eb8fec647b76063 fix(agent): deny CodeBuddy's interactive plan-mode tools in headless runs (MUL-5383) (#6104) + - de3e0ae55668dc4361d331f0dadd337798e76aa0 fix(agent): make cursor stream protocol drift loud instead of silent (MUL-5434) (#6089) + - cc5ee169f061b68633d1b7d25a0cc9343a22697f fix(agents): allow agent owners to manage their own agent's env (MUL-5438) (#6080) + - bdae0d2a03225ec7176d487d9ef981335e563090 fix(attachments): serve proxy-mode downloads with a scoped capability URL (MUL-5292) (#6092) + - 607209de7c7d94c858d2a67925df8fb006fc408d fix(avatar): serve avatars through a signed endpoint on private buckets (MUL-5393) (#6088) + - 45e24e3565ce26acf5e909fd4e5c31a28f74f2a0 fix(comment): @all no longer swallows an explicit @agent mention (MUL-5411) (#6048) + - a0ef1a43f3b4d9c6fdbfd4fa239782f73084ebe7 fix(daemon): diagnose silent OpenClaw npm shim failures on Windows (MUL-5422) (#6084) + - 07a78d910d96b61a69a4a46f1180fc0603d56141 fix(daemon): discover agent CLIs installed after startup (MUL-5439) (#6086) + - e45a8f6c1212cdd31f93255d86197d58d16138a7 fix(daemon): scan comment roots before bulk reads in agent catch-up (MUL-5372) (#6093) + - 2e9a3d01193a909004be58fba72b75729e323379 fix(dashboard): stop leaking private agents from the per-agent rollups (MUL-5409) (#6051) + - ba17fcf46a09caade3a8804610c3b8924addbea4 fix(editor): open mention and slash pickers only for typed triggers (MUL-5429) (#6072) + - 6d98b5eeb35e7835420ad5ca1aaa7f85288d69a3 fix(editor): re-sign cross-origin attachment URLs (#6029) + - 06a100d612d3ee611dc15f10113e76c1793da2b5 fix(editor): render proxy-mode inline images from an authenticated byte fetch (MUL-5445) (#6091) + - b5992c4454815e5cc8305f2f71e99857ff5d5651 fix(featureflags): publish the hang stack capture flag to clients (MUL-5345) (#6079) + - e70e71fea13bdafcfd5c9cb65a9f9a76fb8aaa8c fix(issues): repair the issue Table's column interactions, loading states and scroll rendering (#6036) + - 4f70480039522f4c79f3bd9f04202166f314545c fix(typography): real Inter italic + variable Geist Mono on desktop (MUL-5449) (#6105) + - e54296eabb4607839f2f7fa9728db94628c2d198 fix(ui): raise light muted-foreground to clear WCAG AA (MUL-5447) (#6095) + - 9ff766d7003d7881e25119793773fb4576663877 fix(ui): tabular figures on live task timers (MUL-5448) (#6094) + - 503b09c5de2fdba34c821a3a08296681b80bd007 fix(web): give landing CJK headlines a real serif and CJK metrics (MUL-5446) (#6101) + - c25a82eee0dfbf91384e2218955c3d1d73a62921 perf(agents): fast model discovery on runtime switch (MUL-5444) (#6098) + - d4dac0e77c727d1408daada45aeb3068cdbe33ad perf(agents): index-backed latest-terminal lookup in task snapshot (MUL-5436) (#6085) + - 5f820a1d22535655adbeca66bc3a8e2299a2ec3a perf(agents): raise the model catalog serve window to 24h (MUL-5444) (#6115) + - 0066ab259e147d9455d7a58d9b94e533aacf2939 refactor(agent): drop unreachable inline system-prompt branches (MUL-5392) (#6050) + - 962d376fda592adc65fa08b3aa75422d6f039b25 refactor(agent): share acpDeliverableTracker across ACP backends (MUL-5405) (#6044) + - 6c9a59cc143e833f4fd558066ac1e760d45afdd4 refactor(uploads): widen handleUpload contract, fix interrupted doc drift (#6035) + - e083193a5a3ded8112b86fa5d4841c23ba672de0 test(channel): wait for the async media goroutine before asserting on it (#6107) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.14 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e2ff80e97d6c3 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.14 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..d5a3c84ff896f --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.14/Multica.MulticaDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.installer.yaml b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.installer.yaml new file mode 100644 index 0000000000000..3818b49c10590 --- /dev/null +++ b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: martsg666.qbPortWeaver +PackageVersion: 2.6.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{8390B716-82D3-400F-83F4-98933D81165E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/martsg666/qbPortWeaver/releases/download/v2.6.3/qbPortWeaver_2.6.3_Setup.msi + InstallerSha256: 0669F367D8B62A741212614D81673DC114B15996BAEF1E19F355008C0DB34B50 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.locale.en-US.yaml b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.locale.en-US.yaml new file mode 100644 index 0000000000000..1f491f1c74a53 --- /dev/null +++ b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.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: martsg666.qbPortWeaver +PackageVersion: 2.6.3 +PackageLocale: en-US +Publisher: martsg666 +PublisherUrl: https://github.com/martsg666 +PublisherSupportUrl: https://github.com/martsg666/qbPortWeaver/issues +PackageName: qbPortWeaver +PackageUrl: https://github.com/martsg666/qbPortWeaver +License: Free of use and distribution +LicenseUrl: https://github.com/martsg666/qbPortWeaver/blob/master/LICENSE +Copyright: Copyright 2026 martsg666 +ShortDescription: Syncs the listening port of qBittorrent, Transmission, or Deluge with the VPN-assigned port, and imports media files into Plex-compatible library folders +Description: |- + qbPortWeaver is a Windows system tray application that keeps the listening port of qBittorrent, Transmission, or Deluge synchronized with the port assigned by ProtonVPN, PIA, or any NAT-PMP capable VPN gateway. + It monitors the VPN's forwarded port on a configurable interval, updates the client automatically when the port changes, verifies the port is reachable, and can recover the VPN connection automatically when port detection fails. A Status panel shows the live sync chain, recent port changes, and session statistics, and a built-in Media Manager can import media files into Plex-compatible library folders. +Moniker: qbportweaver +Tags: +- deluge +- nat-pmp +- port-forwarding +- protonvpn +- qbittorrent +- transmission +- vpn +ReleaseNotesUrl: https://github.com/martsg666/qbPortWeaver/releases/tag/v2.6.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/martsg666/qbPortWeaver/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.yaml b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.yaml new file mode 100644 index 0000000000000..3b3536c05bffb --- /dev/null +++ b/manifests/m/martsg666/qbPortWeaver/2.6.3/martsg666.qbPortWeaver.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: martsg666.qbPortWeaver +PackageVersion: 2.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.installer.yaml b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.installer.yaml new file mode 100644 index 0000000000000..0ddb3e148185c --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.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: NetEase.CloudMusic +PackageVersion: 3.1.37.205354 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- orpheus +FileExtensions: +- aac +- ape +- cda +- cue +- flac +- m4a +- mp3 +- ncm +- ogg +- wav +- wma +ProductCode: 网易云音乐 +Installers: +- Architecture: x86 + InstallerUrl: https://d8.music.126.net/dmusic2/NeteaseCloudMusic_Music_official_3.1.37.205354_32.exe + InstallerSha256: A5B2FCC9256D1F3BC7BC1C6F22616B7FF6219EACBE2F4776D1CC89011CD53770 +- Architecture: x64 + InstallerUrl: https://d8.music.126.net/dmusic2/NeteaseCloudMusic_Music_official_3.1.37.205354_64.exe + InstallerSha256: 6E101996C44E2EDEB132AC49E1A1746AE1CCEB287F6687CB53BD04A2EEC8516A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.locale.en-US.yaml b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.locale.en-US.yaml new file mode 100644 index 0000000000000..1aed3c06ede0b --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.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: NetEase.CloudMusic +PackageVersion: 3.1.37.205354 +PackageLocale: en-US +Publisher: 网易公司 +PublisherUrl: https://music.163.com/ +PublisherSupportUrl: https://mp.music.163.com/600948c936c13f4d09752e73/contact-us-web/ +PrivacyUrl: https://st.music.163.com/official-terms/privacy +Author: Hangzhou NetEase Cloud Music Technology Co., Ltd. +PackageName: 网易云音乐 +PackageUrl: https://music.163.com/#/download +License: Proprietary +LicenseUrl: https://st.music.163.com/official-terms/service +Copyright: © NetEase Corporation. All rights reserved. +ShortDescription: A music product focused on discovery and sharing. +Description: NetEase CloudMusic is one of the most popular music streaming platforms among young users and the leading music community in the industry. In NetEase CloudMusic, you can not only listen to a large number of genuine music, but also meet music-loving partners like you. Use music to connect each other and convey the power of pleasure. +Tags: +- album +- artist +- audio +- china +- cloud +- music +- player +- playlist +- prc +- song +- sound +ReleaseNotesUrl: https://music.163.com/#/pcupdatelog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.locale.zh-CN.yaml b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..37e64c4350f1f --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.CloudMusic +PackageVersion: 3.1.37.205354 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://music.163.com/ +PublisherSupportUrl: https://mp.music.163.com/600948c936c13f4d09752e73/contact-us-web/ +PrivacyUrl: https://st.music.163.com/official-terms/privacy +Author: 杭州网易云音乐科技有限公司 +PackageName: 网易云音乐 +PackageUrl: https://music.163.com/#/download +License: 专有软件 +LicenseUrl: https://st.music.163.com/official-terms/service +Copyright: © NetEase Corporation. All rights reserved. +ShortDescription: 专注于发现与分享的音乐产品 +Description: 网易云音乐是当下最受年轻用户喜爱的音乐平台之一,同时也是业内领先的音乐社区。在网易云音乐,不仅可以听到海量正版音乐,还能遇见和你同样热爱音乐的伙伴。用音乐连接彼此,用音乐传递美好力量。 +Tags: +- 专辑 +- 云村 +- 云音乐 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: ★ 修复已知问题,优化体验 +ReleaseNotesUrl: https://music.163.com/#/pcupdatelog +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.yaml b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.yaml new file mode 100644 index 0000000000000..149730d0fe041 --- /dev/null +++ b/manifests/n/NetEase/CloudMusic/3.1.37.205354/NetEase.CloudMusic.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: NetEase.CloudMusic +PackageVersion: 3.1.37.205354 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..387f7df410611 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.51 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.1.51/NetSentinel-Setup-2.1.51.exe + InstallerSha256: 19900FDE0B8AABC7F9066B0A611472B3C1E37E96FC9B7FE2438A04AF045CB1B6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..269b3bb8028b3 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.51 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.1.51 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..fe87c1f46b175 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.51/NetSentinel.NetSentinel.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: NetSentinel.NetSentinel +PackageVersion: 2.1.51 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.installer.yaml b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.installer.yaml new file mode 100644 index 0000000000000..3f42b61a12850 --- /dev/null +++ b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.installer.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Netpack.XFB +PackageVersion: "3.14159265358" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/netpack/XFB/releases/download/v3.14159265358/XFB-3.14159265358-Setup.exe + InstallerSha256: C8D88F38CEFC89FE9948CDD1BBC29AF91CFE96EEBB0F16CA6A35ED0D2BE0B121 + ProductCode: XFB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + AppsAndFeaturesEntries: + - DisplayName: XFB (x64) - XFB Radio Automation Software + Publisher: Netpack - Online Solutions +- Architecture: arm64 + InstallerUrl: https://github.com/netpack/XFB/releases/download/v3.14159265358/XFB-3.14159265358-arm64-Setup.exe + InstallerSha256: AB34CBC6F2B2F431860565AD77FCC7C48C338742D4A260A9426CFA836E77BFB5 + ProductCode: XFB + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + AppsAndFeaturesEntries: + - DisplayName: XFB (arm64) - XFB Radio Automation Software + Publisher: Netpack - Online Solutions +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.locale.en-US.yaml b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.locale.en-US.yaml new file mode 100644 index 0000000000000..8458ec391899b --- /dev/null +++ b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.locale.en-US.yaml @@ -0,0 +1,32 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Netpack.XFB +PackageVersion: "3.14159265358" +PackageLocale: en-US +Publisher: Netpack - Online Solutions +PublisherUrl: https://netpack.pt/ +PublisherSupportUrl: https://github.com/netpack/XFB/issues +Author: Frédéric Bogaerts +PackageName: XFB +PackageUrl: https://github.com/netpack/XFB +License: GPL-3.0 +LicenseUrl: https://github.com/netpack/XFB/blob/main/LICENSE +ShortDescription: Open-source radio automation software +Description: |- + XFB is an open-source radio automation suite for broadcasters. It provides + scheduled playlists, jingles and advertising rotation, a live audio FX + engine (10-band equalizer, compressor, 432 Hz retune), DJ decks with + scratchable jog wheels, an Icecast/Shoutcast streaming client, playlist + waveform views with crossfade preparation and volume automation, and + comprehensive accessibility support including screen-reader integration + and full keyboard navigation. +Moniker: xfb +Tags: +- accessibility +- audio +- automation +- broadcast +- open-source +- radio +ReleaseNotesUrl: https://github.com/netpack/XFB/releases/tag/v3.14159265358 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.yaml b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.yaml new file mode 100644 index 0000000000000..3d6d7766bbaa7 --- /dev/null +++ b/manifests/n/Netpack/XFB/3.14159265358/Netpack.XFB.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Netpack.XFB +PackageVersion: "3.14159265358" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.installer.yaml b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.installer.yaml new file mode 100644 index 0000000000000..bbd815d211249 --- /dev/null +++ b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 0.6.5 +InstallerType: portable +Commands: +- yoo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nihitdev/yo-cli/releases/download/v0.6.5/yoo-windows-x86_64.exe + InstallerSha256: F05BA24D04D37DA1DAB56277E52764636BBB44AF75B96BD871A1F5563CA5C01D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-21 diff --git a/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.locale.en-US.yaml b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.locale.en-US.yaml new file mode 100644 index 0000000000000..e3c0b375b9bdd --- /dev/null +++ b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 0.6.5 +PackageLocale: en-US +Publisher: Nihitdev +PublisherUrl: https://github.com/nihitdev +PublisherSupportUrl: https://github.com/nihitdev/yo-cli/issues +PackageName: yoo +PackageUrl: https://github.com/nihitdev/yo-cli +License: GPL-3.0 +ShortDescription: A tiny developer companion for better coding sessions. +Tags: +- cargo +- cli +- fun +- linux +- mac +- rust +- terminal +- windows +- yaml +ReleaseNotesUrl: https://github.com/nihitdev/yo-cli/releases/tag/v0.6.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/nihitdev/yo-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.yaml b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.yaml new file mode 100644 index 0000000000000..ecf83750dd92b --- /dev/null +++ b/manifests/n/Nihitdev/yoo/0.6.5/Nihitdev.yoo.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: Nihitdev.yoo +PackageVersion: 0.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..cfa5e8363214c --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.6.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.6.0 +InstallerType: wix +ProductCode: '{64BAAF91-D06F-494B-A645-80099F58F3D1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.6.0/nimbus-headless-windows-x64.msi + InstallerSha256: 008A4E87F707495627B9E06F49A532AF403E4E3790CFDF51406FD60550D7E17E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..9e049d00f35aa --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.6.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.6.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.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.6.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..c647da03877c9 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.6.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.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.installer.yaml b/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.installer.yaml new file mode 100644 index 0000000000000..60a0a4efb5933 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.8.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.8.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- xicontrol +ReleaseDate: 2026-07-29 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Oksion/XiControl/releases/download/v0.8.0/XiControl-v0.8.0-win-x64.exe + InstallerSha256: 322A8050725AB7246AF3D6075D95C073EBA2242E785F49A2E858ABE74AD7E143 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.locale.en-US.yaml b/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.locale.en-US.yaml new file mode 100644 index 0000000000000..c382592ec0aca --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oksion.XiControl +PackageVersion: 0.8.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 + - Выбор порога заряда 40/50/60/70/80/100% (XIC-4) by @Oksion in #7 + - Вернуть Эко лист, Тихому — луну: иконки режимов стояли наоборот (XIC-14) by @Oksion in #8 + - Настройки: пересобирать окно при смене DPI и разрешения (XIC-15) by @Oksion in #9 + - Sonar: не мерить покрытие на живом WMI — Quality Gate падал на main by @Oksion in #10 + - Подтверждено железом: EC режет заряд на granular-уровнях (XIC-4) by @Oksion in #11 + Full Changelog: v0.7.0...v0.8.0 +ReleaseNotesUrl: https://github.com/Oksion/XiControl/releases/tag/v0.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.yaml b/manifests/o/Oksion/XiControl/0.8.0/Oksion.XiControl.yaml new file mode 100644 index 0000000000000..92ee9b6618de5 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.8.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.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.installer.yaml b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.installer.yaml new file mode 100644 index 0000000000000..9c9d0185894a2 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.90.0 +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- oci +ProductCode: '{114617F0-0CDB-49FA-9953-DDC643FC48BC}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- DisplayName: oci-cli + ProductCode: '{114617F0-0CDB-49FA-9953-DDC643FC48BC}' + UpgradeCode: '{48B079F4-B598-438D-A62A-8A233A3F8901}' +InstallationMetadata: + DefaultInstallLocation: Lib +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oracle/oci-cli/releases/download/v3.90.0/oci-cli-3.90.0-Windows-Server-Installer.msi + InstallerSha256: 20786B67E0A8CE1FAF8E01A7363FA9013FD9DA9B0178951CEAE98D494DE6AB5C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.locale.en-US.yaml b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..b1137a9774180 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.locale.en-US.yaml @@ -0,0 +1,102 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.90.0 +PackageLocale: en-US +Publisher: Oracle +PublisherUrl: https://github.com/oracle +PublisherSupportUrl: https://github.com/oracle/oci-cli/issues +PackageName: Oracle Cloud Infrastructure CLI +PackageUrl: https://github.com/oracle/oci-cli +License: Dual License (UPL-1.0 / Apache-2.0) +LicenseUrl: https://github.com/oracle/oci-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. +CopyrightUrl: https://github.com/oracle/oci-cli/blob/master/LICENSE.txt +ShortDescription: Command Line Interface for Oracle Cloud Infrastructure +Tags: +- bare-metal +- cli +- cloud +- infrastructure +ReleaseNotes: |- + Added + - Block Volume Service + - Support for new optional parameter retention-period, is-retention-lock-enabled, is-prevent-deletion-enabled and is-indefinite-retention-enabled + - oci bv backup create + - oci bv backup update + - oci bv boot-volume-backup create + - oci bv volume-group-backup update + - oci bv volume-group-backup create + - Compute Service + - Support for new optional parameter --is-burstable + - oci compute dedicated-vm-host create + - oci compute dedicated-vm-host create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details + - oci compute dedicated-vm-host create-dedicated-vm-host-host-group-placement-constraint-details + - Database Service + - Support for Oracle Base Database Cloud@Customer (BaseDB-C@C) VM cluster lifecycle, update, and maintenance operations + - oci db basecc-vm-cluster-update-history-entry list + - oci db basecc-vm-cluster change-compartment + - oci db basecc-vm-cluster delete + - oci db basecc-vm-cluster-update-history-entry get + - oci db basecc-vm-cluster-update list + - oci db basecc-vm-cluster-update get + - oci db basecc-vm-cluster list + - oci db basecc-vm-cluster get + - oci db basecc-vm-cluster create + - oci db basecc-vm-cluster update + - Support for new commands to install or uninstall the PKCS11 driver for a given TDE keystore type on an Exadata VM cluster on Exascale Infrastructure + - oci db exadb-vm-cluster register-exadb-vm-cluster-pkcs + - oci db exadb-vm-cluster unregister-exadb-vm-cluster-pkcs + - Generative AI Service Management + - Support for additional H100_X16 and H100_X32 dedicated AI cluster shapes + - oci generative-ai dedicated-ai-cluster create --unit-shape + - GoldenGate + - Support for AI model connections and AI model/provider collections + - oci goldengate ai-model list + - oci goldengate ai-provider list + - oci goldengate connection create-ai-model-connection + - oci goldengate connection update-ai-model-connection + - Support for new optional parameter --connection-type-not-equal-to + - oci goldengate connection-assignment list --connection-type-not-equal-to + - oci goldengate connection list --connection-type-not-equal-to + - Support for new optional parameter connection-type + - oci goldengate connection-assignment list + - Networking Service + - Support for new command for listing available provider regions in the Networking service + - oci network provider-remote-region-name list-provider-remote-regions + - Support for new optional parameters --provider-remote-region and --remote-account-id + - oci network virtual-circuit create + - Oracle Access Control + - Support for new optional parameter --approver-group-level-list + - oci apiaccesscontrol privileged-api-control create --approver-group-level-list + - oci apiaccesscontrol privileged-api-control update --approver-group-level-list + + Changed + - Generative AI Service Management + - [BREAKING] --inbound-auth-config is now a required parameter + - oci generative-ai hosted-application create --inbound-auth-config + - Oracle Access Control + - [BREAKING] --compartment-id | -c is now a required parameter + - oci apiaccesscontrol api-metadata list + - oci apiaccesscontrol api-metadata list-api-metadata-by-entity-types + - oci apiaccesscontrol privileged-api-control list-privileged-api-controls + - oci apiaccesscontrol privileged-api-work-request list + - oci apiaccesscontrol privileged-api-requests list-privileged-api-requests + - oci apiaccesscontrol privileged-api-requests create + - --resources is now an optional parameter + - oci apiaccesscontrol privileged-api-control create + + File Checksums (SHA256) + oci-cli-3.90.0.zip 351c7abb57af5ac8180b44930234319d7272c4d5b0183fc6ab3bdda6a5946f7c + oci-cli-3.90.0-Oracle-Linux-9-Offline.zip a496b110fedbc3c899efff80840672a3a7c9531768dccfed075aa83cc4ac8896 + oci-cli-3.90.0-Oracle-Linux-10-Offline.zip 18229f1c63fc6d22de5fb8e66d966f96113a50e0703d1573c22b1857a932ae5e + oci-cli-3.90.0-Oracle-Linux-8-Offline.zip ffa77b7f146a0267e75784ce2fc8fd3a80cc13ab35e22cdcef284b107cc21e69 + oci-cli-3.90.0-Windows-Server-2016-Offline.zip 5762de68acc31657610b9d1a17d9ddd6784d9f4a9bae73f73d1d535c64bddde0 + oci-cli-3.90.0-Ubuntu-22.04-Offline.zip e5e6b6dac75ca891914bcda8e06e8a0ea0cb890801ccdcdc970795df76ab2dcb + oci-cli-3.90.0-Windows-Server-Installer.msi 20786b67e0a8ce1faf8e01a7363fa9013fd9da9b0178951ceae98d494de6ab5c + oci-cli-3.90.0-Windows-Server-2019-Offline.zip 417bc3eb0dc34ef5af055b71a18bc77582fb9b4fa7583109f08bbe2a7112f1c7 + oci-cli-3.90.0-Ubuntu-20.04-Offline.zip 91afd7597743edb387b1e92873958748747747933063ab1a59a5368e7d492786 +ReleaseNotesUrl: https://github.com/oracle/oci-cli/releases/tag/v3.90.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.yaml b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.yaml new file mode 100644 index 0000000000000..c9304ff55eed2 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.90.0/Oracle.OCI-CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.90.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.installer.yaml b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.installer.yaml similarity index 76% rename from manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.installer.yaml rename to manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.installer.yaml index d27426511b670..7a1fbdd9b2bdc 100644 --- a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.installer.yaml +++ b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Piriform.CCleaner -PackageVersion: 7.9.1432.1847 +PackageVersion: 7.10.1464.1889 InstallerType: exe Scope: machine InstallModes: @@ -13,13 +13,14 @@ InstallerSwitches: SilentWithProgress: /SILENT UpgradeBehavior: install ProductCode: CCleaner 7 +ReleaseDate: 2026-07-29 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://bits.avcdn.net/productfamily_CCLEANER7/insttype_FREE/platform_WIN/installertype_ONLINE/build_RELEASE - InstallerSha256: E5BD31CAC872A0A8652259FF747DBF2781C3C42DC024E4F6AFEE4797DF6F4E72 + InstallerSha256: 162D49262891C41D197212421B8E95703339EAB86E4497B390E1A0A396CA14F6 - Architecture: x64 InstallerUrl: https://bits.avcdn.net/productfamily_CCLEANER7/insttype_FREE/platform_WIN/installertype_ONLINE/build_RELEASE - InstallerSha256: E5BD31CAC872A0A8652259FF747DBF2781C3C42DC024E4F6AFEE4797DF6F4E72 + InstallerSha256: 162D49262891C41D197212421B8E95703339EAB86E4497B390E1A0A396CA14F6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.en-US.yaml b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.en-US.yaml similarity index 57% rename from manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.en-US.yaml rename to manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.en-US.yaml index 09a0eb3dac94f..af2eeada65306 100644 --- a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.en-US.yaml +++ b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Piriform.CCleaner -PackageVersion: 7.9.1432.1847 +PackageVersion: 7.10.1464.1889 PackageLocale: en-US Publisher: Piriform PublisherUrl: https://www.ccleaner.com/ @@ -30,6 +30,22 @@ Tags: - software - startup - uninstall +ReleaseNotes: |- + Simplifying the app + - Get started with Startup Manager more easily + Learn what each Startup Manager section does with a new onboarding pop-up that helps you find the right tools faster. + - Easier to read and easier to use + We made parts of the app easier to read and improved keyboard navigation, screen reader support, and chart accessibility to help more people use CCleaner with confidence. + - Improved Korean text display + We updated the Korean font styling to make text easier to read. + Keeping you safe + - Safer links and file-opening actions + We strengthened how CCleaner handles links and file-opening actions to help protect you from unsafe or unexpected behavior. + - Stronger secure app communication + We improved how parts of the app communicate behind the scenes to make key actions more secure. + Fixing bugs + - Fixed a theme-related stability issue + We fixed a problem that could cause part of the app to fail while watching for theme changes. ReleaseNotesUrl: https://www.ccleaner.com/ccleaner/version-history ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.zh-CN.yaml b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.zh-CN.yaml similarity index 96% rename from manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.zh-CN.yaml rename to manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.zh-CN.yaml index 6adf3b477db62..557d1cd765aab 100644 --- a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.locale.zh-CN.yaml +++ b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Piriform.CCleaner -PackageVersion: 7.9.1432.1847 +PackageVersion: 7.10.1464.1889 PackageLocale: zh-CN PublisherUrl: https://www.ccleaner.com/zh-cn PackageUrl: https://www.ccleaner.com/zh-cn/ccleaner diff --git a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.yaml b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.yaml similarity index 88% rename from manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.yaml rename to manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.yaml index 75383970b5ff1..2a10b9c796810 100644 --- a/manifests/p/Piriform/CCleaner/7.9.1432.1847/Piriform.CCleaner.yaml +++ b/manifests/p/Piriform/CCleaner/7.10.1464.1889/Piriform.CCleaner.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Piriform.CCleaner -PackageVersion: 7.9.1432.1847 +PackageVersion: 7.10.1464.1889 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.installer.yaml b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.installer.yaml new file mode 100644 index 0000000000000..f7c27441c8337 --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.6 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Proton VPN_is1 +ReleaseDate: 2026-07-20 +AppsAndFeaturesEntries: +- ProductCode: Proton VPN_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Proton\VPN' +Installers: +- Architecture: x64 + InstallerUrl: https://vpn.protondownload.com/download/ProtonVPN_v5.1.6_x64.exe + InstallerSha256: 907CEA353A28AE0E8274375D49D8DF318221C4E205F134575BD76C67B6FD64B1 +- Architecture: arm64 + InstallerUrl: https://vpn.protondownload.com/download/ProtonVPN_v5.1.6_arm64.exe + InstallerSha256: 48EB4439C6D84EEA2F64DD588A3DF91F825D2A1C070854604106927C117193B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.locale.en-US.yaml b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.locale.en-US.yaml new file mode 100644 index 0000000000000..10be8e668f8f7 --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.6 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://protonvpn.com/ +PublisherSupportUrl: https://protonvpn.com/support +PrivacyUrl: https://protonvpn.com/privacy-policy +Author: Proton AG +PackageName: Proton VPN +PackageUrl: https://protonvpn.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/ProtonVPN/win-app/blob/HEAD/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/ProtonVPN/win-app/master/LICENSE +ShortDescription: High-speed Swiss VPN that safeguards your privacy. +Description: |- + We built ProtonVPN with extra security features to make it better at protecting your privacy than an ordinary VPN. + When you use ProtonVPN to browse the web, your Internet connection is encrypted. + By routing your connection through encrypted tunnels, ProtonVPNs advanced security features ensure that an attacker cannot eavesdrop on your connection. + It also allows you to access websites that might be blocked in your country. +Moniker: protonvpn +Tags: +- network +- open-source +- privacy +- private +- private-network +- security +- vpn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.yaml b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.yaml new file mode 100644 index 0000000000000..4838aa7705bfb --- /dev/null +++ b/manifests/p/Proton/ProtonVPN/5.1.6/Proton.ProtonVPN.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonVPN +PackageVersion: 5.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.installer.yaml b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.installer.yaml new file mode 100644 index 0000000000000..947d45b94cf37 --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: prefix-dev.pixi +PackageVersion: 0.75.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallerSwitches: + Custom: -norestart +UpgradeBehavior: install +ProductCode: '{C54C99E5-B393-4B47-91EB-DB9ECC107465}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- Publisher: pixi contributors + ProductCode: '{C54C99E5-B393-4B47-91EB-DB9ECC107465}' + UpgradeCode: '{D983A0B8-0183-4F99-BA13-A1C49BD8E46F}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\pixi\bin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/prefix-dev/pixi/releases/download/v0.75.0/pixi-x86_64-pc-windows-msvc.msi + InstallerSha256: B18B021B440151AEEC1DB040C67376E54D65B1D0E011D030A6E39C3F96DEFA52 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.locale.en-US.yaml b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.locale.en-US.yaml new file mode 100644 index 0000000000000..a661b9b675422 --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.locale.en-US.yaml @@ -0,0 +1,58 @@ +# 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: prefix-dev.pixi +PackageVersion: 0.75.0 +PackageLocale: en-US +Publisher: prefix-dev +PublisherUrl: https://pixi.sh/ +PublisherSupportUrl: https://github.com/prefix-dev/pixi/issues +Author: pixi contributors +PackageName: pixi +PackageUrl: https://github.com/prefix-dev/pixi +License: BSD-3-Clause +LicenseUrl: https://github.com/prefix-dev/pixi/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023, prefix.dev GmbH +CopyrightUrl: https://github.com/prefix-dev/pixi/blob/main/LICENSE +ShortDescription: A cross-platform, multi-language package manager and workflow tool +Moniker: pixi +Tags: +- conda +- conda-environment +- conda-packages +- hacktoberfest +- package-management +- package-manager +- package-manager-tool +- python-virtual-environment +- rust +- rust-lang +ReleaseNotes: |- + [0.75.0] - 2026-07-29 + ✨ Highlights + pixi publish now publishes every workspace package that opts in in dependency order. It also refuses to publish anything if a necessary source dependencies didn't opt into being published. + [package] + name = "cpp_math" + publish = true + Offline solves now only consider conda packages you already have, either in the package cache or on a local file:// channel. + That means that you can run pixi update --offline and it will resolve with the packages you have local on your machine. + Completion is now generated from the CLI itself, so environment, platform, feature, and task names complete on every option that takes one, in bash, zsh, fish, and nushell. + As usual we also fixed a couple of bugs. + Added + - Publish the workspace packages that opt in by @Hofer-Julian in #6526 + - Rework completion by @hunger in #6686 + - Restrict offline solves to locally available packages by @Hofer-Julian in #6644 + - Validate __archspec microarchitecture names by @hunger in #6701 + Changed + - Report the assumed platform per environment by @hunger in #6508 + - Reuse cached artifacts for immutable sources when the cache dir is gone by @Hofer-Julian in #6699 + Documentation + - Explain that $PREFIX is not expanded on Windows by @baszalmstra in #6690 + Fixed + - Clean stale files from incremental ROS Python builds by @baszalmstra in #6691 + - Fix CI on main and slim down extra slow tests by @Hofer-Julian in #6708 + Removed + - Remove stray insta snapshot artifact by @hunger in #6683 +ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.75.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.yaml b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.yaml new file mode 100644 index 0000000000000..b0bffff16da92 --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.75.0/prefix-dev.pixi.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: prefix-dev.pixi +PackageVersion: 0.75.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.installer.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.installer.yaml new file mode 100644 index 0000000000000..ac18eb87af03f --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.92 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: quiet + SilentWithProgress: quiet +UpgradeBehavior: install +ProductCode: HeyboxAcc +ReleaseDate: 2026-07-14 +Installers: +- Architecture: x64 + InstallerUrl: https://macc.max-c.com/proxy/acc_installer_1.1.92.141_xiaoheihe.exe + InstallerSha256: 17A00B2135433EDFDD879E9B84249372D05224962720199C0E59F8AE99A5B19B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.locale.en-US.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.locale.en-US.yaml new file mode 100644 index 0000000000000..0cb783582d788 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.92 +PackageLocale: en-US +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://acc.xiaoheihe.cn/help/center +PrivacyUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=2 +Author: Qingfeng (Beijing) Technology Co., Ltd. +PackageName: 小黑盒加速器 +PackageUrl: https://acc.xiaoheihe.cn/ +License: Proprietary +LicenseUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: Play overseas games smoothly and say goodbye to high latency +Moniker: heyboxacc +Tags: +- accelerate +- accelerator +- game +- gaming +- network +- proxy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.locale.zh-CN.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b020da1930e01 --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.92 +PackageLocale: zh-CN +Publisher: Qingfeng +PublisherUrl: https://www.xiaoheihe.cn/ +PublisherSupportUrl: https://acc.xiaoheihe.cn/help/center +PrivacyUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=2 +Author: 清枫(北京)科技有限公司 +PackageName: 小黑盒加速器 +PackageUrl: https://acc.xiaoheihe.cn/ +License: 专有软件 +LicenseUrl: https://api.xiaoheihe.cn/account/acc_privacy_introduce/?type=1 +Copyright: Copyright (C) 2026. QingFeng(Beijing). All Rights Reserved. +ShortDescription: 告别高延迟,畅玩海外游戏 +Tags: +- 代理 +- 加速 +- 加速器 +- 游戏 +- 网游 +- 网络 +ReleaseNotes: '- 优化新游戏加速体验' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.yaml b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.yaml new file mode 100644 index 0000000000000..fe41fc5c413fe --- /dev/null +++ b/manifests/q/Qingfeng/HeyboxAccelerator/1.1.92/Qingfeng.HeyboxAccelerator.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: Qingfeng.HeyboxAccelerator +PackageVersion: 1.1.92 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git "a/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.installer.yaml" "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.installer.yaml" new file mode 100644 index 0000000000000..4abc79ccd8bb2 --- /dev/null +++ "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.installer.yaml" @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ReceitaFederaldoBrasil.EscrituraçãoDigitalECF +PackageVersion: 12.2.2 +InstallerType: exe +InstallerSwitches: + Silent: -q -dir "C:\Arquivos de Programas RFB\Programas SPED\SpedECF" + SilentWithProgress: -q -splash -alerts -dir "C:\Arquivos de Programas RFB\Programas SPED\SpedECF" +Installers: +- Architecture: x64 + InstallerUrl: https://servicos.receita.fazenda.gov.br/publico/programas/Sped/ECF/SpedEcf_w64-12.2.2.exe + InstallerSha256: 7E66936ABF1E0B58DD9E546ECB1E038D881187A9F6693D5EA2272F01B525BFA3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git "a/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.locale.pt-BR.yaml" "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.locale.pt-BR.yaml" new file mode 100644 index 0000000000000..92a718a799105 --- /dev/null +++ "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.locale.pt-BR.yaml" @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ReceitaFederaldoBrasil.EscrituraçãoDigitalECF +PackageVersion: 12.2.2 +PackageLocale: pt-BR +Publisher: Receita Federal do Brasil +PackageName: Escrituração Digital ECF +License: Public +Copyright: Receita Federal do Brasil +ShortDescription: Escrituração Digital ECF +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git "a/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.yaml" "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.yaml" new file mode 100644 index 0000000000000..d750ed34f954f --- /dev/null +++ "b/manifests/r/ReceitaFederaldoBrasil/Escritura\303\247\303\243oDigitalECF/12.2.2/ReceitaFederaldoBrasil.Escritura\303\247\303\243oDigitalECF.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: ReceitaFederaldoBrasil.EscrituraçãoDigitalECF +PackageVersion: 12.2.2 +DefaultLocale: pt-BR +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.installer.yaml b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.installer.yaml new file mode 100644 index 0000000000000..871bed4cb1608 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.20.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivore +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.20.0/logivore-win-x64-setup.exe + InstallerSha256: D192A8CF38F24986D623ADC6B48D6B9413A14F8E9491A30A6817BFF85C5EAF18 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.20.0/logivore-win-x64-machine-setup.exe + InstallerSha256: FE35A5273C4A0DB5D9C0F26CE0ADFD5EB51DE243FB71248B3867BD04327DD4AC +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.20.0/logivore-win-arm64-setup.exe + InstallerSha256: 5DD81884E55B3BAD4900A4789BC69BA71C4B01C119DAE8E340F9865E4B52B009 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore/releases/1.20.0/logivore-win-arm64-machine-setup.exe + InstallerSha256: 115540F651920614E967BE1B3266B5F58BF6E5048C56CA3F36B1BA0544B185C9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.locale.en-US.yaml b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.locale.en-US.yaml new file mode 100644 index 0000000000000..b2d2db18d1089 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.locale.en-US.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.20.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Cross-platform desktop log analyzer with LILA, an AI assistant for log triage +Description: |- + Logivore is a local-first, cross-platform desktop log analyzer for Windows, + macOS, and Linux. Parses dozens of log formats (plaintext, syslog, EVTX, + PAN-OS TSF, Veeam VBR, GlobalProtect, pcap), correlates events across + sources, and surfaces findings via LILA — an AI assistant that runs locally + with optional Anthropic Claude or Google Gemini provider integration. + Memory-tier-adaptive (Flash / Hybrid / Indexed) so any log size works on + any hardware. Trust-gated LLM boundary keeps PII tokenized before it leaves + the machine. +Moniker: logivore +Tags: +- log-analysis +- log-viewer +- syslog +- evtx +- pan-os +- veeam +- pcap +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.yaml b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.yaml new file mode 100644 index 0000000000000..85fc18f2af198 --- /dev/null +++ b/manifests/r/RedEyeNetworks/Logivore/1.20.0/RedEyeNetworks.Logivore.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.Logivore +PackageVersion: 1.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml new file mode 100644 index 0000000000000..3da6d29b589b8 --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.installer.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.20.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: /NORESTART +UpgradeBehavior: install +Commands: +- logivoreforveeam +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.20.0/logivore-for-veeam-win-x64-setup.exe + InstallerSha256: F0CB819684C3B1D95404B3605526F8E2F7D34D1E584003F968FCA4F2852A75F9 +- Architecture: x64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.20.0/logivore-for-veeam-win-x64-machine-setup.exe + InstallerSha256: BF35B6353F7E3C33F0C76709491C9A9BD478C6F330A0854EF1841537D6A7E705 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.20.0/logivore-for-veeam-win-arm64-setup.exe + InstallerSha256: B55CC2F7F56346FCF152581BD43E7B3FB1FE35294E357F05954EB849AC1B51C5 +- Architecture: arm64 + Scope: machine + ElevationRequirement: elevatesSelf + InstallerUrl: https://download.redeyenetworks.com/logivore-for-veeam/releases/1.20.0/logivore-for-veeam-win-arm64-machine-setup.exe + InstallerSha256: 6FA0287F4EAA5DE13C3F9AD4CC8E5915BDAE20AD5AC81B298139ABEE90DB2C5F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml new file mode 100644 index 0000000000000..89b87bf1df3db --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.locale.en-US.yaml @@ -0,0 +1,43 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.20.0 +PackageLocale: en-US +Publisher: RedEye Network Solutions LLC +PublisherUrl: https://redeyenetworks.com +PublisherSupportUrl: https://redeyenetworks.com/support +Author: RedEye Network Solutions LLC +PackageName: Logivore for Veeam +PackageUrl: https://redeyenetworks.com +License: Proprietary +Copyright: Copyright 2026 RedEye Network Solutions LLC. All rights reserved. +ShortDescription: Logivore plus Advanced Veeam Mode — collects, normalizes, and analyzes Veeam Backup and Replication logs end-to-end +Description: |- + Logivore for Veeam is the Veeam-centric SKU of Logivore. Includes + everything in Logivore (cross-platform log analysis, LILA AI + assistant, memory-tier-adaptive parsing, local-first trust-gated + LLM boundary) plus Microsoft.PowerShell.SDK and a built-in + Advanced Veeam Mode that drives the Veeam VBR PowerShell cmdlets + to collect job/repository/proxy diagnostics on demand. Targeted + at Veeam backup administrators who need to triage failed jobs + against backup server, repository, and proxy logs in one + timeline. +Moniker: logivore-for-veeam +Tags: +- veeam +- vbr +- backup +- log-analysis +- log-viewer +- syslog +- evtx +- powershell +- ai +- llm +- claude +- gemini +- timeline +- correlation +- desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.yaml b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.yaml new file mode 100644 index 0000000000000..cfce6bccf2fba --- /dev/null +++ b/manifests/r/RedEyeNetworks/LogivoreForVeeam/1.20.0/RedEyeNetworks.LogivoreForVeeam.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RedEyeNetworks.LogivoreForVeeam +PackageVersion: 1.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.installer.yaml b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.installer.yaml new file mode 100644 index 0000000000000..5891246df1dc2 --- /dev/null +++ b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: relmer.TCDir +PackageVersion: 5.6.1 +InstallerType: portable +Commands: +- tcdir +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/relmer/TCDir/releases/download/v5.6.1/TCDir.exe + InstallerSha256: FD971BDD1BB4779F081FB070AC8D8CDAA5C9FDD38C0586E5461D526D28E63ADA +- Architecture: arm64 + InstallerUrl: https://github.com/relmer/TCDir/releases/download/v5.6.1/TCDir-ARM64.exe + InstallerSha256: 0FFA5C88E9F160D5B496483102088E5C1867C626A8CBE8BDE339A2C913CD9E2C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.locale.en-US.yaml b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.locale.en-US.yaml new file mode 100644 index 0000000000000..a5e1dd8f6df68 --- /dev/null +++ b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: relmer.TCDir +PackageVersion: 5.6.1 +PackageLocale: en-US +Publisher: relmer +PublisherUrl: https://github.com/relmer +PublisherSupportUrl: https://github.com/relmer/TCDir/issues +PackageName: TCDir +PackageUrl: https://github.com/relmer/TCDir +License: MIT +LicenseUrl: https://github.com/relmer/TCDir/blob/master/LICENSE +ShortDescription: Fast, colorized directory listing tool for Windows consoles +Description: |- + TCDir ("Technicolor Directory") is a fast, colorized directory listing tool for Windows consoles. + Features include color by extension and attributes, Nerd Font file and folder icons, hierarchical + tree view, cloud sync status (OneDrive, iCloud), file owner display, NTFS alternate data streams, + sorting, recursion, wide output, and multi-threaded enumeration with native ARM64 support. +Moniker: tcdir +Tags: +- cli +- command-line +- directory +- file-listing +- terminal +- windows +ReleaseNotesUrl: https://github.com/relmer/TCDir/releases/tag/v5.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.yaml b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.yaml new file mode 100644 index 0000000000000..15bac6c8a4343 --- /dev/null +++ b/manifests/r/relmer/TCDir/5.6.1/relmer.TCDir.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: relmer.TCDir +PackageVersion: 5.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SinhanBank/DdangyoOrder/.validation b/manifests/s/SinhanBank/DdangyoOrder/.validation new file mode 100644 index 0000000000000..f3039345d8da5 --- /dev/null +++ b/manifests/s/SinhanBank/DdangyoOrder/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b8b82508-591c-4539-8ca7-3ddeedfabb00","TestPlan":"Policy-Test-1.8","PackagePath":"manifests/s/SinhanBank/DdangyoOrder/2.6.0","CommitId":"291d088c8cf7bc9edabc5b861b6928a6143352b9"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.installer.yaml index 3b2f013505c69..cb07ed4e78f73 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785315307-g45b7c1 +PackageVersion: 0.0.1785334225-g9abe75 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-07-29 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1785315307-g45b7c1/amp-windows-x64-baseline.exe - InstallerSha256: B67D9E6AC6A8894C6A70F6A02BF6513FDC40FC75274332574968A7D2EE2F6EA5 + InstallerUrl: https://static.ampcode.com/cli/0.0.1785334225-g9abe75/amp-windows-x64-baseline.exe + InstallerSha256: 0A0EF133B707F00ADF0487694085309AE87B88E7E1EDEB9E7CE0A76CFD29D0DF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.locale.en-US.yaml index 62f8aadeb7210..5840a3af38379 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/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.1785315307-g45b7c1 +PackageVersion: 0.0.1785334225-g9abe75 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.locale.zh-CN.yaml index d1af398bdec28..133526ea90a75 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/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.1785315307-g45b7c1 +PackageVersion: 0.0.1785334225-g9abe75 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/Sourcegraph.Amp.yaml index f14ffff972650..6ab9ae6de0a6a 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785315307-g45b7c1/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785334225-g9abe75/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.1785315307-g45b7c1 +PackageVersion: 0.0.1785334225-g9abe75 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.installer.yaml b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.installer.yaml new file mode 100644 index 0000000000000..52e8fe0fa392d --- /dev/null +++ b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SpartanJ.ecode +PackageVersion: 0.8.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ecode/ecode.exe +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-04-26 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SpartanJ/ecode/releases/download/ecode-0.8.0/ecode-windows-0.8.0-x86_64.zip + InstallerSha256: A9037835838ED2BFA01F2CE98B3E2D12A88CDBF3D3C21C206AC37861C30746AE +- Architecture: arm64 + InstallerUrl: https://github.com/SpartanJ/ecode/releases/download/ecode-0.8.0/ecode-windows-0.8.0-arm64.zip + InstallerSha256: 39906837D3606B4B6D71DF55E4F30AE5086BAE1D5AA401357C0AEBE121820CA1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.locale.en-US.yaml b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.locale.en-US.yaml new file mode 100644 index 0000000000000..cfa9f7127aaac --- /dev/null +++ b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.locale.en-US.yaml @@ -0,0 +1,118 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SpartanJ.ecode +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: SpartanJ +PublisherUrl: https://github.com/SpartanJ +PublisherSupportUrl: https://github.com/SpartanJ/ecode/issues +Author: Martín Lucas Golini +PackageName: ecode +PackageUrl: https://github.com/SpartanJ/ecode +License: MIT +LicenseUrl: https://github.com/SpartanJ/ecode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023 Martín Lucas Golini +CopyrightUrl: https://github.com/SpartanJ/ecode/blob/main/LICENSE +ShortDescription: > + Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness + and performance. +Description: > + ecode is a lightweight multi-platform code editor designed for modern hardware with a focus on + responsiveness and performance. It has been developed with the hardware-accelerated eepp GUI, + which provides the core technology for the editor. The project comes as the first serious project + using the eepp GUI, and it's currently being developed to improve the eepp GUI library as part of + one of its main objectives. +Tags: +- code +- code-editor +- developer-tools +- editor +- geany +- gui +- ide +- lapce +- lite +- lite-xl +- lsp-client +- terminal +- text +- text-editor +- vscode +- zed +ReleaseNotes: |- + # Changelog + + ## Added + + - Visual diff / patch / file comparison (#130) + - Auto-indent support (Settings -> Document -> Global Settings -> Auto-Indent -> Smart) (#294) + - UI Themes based on the Syntax Color Scheme (Settings -> Window -> UI Theme -> Syntax Color Scheme) + (#661) + - Added Color Box support (Renders a background box of the parsed color directly behind the text + itself) (#825) + - Added live Markdown Preview support and markdown rendering support across the editor + - Added Agent Client Protocol / ACP to the AI Assistant plugin + - Native Linter/Formatter support for JSON (#828) + - Native Linter/Formatter support for YAML (#829) + - Code highlighting for WebAssembly (#842) + - Code highlighting for WIT (Web Assembly Interface Types) (#844) + - Code highlighting for CPS (#851) + - Added clear-indentation command (#854) + - Option to open new terminals in the active document’s directory (#857) + - Added code folding for XML + HTML (#870) + - Added terminal text reflow support + - Add woff2 font format support + + ## Improved + + - Do not purge erroneous config in plugins (#827) + - Select multiple items in side panel treeview (#869) + - Directory chooser: pasting full path does not use it (#872) + - About dialog: can't be closed by key press (#873) + - Improved documentation visibility, now will find the best place possible to render and auto-adjust + its width (#874) + - Improved signature helper positioning and now allows to render in multiple lines (enabled by + default) + - Expose an environment variable to let shells detect the embedded terminal (#878) + - Auto-Close brackets improvements: + - Word boundary behavior: Typing an opening bracket directly preceding an alphanumeric character + prevents auto-closing. (e.g. typing ( before word correctly inserts ( without closing it). + - Whitespace boundary behavior: Typing an opening bracket before a space triggers normal auto-closing. + - Forward unbalanced brackets: Typing an opening bracket when there's an unmatched closing bracket + ahead on the same line prevents auto-closing (so typing ( when the line is () ) doesn't insert + an extra )). + - Balanced brackets: Regular auto-closing when brackets are completely matched. + - Quote balancing: If the line already has balanced quotes and your cursor is right before a quote, + typing a quote will just overwrite/step over the right quote instead of adding a new pair. + - Major refactor in AI Asssitant plugin (improved UX) + - Added tilde support for files and folders passed as parameters from the CLI in ecode + - Terminal scroll position does not change on terminal resize + - Improved crash stack-traces saving on Windows (#835) + - Greatly improved crash window on Windows, now displays the stack-trace and let the user go to + report it + - Fix text-selection in opencode and many other CLI applications + - Allow to load multiple files and folders from the CLI + - Update app title when focusing any new tab that it's not an editor or a terminal + + ## Fixed + + - Press backspace button on collapsed code blocks crashed ecode (#836) + - Allow ft in palette outside of projects (#853) + - Fix copy paste in tree-view (#855) + - Fix create pseudo-console spawn issues in Windows (#856) + - Cannot type # on macOS British keyboard (Option + 3 bound to terminal tab) (#877) + - Can't close folder if there is a terminal tab focused (#890) + - Fix LSP graceful exit (this fixes clangd not erasing the preamble cache files) + - Fix user-after-free during plugin reload + - Fix --verbose on Windows + - Fix a focusing issue when moving a terminal to the status bar terminal, hiding the terminal would + not focus any editor + - Fix a crash during debugging that happens due to invalid memory access (UIAbstractView + + VariablesModel changes). + - Fix a crash on ChatUI when closing a chat that was about to receive a server response + - Fix terminal close warning spawning multiple times and allowing to crash the app + - A ton of bug fixes +ReleaseNotesUrl: https://github.com/SpartanJ/ecode/releases/tag/ecode-0.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.yaml b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.yaml new file mode 100644 index 0000000000000..ca53831e5364b --- /dev/null +++ b/manifests/s/SpartanJ/ecode/0.8.0/SpartanJ.ecode.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: SpartanJ.ecode +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.installer.yaml b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.installer.yaml new file mode 100644 index 0000000000000..4c8f6ec970931 --- /dev/null +++ b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: szTheory.exifcleaner +PackageVersion: 4.0.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +FileExtensions: +- gif +- jpg +- m4a +- mov +- mp4 +- pdf +- png +- tiff +ProductCode: 8457e380-8acb-5e7f-a000-5966971ba7cc +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- DisplayName: ExifCleaner 4.0.0 + ProductCode: 8457e380-8acb-5e7f-a000-5966971ba7cc +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/szTheory/exifcleaner/releases/download/v4.0.0/ExifCleaner.Setup.4.0.0.exe + InstallerSha256: 85688E41B39ED5B1C25065270D04029A4D1805D42751253A85AEE92E1ACBC24A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.locale.en-US.yaml b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.locale.en-US.yaml new file mode 100644 index 0000000000000..09d9f949a63b0 --- /dev/null +++ b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: szTheory.exifcleaner +PackageVersion: 4.0.0 +PackageLocale: en-US +Publisher: szTheory +PublisherUrl: https://github.com/szTheory +PublisherSupportUrl: https://github.com/szTheory/exifcleaner/issues +Author: szTheory +PackageName: ExifCleaner +PackageUrl: https://github.com/szTheory/exifcleaner +License: MIT +LicenseUrl: https://github.com/szTheory/exifcleaner/blob/HEAD/LICENSE +Copyright: Copyright (c) szTheory (https://exifcleaner.app) +CopyrightUrl: https://github.com/szTheory/exifcleaner/blob/master/LICENSE +ShortDescription: Desktop app to clean metadata from images, videos, PDFs, and other files. +Moniker: exif-cleaner +Tags: +- clean +- electron +- exif +- image +- pdf +- photo +- picture +- privacy +- video +ReleaseNotes: |- + The first major release in 5 years — a complete rebuild from the ground up. Same privacy-first philosophy, everything else modernized. + Highlights + New Privacy Controls + - Preserve photo orientation — Photos stay upright after cleaning (enabled by default) + - Save as copy — Create a _cleaned copy instead of overwriting the original + - Preserve timestamps — Keep original file dates intact + - Preserve color profile — Retain ICC color data for accurate colors + - Remove macOS extended attributes — Strip quarantine and Spotlight metadata (macOS only) + All toggleable from the new Settings panel. + Folder Support + Drop an entire folder and ExifCleaner processes every supported file inside, recursively. + Metadata Inspector + Click any processed file to see exactly which metadata tags were removed — a full before/after diff. + 25 Languages + Now available in 25 languages with in-app language switching — no need to change your system locale. + New since v3.6.0: Catalan, Croatian, Czech, Danish, Hungarian, Malayalam, Persian, Polish, Portuguese (Brazil), Slovak, Swedish, Turkish, Vietnamese + Redesigned Interface + - Modern React-based UI with a clean design system + - Dark mode that follows your system preference (or override manually) + - Settings drawer with all options in one place + - Status bar showing progress, file counts, and tags removed + Under the Hood + - Electron 35 (up from 11) — 5 years of Chromium security patches + - Sandboxed renderer — the UI process has zero access to your filesystem or system + - IPC validation — all internal communication validated with schemas + - Smaller bundle — ~35 MB on macOS + - Automated CI/CD — every commit tested across macOS, Windows, and Linux + - SHA-256 checksums included for all downloads + What hasn't changed + - Zero network traffic — no telemetry, no auto-update, no phone home. Ever. + - Fast — hundreds of files processed in seconds + - Open source — MIT license + Downloads + ─────────────────────┬──────────────────────────── + Platform │File + ─────────────────────┼──────────────────────────── + macOS (Apple Silicon)│ExifCleaner-4.0.0-arm64.dmg + ─────────────────────┼──────────────────────────── + macOS (Intel) │ExifCleaner-4.0.0.dmg + ─────────────────────┼──────────────────────────── + Windows (installer) │ExifCleaner.Setup.4.0.0.exe + ─────────────────────┼──────────────────────────── + Windows (portable) │ExifCleaner.4.0.0.exe + ─────────────────────┼──────────────────────────── + Linux (AppImage) │ExifCleaner-4.0.0.AppImage + ─────────────────────┼──────────────────────────── + Linux (Debian/Ubuntu)│exifcleaner_4.0.0_amd64.deb + ─────────────────────┼──────────────────────────── + Linux (Fedora/RHEL) │exifcleaner-4.0.0.x86_64.rpm + ─────────────────────┴──────────────────────────── + Verify your download: check SHASUMS256.txt against the file you downloaded. + Opening unsigned builds + ExifCleaner is not code-signed. Your OS will warn you on first launch. This is + expected and is a one-time step per platform. + macOS + - macOS 14 (Sonoma) and earlier: right-click (or Control-click) the app → Open → + click Open in the dialog. + - macOS 15 (Sequoia) and later: right-click → Open no longer works. Double-click the + app once and let it be blocked, then open System Settings → Privacy & Security, + scroll down, and click Open Anyway next to the ExifCleaner message. + Windows + Windows Defender SmartScreen shows "Windows protected your PC". Click More info → + Run anyway. + Linux + No gatekeeping. Make the AppImage executable with chmod +x ExifCleaner-4.0.0.AppImage. + .deb and .rpm install normally: + sudo apt install ./exifcleaner_4.0.0_amd64.deb # Debian/Ubuntu + sudo dnf install ./exifcleaner-4.0.0.x86_64.rpm # Fedora/RHEL + Why isn't it signed? + macOS signing requires an Apple Developer certificate at $99/year, and that certificate + embeds the holder's legal name, which macOS displays in the Gatekeeper dialog. + Windows requires a separate EV certificate at $200–600/year tied to a verified legal + identity. For a privacy tool maintained anonymously, that isn't a tradeoff this project + is willing to make. + What you get instead: + - SHA-256 checksums for every artifact in SHASUMS256.txt — verifies your download is + byte-for-byte what CI built. + - Builds happen in public via GitHub Actions from tagged source you can read. + - CI installs and runs the real artifact before this release could be published — it + mounts the DMG / runs the installer / extracts the AppImage, launches the installed app, + and strips metadata from a test image. macOS additionally runs a Gatekeeper regression + check. A build that doesn't actually work never reaches this page. + > Only download ExifCleaner from the GitHub releases page. + > Builds distributed through any other channel are not ours and are not verified. + Contributors + Thank you to everyone who contributed translations and code: + @bsonmez (Turkish), @milotype (Croatian), @icetee (Hungarian), @sastofficial (Swedish), @theunknownKiran (Malayalam), @tomz00 (Czech), @tensingnightco (Vietnamese), @PolpOnline (code quality) + Full Changelog: v3.6.0...v4.0.0 +ReleaseNotesUrl: https://github.com/szTheory/exifcleaner/releases/tag/v4.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.yaml b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.yaml new file mode 100644 index 0000000000000..7ed9b93950bcf --- /dev/null +++ b/manifests/s/szTheory/exifcleaner/4.0.0/szTheory.exifcleaner.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: szTheory.exifcleaner +PackageVersion: 4.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.installer.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.installer.yaml new file mode 100644 index 0000000000000..56cef13b4e0f4 --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.installer.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +Scope: machine +UpgradeBehavior: install +Protocols: +- blizzv1 +- teamviewer10 +- teamviewer8 +- teamviewerapi +- tvchat1 +- tvcontrol1 +- tvfiletransfer1 +- tvjoinv8 +- tvoneweblogin +- tvpresent1 +- tvsendfile1 +- tvsqcustomer1 +- tvsqsupport1 +- tvvideocall1 +- tvvpn1 +FileExtensions: +- tpsr +- tvc +- tvlink +- tvs +Installers: +- Architecture: x86 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: update.msi + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_15.80.4.zip + InstallerSha256: 4ECACA2FF2C30079E2A8F054F9A5CB7A672D3932311B0C4BE8D5716E71A23900 + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{2398E1A1-DF24-4F79-8936-8572DC34F534}' + ReleaseDate: 2026-07-22 + AppsAndFeaturesEntries: + - UpgradeCode: '{98A72954-BC0F-11E8-9CC6-3F794D8C2BDE}' +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_15.80.4.exe + InstallerSha256: 9C37CE84FC476660DFEE8FD56F67A3E0F9DEB22876EE15F1E802AD0EFD92328D + ReleaseDate: 2026-07-28 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: update.msi + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_15.80.4_x64.zip + InstallerSha256: D2FE6FE73C53B717951032716984E25E1AFD0371AEFA36580A00F8E494E1E450 + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{DF115F7A-CDBD-40F1-9D05-A35FEC6F163D}' + ReleaseDate: 2026-07-22 + AppsAndFeaturesEntries: + - UpgradeCode: '{F0C19578-BC20-4F79-B2C3-EA824DE91F34}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64_15.80.4.exe + InstallerSha256: 2E65CB480AE6F20FF59B4B36D6508A5395DE21771B3687161A8C138E89B4852F + ReleaseDate: 2026-07-28 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-CH.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-CH.yaml new file mode 100644 index 0000000000000..7bf7d6560ef2b --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-CH.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: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +PackageLocale: de-CH +Description: |- + TeamViewer ist eine umfassende Lösung für Fernzugriff, Fernsteuerung und Fernsupport, die mit fast jeder Desktop- und Mobilplattform funktioniert, einschliesslich Windows, macOS, Android und iOS. + Mit TeamViewer können Sie sich per Fernzugriff auf Computer oder mobile Geräte an jedem Ort der Welt einwählen und sie so nutzen, als wären Sie vor Ort. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-DE.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-DE.yaml new file mode 100644 index 0000000000000..4822ab6da9a3a --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.de-DE.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +PackageLocale: de-DE +PublisherUrl: https://www.teamviewer.com/de/ +PublisherSupportUrl: https://www.teamviewer.com/de/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.com/de/legal/privacy-and-cookies/ +PackageUrl: https://www.teamviewer.com/de/download/windows/ +License: Proprietäre +LicenseUrl: https://www.teamviewer.com/de/legal/eula/ +CopyrightUrl: https://www.teamviewer.com/de/legal/eula/ +ShortDescription: Sicherer Remote Access und Support +Description: |- + TeamViewer ist eine umfassende Lösung für Fernzugriff, Fernsteuerung und Fernsupport, die mit fast jeder Desktop- und Mobilplattform funktioniert, einschließlich Windows, macOS, Android und iOS. + Mit TeamViewer können Sie sich per Fernzugriff auf Computer oder mobile Geräte an jedem Ort der Welt einwählen und sie so nutzen, als wären Sie vor Ort. +Tags: +- fernsteuerung +- fernzugriff +- konferenzen +- remote-control +- remote-desktop +- webkonferenz +ReleaseNotes: |- + New Features + - Mit der Webcalls-Tunnel-Implementierung für Hybrid Conditional Access werden TeamViewer Client-Anfragen, die innerhalb des Netzwerks der Kundschaft initiiert werden, über den Hybrid Conditional Access-Router geleitet. Die erste Iteration umfasst Admin-Einstellungen, Device Management, SSO und LAPS. + - Kunden mit einer Tensor-Lizenz können nun ihr lokales Mikrofon und ihre Kamera an das Remote-Gerät weiterleiten und so direkt aus einer Remote-Sitzung heraus an Meetings teilnehmen oder Anwendungen nutzen, die Kamera und Mikrofon erfordern. + - Auditability für die Kontosicherheit wurde verbessert. Passwortänderungen werden jetzt als separate Ereignisse protokolliert. + - Das Erstellungsdatum des User sowie Informationen zur letzten Aktivität wurden im Bereich „User-Details“ ergänzt, um Administrator:innen beim Überprüfen von User-Profilen einen schnellen Überblick zu ermöglichen. + - Die Berechtigungsverwaltung für User-Gruppen wurde verbessert. Aktionen wie Erstellen, Anzeigen, Aktualisieren und Löschen von User-Gruppen werden nun durch zugewiesene Berechtigungen gesteuert, wodurch eine klare und konsistente Zugriffsverwaltung sichergestellt wird. + - Kund:innen können jetzt Conditional Access-Regeln mithilfe von Unternehmensprofilen erstellen und so sichere Zugriffsszenarien mit vertrauenswürdigen Drittorganisationen ermöglichen, etwa externen Supportanbietern, die TeamViewer nutzen. Bei der Erstellung von Regeln steht sowohl im Quell- als auch im Zielfeld eine neue Option „Externe Firma“ zur Verfügung. Damit kann ein Unternehmensprofil-Name angegeben und die Regel auf User angewendet werden, die dieser externen Organisation zugeordnet sind. + + Improvements + - TeamViewer unterstützt jetzt nativ Windows auf ARM-Geräten, sowohl für TeamViewer Remote als auch für TeamViewer (Classic). Der Funktionsumfang entspricht den bestehenden Intel-basierten Versionen und gewährleistet ein einheitliches Erlebnis über verschiedene Gerätearchitekturen hinweg. + - Die Breite des Tia-Seitenpanels während der Session wurde erhöht, um die Nutzung des Chats komfortabler zu gestalten. + - Session-Verbindungen mit Windows-Authentifizierung sind jetzt sowohl über die Befehlsleiste als auch über das Kontextmenü auf der Seite „Service Queue“ verfügbar. + - Der Text zum unbeaufsichtigten Zugriff im Classic Host wurde aktualisiert, um ihn an TeamViewer Remote anzugleichen. Die überarbeitete Formulierung verdeutlicht, dass das Gerät vom Unternehmen verwaltet wird, reduziert potenzielle Verwirrung hinsichtlich des managerbasierten Zugriffs und sorgt für eine bessere Konsistenz zwischen TeamViewer Remote und Classic. + - Die Userverwaltung wurde um sortierbare Spalten für User-Gruppen und User-Rollen erweitert, was die Navigation und die Sichtbarkeit der Daten verbessert. + + Bugfixes + - Es wurde ein Fehler behoben, der zu Verbindungsproblemen führte, wenn eine Verbindung über Einfacher Zugriff initiiert wurde. + - Ein Fehler wurde behoben, der den Zugriff auf das 3-Punkte-Menü auf der Seite „Service Queue“ verhinderte. + - Ein Fehler wurde behoben, durch den der Startbildschirm in einem endlosen Ladezustand verblieb und User am Zugriff auf die Anmeldeseite gehindert wurden. + - Es wurde ein Fehler behoben, bei dem beim Drücken der Rücktaste die gesamte Eingabe statt nur das letzte Zeichen entfernt wurde, wenn bestimmte asiatische Sprachen verwendet wurden. + - Es wurde ein Fehler behoben, der dazu führen konnte, dass die eingeklappte Symbolleiste während der Session nach dem Öffnen eines Seitenbereichs verschwand. +ReleaseNotesUrl: https://community.teamviewer.com/German/categories/release-notes-de +PurchaseUrl: https://www.teamviewer.com/de/pricing/ +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://www.teamviewer.com/de/global/support/knowledge-base/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.en-US.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..eaa5c7759f002 --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +PackageLocale: en-US +Publisher: TeamViewer +PublisherUrl: https://www.teamviewer.com/ +PublisherSupportUrl: https://www.teamviewer.com/en/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.com/en/legal/privacy-and-cookies/ +Author: TeamViewer Germany GmbH +PackageName: TeamViewer +PackageUrl: https://www.teamviewer.com/en/download/windows/ +License: Proprietary +LicenseUrl: https://www.teamviewer.com/en/legal/eula/ +Copyright: Copyright © 2005-2026 TeamViewer Germany GmbH +CopyrightUrl: https://www.teamviewer.com/en/legal/eula/ +ShortDescription: Secure remote access and support +Description: |- + TeamViewer is a comprehensive, remote access, remote control and remote support solution that works with almost every desktop and mobile platform, including Windows, macOS, Android, and iOS. + TeamViewer lets you remote in to computers or mobile devices located anywhere in the world and use them as though you were there. +Moniker: teamviewer +Tags: +- conference +- conferencing +- control +- meeting +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +- remote-support +- web-conferencing +ReleaseNotes: |- + New Features + - Added support for Admin settings, device management, Single-Sign-On (SSO) and Microsoft LAPS integration to the Hybrid Conditional Access. + - Tensor-licensed customers can now forward their local microphone and camera to the remote device, enabling them to join meetings or use applications that require a camera and microphone directly from a remote session. + - Auditability for account security has been improved. Password changes will now be logged as separate events. + - The user creation date and last active information have been added to the User Details panel, giving administrators quick insight when reviewing user profiles. + - Permission handling for user groups has been improved. Actions such as creating, viewing, updating, and deleting user groups are now controlled by assigned permissions, ensuring clear and consistent access management. + - Customers can now create Conditional Access rules using Company Profiles, enabling secure access scenarios involving trusted third-party organizations, such as external support providers using TeamViewer. A new External Company option is available in both the Source and Target fields during rule creation, allowing administrators to specify a Company Profile name and apply the rule to users associated with that external organization. + + Improvements + - TeamViewer now natively supports Windows on ARM devices for both TeamViewer Remote and TeamViewer (Classic). Its functionality matches the existing Intel-based versions, ensuring a consistent experience across device architectures. + - The width of the in-session Tia side panel has been increased to provide a more comfortable experience when interacting with chat. + - Session connections using Windows authentication are now available from both the command bar and the context menu on the Service Queue page. + - The unattended access text in the Classic Host has been updated to align with TeamViewer Remote. The revised wording more clearly indicates that the device is managed by the company, reducing potential confusion around manager-based access and improving consistency between TeamViewer Remote and Classic. + - User management has been enhanced with sortable columns for User Groups and User Roles, improving navigation and data visibility. + + Bugfixes + - Fixed a bug that caused connection issues when a connection was initiated via Easy Access. + - Fixed a bug that prevented access to the 3-dot menu on the Service Queue page. + - Fixed a bug that caused the start screen to remain in an infinite loading state, preventing users from accessing the sign-in page. + - Fixed a bug where pressing the Backspace key removed the entire input instead of only the last character when using certain Asian languages. + - Fixed a bug that could cause the collapsed in-session toolbar to disappear after opening a side panel. +ReleaseNotesUrl: https://community.teamviewer.com/English/categories/change-logs-en +PurchaseUrl: https://www.teamviewer.com/en/pricing/ +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://www.teamviewer.com/en/global/support/knowledge-base/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.zh-CN.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01d27624b0b4d --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +PackageLocale: zh-CN +PublisherUrl: https://www.teamviewer.cn/cn/ +PublisherSupportUrl: https://www.teamviewer.cn/cn/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.cn/cn/legal/privacy-and-cookies/ +PackageUrl: https://www.teamviewer.cn/cn/download/windows/ +License: 专有软件 +LicenseUrl: https://www.teamviewer.cn/cn/legal/eula/ +CopyrightUrl: https://www.teamviewer.cn/cn/legal/eula/ +ShortDescription: 打造安全的远程访问和支持 +Description: |- + TeamViewer 是一款全功能远程访问、远程控制和远程支持解决方案,几乎适用于所有桌面和移动平台,包括 Windows、macOS、Android 和 iOS。 + 通过 TeamViewer,你可以远程访问位于世界任何地方的电脑或移动设备,并像在现场一样使用它们。 +Tags: +- 会议 +- 开会 +- 控制 +- 远程 +- 远程会议 +- 远程办公 +- 远程协助 +- 远程开会 +- 远程控制 +- 远程支持 +- 远程桌面 +- 远程访问 +- 远程连接 +PurchaseUrl: https://www.teamviewer.cn/cn/pricing/ +Documentations: +- DocumentLabel: 知识库 + DocumentUrl: https://www.teamviewer.cn/cn/global/support/knowledge-base/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.yaml b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.yaml new file mode 100644 index 0000000000000..3983087d0a968 --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.80.4/TeamViewer.TeamViewer.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: TeamViewer.TeamViewer +PackageVersion: 15.80.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.installer.yaml similarity index 74% rename from manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml rename to manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.installer.yaml index c9d19f32ef3ca..1e685e21e11c9 100644 --- a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.42.0 +PackageVersion: 9.42.2 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -12,13 +12,13 @@ Protocols: - ssh - terminus ProductCode: 783bade9-3e66-5d68-a8fa-f225b8034101 -ReleaseDate: 2026-07-28 +ReleaseDate: 2026-07-29 Installers: - Architecture: x86 InstallerUrl: https://autoupdate.termius.com/windows-beta/Install%20Termius%20Beta.exe - InstallerSha256: D2C328C1BC9A9C2CE7876ED5B36A95D5BD48AC06F14546F87D8EB9E1801A2F66 + InstallerSha256: F0CCFFBEC77FF7E0AB87D98F3C10F2EBA292D2C11EEAECEB36191EFB2D2EC379 - Architecture: x64 InstallerUrl: https://autoupdate.termius.com/windows-beta/Install%20Termius%20Beta.exe - InstallerSha256: D2C328C1BC9A9C2CE7876ED5B36A95D5BD48AC06F14546F87D8EB9E1801A2F66 + InstallerSha256: F0CCFFBEC77FF7E0AB87D98F3C10F2EBA292D2C11EEAECEB36191EFB2D2EC379 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.en-US.yaml similarity index 98% rename from manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml rename to manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.en-US.yaml index 249054b5cb4bd..acae1fe71656b 100644 --- a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.42.0 +PackageVersion: 9.42.2 PackageLocale: en-US Publisher: Termius Corporation PublisherUrl: https://termius.com/ diff --git a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.zh-CN.yaml similarity index 97% rename from manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml rename to manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.zh-CN.yaml index b3d09a9f5a387..914fd6860716e 100644 --- a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.42.0 +PackageVersion: 9.42.2 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于 Windows 的现代 SSH 客户端 diff --git a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.yaml similarity index 91% rename from manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml rename to manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.yaml index ebc2749baec18..ab93b4a3453e9 100644 --- a/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.2/Termius.Termius.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.42.0 +PackageVersion: 9.42.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.installer.yaml b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.installer.yaml new file mode 100644 index 0000000000000..a469a0ab91748 --- /dev/null +++ b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.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: TiCodeX.SQLSchemaCompare +PackageVersion: 2026.7.1 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TiCodeX/SQLSchemaCompare/releases/download/v2026.7.1/SQLSchemaCompare-2026.7.1.exe + InstallerSha256: 2FB836243DC1AD6AE288E308109F43D8AB2518F448E2ED3AD6C471CEA4F650E2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.locale.en-US.yaml b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.locale.en-US.yaml new file mode 100644 index 0000000000000..309562792ff61 --- /dev/null +++ b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TiCodeX.SQLSchemaCompare +PackageVersion: 2026.7.1 +PackageLocale: en-US +Publisher: TiCodeX +PublisherUrl: https://github.com/TiCodeX/SQLSchemaCompare +PublisherSupportUrl: https://github.com/TiCodeX/SQLSchemaCompare/issues +Author: TiCodeX +PackageName: SQL Schema Compare +PackageUrl: https://github.com/TiCodeX/SQLSchemaCompare +License: GPL-3.0-only +LicenseUrl: https://github.com/TiCodeX/SQLSchemaCompare/blob/master/LICENSE +Copyright: Copyright @ 2023 TiCodeX +ShortDescription: The Swiss Army Knife of Database Schema Comparison for Microsoft SQL, mySQL and PostgreSQL which runs on Windows, Linux and macOS systems. +Moniker: sqlschemacompare +Tags: +- ticodex +- sql +- schema +- compare +- mssql +- postgresql +- mysql +- mariadb +ReleaseNotesUrl: https://github.com/TiCodeX/SQLSchemaCompare/releases/tag/v2026.7.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/TiCodeX/SQLSchemaCompare/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.yaml b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.yaml new file mode 100644 index 0000000000000..75feb830307d6 --- /dev/null +++ b/manifests/t/TiCodeX/SQLSchemaCompare/2026.7.1/TiCodeX.SQLSchemaCompare.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: TiCodeX.SQLSchemaCompare +PackageVersion: 2026.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.installer.yaml b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.installer.yaml new file mode 100644 index 0000000000000..f50846bb9f09a --- /dev/null +++ b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: tnunamak.Clawmeter +PackageVersion: 0.32.2 +InstallerType: inno +Commands: +- clawmeter +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tnunamak/clawmeter/releases/download/v0.32.2/ClawmeterSetup.exe + InstallerSha256: 6BDC6C3ED686148E823F895F416CCDC8DD19B393175770271B3E73607CD239D2 + Scope: user +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS=addtopath + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS=addtopath +UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.locale.en-US.yaml b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.locale.en-US.yaml new file mode 100644 index 0000000000000..286affae969cf --- /dev/null +++ b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: tnunamak.Clawmeter +PackageVersion: 0.32.2 +PackageLocale: en-US +Publisher: Tim Nunamaker +PublisherUrl: https://github.com/tnunamak +PackageName: Clawmeter +PackageUrl: https://github.com/tnunamak/clawmeter +License: MIT +LicenseUrl: https://raw.githubusercontent.com/tnunamak/clawmeter/main/LICENSE +ShortDescription: System tray and CLI quota meter for AI coding tools. +Description: Clawmeter shows AI coding quota status in a system tray icon and command line interface. +Moniker: clawmeter +Tags: +- ai +- cli +- tray +- quota +- codex +- claude +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.yaml b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.yaml new file mode 100644 index 0000000000000..a7f1f3d7e5b96 --- /dev/null +++ b/manifests/t/tnunamak/Clawmeter/0.32.2/tnunamak.Clawmeter.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: tnunamak.Clawmeter +PackageVersion: 0.32.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.installer.yaml b/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.installer.yaml new file mode 100644 index 0000000000000..bee59edc3eadf --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.8.0/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.8.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: omniget +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- DisplayName: omniget + Publisher: tonho + ProductCode: omniget +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\omniget' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonhowtf/omniget/releases/download/v0.8.0/omniget_0.8.0_x64-setup.exe + InstallerSha256: FD056B2CF37BF699E79D32C5402D45F049AC0B37FECB4E0453A93E5A0F7ED7EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.locale.en-US.yaml b/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.locale.en-US.yaml new file mode 100644 index 0000000000000..155f7d6242478 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.locale.en-US.yaml @@ -0,0 +1,78 @@ +# 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.8.0 +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: |- + Seven features that were written, tested and unreachable now have a path from the app to them. Plus a portable-mode leak that turned out to affect Linux too, and a settings section that showed Portuguese to everyone. + Features that finally reached the UI + Twelve modules had shipped as tested logic with no Tauri command and no call site outside core/ — code that existed but nothing could invoke. Seven are now wired. + Failed downloads explain themselves. A failure in the queue is translated into a cause and one action: import cookies, retry, update yt-dlp, free disk space. Instead of a raw yt-dlp stderr line, you get the thing to click. + yt-dlp retries as a real browser when a site blocks by TLS fingerprint. Some sites reject the request before any of the player-client switching matters. On that specific failure, the retry now uses --impersonate with a target the bundled binary actually supports. + PO token provider support. If you run a bgutil provider, set OMNIGET_POT_PROVIDER_URL and it will be used when YouTube demands a PO token. The provider is probed first — a configured but dead address would otherwise cost a timeout on every download, which is worse than having no provider at all. It is an environment variable rather than a settings field because it is an external service almost nobody runs, and a new settings field costs a migration for everyone. + A bad yt-dlp update can be undone. Updating yt-dlp now archives the previous binary before overwriting it, keeping the last three. If a new version breaks a site, Settings → Dependencies → ... lists the earlier ones and rolls back — no internet required. + Segment concurrency adapts per host. The number in Settings becomes a ceiling instead of a fixed value. A CDN that throttles at 8 connections delivers more at 4, and only measurement tells you which case a host is. With no history, behaviour is identical to before. + Diagnostic reports now include what actually happened. The debug panel's "Copy report" carries a redacted trace of the last download log lines — no tokens, no cookies, no paths with your username. This is what was missing when someone says "it stopped working" and the report only showed the final result. + Batch downloads are checked before queueing. Paste 40 links and the unsupported and repeated ones are skipped up front, with a count, instead of being queued and failing one at a time. If nothing in the list is supported, it stops and says so. + Accessibility preferences. Reduce motion and reduce transparency, in Settings → Appearance. + Fixes + Portable mode was leaving a folder in your user profile on Linux. This is the same bug as the Windows one fixed in 0.7.7 — nobody had noticed it applied elsewhere. The WebView redirect was behind a Windows-only compile flag, but Tauri's data_directory has no such restriction and on Linux it drives WebKitGTK's data, cache and cookie paths. It was found by the new startup test on its first run, not by a report. + macOS is still not covered — wry does not read data_directory on WKWebView, so the mechanism used on the other two platforms does not exist there. Tracked in #227 rather than left implicit. + The browser extension section of Settings was never translated (#222). It showed Portuguese regardless of your language, including the three install hints, which arrived already-translated from the backend — where the UI language is not knowable. The backend now returns a key and the frontend translates it. Ten locales. + The dependency row menu was clipped by the table (#222). The ... menu is positioned below its row, and on the last row — the PDFium one — it fell outside a container with overflow: hidden. The "point at a local file" option was rendered but unreachable. Thanks @PaduaPlay for the screenshot that made both of these findable. + Bundled WebView2 runtime is now detected (#218). Unpack a WebView2 Fixed Version Runtime next to omniget.exe and it is used, so the app runs on Windows machines without WebView2 installed. The folder is only accepted if it actually contains msedgewebview2.exe — trusting the name alone would fail later, at window creation, and the app would not open at all. Thanks @xmha97. + Under the hood + CI now launches the app. Every pull request starts the real binary on Windows and Linux and fails if the window does not open, in both normal and portable mode. Previously CI proved the code compiled on four platforms and had never once opened the app — which is exactly how the portable-mode bug reached main. Verified by reverting the fix and confirming the job goes red. + Test suite went from 460 to 589. + Known gaps + The command-line binary is not in this release. The build job was added but failed here — for two separate mistakes of mine, both fixed for the next release. omniget-cli still has to be built from source, exactly as the README says. See #202. + Five modules remain unreachable: the rules engine, version diffing, the content-addressed store, playback silence skipping and torrent streaming. None of them is a matter of wiring — each needs interface and product decisions that would have made this release worse if rushed. + Nothing in this release was manually clicked. Everything above is covered by tests and CI; the interface paths are listed in docs/VALIDACAO-0.8.0.md for verification. + 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.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.yaml b/manifests/t/tonhowtf/OmniGet/0.8.0/tonhowtf.OmniGet.yaml new file mode 100644 index 0000000000000..cebd3fa10c2aa --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.8.0/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.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.installer.yaml b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.installer.yaml new file mode 100644 index 0000000000000..188283b9e445c --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: numan-0.1.5-x86_64-pc-windows-msvc/numan.exe + PortableCommandAlias: numan +Commands: +- numan +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonythethompson/numan/releases/download/v0.1.5/numan-0.1.5-x86_64-pc-windows-msvc.zip + InstallerSha256: 2D855B3B8A9BB3C568051024B8AAE9771A63C427CB3EDFD3AC3AA3AA6D78468D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.locale.en-US.yaml b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.locale.en-US.yaml new file mode 100644 index 0000000000000..c4a067167e88e --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.5 +PackageLocale: en-US +Publisher: Anthony Thompson +PublisherUrl: https://github.com/tonythethompson +PublisherSupportUrl: https://github.com/tonythethompson/numan/issues +PackageName: numan +PackageUrl: https://github.com/tonythethompson/numan +License: MIT +LicenseUrl: https://github.com/tonythethompson/numan/blob/HEAD/LICENSE +ShortDescription: Cross-platform package manager for Nushell +Description: Numan installs plugins, modules, scripts, and completions from signed registries, pins immutable artifacts in a lockfile, and activates them with Nu only when you run numan activate. +Moniker: numan +Tags: +- cli +- nushell +- package-manager +ReleaseNotes: |- + [0.1.5] - 2026-07-29 + Added + - numan setup nu installs an official managed Nushell release, optionally pinned with --version; --use-existing repairs an off-PATH installation without downloading another copy + - numan setup loader installs the bundled nushell-loader integration + - Compatibility-aware discovery: search hides incompatible packages by default (--all reveals them), info explains version compatibility, and install errors report the actual Nu/platform mismatch + - numan try installs and activates a curated starter compatible with the current Nu and platform, with managed-Nu pin offers when no starter matches + - Doctor findings distinguish PATH and managed Nu versions and report the built-in official trust-root identity + - Install support for .tar.xz / .txz package archives (alongside .zip, .tar.gz/.tgz, and .tar) + - numan completions nushell (alias nu) via clap_complete_nushell, with a vendor-autoload install hint + - Active-plugin mutation gate (Issue #22 PR1): refuse remove/update while a plugin activation record exists; doctor info activation.plugin_mutation_gated (docs/active-plugin-gate.md) + - Journaled plugin deactivate (Issue #22 PR2): numan deactivate unregisters via injectable plugin rm seam, clears PluginActivation without deleting payload; pending journal state/pending-plugin-deactivate.json + - Active-plugin update orchestration (Issue #22 PR3): default off; only exact NUMAN_ENABLE_ACTIVE_PLUGIN_MUTATION=1 enables deactivate→upgrade→reactivate via the activate/deactivate-owned cmd::plugin_lifecycle boundary + - Cross-platform real-Nu acceptance coverage for active-plugin update, plus a Windows official-registry Stage 1 lifecycle harness + Fixed + - Autoload journal recovery is command-independent and reconciles pending state before later mutations + - Managed Nu bootstrap verifies release-asset size and SHA256 metadata, validates the installed binary, cleans up failed downloads, and discovers supported off-PATH installations more reliably + - numan try gives actionable managed-Nu pin or package-search guidance when no curated starter matches, without silently switching Nu + - PowerShell completions no longer emit top-of-script using namespace directives, so numan completions powershell can be appended to an existing $PROFILE without a ParserError + - README PowerShell install used Out-File (overwrites $PROFILE); docs now use Add-Content or a dedicated completions file + Changed + - numan remove --force no longer bypasses active plugin activation (still bypasses active module activation only) + - Active-plugin gate hint directs users to numan deactivate then numan remove + - Active-plugin update is fail-closed and opt-in (default off; only exact NUMAN_ENABLE_ACTIVE_PLUGIN_MUTATION=1 enables it; unset or alternative values refuse); remove remains gated until deactivate + - Official registry Stage 1 acceptance: after list, run deactivate → remove → gc + - numan completions prints a copy-ready install command on stderr after the script (stdout stays pipe-safe) + - WinGet uses the all-lowercase tonythethompson.numan identifier and publishes update PRs automatically after each GitHub release; unsupported Homebrew packaging was removed +ReleaseNotesUrl: https://github.com/tonythethompson/numan/releases/tag/v0.1.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.yaml b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.yaml new file mode 100644 index 0000000000000..b028ef5f1bee9 --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.5/tonythethompson.numan.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.installer.yaml b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.installer.yaml index 5ab2bbd306d91..3ebd9442ba2b4 100644 --- a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.installer.yaml +++ b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.installer.yaml @@ -4,6 +4,7 @@ PackageIdentifier: VGN.VGNHUB PackageVersion: 4.0.6 InstallerType: nullsoft +Scope: machine InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -11,16 +12,7 @@ ProductCode: 0ab70d9d-4404-5a2a-bc5d-862d6df86ead ReleaseDate: 2026-07-27 Installers: - Architecture: x64 - Scope: user InstallerUrl: https://cdn.vgnclub.com/vgn/driver/vhub/4.0.6/VGN_VHUB_installer.exe InstallerSha256: 81FAA7CA9F1A0D65268293B3DB0E2C5FC2E90DF5E86713C86F369D1A61FEDB86 - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://cdn.vgnclub.com/vgn/driver/vhub/4.0.6/VGN_VHUB_installer.exe - InstallerSha256: 81FAA7CA9F1A0D65268293B3DB0E2C5FC2E90DF5E86713C86F369D1A61FEDB86 - InstallerSwitches: - Custom: /allusers ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.en-US.yaml b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.en-US.yaml index 499ac2dfef181..d950c39cd23c9 100644 --- a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.en-US.yaml +++ b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.en-US.yaml @@ -8,7 +8,7 @@ Publisher: VGN PublisherUrl: https://vgnlab.com/ PublisherSupportUrl: https://vgnlab.com/pages/contact PrivacyUrl: https://vgnlab.com/pages/privacy-policy -PackageName: VGN HUB +PackageName: VGN VHUB PackageUrl: https://vgnlab.com/pages/vgn-hub License: Freeware LicenseUrl: https://vgnlab.com/pages/terms-of-service diff --git a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.zh-CN.yaml b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.zh-CN.yaml index 8a5f17ea21d4c..43a4b135beeac 100644 --- a/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.zh-CN.yaml +++ b/manifests/v/VGN/VGNHUB/4.0.6/VGN.VGNHUB.locale.zh-CN.yaml @@ -8,11 +8,9 @@ Publisher: VGN PublisherUrl: https://www.vgnlab.com.cn/ PublisherSupportUrl: https://www.vgnlab.com.cn/cms/about/contact Author: 福州极客严选科技有限公司 -PackageName: VGN HUB PackageUrl: https://download.vgnlab.com.cn/ License: 免费软件 LicenseUrl: https://www.vgnlab.com.cn/agreement -Copyright: 2018-2026 VGN All rights reserved. CopyrightUrl: https://www.vgnlab.com.cn/agreement ShortDescription: VGN 设备管理驱动软件 Tags: diff --git a/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.installer.yaml b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.installer.yaml new file mode 100644 index 0000000000000..312353196cbd4 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.16.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: VisiGrid-windows-x64\visigrid.exe + PortableCommandAlias: visigrid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VisiGrid/VisiGrid/releases/download/v0.16.0/VisiGrid-windows-x64.zip + InstallerSha256: 05AC6ACA0E1074993EC9014F63B0DA61ED388F5FBEDA615EDAA6621CE071ACE1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-29 diff --git a/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.locale.en-US.yaml b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.locale.en-US.yaml new file mode 100644 index 0000000000000..6fe6e9b886128 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.16.0 +PackageLocale: en-US +Publisher: VisiGrid +PublisherUrl: https://visigrid.app +PublisherSupportUrl: https://github.com/VisiGrid/VisiGrid/issues +PackageName: VisiGrid +PackageUrl: https://visigrid.app +License: AGPL-3.0 +LicenseUrl: https://github.com/VisiGrid/VisiGrid/blob/main/LICENSE +ShortDescription: A fast, local-first spreadsheet for serious data work. +Description: |- + VisiGrid is a native, GPU-accelerated spreadsheet built for keyboard-first workflows. + Features include 97 formula functions, vim mode, keyboard hints, Lua scripting, + and full offline capability with no cloud lock-in. +Tags: +- spreadsheet +- csv +- excel +- data +- productivity +- keyboard +ReleaseNotesUrl: https://github.com/VisiGrid/VisiGrid/releases/tag/v0.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.yaml b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.yaml new file mode 100644 index 0000000000000..7c362e24ebddd --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.16.0/VisiGrid.VisiGrid.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.installer.yaml b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.installer.yaml new file mode 100644 index 0000000000000..3a4a253483f22 --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Voltius.Voltius +PackageVersion: 0.13.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Voltius +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- Publisher: voltius + ProductCode: Voltius +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Voltius' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VoltiusApp/voltius/releases/download/v0.13.0/Voltius_0.13.0_x64-setup.exe + InstallerSha256: F5858645582942FEC5B004B546CE7616DA5C9C82B9CE66318E7571F482EF86A4 +- Architecture: arm64 + InstallerUrl: https://github.com/VoltiusApp/voltius/releases/download/v0.13.0/Voltius_0.13.0_arm64-setup.exe + InstallerSha256: 6343A7575F9AE40535D0BDD3FD8B029BC2FBCCCE03A225CBBE16524EE34DC0F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.locale.en-US.yaml b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.locale.en-US.yaml new file mode 100644 index 0000000000000..8bed951627dac --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Voltius.Voltius +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: Voltius +PublisherUrl: https://voltius.app/ +PublisherSupportUrl: https://github.com/VoltiusApp/voltius/issues +PackageName: Voltius +PackageUrl: https://voltius.app/ +License: AGPL-3.0 +LicenseUrl: https://github.com/VoltiusApp/voltius/blob/HEAD/LICENSE +ShortDescription: Cross-platform SSH client and terminal +Moniker: voltius +Tags: +- crdt +- credential-manager +- homelab +- local-first +- plugins +- port-forwarding +- rust +- serial +- sftp +- ssh +- ssh-client +- sync +- sysadmin +- tauri +- teams +- terminal +ReleaseNotes: |- + Added + - Simplified Chinese (简体中文) interface language, contributed by + @CoconutHR. Pick it under Appearance settings; + like every language, it syncs across your devices. + - Plugins: an update flow. Voltius now detects when an installed plugin has a + newer version, offers a one-click update, and asks you to re-consent if the + update declares permissions you had not already granted (#52). + - Plugins: bundle integrity. A plugin's bundle hash is verified on install and + recorded, plugins that cannot be verified carry an "unverified" badge, and + install failures are surfaced instead of failing quietly (#44). + - Plugins: new capabilities for plugin authors — session open/close lifecycle + verbs, a streaming http.stream verb backed by server-sent events, terminal + reading (snapshot and live stream), selection reading, and OS-keychain storage + for plugin secrets. + - Plugins: two new UI surfaces — a shell-level panel mount and a reusable + titlebar.right status-bar slot. + - Settings: plugin pages now appear as expandable children under the Plugins + nav entry rather than as flat top-level items, on both desktop and mobile. + - SFTP: a "Copy path" action in the file-row context menu on desktop (#62). + - Sync: an exclusion filter, so objects you exclude are stripped from outbound + sync on push, on pull merge, and from the gist-sync export path (#43, #47). + - Themes: Dracula and Monokai reworked with real elevation and text ramps + instead of flat approximations (#40, #60). + Fixed + - Terminal: the wheel and touchpad now scroll full-screen terminal apps (vim, + less, htop) instead of doing nothing, and Select-to-Copy is respected there + (#50). + - Team vaults: members who accepted an invitation while the vault owner was + offline could be left without a vault key and silently unable to decrypt. + Key distribution is now reconciled for those members (#41, #49). + - Audit log: the local per-vault log is capped, so a full quota can no longer + silently stop recording new entries. + - Settings: the About-page links and the update-download button now open. + - Themes: on-accent text now picks its colour at the WCAG 0.179 luminance + crossover, fixing low-contrast label text on some accent colours. + - Interface languages: corrected the Select-to-Copy setting description. + Security + - Plugins: the gated capability tier — reading, watching, and typing into your + terminal sessions, plus per-plugin keychain storage — is now grantable to + third-party marketplace plugins behind explicit, danger-styled install-time + consent. It was previously first-party-only. The install and update dialogs + now show every declared permission in plain language, with the powerful ones + called out in a separate warning block; a plugin that declares one always + prompts for consent, even when install review is turned off. Command injection + (sessions.sendCommand) moved from the public sessions:write permission to + a new gated terminal:write, split from terminal reading. Keychain storage is + now isolated per plugin (keys are namespaced plugin::), so one plugin can + no longer read or overwrite another's secrets. No installed plugin gains + anything without a fresh consent, and no shipped build exposed cross-plugin + keychain data. Side-loaded and locally-scanned plugins still load without a + consent prompt — writing to the plugins folder already implies full app + privileges — so only install a local bundle you trust. + - Updated the bundled quinn-proto dependency to 0.11.15, picking up the fix + for GHSA-4w2j-m93h-cj5j (#82). +ReleaseNotesUrl: https://github.com/VoltiusApp/voltius/releases/tag/v0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.yaml b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.yaml new file mode 100644 index 0000000000000..afe3ea2ed1b86 --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.13.0/Voltius.Voltius.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: Voltius.Voltius +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.installer.yaml b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.installer.yaml new file mode 100644 index 0000000000000..ec1d9e3ed77db --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: v2RayTun.Windows +PackageVersion: 3.10.14 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: v2RayTun + Publisher: DATABRIDGES TECHNOLOGIES LTD + UpgradeCode: '{4CAA7AAB-7C69-4862-85B4-25E5BA76D312}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://storage.v2raytun.com/releases/v2RayTun_Setup_3.10.14.exe + InstallerSha256: 56C70911D85061CDF23E3BFA24892B8A7FE1D3D2A5DFB3B50C1198BF3156FE34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.locale.en-US.yaml b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.locale.en-US.yaml new file mode 100644 index 0000000000000..6fb33b3c274a2 --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: v2RayTun.Windows +PackageVersion: 3.10.14 +PackageLocale: en-US +Publisher: DATABRIDGES TECHNOLOGIES LTD +PublisherUrl: https://v2raytun.com/ +PackageName: v2RayTun +PackageUrl: https://v2raytun.com/ +License: Proprietary +Copyright: © DATABRIDGES TECHNOLOGIES LTD 2026 +ShortDescription: Proxy client based on Xray core for Windows. +Moniker: v2raytun +Tags: +- proxy +- vpn +- xray +- v2ray +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.yaml b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.yaml new file mode 100644 index 0000000000000..cda7db077444b --- /dev/null +++ b/manifests/v/v2RayTun/Windows/3.10.14/v2RayTun.Windows.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: v2RayTun.Windows +PackageVersion: 3.10.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.installer.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.installer.yaml new file mode 100644 index 0000000000000..3a6ebac6fd9ae --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.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: Wondershare.PDFelement.12 +PackageVersion: 12.1.28 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- wspe8 +FileExtensions: +- fdf +- pdf +ProductCode: '{A8FE1843-9E8B-4E01-B5CA-375BA3FB68AF}_is1' +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_64bit_12.1.28_full5239.exe + InstallerSha256: 6B57739F8870EDB1BFD7800252AD9BCC03AF578C47DC5BBB7A44DBE7A494AC85 +- Architecture: x86 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_12.1.28_full5239.exe + InstallerSha256: 6B57739F8870EDB1BFD7800252AD9BCC03AF578C47DC5BBB7A44DBE7A494AC85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.en-US.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.en-US.yaml new file mode 100644 index 0000000000000..f85cd7bc989bc --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.28 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/pdfelement/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare PDFelement +PackageUrl: https://pdf.wondershare.com/pdfelement.html +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Take control of your documents with this powerful PDF editor. +Description: Wondershare PDFelement is a powerful PDF tool that helps make working with PDF files easier, allows you to produce great-looking PDF documents and forms quickly, affordably, and securely. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- ebook +- edit +- editor +- ocr +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Agreement Copilot: Review, compare, translate, protect, and sign agreements in one place. + (1) Access agreement-related tools from one unified entry point + (2) Use AI Risk Review to identify potential risks in agreements + (3) View differences between two documents more clearly with the refreshed Compare feature + (4) Preview translation results and adjust the preview layout with the upgraded PDF Translator + (5) Cover the full agreement workflow from review, comparison, translation, protection, to signing + AI Spaces: Improved the Mind Map and Podcast experience for clearer content organization and more natural audio generation. +ReleaseNotesUrl: https://pdf.wondershare.com/whats-new.html +PurchaseUrl: https://pdf.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: Tutorials + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.zh-CN.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1a73c40089d10 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.28 +PackageLocale: zh-CN +Author: 万兴科技集团股份有限公司 +License: 专有软件 +Copyright: Copyright © 2026 Wondershare. 保留所有权利 +ShortDescription: 使用这款强大的 PDF 编辑器,掌控您的文档。 +Description: Wondershare PDFelement 是功能十分强大的 PDF 工具,可帮助您在工作中轻松地处理 PDF 文件并能快速制作美观的 PDF 文档和表单,产品非常实惠,安全好用。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: 教程 + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.yaml new file mode 100644 index 0000000000000..5af50962992c8 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.28/Wondershare.PDFelement.12.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: Wondershare.PDFelement.12 +PackageVersion: 12.1.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.installer.yaml b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.installer.yaml new file mode 100644 index 0000000000000..91e2dc30c978c --- /dev/null +++ b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: weselow.beads-web +PackageVersion: 0.11.2 +InstallerType: portable +Commands: +- beads-web +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/weselow/beads-web/releases/download/v0.11.2/beads-web-win-x64.exe + InstallerSha256: 7C915361274ED45E5DD3411A84DD6A73A873079A8A71D28EA649AF632035FF93 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.locale.en-US.yaml b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.locale.en-US.yaml new file mode 100644 index 0000000000000..89bffeb0719f9 --- /dev/null +++ b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: weselow.beads-web +PackageVersion: 0.11.2 +PackageLocale: en-US +Publisher: weselow +PublisherUrl: https://github.com/weselow +PublisherSupportUrl: https://github.com/weselow/beads-web/issues +PackageName: beads-web +PackageUrl: https://github.com/weselow/beads-web +License: MIT +LicenseUrl: https://github.com/weselow/beads-web/blob/main/LICENSE +ShortDescription: Visual Kanban board and multi-project dashboard for beads task tracking +Moniker: beads-web +Tags: +- kanban +- beads +- task-tracker +- project-management +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.yaml b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.yaml new file mode 100644 index 0000000000000..6eef33028a8af --- /dev/null +++ b/manifests/w/weselow/beads-web/0.11.2/weselow.beads-web.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: weselow.beads-web +PackageVersion: 0.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.installer.yaml b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.installer.yaml new file mode 100644 index 0000000000000..5dadb7f71692d --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.11.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: cc-panes +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.11.4/cc-panes_0.11.4_x64-setup.exe + InstallerSha256: 88FBCC80C8B88479D36A516D4D8DCE6541CB4B857FC609D42F3940802DF4F396 +- Architecture: arm64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.11.4/cc-panes_0.11.4_arm64-setup.exe + InstallerSha256: D98047EC42BA3E53D2BDBD005BE6792D53D6D0E37E1E874E71A7A78C1998B4F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.en-US.yaml b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.en-US.yaml new file mode 100644 index 0000000000000..4f9f79898d300 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.11.4 +PackageLocale: en-US +Publisher: ccpanes +PublisherUrl: https://github.com/wuxiran +PublisherSupportUrl: https://github.com/wuxiran/cc-pane/issues +PackageName: cc-panes +PackageUrl: https://github.com/wuxiran/cc-pane +License: GPL-3.0 +LicenseUrl: https://github.com/wuxiran/cc-pane/blob/HEAD/LICENSE +ShortDescription: Multi-instance split-pane manager for Claude Code — a cross-platform desktop app built with Tauri 2 +Description: |- + CC-Panes lets you run multiple Claude Code CLI instances side by side in a split-pane terminal layout. Organize your AI-powered development workflow with workspaces, projects, and tasks — all from a single desktop app. + + Features + - Split-Pane Terminal — Run multiple terminals in flexible horizontal/vertical split layouts with drag-to-resize + - Workspace Management — Organize projects into workspaces with pinning, hiding, and reordering + - Built-in Terminal — Full-featured terminal (xterm.js + PTY) with multi-tab support + - Claude Code Integration — Launch Claude Code sessions, resume conversations, manage providers, and self-dialogue mode + - Git Integration — Branch status, pull/push/fetch/stash, worktree management, and git clone + - Session Management — Track launch history with recent launches panel, clean broken sessions, and resume previous work + - Local History — File version tracking with diff view, labels, branch-aware snapshots, and restore + - File Browser — Project file tree with search, create, rename, delete, copy, and move operations + - Code Editor — Monaco-based editor with 60+ language support, Markdown preview, and image preview + - Quick Search — Global file search (Ctrl+K) across all workspace projects + - Screenshot — Region capture with global shortcut, multi-monitor support, and clipboard copy + - Session Journal — Workspace-level session logging + - Todo & Plans — Task management with priorities, subtasks, and plan archiving + - Memory & Skills — Manage Claude memories and custom skills per project + - MCP Server Config — Configure MCP servers per project + - Hooks/Workflows — Workspace-level hook system for automation + - Provider Management — Multiple API provider support (Anthropic, Bedrock, Vertex, proxy, config profiles) + - Directory Scan Import — Batch import Git repositories from a directory + - Theme Support — Light/dark mode with glassmorphism design + - Borderless, Mini & Fullscreen — Frameless window mode, compact mini view, and F11 fullscreen toggle + - System Tray — Minimize to tray with status monitoring + - Desktop Notifications — Session exit, waiting-for-input, and todo reminder alerts with debounce + - Keyboard Shortcuts — Customizable shortcuts for all major actions + - i18n — English and Chinese (Simplified) interface +Tags: +- claude-code +ReleaseNotesUrl: https://github.com/wuxiran/cc-pane/releases/tag/v0.11.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.zh-CN.yaml b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9fd954490a0c9 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.11.4 +PackageLocale: zh-CN +ShortDescription: Claude Code 的多实例分窗管理器 —— 基于 Tauri 2 构建的跨平台桌面应用 +Description: |- + CC-Panes 让您在分屏终端布局中并排运行多个 Claude Code CLI 实例。通过单个桌面应用,即可使用工作区、项目和任务来组织您的 AI 驱动开发工作流。 + + 功能特性 + - 分屏终端 — 在灵活的横向/纵向分屏布局中运行多个终端,支持拖拽调整大小 + - 工作区管理 — 将项目组织到工作区中,支持固定、隐藏和重新排序 + - 内置终端 — 功能完整的终端(xterm.js + PTY),支持多标签页 + - Claude Code 集成 — 启动 Claude Code 会话、恢复对话、管理提供商,以及自对话模式 + - Git 集成 — 分支状态、拉取/推送/获取/贮藏、工作树管理,以及 git 克隆 + - 会话管理 — 通过最近启动面板跟踪启动历史、清理损坏会话、恢复之前的工作 + - 本地历史 — 文件版本跟踪,支持差异视图、标签、分支感知快照和恢复 + - 文件浏览器 — 项目文件树,支持搜索、创建、重命名、删除、复制和移动操作 + - 代码编辑器 — 基于 Monaco 的编辑器,支持 60 多种语言、Markdown 预览和图片预览 + - 快速搜索 — 跨所有工作区项目的全局文件搜索(Ctrl+K) + - 截图 — 区域捕获,支持全局快捷键、多显示器和剪贴板复制 + - 会话日志 — 工作区级别的会话记录 + - 待办与计划 — 任务管理,支持优先级、子任务和计划归档 + - 记忆与技能 — 管理 Claude 记忆和每个项目的自定义技能 + - MCP 服务器配置 — 为每个项目配置 MCP 服务器 + - 钩子/工作流 — 工作区级别的钩子系统,用于自动化 + - 提供商管理 — 多 API 提供商支持(Anthropic、Bedrock、Vertex、代理、配置配置文件) + - 目录扫描导入 — 从目录批量导入 Git 仓库 + - 主题支持 — 浅色/深色模式,采用玻璃拟态设计 + - 无边框、迷你与全屏 — 无边框窗口模式、紧凑迷你视图,以及 F11 全屏切换 + - 系统托盘 — 最小化到托盘并支持状态监控 + - 桌面通知 — 会话退出、等待输入和待办提醒警报,支持防抖 + - 键盘快捷键 — 可自定义所有主要操作的快捷键 + - 国际化 — 英文和简体中文界面 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.yaml b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.yaml new file mode 100644 index 0000000000000..557a40413623a --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.11.4/wuxiran.CC-Panes.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: wuxiran.CC-Panes +PackageVersion: 0.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.installer.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.installer.yaml new file mode 100644 index 0000000000000..231108a9aa577 --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.installer.yaml @@ -0,0 +1,31 @@ +# 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: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- /SUPPRESSMSGBOXES +- /VERYSILENT +ProductCode: '{C7E5C3F5-8579-4C76-BC5F-2D18D82FD9B8}_is1' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- ProductCode: '{C7E5C3F5-8579-4C76-BC5F-2D18D82FD9B8}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Ghost Downloader' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/download/v4.2.2/Ghost-Downloader-v4.2.2-Windows-x86_64-Setup.exe + InstallerSha256: 6616A46813F442171C79B64D118C688A1F2C5DE9972EDE4F9FA8069926F1717F +- Architecture: arm64 + InstallerUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/download/v4.2.2/Ghost-Downloader-v4.2.2-Windows-arm64-Setup.exe + InstallerSha256: 48C95DB7F319C6A3E09D52E08BBA7AF65773BE753547BCEADD13CB50A9FC6C54 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.locale.en-US.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.locale.en-US.yaml new file mode 100644 index 0000000000000..2a39ce9f0122f --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.locale.en-US.yaml @@ -0,0 +1,110 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.2 +PackageLocale: en-US +Publisher: XiaoYouChR +PublisherUrl: https://github.com/XiaoYouChR +PublisherSupportUrl: https://www.gd3.top/ +Author: XiaoYouChR +PackageName: Ghost Downloader +PackageUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/latest +License: GPL-3.0 +LicenseUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/blob/HEAD/LICENSE +Copyright: Copyright (c) XiaoYouChR +CopyrightUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/blob/main/LICENSE +ShortDescription: AI-powered next-generation cross-platform multithreaded downloader. +Description: A cross-platform fluent-design AI-boost multi-threaded downloader built with Python. +Moniker: gd3 +Tags: +- async +- asyncio +- cross-platform +- downloader +- gui +- multithreading +- pyqt +- pyside6 +- python +- qt +- software +- streaming +ReleaseNotes: |- + Important + We recommend updating the latest browser extension via Settings > Browser Extension > One-Click Install within the app (#390) + Tip + Join the Ghost Downloader community on Discord: discord.gg/fKfhkPumEM + New Features 🎉 + - The GD4B browser extension has been upgraded to 2.1.2 — enhanced image sniffing (CSS background images and full-page regex matching), skip interception by domain, option to disable the popup after sending a task, deleted task cards now show a strikethrough title, and "re-download" moved to the context menu By @XiaoYouChR + - Added the option to set Ghost Downloader as the handler for Magnet, eD2k, FTP, and FTPS protocols By @XiaoYouChR + - The Android version can now receive shared files and links from other apps By @XiaoYouChR + - The draft dialog now has a "Download Later" button to save a task without starting it By @XiaoYouChR + - Added "Move to Top" action for tasks, and a new "Sort by Queue" option By @XiaoYouChR + - The task list now supports Ctrl+A / Cmd+A to select all tasks By @XiaoYouChR + - The Windows installer now cleans up AppData on uninstall, and the ghostdownloader:// protocol is now enabled by default By @XiaoYouChR + Improvements 🔧 + - Improved the GD4B browser extension icon appearance at low resolutions By @XiaoYouChR + - Downloads now pre-resolve redirects before starting, fixing failures on some CDNs and improving initial download speed By @XiaoYouChR + - Old log files are now automatically cleaned up By @XiaoYouChR + Bug Fixes 🐛 + - Fixed a crash when clicking "Download Now" or "View Details" after an update is detected (#671, #672) By @XiaoYouChR + - Fixed batch-downloaded files with the same name overwriting each other (#658) By @XiaoYouChR + - Fixed M3U8 downloads being silently marked as completed when merging produces no output file By @XiaoYouChR + - Fixed the traffic light buttons not aligning with the title bar in the setup wizard on macOS By @XiaoYouChR + - Fixed some regional locales (e.g. British English) incorrectly displaying the UI in Chinese By @XiaoYouChR + - Fixed SSL certificate validation failures on Android preventing yt-dlp and FTPS connections By @XiaoYouChR + - Fixed download speed showing as 0 in the final stage (#665) By @XiaoYouChR + - Fixed draft dialog parse result display issues (#661) By @XiaoYouChR + - Fixed M3U8 tasks failing with a tput error on macOS By @XiaoYouChR + Important + 我们建议通过软件内的 设置 > 浏览器扩展 > 一键安装 的方式来更新最新的浏览器插件 (#390) + Tip + 欢迎加入 Ghost Downloader Discord 社区: discord.gg/fKfhkPumEM + 新增功能 🎉 + - GD4B 浏览器扩展升级至 2.1.2:增强图片嗅探(支持 CSS 背景图和全文正则匹配)、支持按域名跳过接管、发送任务后弹窗可关闭、已删除的任务卡片标题显示删除线、重新下载移入右键菜单 By @XiaoYouChR + - 新增将 Ghost Downloader 设为 Magnet、eD2k、FTP、FTPS 协议处理程序的选项 By @XiaoYouChR + - Android 版支持接收其他应用分享的文件和链接 By @XiaoYouChR + - 草稿对话框新增"稍后下载"按钮,可保存任务而不立即开始 By @XiaoYouChR + - 新增将任务移到最前的操作,以及按队列排序功能 By @XiaoYouChR + - 任务列表支持 Ctrl+A / Cmd+A 全选任务 By @XiaoYouChR + - Windows 安装程序卸载时自动清理 AppData,ghostdownloader:// 协议现默认开启 By @XiaoYouChR + 功能优化 🔧 + - 优化 GD4B 浏览器扩展图标在低分辨率下的表现 By @XiaoYouChR + - 下载前预解析重定向,解决部分 CDN 下载失败并提升起步速度 By @XiaoYouChR + - 自动清理过期日志文件 By @XiaoYouChR + 问题修复 🐛 + - 修复应用内检测到新版本后点击下载或查看详情时崩溃的问题 (#671, #672) By @XiaoYouChR + - 修复批量下载同名文件互相覆盖的问题 (#658) By @XiaoYouChR + - 修复 M3U8 下载完成但合并未产出文件时静默标为已完成的问题 By @XiaoYouChR + - 修复 macOS 首次启动引导窗口红绿灯与标题栏未对齐的问题 By @XiaoYouChR + - 修复部分地区(如英式英语)界面错误显示为中文的问题 By @XiaoYouChR + - 修复 Android SSL 证书验证失败导致 yt-dlp 和 FTPS 无法连接的问题 By @XiaoYouChR + - 修复下载文件在最后阶段速度显示为 0 的问题 (#665) By @XiaoYouChR + - 修复草稿对话框解析结果显示问题 (#661) By @XiaoYouChR + - 修复 macOS 下 M3U8 任务 tput 报错的问题 By @XiaoYouChR + Downloads + 🪟 Windows + - x86_64 Setup.exe + - x86_64 Portable (.zip) + - arm64 Setup.exe + - arm64 Portable (.zip) + 🍎 macOS + - arm64 (Apple Silicon) .dmg + - x86_64 (Intel) .dmg + 🐧 Linux + - x86_64 AppImage + - x86_64 .deb + - x86_64 .tar.xz + - arm64 AppImage + - arm64 .deb + - arm64 .tar.xz + 🤖 Android + - arm64-v8a .apk + Full Changelog: v4.2.0...v4.2.2 +ReleaseNotesUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/releases/tag/v4.2.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/XiaoYouChR/Ghost-Downloader-3/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.yaml b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.yaml new file mode 100644 index 0000000000000..b80702963d8f2 --- /dev/null +++ b/manifests/x/XiaoYouChR/GhostDownloader/4.2.2/XiaoYouChR.GhostDownloader.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: XiaoYouChR.GhostDownloader +PackageVersion: 4.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.installer.yaml b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.installer.yaml new file mode 100644 index 0000000000000..2bc9e17759532 --- /dev/null +++ b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.installer.yaml @@ -0,0 +1,31 @@ +# 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: YuanDevLLC.OneXray +PackageVersion: 26.8.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /FORCECLOSEAPPLICATIONS + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART /FORCECLOSEAPPLICATIONS +UpgradeBehavior: install +ProductCode: 835d7bbd-85bb-4c73-97f8-ce0740f151a7_is1 +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- ProductCode: 835d7bbd-85bb-4c73-97f8-ce0740f151a7_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\onexray' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OneXray/OneXray/releases/download/v26.8.1/OneXray-windows-amd64.exe + InstallerSha256: 8733CAA6496AAB4B6866EAA1A0AE8B943F35268A0DBF01818559078F2E538C55 +- Architecture: arm64 + InstallerUrl: https://github.com/OneXray/OneXray/releases/download/v26.8.1/OneXray-windows-arm64.exe + InstallerSha256: 20CD0AB4C80025CF51116D77664A82C54377B3F7265C32E09669CC30AB35814A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.locale.en-US.yaml b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.locale.en-US.yaml new file mode 100644 index 0000000000000..41426b08ed979 --- /dev/null +++ b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: YuanDevLLC.OneXray +PackageVersion: 26.8.1 +PackageLocale: en-US +Publisher: YuanDevLLC +PublisherUrl: https://github.com/OneXray +PublisherSupportUrl: https://github.com/OneXray/OneXray/issues +PackageName: OneXray +PackageUrl: https://onexray.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/OneXray/OneXray/blob/HEAD/LICENSE +Copyright: Copyright (C) 2025 Yuan Dev LLC. All rights reserved. +ShortDescription: Cross Platform Xray-core Client +Description: OneXray is a cross-platform Xray-core client for managing proxy configurations and VPN/TUN connections. +Moniker: onexray +Tags: +- network +- proxy +- vpn +- xray +- xray-core +ReleaseNotes: |- + OneXray v26.8.1 adds startup controls, custom Xray inbounds, faster batch + latency checks, and important Apple VPN improvements. + What's Changed + - Added desktop launch-at-login and quiet-start options, plus an optional + Connect on App Launch setting across supported platforms. + - Added custom Xray Profile inbounds, including dokodemo-door. + - Reworked node latency checks to process configurations in batches of five. + - Added an Apple Exclude Local Networks setting. + - Added selectable Dock icons for macOS. + - Refined subscription loading indicators, dialogs, and toast notifications. + - Updated Xray-core to v26.7.28, Apple targets to Swift 6, and Android to AGP + 9.3. + Fixes + - Fixed Apple full-tunnel routing and improved iOS/macOS VPN connectivity. + - Prevented subscription Add actions while a download or update is active. + - Improved startup setting validation and cleanup behavior. + - Improved custom inbound validation and runtime configuration handling. + - Updated dependencies and general build reliability. +ReleaseNotesUrl: https://github.com/OneXray/OneXray/releases/tag/v26.8.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://onexray.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.yaml b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.yaml new file mode 100644 index 0000000000000..559e7d280c1e5 --- /dev/null +++ b/manifests/y/YuanDevLLC/OneXray/26.8.1/YuanDevLLC.OneXray.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: YuanDevLLC.OneXray +PackageVersion: 26.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.909/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.909/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..5c34cf1502a3c --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.909/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.909 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.909-win-x64.exe + InstallerSha256: 4E400AE0C92FF231121E3C4E6536601661627CDE930528085F6DEE79C60E5F4A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.909-win-x64.exe + InstallerSha256: 4E400AE0C92FF231121E3C4E6536601661627CDE930528085F6DEE79C60E5F4A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.909/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.909/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..7902deccd31ad --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.909/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.909 +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.909 + Features + - Win98 theme: Project sidebar now includes tree expanders, band headers, and marquee selection for a more interactive feel. + - Win98 theme: Sidebar has been restyled into the period list well, with a clean, modern look. + Bug Fixes + - Win98 theme: The sidebar "More" menu now uses authentic 98-style wording. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.909/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.909/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13afe75d4f695 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.909/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.909 +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.909/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.909/yetone.Alma.yaml new file mode 100644 index 0000000000000..4730ec1a29a36 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.909/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.909 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.910/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.910/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..ab940c1fa682b --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.910/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.910 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-29 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.910-win-x64.exe + InstallerSha256: 248B8434EC17EEF3AF1CE0E43F6D79782B0A0EB82C1EB8D454D588013F585390 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.910-win-x64.exe + InstallerSha256: 248B8434EC17EEF3AF1CE0E43F6D79782B0A0EB82C1EB8D454D588013F585390 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.910/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.910/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..e28c198abf45a --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.910/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.910 +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.910 + Features + - Windows integration: The application now detects your shell environment, offers a PowerShell option, and stops generating empty nul files. + Bug Fixes + - Windows 98 theme: Project group headers now appear as simple tree nodes instead of a raised, ribbed style. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.910/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.910/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..68739024752f3 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.910/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.910 +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.910/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.910/yetone.Alma.yaml new file mode 100644 index 0000000000000..f51519c12c9c8 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.910/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.910 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.installer.yaml b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.installer.yaml new file mode 100644 index 0000000000000..6f30e22009d14 --- /dev/null +++ b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.installer.yaml @@ -0,0 +1,22 @@ +# 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: ZaferKilic.MDPlus +PackageVersion: 0.3.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{28108E63-E31F-49A0-B315-B945AC850AE0}' +ReleaseDate: 2026-07-29 +AppsAndFeaturesEntries: +- Publisher: mdplus + ProductCode: '{28108E63-E31F-49A0-B315-B945AC850AE0}' + UpgradeCode: '{36756E2D-76C3-5A5D-9709-390474EC8206}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/MD Plus' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zaferkilic2024/md-plus/releases/download/v0.3.0/MD.Plus_0.3.0_x64_en-US.msi + InstallerSha256: 3D193E52113B57F7C3BCBAAADA7D420BC308FD7FB161253AD31E9810370C6F03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.locale.en-US.yaml b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.locale.en-US.yaml new file mode 100644 index 0000000000000..edd175b422962 --- /dev/null +++ b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZaferKilic.MDPlus +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: Zafer KILIÇ +PublisherUrl: https://github.com/zaferkilic2024/md-plus +PublisherSupportUrl: https://github.com/zaferkilic2024/md-plus/issues +Author: Zafer KILIÇ +PackageName: MD Plus +PackageUrl: https://github.com/zaferkilic2024/md-plus +License: MIT +LicenseUrl: https://github.com/zaferkilic2024/md-plus/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Zafer KILIÇ +ShortDescription: A multi-tab Markdown reader and writer with document-to-document transfer +Description: MD Plus is a desktop Markdown app that opens several .md files in tabs, each both read and written on the same in-place-formatting surface. It adds mark-and-comment, document-to-document transfer, an optional AI layer whose output follows the text's own language, inline images, LaTeX formulas, PDF export and find-and-replace. The interface is available in Turkish and English. +Moniker: mdplus +Tags: +- markdown editor notes +ReleaseNotes: 'MSI kurulumunu aşağıdaki Assets bölümünden indirin. winget: winget install ZaferKilic.MDPlus' +ReleaseNotesUrl: https://github.com/zaferkilic2024/md-plus/releases/tag/v0.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.yaml b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.yaml new file mode 100644 index 0000000000000..b2d76eacc8136 --- /dev/null +++ b/manifests/z/ZaferKilic/MDPlus/0.3.0/ZaferKilic.MDPlus.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: ZaferKilic.MDPlus +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index 6cd004c5327dc..0000000000000 --- a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.10.2 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: '- agent: Added GPT 5.6 Sol & Terra for ChatGPT subscription. Note: GPT 5.6 Luna is not available yet, since OpenAI has not unlocked access for third-party clients (#60745)' -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.10.2 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.installer.yaml similarity index 71% rename from manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.installer.yaml rename to manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.installer.yaml index 36910d1cd5b0d..cf5b74aa18f6f 100644 --- a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.installer.yaml +++ b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 1.10.2 +PackageVersion: 1.13.1 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,17 +12,17 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-07-10 +ReleaseDate: 2026-07-29 AppsAndFeaturesEntries: - ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Zed' Installers: - Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.10.2/Zed-x86_64.exe - InstallerSha256: B23B6BCE1E6319238326E8F8A630F454A3AB83AAB043AD0868705921DBE0BD97 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.13.1/Zed-x86_64.exe + InstallerSha256: 5699C1651FFF0E3BFE7DAC1480E45BC8E405F40EA288B19071F0186209809F53 - Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.10.2/Zed-aarch64.exe - InstallerSha256: 6F05A3F539865AE156A6A27954011309EC553ABD317201FCDA945B2B429B29F7 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.13.1/Zed-aarch64.exe + InstallerSha256: B85F0AAAC1F37A25575C2E0E77DA7E2821355AF783878A7278C137B88F589CC4 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.locale.en-US.yaml new file mode 100644 index 0000000000000..c2e510f5d114e --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.locale.en-US.yaml @@ -0,0 +1,130 @@ +# 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: ZedIndustries.Zed +PackageVersion: 1.13.1 +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Moniker: zed +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: |- + This week's release includes improved branch picker filtering and grouping, run-status indicators for runnable gutter controls, and editable image-viewer zoom levels. + Shipped by the Zed Guild 🛡️ + - Improved branch picker filtering, grouping, branch creation suggestions, and remote-provider icons. (#61215; thanks chirivelli) + - Improved LSP Logs by showing request durations alongside RPC responses, making slow language server behavior easier to diagnose. (#61018; thanks aviatesk) + - Improved solo diffs to show the full file by default while retaining Git change indicators in the scrollbar. (#60989; thanks chirivelli) + - Deprecated Fast Mode for Opus 4.6 and Opus 4.7. (#61341; thanks tidely) + - Fixed excessive memory usage when composing text with Fcitx5 on KDE Wayland. (#61079; thanks amtoaer) + - Editor: Fixed a bug where selection boxes did not render when the cursor was offscreen. (#60054; thanks feitreim) + - Fixed bottom dock clipping when resizing windows. (#61161; thanks amtoaer) + - Fixed editor right-click context menus intermittently failing to appear at certain scroll positions. (#61348; thanks amtoaer) + - Fixed editor text showing through multibuffer headers and overlapping header text in transparent themes. (#61268; thanks amtoaer) + - Fixed Git blame entries overflowing the gutter when avatars are displayed. (#61287; thanks lingyaochu) + - Fixed inaccurate diff stats for partially staged files in the Git Panel. (#60815; thanks chirivelli) + - Markdown: Fixed inline HTML block highlighting. (#61212; thanks feitreim) + - Fixed Markdown emphasis delimiters being removed when joining lines. (#61298; thanks lingyaochu) + - Fixed the preview button for Markdown and SVG files opening the focused file instead of the file in its pane when multiple panes were open. (#61218; thanks austincummings) + - Recent Projects: Fixed the picker showing projects after they were removed from a group. (#61062; thanks RemcoSmitsDev) + - Fixed Vim Visual and Helix Select mode behavior when selections included a trailing newline. (#61253; thanks lingyaochu) + Learn about the Zed Guild. + Features + AI + - Added "Copy this Agent response", "Scroll to User Message", and "Scroll to top" buttons to every Agent Panel response. (#61245; thanks peakxy) + - Improved performance in agent threads with many file changes. (#61272) + - Updated Mistral Medium to version 3.5. (#60898; thanks dargor) + Git + - Added support for loading Git commit template messages in remote and collaboration projects. (#55490; thanks OmChillure) + - Added support for opening a specific line in a diff using the CLI. (#45499; thanks cs50victor) + - Improved discoverability of the create_worktree hook for setting up Git worktrees when they are created. (#61148) + - Improved the Git Panel's History tab to keep an entry highlighted while its context menu is open. (#61354) + - Disabled commit actions while a commit message is being generated. (#51727; thanks cppcoffee) + Vim / Helix + - Improved Vim paste behavior by setting the [ and ] marks to the start and end of pasted text. (#56593; thanks cppcoffee) + Languages + - Added run statuses to runnable gutter controls, showing the last run result and providing a Clear Run Status context-menu action for completed runs. (#61095, #61375; thanks pixel365) + - Improved Markdown previews by showing link destinations in the bottom-left corner when hovering over links. (#60942; thanks WaryaWayne) + - Added support for surrounding selected text with backticks in Rust, C, and C++ comments. (#58674; thanks notJoon) + Other + - Added a preview pane to the buffer symbols picker. (#61069; thanks neiii) + - Added support for editing image viewer zoom levels directly from the toolbar. (#57215; thanks transitoryangel) + - Added support for opening relative file links such as src/main.rs#L42 at the referenced line in Agent responses and Markdown previews. (#61006) + - Improved Text Finder to seed its query from the focused item's selection, including the terminal. (#60351; thanks ozacod) + - Added an include_ignored parameter to file_finder::Toggle, allowing keybindings to open the File Finder with ignored files already included. (#59568; thanks dastrobu) + ["file_finder::Toggle", { "include_ignored": true }] + - Added default keybindings for opening Text Finder from the editor and buffer search: cmd-alt-f on macOS and ctrl-alt-f on Linux and Windows. (#60677; thanks paveldroo) + - Added support for the variable.parameter theme color. (#61134) + - Added the title_bar.show_worktree_name setting, which defaults to true; set it to false to hide the worktree-name picker in the title bar. (#61137; thanks suliatis) + - Improved editor performance through several micro-optimizations in anchor resolution, line shaping, and worktree scanning. (#61275) + - Improved the file conflict prompt by renaming the "Discard" button to "Discard Edits", clarifying that unsaved edits will be discarded in favor of the on-disk contents. (#55870; thanks StrongTheDev) + Bug Fixes + - Fixed commit-msg hooks being silently skipped on commit. (#61185) + - Fixed a bug where staging a hunk could mark a different hunk as staged, after which unstaging could corrupt the Git index, when the diff contained repeated lines. (#60584; thanks abendrothj) + - Fixed a crash on Windows caused by re-entrant window drawing corrupting UI element memory. (#60295) + - Fixed a crash when closing the active item while the workspace was mid-update. (#61336) + - Fixed Agent MCP servers running from the wrong directory when started before a worktree was available. (#61365; thanks apoorva-01) + - Fixed debugger sessions freezing when eagerly fetching expensive variable scopes. (#61144; thanks jasonwilliams) + - Fixed Dev Containers created by Zed not being reusable by the Dev Container CLI and VS Code, along with several lifecycle and configuration compatibility issues. (#59020; thanks mrexodia) + - Fixed Docker Compose dev containers not starting all configured services when resuming an existing environment. (#60780; thanks DEKHTIARJonathan) + - Fixed Git operations failing with a misleading "Connecting to host timed out" error when they took longer than 17 seconds, such as during large fetches, slow hooks, or agent-based authentication with 1Password Touch ID. (#61185) + - Fixed thinking support for Mistral Medium 3.5 and Mistral Small 4. (#61393; thanks ummon-v) + - Fixed UI stutters when opening large single-line files such as minified JavaScript due to LSP requests. (#61447) + - Agent: Fixed placeholder text and controls overflowing when the Agent Panel was narrow. (#61395; thanks peakxy) + - Fixed "Scroll to User Message" jumping to the most recent user message instead of the prompt associated with the selected response. (#61245; thanks peakxy) + - Fixed .editorconfig re-enabling trailing whitespace removal when Zed settings disabled it. (#58776; thanks MohitGoyal09) + - Fixed ctrl-k ctrl-o opening a file picker instead of the local folder picker from Recent Projects on Linux and Windows. (#61305; thanks mTvare6) + - Fixed ctrl-n opening a new file and ctrl-p opening the file finder at the ends of a buffer when using the Emacs keymap on Linux. (#61140; thanks apoorva-01) + - Fixed editor: toggle diagnostics permanently disabling diagnostics for the current file. (#60963; thanks cfiq) + - Fixed editor: toggle soft wrap doing nothing when invoked while the buffer search bar was focused. (#61150; thanks bugprone) + - Fixed shift-click-drag failing to select terminal text while an application had mouse tracking enabled. (#60880; thanks apoorva-01) + - Fixed tab and shift-tab failing to return focus from the Git commit editor to the changes list in Vim normal mode. (#61369) + - Fixed vtsls showing a "doesn't point to a valid tsserver install" error on startup in projects using TypeScript 7. For full TypeScript 7 support, install the tsgo extension to use TypeScript's native language server. (#61126) + - Fixed workspace: reopen last picker not working when the which-key helper menu was enabled, including via cmd-k cmd-p on macOS and ctrl-k ctrl-p on Linux and Windows. (#61002; thanks dbkegley) + - Fixed a background terminal finishing startup closing the command palette or an open picker. (#60960; thanks apoorva-01) + - Fixed a macOS crash that could occur when reading from the clipboard. (#61024; thanks d4mr) + - Fixed a panic when completing rust-analyzer macros containing nested tab stops. (#61130) + - Fixed ACP boolean option labels using an inconsistent text color compared with other Agent configuration controls. (#61103; thanks joshkent94) + - Fixed active pane borders appearing simultaneously around editor and terminal panes. (#56595; thanks usizu) + - Fixed added cursors landing in the wrong column when using tabs to align code. (#61153; thanks apoorva-01) + - Fixed adding paths to .gitignore from remote projects. (#56368; thanks cppcoffee) + - Fixed an error when building the remote server from source for Linux's default musl target. (#61203; thanks NewtonChutney) + - Fixed an issue where the Zed window would shrink to the built-in display's height on macOS after screen lock or display sleep in multi-monitor setups. (#60950; thanks iahu) + - Fixed changes not appearing in the Git Panel after uncommitting. (#60590) + - Fixed child and parent directory navigation with the left and right arrow keys in the built-in folder picker. (#61314; thanks akshayrivers) + - Fixed commit messages in the Git Panel overlapping other content. (#61177) + - Fixed confirmation dialog buttons dismissing the popover underneath them when clicked in Zed-rendered prompts. (#61136) + - Fixed cursors blinking in unfocused editors, reducing idle redraws. (#61086; thanks daandemeyer) + - Fixed custom Mistral configurations rejecting Ministral model IDs. (#61393; thanks ummon-v) + - Fixed diagnostics refresh deadlocking certain language servers. (#61772) + - Fixed duplicated assistant replies and colliding tool calls when using GPT-5.x models on Amazon Bedrock's Mantle endpoint. (#61536) +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.13.1 +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.yaml similarity index 88% rename from manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.yaml rename to manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.yaml index b401c583b8f99..7a62aea174fc0 100644 --- a/manifests/z/ZedIndustries/Zed/1.10.2/ZedIndustries.Zed.yaml +++ b/manifests/z/ZedIndustries/Zed/1.13.1/ZedIndustries.Zed.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 1.10.2 +PackageVersion: 1.13.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0