diff --git a/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.installer.yaml new file mode 100644 index 000000000000..87edf80a9e18 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.92/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.92 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.92/AQBot_0.0.92_x64-setup.exe + InstallerSha256: 61C309A2424A30F99D141D62990D152EF8FCA4FF7880574926B0FCF1DEA1C93F + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.92/AQBot_0.0.92_arm64-setup.exe + InstallerSha256: D220748465B4559084FE5C9A3B452633A3CE81556725434A2A1422A68724D567 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.92/AQBot_0.0.92_x64_en-US.msi + InstallerSha256: F2F6005AF66236B453767B57B4BA0647621D9ABADD2FEF8DEC72CD6F70A4509E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{88F254B3-A9B9-4FA1-BA58-74A57358A7B3}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.92/AQBot_0.0.92_arm64_en-US.msi + InstallerSha256: 67D942445AD87B604CFD8578ECFB08E5758A9F115804004B111907091635AA78 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{35E98D1B-F066-4E28-A959-B40251A8091B}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 000000000000..a7dabc6d7cdb --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.92/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.92 +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.92/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 000000000000..f04630281ad3 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,84 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.92 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🚀 新功能 + - gateway: 增加 Codex 会话可见性修复 (#4b5bae7) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.92 +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.92/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.92/AQBot.AQBot.yaml new file mode 100644 index 000000000000..fd2d56e243c6 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.92/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.92 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.installer.yaml b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.installer.yaml new file mode 100644 index 000000000000..0325e9f16199 --- /dev/null +++ b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.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: Abyss116.IndexSearch +PackageVersion: 0.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: is-daemon.exe + PortableCommandAlias: is-daemon +- RelativeFilePath: indexsearch.exe + PortableCommandAlias: indexsearch +- RelativeFilePath: is.exe + PortableCommandAlias: is +- RelativeFilePath: isgrep.exe + PortableCommandAlias: isgrep +- RelativeFilePath: istool.exe + PortableCommandAlias: istool +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Abyss116/IndexSearch/releases/download/v0.5.0/indexsearch-windows-x86_64.zip + InstallerSha256: 4136524AAC95FF3E6896342D1D7C225DFE70A497A3D19078D99F1F4E9574C11F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.locale.en-US.yaml b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.locale.en-US.yaml new file mode 100644 index 000000000000..ce430948e8dd --- /dev/null +++ b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Abyss116.IndexSearch +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: Abyss116 +PublisherUrl: https://github.com/Abyss116 +PublisherSupportUrl: https://github.com/Abyss116/IndexSearch/issues +PackageName: IndexSearch +PackageUrl: https://github.com/Abyss116/IndexSearch +License: MIT OR Apache-2.0 +ShortDescription: Persistent-index rg-like search for large source trees. +Moniker: indexsearch +Tags: +- search +- cli +- ripgrep +- code-search +ReleaseNotesUrl: https://github.com/Abyss116/IndexSearch/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.yaml b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.yaml new file mode 100644 index 000000000000..38da0de1c9b3 --- /dev/null +++ b/manifests/a/Abyss116/IndexSearch/0.5.0/Abyss116.IndexSearch.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: Abyss116.IndexSearch +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.installer.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.installer.yaml similarity index 64% rename from manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.installer.yaml rename to manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.installer.yaml index d164fb103cbd..db4c0e73b3d2 100644 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.installer.yaml +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.installer.yaml @@ -1,19 +1,18 @@ -# Automatically updated by the winget bot at 2026/Jun/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 3.1.18 -InstallerType: msi -Scope: machine -InstallerSwitches: - InstallLocation: APPDIR="" -ProductCode: '{AEAF88EB-C5E8-43DB-8CB2-E60B59EFA775}' -ReleaseDate: 2020-05-28 -AppsAndFeaturesEntries: -- UpgradeCode: '{0974AC06-5134-4B50-BAD1-578FDABD2EF8}' -Installers: -- Architecture: x64 - InstallerUrl: https://activedirectorypro.com/downloads/ADProToolkit.msi - InstallerSha256: 0703C5D938256DEDE4980608C8479690FFCCD6AA6FADDB5F6EC70A0A7181DC55 -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.19 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{18439C4A-DCD3-472E-9815-6F00CB06AE67}' +AppsAndFeaturesEntries: +- UpgradeCode: '{0974AC06-5134-4B50-BAD1-578FDABD2EF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://activedirectorypro.com/downloads/ADProToolkit.msi + InstallerSha256: 79E7305B9B41A0E0C8E7C6BC5FCC6763555EAAE13D0CCCC2369BAB70870E8961 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml similarity index 64% rename from manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml rename to manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml index cb3037124690..03bfbded7e76 100644 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml @@ -1,38 +1,28 @@ -# Automatically updated by the winget bot at 2026/Jun/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 3.1.18 -PackageLocale: en-US -Publisher: ActiveDirectoryPro -PublisherUrl: https://activedirectorypro.com/ -PublisherSupportUrl: https://activedirectorypro.com/contact/ -PrivacyUrl: https://activedirectorypro.com/privacy-policy/ -Author: Active Directory Pro LLC -PackageName: AD Pro Toolkit -PackageUrl: https://activedirectorypro.com/ad-pro-toolkit/ -License: Proprietary -LicenseUrl: https://activedirectorypro.com/eula/ -Copyright: © 2026 Active Directory Pro LLC -ShortDescription: A collection of Active Directory Tools to streamline Active Directory -Description: Active Directory Pro Toolkit is an easy to use Active Directory Tools that makes managing Active Directory fast, easy and efficient. Automate tasks that are consuming your time and resources. -Tags: -- active-directory -- ad -ReleaseNotes: |- - New Features - Section titled “New Features” - - Custom reports (My Reports) are now available in the scheduler - Improvements - Section titled “Improvements” - - Schedule dialog redesigned with 3 consolidated sections (What to Run, When, Delivery) replacing 5 separate cards - - Credentials moved to the bottom of the Delivery section, collapsed by default - - Custom attribute exports now use case-insensitive key matching, fixing missing values in CSV/Excel exports - - Create Single user - added browse button for manager field. -ReleaseNotesUrl: https://docs.activedirectorypro.com/getting-started/release-notes/ -PurchaseUrl: https://activedirectorypro.com/pricing/ -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://docs.activedirectorypro.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.19 +PackageLocale: en-US +Publisher: ActiveDirectoryPro +PublisherUrl: https://activedirectorypro.com/ +PublisherSupportUrl: https://activedirectorypro.com/contact/ +PrivacyUrl: https://activedirectorypro.com/privacy-policy/ +Author: Active Directory Pro LLC +PackageName: AD Pro Toolkit +PackageUrl: https://activedirectorypro.com/ad-pro-toolkit/ +License: Proprietary +LicenseUrl: https://activedirectorypro.com/eula/ +Copyright: © 2026 Active Directory Pro LLC +ShortDescription: A collection of Active Directory Tools to streamline Active Directory +Description: Active Directory Pro Toolkit is an easy to use Active Directory Tools that makes managing Active Directory fast, easy and efficient. Automate tasks that are consuming your time and resources. +Tags: +- active-directory +- ad +ReleaseNotesUrl: https://docs.activedirectorypro.com/getting-started/release-notes/ +PurchaseUrl: https://activedirectorypro.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.activedirectorypro.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml similarity index 85% rename from manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml rename to manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml index 3f7d29f50c5c..6930f6cde094 100644 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml @@ -1,14 +1,14 @@ -# Automatically updated by the winget bot at 2026/Jun/04 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 3.1.18 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一组用于简化 Active Directory 的工具 -Description: Active Directory Pro Toolkit 是一款好用的 Active Directory 工具,可快速、轻松和高效地管理 Active Directory,自动执行耗费时间和资源的任务。 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://docs.activedirectorypro.com/ -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.19 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一组用于简化 Active Directory 的工具 +Description: Active Directory Pro Toolkit 是一款好用的 Active Directory 工具,可快速、轻松和高效地管理 Active Directory,自动执行耗费时间和资源的任务。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.activedirectorypro.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.yaml new file mode 100644 index 000000000000..738d64ae2e28 --- /dev/null +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.19/ActiveDirectoryPro.ADProToolkit.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: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.installer.yaml new file mode 100644 index 000000000000..bace60b16c47 --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 26.001.21662 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -sfx_nu /sAll /rs /msi + SilentWithProgress: /sPB /rs /msi + Interactive: /msi + InstallLocation: INSTALLDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +Protocols: +- acrobat +- acrobat2018 +- acrobat2019 +- acrobat2024 +- launchreader +FileExtensions: +- aaui +- acrobatsecuritysettings +- api +- bpdx +- chs +- fcdt +- fdf +- pdf +- pdfxml +- pdx +- rmf +- secstore +- sequ +- xdp +- xfdf +ProductCode: '{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}' +AppsAndFeaturesEntries: +- DisplayName: Adobe Acrobat Reader MUI + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://ardownload3.adobe.com/pub/adobe/reader/win/AcrobatDC/2600121662/AcroRdrDC2600121662_MUI.exe + InstallerSha256: 16713E5D06FC17E81544470F419D8EE2596A303F5421CBE5CA3705A5A34C7878 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml new file mode 100644 index 000000000000..c9ef67eed28d --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 26.001.21662 +PackageLocale: en-US +Publisher: Adobe Systems Incorporated +Author: Adobe Inc. +PackageName: Adobe Acrobat Reader (32-bit) +License: Proprietary +Copyright: Copyright © 1984-2026 Adobe. All rights reserved. +ShortDescription: The free global standard for reliably viewing, printing, signing, and commenting on PDF documents. +Description: Adobe Acrobat Reader software is the free, trusted global standard for viewing, printing, signing, sharing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. +Moniker: acrobatreader-x86 +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml new file mode 100644 index 000000000000..25b1eab9601a --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Adobe.Acrobat.Reader.32-bit +PackageVersion: 26.001.21662 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 查看、打印、签署、共享和注释 PDF 文档的免费、可靠的全球标准。 +Description: Adobe Acrobat Reader 软件是查看、打印、签署、共享和注释 PDF 文档的免费、值得信赖的全球标准。它是唯一一款可以打开所有类型 PDF 内容(包括表单和多媒体)并与之交互的 PDF 阅读器。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.yaml b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.yaml new file mode 100644 index 000000000000..7b9425fed99f --- /dev/null +++ b/manifests/a/Adobe/Acrobat/Reader/32-bit/26.001.21662/Adobe.Acrobat.Reader.32-bit.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: Adobe.Acrobat.Reader.32-bit +PackageVersion: 26.001.21662 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Adobe/Acrobat/Reader/64-bit/26.001.21662/Adobe.Acrobat.Reader.64-bit.installer.yaml b/manifests/a/Adobe/Acrobat/Reader/64-bit/26.001.21662/Adobe.Acrobat.Reader.64-bit.installer.yaml index af5580bde2e7..ddb2391c9989 100644 --- a/manifests/a/Adobe/Acrobat/Reader/64-bit/26.001.21662/Adobe.Acrobat.Reader.64-bit.installer.yaml +++ b/manifests/a/Adobe/Acrobat/Reader/64-bit/26.001.21662/Adobe.Acrobat.Reader.64-bit.installer.yaml @@ -79,7 +79,7 @@ AppsAndFeaturesEntries: InstallerType: msi Installers: - Architecture: x64 - InstallerUrl: https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2600121662/AcroRdrDCx642600121662_MUI.exe + InstallerUrl: https://ardownload3.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2600121662/AcroRdrDCx642600121662_MUI.exe InstallerSha256: 2BF2C241859B1D1B13198394CE87639352635A3C3901C9992203DE632CDEA66A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 000000000000..5f49f3336a6f --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.18/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.14.18 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.18-x64.exe + InstallerSha256: E6AF0226F278D942CEFE95FB5BA8AD209088C415A6938F86E82F3F6BA3A9888D + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Aircall-Workspace + AppsAndFeaturesEntries: + - DisplayName: Aircall-Workspace + DisplayVersion: 1.14.18 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.18-x64.msi + InstallerSha256: B2F62398F4CC804ADA369559ADDA3201E51FFE886DD85490A8A33D53307209B5 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{AFD10C0F-710E-4166-A4EC-DB4A3592A0AB}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.14.18.52463 + ProductCode: '{AFD10C0F-710E-4166-A4EC-DB4A3592A0AB}' + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 000000000000..51b801125c52 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.18/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.14.18 +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.14.18/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 000000000000..8f70bf3bf923 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.18/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.14.18 +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.14.18/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.18/Aircall.AircallWorkspace.yaml new file mode 100644 index 000000000000..2d4c8df50eb0 --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.18/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.14.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.installer.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.installer.yaml new file mode 100644 index 000000000000..f2640932cede --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/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.3.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aliyun.exe + PortableCommandAlias: aliyun +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aliyun/aliyun-cli/releases/download/v3.3.23/aliyun-cli-windows-3.3.23-amd64.zip + InstallerSha256: 06C7452985EA36204D54E804C6B7E0257CA6772D4E6BF4137D3BC43A5B84D7ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.locale.en-US.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.locale.en-US.yaml new file mode 100644 index 000000000000..81fc9244fa5f --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.AlibabaCloudCLI +PackageVersion: 3.3.23 +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 + - Allow plugins to opt out of host profile enforcement by @AllyW in https://github.com/aliyun/aliyun-cli/pull/1348 + Full Changelog: https://github.com/aliyun/aliyun-cli/compare/v3.3.22...v3.3.23 +ReleaseNotesUrl: https://github.com/aliyun/aliyun-cli/releases/tag/v3.3.23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..cfe8b2a1f414 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/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.3.23 +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.3.23 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.yaml b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/Alibaba.AlibabaCloudCLI.yaml new file mode 100644 index 000000000000..406f77365d26 --- /dev/null +++ b/manifests/a/Alibaba/AlibabaCloudCLI/3.3.23/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.3.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.installer.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.installer.yaml new file mode 100644 index 000000000000..2ddabb953d32 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.installer.yaml @@ -0,0 +1,29 @@ +# 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: AnalyseDeCircuit.OxideTerm +PackageVersion: 1.6.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: OxideTerm +ReleaseDate: 2026-06-08 +AppsAndFeaturesEntries: +- Publisher: oxideterm + ProductCode: OxideTerm +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OxideTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v1.6.2/OxideTerm_1.6.2_windows_x64-setup.exe + InstallerSha256: 7C11B86302BC4EBB83B191BABC76650194B503A467DC0DC2D2EC553182038BB3 +- Architecture: arm64 + InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v1.6.2/OxideTerm_1.6.2_windows_arm64-setup.exe + InstallerSha256: AD39C6381DC16833AE0BCD0B190810405CBA3414DE2039E8200B516396B42884 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml new file mode 100644 index 000000000000..c864d5a995f7 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.locale.en-US.yaml @@ -0,0 +1,60 @@ +# 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: AnalyseDeCircuit.OxideTerm +PackageVersion: 1.6.2 +PackageLocale: en-US +Publisher: AnalyseDeCircuit +PublisherUrl: https://github.com/AnalyseDeCircuit +PublisherSupportUrl: https://github.com/AnalyseDeCircuit/oxideterm/issues +Author: AnalyseDeCircuit +PackageName: OxideTerm +PackageUrl: https://github.com/AnalyseDeCircuit/oxideterm +License: GPL-3.0 +LicenseUrl: https://github.com/AnalyseDeCircuit/oxideterm/blob/HEAD/LICENSE +ShortDescription: Local-first SSH workspace for local shells and remote machines.Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows. +Tags: +- agent +- ai-terminal +- bring-your-own-key +- filemanager +- mcp +- rag +- russh +- rust +- sftp +- ssh-client +- tauri +- terminal +- terminal-emulator +- tool-calling +- wslg +- xterm-js +ReleaseNotes: |- + Changed + - Updated frontend and Rust dependency patch releases, including Zustand, KaTeX, Radix Switch, TanStack Virtual, React, chrono, and uuid. + - Aligned react and react-dom versions so the frontend runtime and tests use a consistent React 19.2.7 pair. + Fixed + - Fixed frontend test mocks for new SSH connection upstream proxy resolution. + - Updated connection flow assertions to match the current upstream proxy argument shape. + Notes + - This is a maintenance release after dependency updates. No user data migration is required. + 📦 Installation Tips / 安装提示 + macOS + Downloaded .dmg files are quarantined by Gatekeeper. Run in Terminal: + 下载的 .dmg 文件会被 Gatekeeper 隔离,请在终端执行: + xattr -cr ~/Downloads/OxideTerm_*.dmg + # or after install / 或安装后 + xattr -cr /Applications/OxideTerm.app + Windows + If SmartScreen warns, click More info → Run anyway. + 若 SmartScreen 弹出警告,点击 更多信息 → 仍要运行。 + Linux + # AppImage + chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage + # Debian/Ubuntu + sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f + Documentation · Report Issues · Changelog +ReleaseNotesUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/tag/v1.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.yaml b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.yaml new file mode 100644 index 000000000000..ccbcbbde4243 --- /dev/null +++ b/manifests/a/AnalyseDeCircuit/OxideTerm/1.6.2/AnalyseDeCircuit.OxideTerm.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: AnalyseDeCircuit.OxideTerm +PackageVersion: 1.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..e40bf40d6f40 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.11847.5 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.11847.5/Claude-9692f0b44ffa0158a501a91309e361c0d48ed8e4.msix + InstallerSha256: F5FC745C1B08049CDBA70920DBD228FBC9BA1439ED9E8DE51DA732C64EBCCF99 + SignatureSha256: F48AC4B00661979F970214C66DB350768D0FC05A75EB3FE5B48745437C306D47 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.11847.5/Claude-9692f0b44ffa0158a501a91309e361c0d48ed8e4.msix + InstallerSha256: EAD168AA4FAADF770A74F68C94368CAB1327EE979C3C7CEDCD0651884495BF84 + SignatureSha256: 008B924AF512A856EECB296222C2931C51B0D6E8B016BA52120268D9C26E8720 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.11847.5/Claude-9692f0b44ffa0158a501a91309e361c0d48ed8e4.exe + InstallerSha256: 9E6E62DB0B1E49D99E423B943556CC43C57851E11367D968A7AC01FAF7E140CB + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.11847.5/Claude-9692f0b44ffa0158a501a91309e361c0d48ed8e4.exe + InstallerSha256: 68209E252F134CE3A0B6F42CB4B08EC5201962A159C34BC6282FFFBD97A30EEF + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..03e0aeb7f8e9 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.11847.5 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..504a4f50fdf9 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.11847.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.yaml b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.yaml similarity index 75% rename from manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.yaml rename to manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.yaml index 48005b531cef..da4c062f0528 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.yaml +++ b/manifests/a/Anthropic/Claude/1.11847.5/Anthropic.Claude.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.33253 +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.11847.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.installer.yaml new file mode 100644 index 000000000000..c098faa55e0c --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.7.27 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-06-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/e48ee6102a199492b0c9964699bf011886708ba3/win32/x64/user-setup/CursorUserSetup-x64-3.7.27.exe + InstallerSha256: 2BF9811C7158E7A8643D5A1BB04B4F36599F9909E1974A13B80FBFEA2BEBC83A + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/e48ee6102a199492b0c9964699bf011886708ba3/win32/x64/system-setup/CursorSetup-x64-3.7.27.exe + InstallerSha256: 9ED8F75379BAF84B75A6539CB1296E5C7C3386C41F7F50FEE8FE310B6E5EBE7D + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/e48ee6102a199492b0c9964699bf011886708ba3/win32/arm64/user-setup/CursorUserSetup-arm64-3.7.27.exe + InstallerSha256: CB699DA609672C668EC5C327F312D5FC3AC0BAFFC1B769AD5AB29131BA8DF51F + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/e48ee6102a199492b0c9964699bf011886708ba3/win32/arm64/system-setup/CursorSetup-arm64-3.7.27.exe + InstallerSha256: E087A9F35A1F6763F6F7CA3211479C2718524DCA74D9629F0F1AA92ED179D70A + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 000000000000..5cb7baf4d553 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.7.27 +PackageLocale: en-US +Publisher: Anysphere +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + With Design Mode in the Cursor browser, you can click, draw, or describe changes by voice to help agents update your UI. + + Multi-select elements + Click on two or more elements together in the browser. Cursor sees the selected elements, their code, the surrounding layout, and the visual relationships on the page. + + Ask the agent to make one match the other, remove repeated content, or adjust a group of components at once. + + Voice input + Narrate changes through the Design Mode overlay. The mic stays available while an agent is mid-run, so you can queue the next change by voice without waiting for the previous one to finish. +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 000000000000..3d41ca60e562 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.7.27 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: AI 代码编辑器 +Description: Cursor 是一款全新的智能 IDE,可与 AI 无缝集成。Cursor 以 VSCode 为基础,上手很快,但却能让你的工作效率超乎寻常。 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.yaml b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.yaml similarity index 75% rename from manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.yaml rename to manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.yaml index ea24e0d6e055..0002254166b5 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.yaml +++ b/manifests/a/Anysphere/Cursor/3.7.27/Anysphere.Cursor.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.25935 +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.7.27 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.installer.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.installer.yaml new file mode 100644 index 000000000000..bfa37dc12c44 --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ReleaseDate: 2026-06-06 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\\Programs\\QuickBib' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/archisman-panigrahi/QuickBib/releases/download/v0.9.3/QuickBib-Installer-v0.9.3-x64.exe + InstallerSha256: 0A10CD59A00A21BF5ADE093015DDB799AF3E1F110A00EE73907F60B59CC83C11 +- Architecture: arm64 + InstallerUrl: https://github.com/archisman-panigrahi/QuickBib/releases/download/v0.9.3/QuickBib-Installer-v0.9.3-arm64.exe + InstallerSha256: D29F8B9BA7BFE268843D630DD9AB9DFDF823D50D80C9BA07588A66C97E4CC3F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.locale.en-US.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.locale.en-US.yaml new file mode 100644 index 000000000000..b745a1347dfb --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.locale.en-US.yaml @@ -0,0 +1,20 @@ +# 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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.3 +PackageLocale: en-US +Publisher: Archisman Panigrahi +PublisherUrl: https://github.com/archisman-panigrahi +PublisherSupportUrl: https://github.com/archisman-panigrahi/QuickBib/issues +PackageName: QuickBib +PackageUrl: https://github.com/archisman-panigrahi/QuickBib +License: GPL-3.0 +LicenseUrl: https://github.com/archisman-panigrahi/QuickBib/blob/HEAD/LICENSE +ShortDescription: QuickBib retrieves BibTeX entries from DOIs, arXiv IDs, article URLs and titles +ReleaseNotes: |- + Accompanying doi2bib3 update https://github.com/archisman-panigrahi/doi2bib3/releases/tag/v1.4.0 + Full Changelog: v0.9.2...v0.9.3 +ReleaseNotesUrl: https://github.com/archisman-panigrahi/QuickBib/releases/tag/v0.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.yaml b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.yaml new file mode 100644 index 000000000000..e4598bc84dfc --- /dev/null +++ b/manifests/a/archisman-panigrahi/QuickBib/0.9.3/archisman-panigrahi.QuickBib.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: archisman-panigrahi.QuickBib +PackageVersion: 0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.installer.yaml b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.installer.yaml new file mode 100644 index 000000000000..a4068cec3ab1 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.46 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ty.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ty +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.46/ty-i686-pc-windows-msvc.zip + InstallerSha256: 8F029D771B699570C9F72D33DF89D8E8275A4984A58CF72872D45D7418ED71B9 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.46/ty-x86_64-pc-windows-msvc.zip + InstallerSha256: A2819CA0FE04067E9EACECC52745DA01ECEF860F7F33B644E1BA406CB157AA33 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/ty/releases/download/0.0.46/ty-aarch64-pc-windows-msvc.zip + InstallerSha256: C30C2A99389BD44FA09EF8BD37E1BCE3BDD9B3A36B2D758EF535F7714CE69B5A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.locale.en-US.yaml b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.locale.en-US.yaml new file mode 100644 index 000000000000..8da837c1cd74 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.ty +PackageVersion: 0.0.46 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/ty/issues +Author: Astral Software Inc. +PackageName: ty +PackageUrl: https://github.com/astral-sh/ty +License: MIT +LicenseUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Astral Software Inc. +CopyrightUrl: https://github.com/astral-sh/ty/blob/HEAD/LICENSE +ShortDescription: An extremely fast Python type checker and language server, written in Rust. +Moniker: ty +Tags: +- python +ReleaseNotes: |- + Bug fixes + - Avoid crash when hovering over Callable (#25759) + + Core type checking + - Support Callable() in match statement class patterns (#25541) + - Improve support for enum.property (#25681) + + Contributors + - @carljm + - @charliermarsh + - @thejchap +ReleaseNotesUrl: https://github.com/astral-sh/ty/releases/tag/0.0.46 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/ty/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.yaml b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.yaml new file mode 100644 index 000000000000..31b63187ffc3 --- /dev/null +++ b/manifests/a/astral-sh/ty/0.0.46/astral-sh.ty.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: astral-sh.ty +PackageVersion: 0.0.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.installer.yaml new file mode 100644 index 000000000000..ccfef707b988 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.1.3/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: 2.1.3 +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-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/abff953ef9fd72cfae07b2d96e0e66c91de5e5a6-256741644/Comate-win32-x64-user-setup.exe + InstallerSha256: 30DED4C1DCC5610092D310C7B8692FA3C12111FA99CA497EED7EF9D107553E16 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 000000000000..33b4a54193a4 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.1.3/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: 2.1.3 +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/2.1.3/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 000000000000..5e94208e09c7 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.1.3/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: 2.1.3 +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/2.1.3/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/2.1.3/Baidu.Comate.yaml new file mode 100644 index 000000000000..9a9465be2723 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.1.3/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: 2.1.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.installer.yaml new file mode 100644 index 000000000000..c2df41f644d1 --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.171 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSilentSetup32.exe + InstallerSha256: 401AFF780C13FDBFEE46DBA6058E5CCB18F50B66A8EC7A021914368206B15BAF + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSetup32.exe + InstallerSha256: F4C963657E135C9BD8292CF8690BAF6FD65720421F84464D009B5DEB4AFE1172 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSilentSetup.exe + InstallerSha256: 8C5D6433DD29827355B30EDA09366A6FEE6E5F3EE2C80D625E9134F48904D350 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSetup.exe + InstallerSha256: 7A3ABB0E4D041632F2419B88929D755C75FE775DCA0DE8B910ABB041F66EE19F + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSilentSetupArm64.exe + InstallerSha256: 09608D2A41BC219E5DA9B697C169C3D3521CDC5A59E5B7ED64006ABCB6BA9F1E + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.171/BraveBrowserStandaloneSetupArm64.exe + InstallerSha256: 9734CB4FF39096A3628AF24EA5BD0B9D0B2FFC526B2A39C39BE6878702D1E2AF + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.locale.en-US.yaml new file mode 100644 index 000000000000..8d6e1680a30c --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.171 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + - Fixed Cardano not being disabled on upgrade to Brave Origin. (#56183) + - Upgraded Chromium to 149.0.7827.103. (#56198) (Changelog for 149.0.7827.103) +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 000000000000..b0fbd6fb5eb1 --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.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: Brave.Brave +PackageVersion: 149.1.91.171 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.yaml b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.yaml similarity index 75% rename from manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.yaml rename to manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.yaml index 157138675fc1..a2ebd917535a 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.yaml +++ b/manifests/b/Brave/Brave/149.1.91.171/Brave.Brave.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.32253 +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.171 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..31af2ac01efe --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.45 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: F1D5D3A01FB338F4EB17EAB153F2C6C9ACE6826B08336514A945C843F3959E51 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 3C8FFD50FADBE66CD11F35DB13288BFAB262F80379F240E92D9090465339940E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 0DEE328EA60F875F0EE35E85AA4C9FA3308A18D4B3CCDF8E2D5D2F5B25B85D6A + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: F58BB398057DA8BF6FCEE4E260B523D4E5325610A210B368639B700D327A1812 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 68D8FBD004179FF3243B4AB19295F7305FE7E524FEA2124C512A9C9DB13FDECA + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 15F2AE33C7E501FD7D5565A893355BBCFC78B1B63048A4A6A8C832BE3761773A + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..20211a73bc43 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.45 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..77b155cf639b --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.45 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..c958a199b44a --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.45/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.installer.yaml b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.installer.yaml new file mode 100644 index 000000000000..184d9364c2f9 --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Dola +PackageVersion: 2.14.7 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- cici +- dola +ProductCode: Cici +Installers: +- Architecture: x64 + InstallerUrl: https://www.dola.com/download-desktop/cdn_obj/cici_pc/2.14.7/Dola_installer_2.14.7.exe + InstallerSha256: 5E3129A3DC843957E28504DCB5BDCC2966FEB3C9E3495C11726EE87C7459F41C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.locale.en-US.yaml b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.locale.en-US.yaml new file mode 100644 index 000000000000..1e0300ca16cc --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.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: ByteDance.Dola +PackageVersion: 2.14.7 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD. +PublisherUrl: https://www.dola.com/ +PrivacyUrl: https://www.dola.com/legal/privacy/en +Author: SPRING (SG) PTE. LTD. +PackageName: Dola +PackageUrl: https://www.dola.com/chat/ +License: Freeware +LicenseUrl: https://www.dola.com/legal/terms/en +Copyright: Copyright 2026 The Dola Authors. All rights reserved. +CopyrightUrl: https://www.dola.com/legal/terms/en +ShortDescription: Dola AI is your AI chat assistant for intelligent conversations, writing, translation and programming. Get answers, find inspiration, and discuss any topic with Dola AI. +Tags: +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + Allow pinch to zoom in Mac photo viewer + Fixed some known issues +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.locale.zh-CN.yaml b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.locale.zh-CN.yaml new file mode 100644 index 000000000000..9ea1373067e8 --- /dev/null +++ b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Dola +PackageVersion: 2.14.7 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: Dola AI 是您的智能聊天助手,支持智能对话、写作、翻译和编程。获取答案、激发灵感,并与 Dola AI 探讨任何话题。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.yaml b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.yaml similarity index 75% rename from manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.yaml rename to manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.yaml index 3cbb3a8da33a..5639b7ff5f48 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.yaml +++ b/manifests/b/ByteDance/Dola/2.14.7/ByteDance.Dola.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.30125 +PackageIdentifier: ByteDance.Dola +PackageVersion: 2.14.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.installer.yaml new file mode 100644 index 000000000000..3335a767fb45 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.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: ByteDance.Lark +PackageVersion: 7.69.12 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-lark +ProductCode: Lark +ReleaseDate: 2026-06-05 +Installers: +- Architecture: x86 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/e7ee2c32/Lark-win32_ia32-7.69.12-signed.exe + InstallerSha256: BBDED044F9D1F80343C940DAFD3008A4DB41A3321F3CF2EF8F276ADB8ECEB91F +- Architecture: x64 + InstallerUrl: https://lf16-larkversion.larksuitecdn.com/obj/lark-version-sg/e6b03705/Lark-win32_x64-7.69.12-signed.exe + InstallerSha256: C9274162D3A7888F17D1F3033CFDA4229C4BE206DA0A001E8507DDE93DEA3257 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.en-US.yaml new file mode 100644 index 000000000000..ff41665d034c --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.69.12 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://www.larksuite.com/hc/en-US/ +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/en_us/download +License: Proprietary +LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +ShortDescription: The Next-Gen Collaboration Suite +Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +Moniker: larksuite +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/en_us/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.zh-CN.yaml new file mode 100644 index 000000000000..37f523c88bf4 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Lark +PackageVersion: 7.69.12 +PackageLocale: zh-CN +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/zh_cn/ +PublisherSupportUrl: https://www.larksuite.com/hc/zh-CN/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark +PackageUrl: https://www.larksuite.com/zh_cn/download +License: 专有软件 +LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +Copyright: Copyright © 2026 Lark Technologies Pte. Ltd. +ShortDescription: 新一代协同套件 +Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360046836333 +PurchaseUrl: https://www.larksuite.com/zh_cn/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.yaml new file mode 100644 index 000000000000..cb86017ee2b7 --- /dev/null +++ b/manifests/b/ByteDance/Lark/7.69.12/ByteDance.Lark.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.Lark +PackageVersion: 7.69.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.installer.yaml b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.installer.yaml new file mode 100644 index 000000000000..84528497eb0b --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.65 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{1082AAEF-E2C3-4ABD-8789-9861082B709F}_is1' +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.38456/win32/Trae-Setup-x64.exe + InstallerSha256: 543ED47EDA3BBAC178A55975A4E741F1B4C3F874487E0A16B963E5330F7D214C +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.38456/win32/Trae-Setup-x64.exe + InstallerSha256: 543ED47EDA3BBAC178A55975A4E741F1B4C3F874487E0A16B963E5330F7D214C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.locale.en-US.yaml b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.locale.en-US.yaml new file mode 100644 index 000000000000..8309e4c648db --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.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: ByteDance.Trae +PackageVersion: 3.5.65 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://discord.gg/NV3MF24tAe +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: Trae +PackageUrl: https://www.trae.ai/ +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.locale.zh-CN.yaml new file mode 100644 index 000000000000..5230efb16eec --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.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: ByteDance.Trae +PackageVersion: 3.5.65 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自适应的 AI 集成开发环境,改变您的工作方式,从而与您协作,提高速度。 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.yaml b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.yaml new file mode 100644 index 000000000000..30eb0843bfe9 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.65/ByteDance.Trae.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.Trae +PackageVersion: 3.5.65 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.installer.yaml deleted file mode 100644 index 96487a0a1502..000000000000 --- a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 0.1.7 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo -ProductCode: '{8F316A45-DB23-480D-A345-3B00ECBCE79D}_is1' -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.24254/win32/TRAE_SOLO-Setup-x64.exe - InstallerSha256: F4DCFEB41C0BB6AE9D3AEC117DCB635817F3900D9AA9A245138688C24DA12C11 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.24254/win32/TRAE_SOLO-Setup-x64.exe - InstallerSha256: F4DCFEB41C0BB6AE9D3AEC117DCB635817F3900D9AA9A245138688C24DA12C11 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.en-US.yaml deleted file mode 100644 index 665a8b337361..000000000000 --- a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 0.1.7 -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. -# CopyrightUrl: -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. -# Moniker: -Tags: -- ai -- code -- coding -- develop -- development -- large-language-model -- llm -- programming -# ReleaseNotes: -ReleaseNotesUrl: https://www.trae.ai/changelog -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://docs.trae.ai/solo -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.zh-CN.yaml deleted file mode 100644 index 4446aa90fa77..000000000000 --- a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 0.1.7 -PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: More than Coding -Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ -# Moniker: -Tags: -- ai -- llm -- 人工智能 -- 代码 -- 大语言模型 -- 开发 -- 编程 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://docs.trae.ai/solo -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index fb6ad0fcd0d0..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 0.1.7 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.24253/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: E1ACFD43871EE5E95468B812B27307E52AEDC3F9AB6A555C627CC080C1194043 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.24253/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: E1ACFD43871EE5E95468B812B27307E52AEDC3F9AB6A555C627CC080C1194043 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 32a8ddd609c9..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 0.1.7 -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. -# CopyrightUrl: -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. -# Moniker: -Tags: -- ai -- code -- coding -- develop -- development -- large-language-model -- llm -- programming -# ReleaseNotes: -ReleaseNotesUrl: https://www.trae.cn/changelog -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://docs.trae.cn/solo -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index 581fb03d11d3..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 0.1.7 -PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: More than Coding -Description: TRAE SOLO 是一款 AI 原生工作台,提供网页版、桌面版和移动版三种形态,并设有为不同用户群体设计的 More Than Coding (MTC) 与 Code 双模式。TRAE SOLO 的能力在原有 TRAE IDE SOLO 模式的基础上得到了进一步提升,旨在为用户提供统一、高效、可定制的 AI 协作体验,覆盖从专业开发到日常办公的各类场景。​ -# Moniker: -Tags: -- ai -- llm -- 人工智能 -- 代码 -- 大语言模型 -- 开发 -- 编程 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://docs.trae.cn/solo -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index 215623ca9114..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/0.1.7/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 0.1.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index f15bbca3a732..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.27638 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -ReleaseDate: 2026-05-14 -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.27638/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: B0390A80F3812450D0C9B473AAD93E032D44F749674C1827DD51E9DB3020BA39 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.27638/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: B0390A80F3812450D0C9B473AAD93E032D44F749674C1827DD51E9DB3020BA39 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 0b079fb2a553..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.27638 -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/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index d7aa3b4f9764..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.27638 -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/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index c82680dd253c..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.27638/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.27638 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index 84f2535e805f..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.28568 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -ReleaseDate: 2026-05-18 -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.28568/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: CCD61FB6EB166FA705EB9061A6C4D4E807C4D73F68DCEE1A648ADB637880FB03 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.28568/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: CCD61FB6EB166FA705EB9061A6C4D4E807C4D73F68DCEE1A648ADB637880FB03 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 7e3021c1bd57..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.28568 -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/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index 68c6f423159a..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.28568 -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/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index 897f14a95388..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.28568/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.28568 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index 2ea23ff19205..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.30124 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -ReleaseDate: 2026-05-21 -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.30124/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: 3B42AFBFF069B2AA9696937262BD4C8023FE746D3274A7B38B66EA0CFD6A578F -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.30124/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: 3B42AFBFF069B2AA9696937262BD4C8023FE746D3274A7B38B66EA0CFD6A578F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 93e2a065fb73..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.30124 -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/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index d919f6144d89..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.30124 -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/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index 2b31e87d59bf..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.30124/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.30124 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index 08d45a5edb74..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.32252 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -ReleaseDate: 2026-05-27 -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.32252/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: E9EF11A7D675FE0C322EB53A3DEC0B37BE657B3F23F370FD953CEBCC951C0F8A -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.32252/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: E9EF11A7D675FE0C322EB53A3DEC0B37BE657B3F23F370FD953CEBCC951C0F8A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 1dbb19121f2f..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.32252 -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/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index 0a4f002f9934..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.32252 -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/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index 2587d09d95fb..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.32252/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.32252 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.installer.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.installer.yaml deleted file mode 100644 index 983c7bdbbbef..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.33252 -InstallerType: inno -Scope: user -InstallerSwitches: - Custom: /mergetasks=!runcode -UpgradeBehavior: install -Protocols: -- solo-cn -ProductCode: '{953A2114-1972-4389-9722-1F54639F3958}_is1' -ReleaseDate: 2026-05-28 -Installers: -- Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.33252/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: D187DCDC40024643B760C039FCF074C132DB93797BDF77FCB54C586B6A7718C6 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.33252/win32/TRAE_SOLO_CN-Setup-x64.exe - InstallerSha256: D187DCDC40024643B760C039FCF074C132DB93797BDF77FCB54C586B6A7718C6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.en-US.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.en-US.yaml deleted file mode 100644 index 4e33b6416063..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.33252 -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/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml deleted file mode 100644 index e1e7315988a8..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.locale.zh-CN.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.33252 -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/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.yaml b/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.yaml deleted file mode 100644 index 520344c509f1..000000000000 --- a/manifests/b/ByteDance/TraeSolo/CN/2.3.33252/ByteDance.TraeSolo.CN.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo.CN -PackageVersion: 2.3.33252 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.installer.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.installer.yaml rename to manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.installer.yaml index 43ed1334813c..7626dfe25b8f 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.installer.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.installer.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.25935 InstallerType: inno Scope: user @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.25935/win32/TRAE_SOLO-Setup-x64.exe InstallerSha256: AA3ECE75344D630797D3C8E052237A85A700DA07E9818772CEF38721F6664BA1 ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.en-US.yaml similarity index 93% rename from manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.en-US.yaml rename to manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.en-US.yaml index ac65b6a34a27..c100f88ec860 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.en-US.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.en-US.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.25935 PackageLocale: en-US Publisher: SPRING (SG) PTE. LTD @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: Documentation DocumentUrl: https://docs.trae.ai/solo ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.zh-CN.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.zh-CN.yaml rename to manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.zh-CN.yaml index 85c8039e2bcc..6253a7d1cfbb 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.25935/ByteDance.TraeSolo.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.locale.zh-CN.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.25935 PackageLocale: zh-CN License: 专有软件 @@ -19,4 +19,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://docs.trae.ai/solo ManifestType: locale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.yaml b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.yaml similarity index 71% rename from manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.yaml rename to manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.yaml index fbf5a8615467..6fe5b20c09ce 100644 --- a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.25935/ByteDance.TraeWork.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 137.0.7151.32 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.25935 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.installer.yaml similarity index 55% rename from manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.installer.yaml rename to manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.installer.yaml index 160d82c5232b..b5d4edf0b8cc 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.installer.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.installer.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.33253 +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.28569 InstallerType: inno Scope: user InstallerSwitches: @@ -11,14 +11,14 @@ UpgradeBehavior: install Protocols: - solo ProductCode: '{8F316A45-DB23-480D-A345-3B00ECBCE79D}_is1' -ReleaseDate: 2026-05-28 +ReleaseDate: 2026-05-18 Installers: - Architecture: x64 - InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.33253/win32/TRAE_SOLO-Setup-x64.exe - InstallerSha256: 9E1F02C6AD9162C19C153E9BE918D14F24BA2816ED9DEDBFB2B45BCEC9068C37 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.28569/win32/TRAE_SOLO-Setup-x64.exe + InstallerSha256: D2A049F7F5E83A7E6E7BD3EE6D3CC374693E1781828B3501C632F3DA1A8CEDD0 - InstallerLocale: zh-CN Architecture: x64 - InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.33253/win32/TRAE_SOLO-Setup-x64.exe - InstallerSha256: 9E1F02C6AD9162C19C153E9BE918D14F24BA2816ED9DEDBFB2B45BCEC9068C37 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.28569/win32/TRAE_SOLO-Setup-x64.exe + InstallerSha256: D2A049F7F5E83A7E6E7BD3EE6D3CC374693E1781828B3501C632F3DA1A8CEDD0 ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.en-US.yaml similarity index 91% rename from manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.en-US.yaml rename to manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.en-US.yaml index a476732e1456..1f9b132d1f98 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.en-US.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.en-US.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.33253 +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.28569 PackageLocale: en-US Publisher: SPRING (SG) PTE. LTD PublisherUrl: https://www.trae.ai/ @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: Documentation DocumentUrl: https://docs.trae.ai/solo ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.zh-CN.yaml similarity index 87% rename from manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.zh-CN.yaml rename to manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.zh-CN.yaml index 7cb62e9ccff9..33f096b3453c 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.33253/ByteDance.TraeSolo.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.locale.zh-CN.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 2.3.33253 +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.28569 PackageLocale: zh-CN License: 专有软件 ShortDescription: More than Coding @@ -19,4 +19,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://docs.trae.ai/solo ManifestType: locale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.yaml b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.yaml similarity index 59% rename from manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.yaml rename to manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.yaml index 169b8e05237b..9da546f2b978 100644 --- a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.28569/ByteDance.TraeWork.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Hetman.DataRecoveryPack -PackageVersion: '4.9' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.28569 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.installer.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.installer.yaml rename to manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.installer.yaml index fb6824a8567f..11c23c10e8ca 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.installer.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.installer.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.30125 InstallerType: inno Scope: user @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.30125/win32/TRAE_SOLO-Setup-x64.exe InstallerSha256: C3EEE47EC86D9E353332BD8605C950A442AA6E1EA1EF3270BC8E91511813511A ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.en-US.yaml similarity index 93% rename from manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.en-US.yaml rename to manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.en-US.yaml index 5a8936b46f84..57470390ae86 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.en-US.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.en-US.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.30125 PackageLocale: en-US Publisher: SPRING (SG) PTE. LTD @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: Documentation DocumentUrl: https://docs.trae.ai/solo ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.zh-CN.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.zh-CN.yaml rename to manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.zh-CN.yaml index 9d8ef364cf6c..c11c5b67c3ad 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.30125/ByteDance.TraeSolo.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.locale.zh-CN.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.30125 PackageLocale: zh-CN License: 专有软件 @@ -19,4 +19,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://docs.trae.ai/solo ManifestType: locale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.yaml b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.yaml similarity index 59% rename from manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.yaml rename to manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.yaml index 4471943a51c8..3663c2520c3d 100644 --- a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.30125/ByteDance.TraeWork.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Hetman.InternetSpy -PackageVersion: '4.0' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.30125 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.installer.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.installer.yaml rename to manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.installer.yaml index 26feeab41e5a..225807d88f1d 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.installer.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.installer.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.32253 InstallerType: inno Scope: user @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.32253/win32/TRAE_SOLO-Setup-x64.exe InstallerSha256: 5B9AD7CBE94579F63321CBD5E26BBB5044B7AAEA8D96F1262B55CF020DF5B671 ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.en-US.yaml similarity index 93% rename from manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.en-US.yaml rename to manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.en-US.yaml index 9c092be4fbe5..dc04416f890e 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.en-US.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.en-US.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.32253 PackageLocale: en-US Publisher: SPRING (SG) PTE. LTD @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: Documentation DocumentUrl: https://docs.trae.ai/solo ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.zh-CN.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.zh-CN.yaml rename to manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.zh-CN.yaml index cf2881a3df24..aee8fea88ac7 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.32253/ByteDance.TraeSolo.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.locale.zh-CN.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.32253 PackageLocale: zh-CN License: 专有软件 @@ -19,4 +19,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://docs.trae.ai/solo ManifestType: locale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.yaml b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.yaml new file mode 100644 index 000000000000..5a821861f29d --- /dev/null +++ b/manifests/b/ByteDance/TraeWork/2.3.32253/ByteDance.TraeWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.TraeWork +PackageVersion: 2.3.32253 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.installer.yaml b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.installer.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.installer.yaml rename to manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.installer.yaml index ead264c7651d..a3329a7da79b 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.installer.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.installer.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.37193 InstallerType: inno Scope: user @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.37193/win32/TRAE_SOLO-Setup-x64.exe InstallerSha256: 18C189B5F728A5825C7728B57818CF003C2808F463B4D3318A321180498A6C1C ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.en-US.yaml b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.en-US.yaml similarity index 93% rename from manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.en-US.yaml rename to manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.en-US.yaml index 3dcd50eba081..112999ae5b32 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.en-US.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.en-US.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.37193 PackageLocale: en-US Publisher: SPRING (SG) PTE. LTD @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: Documentation DocumentUrl: https://docs.trae.ai/solo ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.zh-CN.yaml b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.zh-CN.yaml similarity index 90% rename from manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.zh-CN.yaml rename to manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.zh-CN.yaml index 0bbc7068c73b..1fc45783d0db 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.locale.zh-CN.yaml @@ -1,7 +1,7 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.37193 PackageLocale: zh-CN License: 专有软件 @@ -19,4 +19,4 @@ Documentations: - DocumentLabel: 文档 DocumentUrl: https://docs.trae.ai/solo ManifestType: locale -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.yaml b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.yaml similarity index 66% rename from manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.yaml rename to manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.yaml index 7fa3f604853a..b77a30a46830 100644 --- a/manifests/b/ByteDance/TraeSolo/2.3.37193/ByteDance.TraeSolo.yaml +++ b/manifests/b/ByteDance/TraeWork/2.3.37193/ByteDance.TraeWork.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: ByteDance.TraeSolo +PackageIdentifier: ByteDance.TraeWork PackageVersion: 2.3.37193 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.12.0 +ManifestVersion: 1.10.0 diff --git a/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.installer.yaml new file mode 100644 index 000000000000..8efee33a8ef7 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.690 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.690/ipswd_3.1.690_windows_arm64.zip + InstallerSha256: 4aadba5632ecdddf9a1a62d514dae303648d47e73416ee5cbc9bcf569cdcdbdc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.690/ipswd_3.1.690_windows_x86_64.zip + InstallerSha256: f7b55066f60474af614033538f58627d3c9b613c920eca79fb3ef81ac4ce0601 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 000000000000..5b9188a99c58 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.690 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.yaml new file mode 100644 index 000000000000..50a40f8fdb25 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.690/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.690 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.installer.yaml new file mode 100644 index 000000000000..61bf189efcdb --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.691 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.691/ipswd_3.1.691_windows_arm64.zip + InstallerSha256: 1d49f255625457f4f0a2149d84e7f411c3cbf1e6aee0a0e420cdab0f5d769eb2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.691/ipswd_3.1.691_windows_x86_64.zip + InstallerSha256: 9abdea51014947180e211e7ce93a002e7b7ac5a68f0527003cb3c4edfa56036c + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 000000000000..4d0aea0b7f58 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.691 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.yaml new file mode 100644 index 000000000000..83171c8d2b90 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.691/blacktop.ipswd.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: blacktop.ipswd +PackageVersion: 3.1.691 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.installer.yaml b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.installer.yaml new file mode 100644 index 000000000000..915a8082564a --- /dev/null +++ b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.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: buxuku.SmartSub +PackageVersion: 2.16.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 31347239-13ac-5ed1-97a4-da01e9165cf8 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/buxuku/SmartSub/releases/download/v2.16.0/SmartSub_Windows_2.16.0_x64.exe + InstallerSha256: CC1E7C2D03301219F2FABB907095996A1FE146D525ECD0842226684BA8CC342F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/buxuku/SmartSub/releases/download/v2.16.0/SmartSub_Windows_2.16.0_x64.exe + InstallerSha256: CC1E7C2D03301219F2FABB907095996A1FE146D525ECD0842226684BA8CC342F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.en-US.yaml b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.en-US.yaml new file mode 100644 index 000000000000..b325c6781d98 --- /dev/null +++ b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: buxuku.SmartSub +PackageVersion: 2.16.0 +PackageLocale: en-US +Publisher: buxuku +PublisherUrl: https://blog.linxiaodong.com/ +PublisherSupportUrl: https://github.com/buxuku/SmartSub/issues +Author: Lin Xiaodong +PackageName: SmartSub +PackageUrl: https://github.com/buxuku/SmartSub +License: MIT +LicenseUrl: https://github.com/buxuku/SmartSub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lin Xiaodong +ShortDescription: A powerful desktop application for batch generating subtitles for videos and translating them into other languages. +Description: |- + Video Subtitle Master is a powerful desktop application for batch generating subtitles for videos and translating them into other languages. This project is an enhanced version of the open-source VideoSubtitleGenerator, redesigned as a user-friendly client tool. + This application retains all the features of the original VideoSubtitleGenerator command-line tool, with the following enhancements: + - Graphical user interface for easier operation + - Source and target language subtitle files are saved in the same directory as the video for convenient subtitle attachment during playback + - Batch processing of video/audio/subtitle files + - Support for generating subtitles from video or audio files + - Ability to translate generated or imported subtitles + - Multiple translation services supported: + - Volcano Engine Translation + - Baidu Translation + - DeepLX Translation (Note: Batch translation may be rate-limited) + - Local Ollama model translation + - Support for OpenAI-style API translations (e.g., deepseek, azure) + - Customizable subtitle file naming for compatibility with various media players + - Flexible translated subtitle content: choose between pure translation or original + translated subtitles + - Integrated whisper.cpp with optimization for Apple Silicon, offering faster generation speeds + - Built-in fluent-ffmpeg, eliminating the need for separate ffmpeg installation + - Support for running locally installed whisper command + - Option to choose model download source (domestic mirror or official source) + - Customizable number of concurrent tasks +Tags: +- audio +- caption +- subtitle +- translate +- translation +- video +ReleaseNotes: |- + feat + - 字幕校对模块支持导入与导出多种字幕格式(SRT / VTT / ASS / LRC / TXT),并可在任务设置中选择输出格式 + Subtitle proofreading now supports importing and exporting multiple subtitle formats (SRT / VTT / ASS / LRC / TXT), with a selectable output format in task settings + - 新增小牛翻译(NiuTrans)、腾讯云翻译、讯飞翻译三家翻译服务商 + Added three new translation providers: NiuTrans, Tencent Cloud, and iFlytek + - 新增粤语(yue)源语言选项,提升粤语视频的语音识别准确度 + Added Cantonese (yue) as a source language option for more accurate recognition of Cantonese videos + fix + - 修复部分语言码(如繁体中文 zh-hant)传入 Whisper 导致程序崩溃的问题,并在 CUDA 不可用时自动回退到 CPU + Fixed a crash when certain language codes (e.g., Traditional Chinese zh-hant) were passed to Whisper, with automatic CPU fallback when CUDA is unavailable + - 将 zh-cn / zh-tw / zh-hant / zh-hans 等中文变体统一映射为 zh,提升中文识别准确度 + Unified all Chinese variants (zh-cn / zh-tw / zh-hant / zh-hans) to zh for better Chinese recognition accuracy + - 兼容新版 nvidia-smi 输出格式,修复部分 NVIDIA 显卡无法被检测、导致 GPU 加速不可用的问题 + Compatible with the latest nvidia-smi output format, fixing GPU detection failures that disabled acceleration on some NVIDIA cards + - 修复字幕拆分弹窗内容过长时无法滚动、看不到确认按钮的问题 + Fixed the subtitle split dialog so it scrolls when content is long and the confirm button stays visible + - 修复音频提取、字幕合并等进度在缺少百分比信息时不更新的问题(改用 timemark 推算进度) + Fixed progress not updating during audio extraction and subtitle merging when percentage info is unavailable (now derived from timemark) + - 校验 AI 翻译返回的条数,避免翻译结果与原文错位 + Validate the count of AI translation results to prevent misalignment between translations and source text + - 为各翻译服务商的请求增加超时控制,避免单次请求卡死导致整体翻译进度停滞 + Added request timeouts for translation providers to prevent a single stuck request from halting overall progress + - 修复字幕校对界面点击第一条字幕时,视频与列表跳转到错误位置的问题 + Fixed the proofreading editor jumping the video and list to the wrong position when clicking the first subtitle +ReleaseNotesUrl: https://github.com/buxuku/SmartSub/releases/tag/v2.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.zh-CN.yaml b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.zh-CN.yaml new file mode 100644 index 000000000000..01418c7b5780 --- /dev/null +++ b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.locale.zh-CN.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: buxuku.SmartSub +PackageVersion: 2.16.0 +PackageLocale: zh-CN +Publisher: buxuku +PublisherUrl: https://blog.linxiaodong.com/ +PublisherSupportUrl: https://github.com/buxuku/SmartSub/issues +Author: 林晓东 +PackageName: SmartSub +PackageUrl: https://github.com/buxuku/SmartSub +License: MIT +LicenseUrl: https://github.com/buxuku/SmartSub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lin Xiaodong +ShortDescription: 批量为视频生成字幕,并将字幕翻译成其它语言。 +Description: |- + 批量为视频生成字幕,并可将字幕翻译成其它语言。这是在之前的一个开源项目 VideoSubtitleGenerator 的基础上,制作成的一个客户端工具,以方便更多朋友们的使用。 + 它保留了之前 VideoSubtitleGenerator 这个命令行工具的全部特性,并新增了以下功能: + - 图形用户界面,操作更加便捷 + - 源语言字幕文件和目标语言字幕文件放在视频同目录下,方便播放时任意挂载字幕文件 + - 批量处理视频/音频/字幕文件 + - 支持视频/音频生成字幕 + - 支持对生成的字幕,或者导入的字幕进行翻译 + - 支持多种翻译服务: + - 火山引擎翻译 + - 百度翻译 + - DeepLX 翻译(批量翻译容易存在被限流的情况) + - 本地模型 Ollama 翻译 + - 支持 OpenAI 风格 API 翻译,如 deepseek, azure 等 + - 自定义字幕文件名,方便兼容不同的播放器挂载字幕识别 + - 自定义翻译后的字幕文件内容,支持纯翻译结果或原字幕+翻译结果 + - 项目集成 whisper.cpp,对 Apple Silicon 进行了优化,有较快的生成速度 + - 项目集成了 fluent-ffmpeg,无须单独安装 ffmpeg + - 支持运行本地安装的 whisper 命令 + - 支持选择模型下载源(国内镜像源或官方源) + - 支持自定义并发任务数量 +Tags: +- 字幕 +- 视频 +- 翻译 +- 音频 +ReleaseNotes: |- + feat + - 字幕校对模块支持导入与导出多种字幕格式(SRT / VTT / ASS / LRC / TXT),并可在任务设置中选择输出格式 + Subtitle proofreading now supports importing and exporting multiple subtitle formats (SRT / VTT / ASS / LRC / TXT), with a selectable output format in task settings + - 新增小牛翻译(NiuTrans)、腾讯云翻译、讯飞翻译三家翻译服务商 + Added three new translation providers: NiuTrans, Tencent Cloud, and iFlytek + - 新增粤语(yue)源语言选项,提升粤语视频的语音识别准确度 + Added Cantonese (yue) as a source language option for more accurate recognition of Cantonese videos + fix + - 修复部分语言码(如繁体中文 zh-hant)传入 Whisper 导致程序崩溃的问题,并在 CUDA 不可用时自动回退到 CPU + Fixed a crash when certain language codes (e.g., Traditional Chinese zh-hant) were passed to Whisper, with automatic CPU fallback when CUDA is unavailable + - 将 zh-cn / zh-tw / zh-hant / zh-hans 等中文变体统一映射为 zh,提升中文识别准确度 + Unified all Chinese variants (zh-cn / zh-tw / zh-hant / zh-hans) to zh for better Chinese recognition accuracy + - 兼容新版 nvidia-smi 输出格式,修复部分 NVIDIA 显卡无法被检测、导致 GPU 加速不可用的问题 + Compatible with the latest nvidia-smi output format, fixing GPU detection failures that disabled acceleration on some NVIDIA cards + - 修复字幕拆分弹窗内容过长时无法滚动、看不到确认按钮的问题 + Fixed the subtitle split dialog so it scrolls when content is long and the confirm button stays visible + - 修复音频提取、字幕合并等进度在缺少百分比信息时不更新的问题(改用 timemark 推算进度) + Fixed progress not updating during audio extraction and subtitle merging when percentage info is unavailable (now derived from timemark) + - 校验 AI 翻译返回的条数,避免翻译结果与原文错位 + Validate the count of AI translation results to prevent misalignment between translations and source text + - 为各翻译服务商的请求增加超时控制,避免单次请求卡死导致整体翻译进度停滞 + Added request timeouts for translation providers to prevent a single stuck request from halting overall progress + - 修复字幕校对界面点击第一条字幕时,视频与列表跳转到错误位置的问题 + Fixed the proofreading editor jumping the video and list to the wrong position when clicking the first subtitle +ReleaseNotesUrl: https://github.com/buxuku/SmartSub/releases/tag/v2.16.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.yaml b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.yaml new file mode 100644 index 000000000000..9bf761364ffd --- /dev/null +++ b/manifests/b/buxuku/SmartSub/2.16.0/buxuku.SmartSub.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: buxuku.SmartSub +PackageVersion: 2.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.installer.yaml b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.installer.yaml new file mode 100644 index 000000000000..8880fdaef760 --- /dev/null +++ b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CavemanSoft.CaveButler +PackageVersion: "1.0" +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Installers: +- Architecture: x64 + InstallerUrl: https://cavemansoft.com/CaveButler/releases/1.0/CaveButler-1.0-setup.exe + InstallerSha256: 0A6E60CA93E886E77523FC9960660DA95BB7D35F376D0352A55E7085229F8489 + ProductCode: '{BDA869EF-226D-433B-B615-C68FE3C9599E}_is1' + AppsAndFeaturesEntries: + - DisplayName: CaveButler + DisplayVersion: "1.0" + Publisher: CavemanSoft + ProductCode: '{BDA869EF-226D-433B-B615-C68FE3C9599E}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.locale.en-US.yaml b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.locale.en-US.yaml new file mode 100644 index 000000000000..f6776a2d14e5 --- /dev/null +++ b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CavemanSoft.CaveButler +PackageVersion: "1.0" +PackageLocale: en-US +Publisher: CavemanSoft +PackageName: CaveButler +License: Proprietary +ShortDescription: CaveButler is a Windows automation app that watches your folders and applies customizable rules to organize files automatically, saving time on repetitive file management. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.yaml b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.yaml new file mode 100644 index 000000000000..122ab3abe04b --- /dev/null +++ b/manifests/c/CavemanSoft/CaveButler/1.0/CavemanSoft.CaveButler.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: CavemanSoft.CaveButler +PackageVersion: "1.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.installer.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.installer.yaml new file mode 100644 index 000000000000..8725bd1f3768 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.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: Chocolatey.ChocolateyGUI +PackageVersion: 3.2.0.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLFOLDER="" +UpgradeBehavior: install +ProductCode: '{66626EB3-180A-4EAF-BCCB-5A29993F8878}' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- ProductCode: '{66626EB3-180A-4EAF-BCCB-5A29993F8878}' + UpgradeCode: '{F8164F91-FA5C-4789-B68D-9BEB5B146155}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chocolatey/ChocolateyGUI/releases/download/3.2.0/ChocolateyGUI.msi + InstallerSha256: 90CA9B429B17202FC1C84217B522EB98E5ED50A0CF78AA4347EE9FBAA4BA9552 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml new file mode 100644 index 000000000000..30eb192a9de7 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Chocolatey.ChocolateyGUI +PackageVersion: 3.2.0.0 +PackageLocale: en-US +Publisher: Chocolatey +PublisherUrl: https://chocolatey.org/ +PublisherSupportUrl: https://github.com/chocolatey/ChocolateyGUI/issues +PrivacyUrl: https://chocolatey.org/privacy +Author: Chocolatey Software, Inc. +PackageName: Chocolatey GUI +PackageUrl: https://github.com/chocolatey/ChocolateyGUI +License: APACHE-2.0 +LicenseUrl: https://github.com/chocolatey/ChocolateyGUI/blob/develop/LICENSE.txt +Copyright: Copyright 2026 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC +ShortDescription: A delicious GUI for Chocolatey +Description: Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool. +Tags: +- choco +- chocolatey +ReleaseNotes: |- + Bug Fix + - Gallery URL not available for packages on the Chocolatey Community Repository. + - See #1137 by AdmiringWorm, resolved in !1138 by AdmiringWorm. + Documentation + - Fix typos in resource strings. + - See !1140 by AdmiringWorm. + Enhancement + - Add Context Menu Item To Allow Packages From Chocolatey Community Repository To Open URL. + - See #728 by LordMike, resolved in !1139 by AdmiringWorm. + Contributors + 2 contributors made this release possible. + + SHA256 Hashes of the release artifacts + - d05273bd1f531eb3e223a692f0ab4d714aed757c00f90f54054d25f29c5b5b55 chocolateygui.3.2.0.nupkg + - 6abd77682c8d6ded04bf54461be46d2ff99182bd6345cbd6c1288951f3220d5e ChocolateyGui.Common.3.2.0.nupkg + - b79e2be4a6da708fc9943275f596278ab87db6adef0e4131cd4f71a0e8844a4b ChocolateyGui.Common.Windows.3.2.0.nupkg + - 90ca9b429b17202fc1c84217b522eb98e5ed50a0cf78aa4347ee9fbaa4ba9552 ChocolateyGUI.msi +ReleaseNotesUrl: https://github.com/chocolatey/ChocolateyGUI/releases/tag/3.2.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.chocolatey.org/en-us/chocolatey-gui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..8d9d67ce3378 --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.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: Chocolatey.ChocolateyGUI +PackageVersion: 3.2.0.0 +PackageLocale: zh-CN +Publisher: Chocolatey +PublisherUrl: https://chocolatey.org/ +PublisherSupportUrl: https://github.com/chocolatey/ChocolateyGUI/issues +PrivacyUrl: https://chocolatey.org/privacy +Author: Chocolatey Software, Inc. +PackageName: Chocolatey GUI +PackageUrl: https://github.com/chocolatey/ChocolateyGUI +License: Apache-2.0 +LicenseUrl: https://github.com/chocolatey/ChocolateyGUI/blob/develop/LICENSE.txt +Copyright: Copyright 2026 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC +ShortDescription: Chocolatey 的美味 GUI +Description: Chocolatey GUI 是基于 Chocolatey 命令行工具的一个美味的 GUI。 +Tags: +- choco +- chocolatey +ReleaseNotesUrl: https://github.com/chocolatey/ChocolateyGUI/releases/tag/3.2.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.chocolatey.org/en-us/chocolatey-gui/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.yaml b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.yaml new file mode 100644 index 000000000000..ba70cf9701ec --- /dev/null +++ b/manifests/c/Chocolatey/ChocolateyGUI/3.2.0.0/Chocolatey.ChocolateyGUI.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: Chocolatey.ChocolateyGUI +PackageVersion: 3.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.installer.yaml b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.installer.yaml new file mode 100644 index 000000000000..30c12a4dd775 --- /dev/null +++ b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.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: Chooyy.VirtualDesktopSwitcher +PackageVersion: 1.3.5 +InstallerType: portable +Commands: +- VirtualDesktopSwitcher +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/choyy/VirtualDesktopSwitcher/releases/download/1.3.5/VirtualDesktopSwitcher.exe + InstallerSha256: 5657E23E6F50DCA14E25236EFE9DB9BF13AFDEFDAC42F825A2CADCCD2C19F730 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.en-US.yaml b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.en-US.yaml new file mode 100644 index 000000000000..e8f0278bdf31 --- /dev/null +++ b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Chooyy.VirtualDesktopSwitcher +PackageVersion: 1.3.5 +PackageLocale: en-US +Publisher: Chooyy +PublisherUrl: https://github.com/choyy/VirtualDesktopSwitcher +PublisherSupportUrl: https://github.com/choyy/VirtualDesktopSwitcher +Author: Chooyy +PackageName: VirtualDesktopSwitcher +PackageUrl: https://github.com/choyy/VirtualDesktopSwitcher +License: MIT License +LicenseUrl: https://github.com/choyy/VirtualDesktopSwitcher/blob/main/LICENSE +Copyright: Copyright (c) 2026 Chooyy +ShortDescription: Virtual Desktop Switcher and Indicator for Windows 10/11 +Description: Virtual Desktop Switcher and Indicator for Windows 10/11 +Tags: +- Virtual Desktop, Switcher, Indicator +InstallationNotes: Launch VirtualDesktopSwitcher.exe to begin. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.zh-CN.yaml b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.zh-CN.yaml new file mode 100644 index 000000000000..7081cf270876 --- /dev/null +++ b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.locale.zh-CN.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: Chooyy.VirtualDesktopSwitcher +PackageVersion: 1.3.5 +PackageLocale: zh-CN +Publisher: Chooyy +PublisherUrl: https://github.com/choyy/VirtualDesktopSwitcher +PublisherSupportUrl: https://github.com/choyy/VirtualDesktopSwitcher +Author: Chooyy +PackageName: VirtualDesktopSwitcher +PackageUrl: https://github.com/choyy/VirtualDesktopSwitcher +License: MIT License +LicenseUrl: https://github.com/choyy/VirtualDesktopSwitcher/blob/main/LICENSE +Copyright: Copyright (c) 2026 Chooyy +ShortDescription: Windows 10/11 虚拟桌面快速切换和指示工具 +Description: Windows 10/11 虚拟桌面快速切换和指示工具 / Virtual Desktop Switcher and Indicator for Windows 10/11 +Tags: +- Virtual Desktop, Switcher, Indicator +ReleaseNotesUrl: https://github.com/choyy/VirtualDesktopSwitcher/releases/tag/1.3.5 +InstallationNotes: 安装完成,运行 VirtualDesktopSwitcher.exe 即可开始使用。 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/choyy/VirtualDesktopSwitcher/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.yaml b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.yaml new file mode 100644 index 000000000000..a397121903c0 --- /dev/null +++ b/manifests/c/Chooyy/VirtualDesktopSwitcher/1.3.5/Chooyy.VirtualDesktopSwitcher.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: Chooyy.VirtualDesktopSwitcher +PackageVersion: 1.3.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.installer.yaml b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.installer.yaml new file mode 100644 index 000000000000..6110eaff71b6 --- /dev/null +++ b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChristopherHotchkiss.SkylanderPortalController +PackageVersion: 1.9.8 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{00DF3E42-CD44-4C96-90A8-445D59163977}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chotchki/skylander-portal-controller/releases/download/v1.9.8/skylander-portal-controller-1.9.8-windows-x86_64.msi + InstallerSha256: 24FD5A30D29FF3FEF85A6BA38B4C14982515E9EFC1F7E943B408034CF6BAB27A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.locale.en-US.yaml b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.locale.en-US.yaml new file mode 100644 index 000000000000..c578790bc2f3 --- /dev/null +++ b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChristopherHotchkiss.SkylanderPortalController +PackageVersion: 1.9.8 +PackageLocale: en-US +Publisher: Christopher Hotchkiss +PublisherUrl: https://github.com/chotchki +PublisherSupportUrl: https://github.com/chotchki/skylander-portal-controller/issues +Author: Christopher Hotchkiss +PackageName: Skylander Portal Controller +PackageUrl: https://github.com/chotchki/skylander-portal-controller +License: GPL-2.0-only +LicenseUrl: https://github.com/chotchki/skylander-portal-controller/blob/main/LICENSE +Copyright: Copyright (c) 2026 Christopher Hotchkiss +ShortDescription: Phone-driven control of the RPCS3-emulated Skylanders portal over Wi-Fi. +Description: >- + A Windows app that wraps RPCS3 (the PS3 emulator) so kids can manage the + emulated Skylanders portal from a phone or iPad over the local Wi-Fi. Launch it + from Steam Big Picture: a QR code appears on the TV, phones scan in, pick a + profile (PIN-gated) and a game, and drive the portal slot by slot from the + family's figure collection. You supply your own RPCS3 install plus firmware and + game backups; the app ships no game or firmware content. +Moniker: skylander-portal-controller +Tags: +- skylanders +- rpcs3 +- portal +- emulator +- toys-to-life +- ps3 +ReleaseNotesUrl: https://github.com/chotchki/skylander-portal-controller/releases/tag/v1.9.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.yaml b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.yaml new file mode 100644 index 000000000000..27ffa4fdecc9 --- /dev/null +++ b/manifests/c/ChristopherHotchkiss/SkylanderPortalController/1.9.8/ChristopherHotchkiss.SkylanderPortalController.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ChristopherHotchkiss.SkylanderPortalController +PackageVersion: 1.9.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 000000000000..93e0acf17398 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.16 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241130tqe9q3y/Comfy%20Desktop%20Setup%201.0.16%20-%20Build%20260610vbazfk7p4-x64.exe + InstallerSha256: E992BDFE07DF4321FE9EDAA19EAE34683A605EC69E45084ADC86F9B8B419177E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 000000000000..fc9dbe5dc83a --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.16 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2026 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c6ea46deaaf --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.16 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 000000000000..b5e2fd9cbd3f --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.16/Comfy.ComfyUI-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml new file mode 100644 index 000000000000..489e52483bd2 --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.7.1.1 +InstallerLocale: en-US +InstallerType: exe +InstallerSwitches: + Silent: -q + SilentWithProgress: -q -console +UpgradeBehavior: install +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://dl4jz3rbrsfum.cloudfront.net/software/PPP_Windows_v2.7.1.1.exe + InstallerSha256: 1F7D0CA25979500661CEFC2EF57A2017545709A482E786BAAFC54D375CD55309 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml new file mode 100644 index 000000000000..9225826a6f77 --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.7.1.1 +PackageLocale: en-US +Publisher: CyberPower Systems, Inc. +PublisherUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ +PublisherSupportUrl: https://www.cyberpowersystems.com/support/ +PrivacyUrl: https://www.cyberpowersystems.com/company/privacy-policy/ +Author: CyberPower Systems, Inc. +PackageName: CyberPower PowerPanel Personal +PackageUrl: https://www.cyberpowersystems.com/products/software/power-panel-personal/ +License: Proprietary +LicenseUrl: https://www.cyberpower.com/content/software/eula/ +Copyright: Copyright CyberPower Systems, Inc. +ShortDescription: CyberPower PowerPanel Personal +Description: 'Monitors UPS vitals: electrical power supply, voltage, power condition, remaining battery runtime, UPS load from a CyberPower UPS System' +Moniker: powerpanelpersonal +Tags: +- cyberpower +- cyberpowerpanel +- powerpanel +- ups +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.yaml new file mode 100644 index 000000000000..9f53b8400482 --- /dev/null +++ b/manifests/c/CyberPowerSystemsInc/PowerPanelPersonal/2.7.1.1/CyberPowerSystemsInc.PowerPanelPersonal.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: CyberPowerSystemsInc.PowerPanelPersonal +PackageVersion: 2.7.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.installer.yaml new file mode 100644 index 000000000000..16f2dec497f9 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.11 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.10.11/omp-windows-x64.exe + InstallerSha256: 4BAC4F679CA910C5FA339ED13DA105FCA68E1A303225992030899F2E09E01CED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 000000000000..db1870b30095 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.11 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.10.11 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..06c5afe2df20 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.11 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.yaml new file mode 100644 index 000000000000..daae2bbb13a4 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.11/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.installer.yaml new file mode 100644 index 000000000000..013b84a39896 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.12 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.10.12/omp-windows-x64.exe + InstallerSha256: E2814E27E3F61F79713AB494D8C7E54333AAF219677BF30E4B70CC52AC18D848 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 000000000000..b79df5e069a2 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.12 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.10.12 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..d4735a84f329 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.12 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.yaml new file mode 100644 index 000000000000..14019aa41004 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.10.12/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.10.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 000000000000..2cb1a4d27094 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.73 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.11.73/Termpolis.Setup.1.11.73.exe + InstallerSha256: 0E8893740F368F8C6C258D1D1B90FD9C16C4A2BB0FC521C1DBE05F2494E54808 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 000000000000..a9c9038b2782 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.73 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.72...v1.11.73 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.72...v1.11.73 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.72...v1.11.73 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.11.73 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 000000000000..27ff8efcef42 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.73 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.yaml new file mode 100644 index 000000000000..16938fcb2f5d --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.73/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.73 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.installer.yaml b/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.installer.yaml deleted file mode 100644 index a8a890a9a279..000000000000 --- a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Dell.DisplayManager -PackageVersion: 2.3.1.16 -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - InstallLocation: /DIR= -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.5 - MinimumVersion: 5.0.17 -ProductCode: Dell Display Manager 2.3 -ReleaseDate: 2024-07-04 -DisplayInstallWarnings: false -AppsAndFeaturesEntries: -- DisplayName: Dell Display Manager 2.3 - ProductCode: Dell Display Manager 2.3 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.dell.com/FOLDER11807726M/1/ddmsetup.exe - InstallerSha256: 768291B914D469DC5025D75BC4B626AADFA74B8D0D522F3931640B460B9A57E9 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.locale.en-US.yaml b/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.locale.en-US.yaml deleted file mode 100644 index 2cf365f9c60f..000000000000 --- a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Dell.DisplayManager -PackageVersion: 2.3.1.16 -PackageLocale: en-US -Publisher: Dell Inc. -PublisherUrl: https://www.dell.com/ -PublisherSupportUrl: https://www.dell.com/support -PrivacyUrl: https://www.dell.com/privacy -PackageName: Dell Display Manager -PackageUrl: https://www.dell.com/support/home/no-no/drivers/driversdetails?driverid=m0yjd&oscode=wt64a&productcode=dell-display-manager-2.0 -License: Proprietary -LicenseUrl: https://www.dell.com/learn/us/en/uscorp1/terms-of-sale-consumer-license-agreements -ShortDescription: Dell Display Manager enhances everyday productivity through comprehensive management tools giving you optimal front of screen experience, efficient display management and easy, effortless multitasking. -InstallationNotes: This package also requires .Net Desktop Runtime 5 (Microsoft.DotNet.DesktopRuntime.5) to work. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.yaml b/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.yaml deleted file mode 100644 index 3ac0695f7513..000000000000 --- a/manifests/d/Dell/DisplayManager/2.3.1.16/Dell.DisplayManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Dell.DisplayManager -PackageVersion: 2.3.1.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.installer.yaml b/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.installer.yaml deleted file mode 100644 index f864e1479049..000000000000 --- a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with komac v2.9.0 (nightly build c329ad0) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Dell.PeripheralManager -PackageVersion: 1.7.7 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2024-10-23 -AppsAndFeaturesEntries: -- DisplayName: Dell Peripheral Manager - Publisher: Dell Inc. -Installers: -- Architecture: x64 - InstallerUrl: https://dl.dell.com/FOLDER12250940M/1/DPeM_7MGJH_1.7.7_WN64_A00.exe - InstallerSha256: E30FC81A9B3EA2214B5011D98017215A500B4B8D82559591E7A0BC9AA4075054 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.locale.en-US.yaml b/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.locale.en-US.yaml deleted file mode 100644 index 0cf80cc1cecb..000000000000 --- a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with komac v2.9.0 (nightly build c329ad0) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Dell.PeripheralManager -PackageVersion: 1.7.7 -PackageLocale: en-US -Publisher: Dell Inc. -PublisherUrl: https://www.dell.com/ -PublisherSupportUrl: https://www.dell.com/support/home/ -PackageName: Dell Peripheral Manager -PackageUrl: https://www.dell.com/support/home/zh-cn/product-support/product/dell-peripheral-manager/drivers -License: Proprietary -Copyright: Copyright (C) 2021-2024 Dell Inc. -ShortDescription: |- - The Dell Peripheral Manager software enables you to customize and manage your Dell peripherals - such as keyboards, mice, and webcams. -InstallationNotes: In order to make sure the software works properly, system reboot is recommended. -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.installer.yaml b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.installer.yaml new file mode 100644 index 000000000000..7d5c69326e6e --- /dev/null +++ b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DigitalOcean.Doctl +PackageVersion: 1.161.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: doctl.exe +FileExtensions: +- json +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.161.0/doctl-1.161.0-windows-386.zip + InstallerSha256: 6A32A11AD16D4F50B5176E99075008285D536550BA34A88C68F9F2DCE4C96F10 +- Architecture: x64 + InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.161.0/doctl-1.161.0-windows-amd64.zip + InstallerSha256: 9B23E5743F472F42AC52316246E6303A1928DD214B0141775F5D076732C119F6 +- Architecture: arm64 + InstallerUrl: https://github.com/digitalocean/doctl/releases/download/v1.161.0/doctl-1.161.0-windows-arm64.zip + InstallerSha256: 72F310651EB97912C3CA8421BA12E0A66EEA79DC467D2FA0B3856B99B71559D4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.locale.en-US.yaml b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.locale.en-US.yaml new file mode 100644 index 000000000000..e5232e40c78b --- /dev/null +++ b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DigitalOcean.Doctl +PackageVersion: 1.161.0 +PackageLocale: en-US +Publisher: DigitalOcean +PublisherUrl: https://www.digitalocean.com/ +PublisherSupportUrl: https://github.com/digitalocean/doctl/issues +Author: DigitalOcean +PackageName: doctl +PackageUrl: https://github.com/digitalocean/doctl +License: Apache-2.0 +LicenseUrl: https://github.com/digitalocean/doctl/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) DigitalOcean +CopyrightUrl: https://github.com/digitalocean/doctl/blob/main/LICENSE.txt +ShortDescription: The official command line interface for the DigitalOcean API. +Moniker: doctl +Tags: +- digitalocean +- doctl +ReleaseNotes: |- + Changelog + - c4da976 CON-13852, CON-13398: Expose CoreDNS Autoscaler toggle on DOKS cluster create/update (#1857) + - 4bf33b9 bumping godo to v1.194.1 (#1856) +ReleaseNotesUrl: https://github.com/digitalocean/doctl/releases/tag/v1.161.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.yaml b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.yaml new file mode 100644 index 000000000000..7a4d58fd8c88 --- /dev/null +++ b/manifests/d/DigitalOcean/Doctl/1.161.0/DigitalOcean.Doctl.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: DigitalOcean.Doctl +PackageVersion: 1.161.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.installer.yaml b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.installer.yaml new file mode 100644 index 000000000000..493bd0af3f72 --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.installer.yaml @@ -0,0 +1,48 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.3.0.3 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLLOCATION="" +UpgradeBehavior: install +Protocols: +- http +- https +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.3.0.3_stable_2026-06-10/duplicati-2.3.0.3_stable_2026-06-10-win-x86-gui.msi + InstallerSha256: 6D404601A0B6CE6333A3C1F9E0D842CA3C6B0CCF241A6D5C620C97FF26121688 + ProductCode: '{C10BF3BF-9A64-455C-9537-0DC55DDD5EED}' + AppsAndFeaturesEntries: + - ProductCode: '{C10BF3BF-9A64-455C-9537-0DC55DDD5EED}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/Duplicati 2' +- Architecture: x64 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.3.0.3_stable_2026-06-10/duplicati-2.3.0.3_stable_2026-06-10-win-x64-gui.msi + InstallerSha256: 0BE12F9056E8C5FDD30E2BF71EFEB5EB74A0BAC03005B4AD7AFA28BB51CA534B + ProductCode: '{062DD2DC-A24A-450F-A6A0-2AB9696D8429}' + AppsAndFeaturesEntries: + - ProductCode: '{062DD2DC-A24A-450F-A6A0-2AB9696D8429}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Duplicati 2' +- Architecture: arm64 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.3.0.3_stable_2026-06-10/duplicati-2.3.0.3_stable_2026-06-10-win-arm64-gui.msi + InstallerSha256: 20EB65C1AABFC7560A8F531B0EEBD5CE7C8039E3F756AB23FC9D10CB8F52BBD6 + ProductCode: '{1B95B2B1-0911-40D0-86E4-F408B5B016AD}' + AppsAndFeaturesEntries: + - ProductCode: '{1B95B2B1-0911-40D0-86E4-F408B5B016AD}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Duplicati 2' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.locale.en-US.yaml b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.locale.en-US.yaml new file mode 100644 index 000000000000..83c04cca8973 --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.3.0.3 +PackageLocale: en-US +Publisher: Duplicati Team +PublisherUrl: https://www.duplicati.com/ +PublisherSupportUrl: https://github.com/duplicati/duplicati/issues +Author: Kenneth Skovhede +PackageName: Duplicati +PackageUrl: https://www.duplicati.com/ +License: MIT +LicenseUrl: https://github.com/duplicati/duplicati/blob/HEAD/LICENSE +ShortDescription: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. +Moniker: duplicati +Tags: +- backup +- crypted +- data +- duplicati +- incremental +ReleaseNotes: |- + About this release + This release patches version 2.3.0.1 with fixes for a few issues that were discovered after the release. + This is the same as the 2.3.0.2 release but with a few additional fixes that were missed by the 2.3.0.2 release. + + Reliability Fixes + This release optimizes the synthetic filelist creation process to improve performance significantly. Additionally, there are a few added failsafe checks to ensure syntehtic filelists are always valid. + We also fixed an issue with remote-file locking that could (ironically) cause database locking issues in some cases. And we fixed the S3 lock mode configuration to show the correct values. + + Backend Fixes and Improvements + We fixed an issue where the SMB backend could incorrectly treat files as folders giving warnings when attempting to enumerate them. We also fixed a timeout issue for OneDrive where slow transfers could trigger an unexpected timeout. + The OneDrive for Business and SharePoint backends have been deprecated in favor of the Microsoft Graph backend, as the older backends relied on an API that is no longer supported. + We also made the Duplicati storage backend publicly available, so you can now use Duplicati storage for your backups. Duplicati storage is integrated with the Duplicati Console, so there is zero storage configuration needed on the client. + + Platform and Restore Improvements + This release also features a new option --exclude-non-local-files that can be used to exclude files that are stored in the cloud, such as OneDrive, Dropbox, etc. + We also fixed an issue causing warnings when doing backups of the MacOS Photos folder, and improved some error messages to include more guidance on how to resolve them. + + Detailed list of changes: + - Renamed Office 365 branding to Microsoft 365 + - Optimized synthetic filelist creation to prevent dangling metadata entries + - Improved Docker image build configuration + - Persist the used compression module in backup metadata + - Updated usage reporter integration + - Improved websocket handling for remote management connections + - Fixed Filen backend CI and authentication issues + - Added failsafe checks for synthetic filelist metadata + - Improved restore messages with additional result details + - Deprecated older OneDrive and SharePoint backends + - Fixed folders incorrectly showing as files in the filesystem API + - Added defensive handling for macOS Photos library timestamps + - Updated MEGA S4 endpoints for S3 backend + - Improved snapshot error messages with permission guidance + - Fixed timeout handling in OneDrive backend + - Updated Duplicati backend with improved timeout options + - Removed explicit defaults from new backup template + - Cleaned up remote controller registration state handling + - Fixed SMB backend issue where files could be treated as folders + - Fixed remote file locking on Windows + - Fixed S3 lock mode configuration + - Added support for extended Win32 file attributes in backups + - Update Avalonia to avoid DirectX dependency + - Improved handling of expired links + - Fix incorrect quota size reported + - Fixed version based search for restored + - Added guard when deleting old versions + - Log 500 errors to system log or local local + - Detect if locking is used when recreating database + - Support the do-not-track environment variable + - Guard against secret provider init failure + + Updates to ngclient + - Added toggle to show advanced option names instead of descriptions + - Added confirmation popup before exporting configuration without encryption + - Now showing remote lock results on log page + - Fixed websocket not connecting on welcome page + - Added a welcome page for simpler console connections + - Removed attributes filter options on source page, in favor of using advanced options + - Prevent iteration of non-folder paths + - Enable selecting hidden items + - Added path resolving on the "dynamic paths", such as "My documents" + - Fixed compression option not being visible + - Added support for showing backends as deprecated or untested + - Fixed an issue where file size would not be shown in the file tree + - Added an option to retry loading a backup list + - Show "last backup" with the same date in both detail and grid view + - Show actual scheduled time for backups + - Fixed an issue with using stored destinations which would fail to create folders + - Fixed an issue with importing backups where the schedule edits would be ignored + - Fixed an issue where the date for a scheduled backup would be off-by-one when edited + - Optimized query flow to use websockets instead of polling/fetching +ReleaseNotesUrl: https://github.com/duplicati/duplicati/releases/tag/v2.3.0.3_stable_2026-06-10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.yaml b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.yaml new file mode 100644 index 000000000000..d0b88357186b --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.3.0.3/Duplicati.Duplicati.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: Duplicati.Duplicati +PackageVersion: 2.3.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.installer.yaml b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.installer.yaml new file mode 100644 index 000000000000..cbaacf9b3f7b --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.455 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fabric.exe +Commands: +- fabric +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.455/fabric_Windows_i386.zip + InstallerSha256: D3EF82C74B943B630FC6810593E3FAD6D8A0CAE0DB54C680D2AE8582D274A835 +- Architecture: x64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.455/fabric_Windows_x86_64.zip + InstallerSha256: B67D811544FE67D274254500D7FA19444760BC605E2D6C03C469B35954DAA0FC +- Architecture: arm64 + InstallerUrl: https://github.com/danielmiessler/Fabric/releases/download/v1.4.455/fabric_Windows_arm64.zip + InstallerSha256: 37EC8CD126C37E4E7DE6DA5A30A835E0AEAE75384B489EF01DFBBEFA33C11741 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.locale.en-US.yaml b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.locale.en-US.yaml new file mode 100644 index 000000000000..a8a47528bdbd --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danielmiessler.Fabric +PackageVersion: 1.4.455 +PackageLocale: en-US +Publisher: danielmiessler +PublisherUrl: https://github.com/danielmiessler +PublisherSupportUrl: https://github.com/danielmiessler/Fabric/issues +PackageName: Fabric +PackageUrl: https://github.com/danielmiessler/Fabric +License: MIT +LicenseUrl: https://github.com/danielmiessler/Fabric/blob/HEAD/LICENSE +ShortDescription: Fabric is an open-source framework for augmenting humans using AI. +Tags: +- ai +- augmentation +- flourishing +- life +- work +ReleaseNotes: |- + Changes + PR #2138 by ksylvan: New Claude Fable model + cache OpenAI model discovery and handle provider rate limits + - Add persistent cache for provider model discovery results, improving performance and reliability of provider integrations. + - Serve stale model caches during discovery failures, ensuring continued operation when upstream providers are unavailable. + - Add Claude Fable 5 Anthropic model support, with sampling parameters automatically omitted for compatibility. + - Return concise localized errors for rate-limited model fetches, with updated translations across all supported locales. + - Update Go dependencies for AI provider integrations to keep upstream libraries current. +ReleaseNotesUrl: https://github.com/danielmiessler/Fabric/releases/tag/v1.4.455 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.yaml b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.yaml new file mode 100644 index 000000000000..587f64ed4f17 --- /dev/null +++ b/manifests/d/danielmiessler/Fabric/1.4.455/danielmiessler.Fabric.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: danielmiessler.Fabric +PackageVersion: 1.4.455 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.installer.yaml b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.installer.yaml new file mode 100644 index 000000000000..d608b9e660a9 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.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: defendend.ast-index +PackageVersion: 3.47.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ast-index.exe +Commands: +- ast-index +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/defendend/Claude-ast-index-search/releases/download/v3.47.1/ast-index-v3.47.1-windows-x86_64.zip + InstallerSha256: 69C8D1AE1E0C99F37080F28665697D876337EBA435E981604B6CE362AFC51A08 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.locale.en-US.yaml b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.locale.en-US.yaml new file mode 100644 index 000000000000..2062c850e8d8 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.locale.en-US.yaml @@ -0,0 +1,28 @@ +# 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: defendend.ast-index +PackageVersion: 3.47.1 +PackageLocale: en-US +Publisher: defendend +PublisherUrl: https://github.com/defendend +PublisherSupportUrl: https://github.com/defendend/Claude-ast-index-search/issues +Author: Alexandr Ivanov +PackageName: ast-index +PackageUrl: https://github.com/defendend/Claude-ast-index-search/releases +License: MIT +LicenseUrl: https://github.com/defendend/Claude-ast-index-search/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Alexandr Ivanov(defendend) +ShortDescription: Fast code search CLI for Android, iOS, TypeScript, Rust, Ruby, C#, Python, Go, Perl, C++ projects +Description: ast-index is a fast native Rust CLI for structural code search in Android/Kotlin/Java, iOS/Swift/ObjC, Dart/Flutter, TypeScript/JavaScript, Rust, Ruby, C#, PHP, Python, Go, Perl, C++, and Protocol Buffers projects. +Moniker: ast-index +Tags: +- Android +- claude +- code-search +- gemini +- iOS +ReleaseNotes: 'Full Changelog: v3.47.0...v3.47.1' +ReleaseNotesUrl: https://github.com/defendend/Claude-ast-index-search/releases/tag/v3.47.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.yaml b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.yaml new file mode 100644 index 000000000000..a45c7e3e2925 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.47.1/defendend.ast-index.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: defendend.ast-index +PackageVersion: 3.47.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.installer.yaml b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.installer.yaml new file mode 100644 index 000000000000..6e43c21e9fb5 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.7.3381 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classin_win_install_6.0.7.3381_x64.exe + InstallerSha256: 60BDE19258BF2241D47D63F01B542D4B878FBDC00A80D2D4E361FA7721F5DC9C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.en-US.yaml b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.en-US.yaml new file mode 100644 index 000000000000..9351d6c0133a --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.7.3381 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: Your One-Stop Solution to Hybrid Teaching and Learning +Moniker: classin +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/cb11 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.zh-CN.yaml b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.zh-CN.yaml new file mode 100644 index 000000000000..893c1f80dab1 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.7.3381 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: 在线直播教学和学习管理系统 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/3KsWW7 +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.yaml b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.yaml new file mode 100644 index 000000000000..b60c16546d06 --- /dev/null +++ b/manifests/e/EEO/ClassIn/6.0.7.3381/EEO.ClassIn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EEO.ClassIn +PackageVersion: 6.0.7.3381 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.installer.yaml b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.installer.yaml new file mode 100644 index 000000000000..c3485a8a521f --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3383 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /SILENT + SilentWithProgress: /SILENT + InstallLocation: /DIR="" +UpgradeBehavior: install +Protocols: +- classin +FileExtensions: +- eda +- edb +- edt +- edu +- edv +- epub +ProductCode: ClassIn X +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://download.eeo.cn/client/classinx_win_install_6.0.7.3383_x64.exe + InstallerSha256: 8EAA6F6C65E8605F9E4DB714271451CDF5E23CE52AE8B2FA8CB8105FE4248DAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.en-US.yaml b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.en-US.yaml new file mode 100644 index 000000000000..33c149c5f182 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3383 +PackageLocale: en-US +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.classin.com/ +PublisherSupportUrl: https://help.classin.com/ +PrivacyUrl: https://www.classin.com/agreement/?type=privacy +Author: Beijing EEO Education Technology Co., Ltd. +PackageName: ClassIn X +PackageUrl: https://www.classin.com/download/ +License: Proprietary +LicenseUrl: https://www.classin.com/agreement/?type=user +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://www.classin.com/agreement/?type=user +ShortDescription: The ClassIn X application lifts your offline classroom onto the cloud. +Tags: +- class +- classroom +- education +- lecture +- lesson +- teaching +ReleaseNotesUrl: https://help.classin.com/dcfa/9973 +PurchaseUrl: https://www.classin.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.zh-CN.yaml b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.zh-CN.yaml new file mode 100644 index 000000000000..db557e9144b1 --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3383 +PackageLocale: zh-CN +Publisher: Beijing EEO Education Technology Co., Ltd. +PublisherUrl: https://www.eeo.cn/cn/ +PublisherSupportUrl: https://help.eeo.cn/ +PrivacyUrl: https://share.eeo.cn/p/agreement/?type=privacy&lang=zh-CN +Author: 北京翼鸥教育科技有限公司 +PackageName: ClassIn X +PackageUrl: https://www.eeo.cn/cn/download +License: 专有软件 +LicenseUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +Copyright: Copyright 2014-2026 Empower Education Online Ltd. All Rights Reserved. +CopyrightUrl: https://share.eeo.cn/p/agreement/?type=user&lang=zh-CN +ShortDescription: OMO 线上线下融合课堂和线下智慧课堂 +Tags: +- 幻灯片 +- 教学 +- 教育 +- 模板 +- 演示 +- 课件 +ReleaseNotesUrl: https://help.eeo.cn/docs/yzR46p +PurchaseUrl: https://www.eeo.cn/cn/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.yaml b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.yaml new file mode 100644 index 000000000000..e2ce9f3cbd0f --- /dev/null +++ b/manifests/e/EEO/ClassInX/6.0.7.3383/EEO.ClassInX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EEO.ClassInX +PackageVersion: 6.0.7.3383 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.installer.yaml b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.installer.yaml new file mode 100644 index 000000000000..9bcb3255d95a --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.installer.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.3.4.13 +InstallerType: nullsoft +Scope: machine +Commands: +- erl +FileExtensions: +- beam +- erl +- hrl +ProductCode: Erlang OTP +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- DisplayName: Erlang OTP 27.3.4.13 (15.2.7.9) + ProductCode: Erlang OTP +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Erlang OTP' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/erlang/otp/releases/download/OTP-27.3.4.13/otp_win64_27.3.4.13.exe + InstallerSha256: 94DB9F6D7E9A6616C10D05F40FF99617A41CC2FE6B7136307AD2220576B5C894 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.locale.en-US.yaml b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.locale.en-US.yaml new file mode 100644 index 000000000000..1381661cae03 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Erlang.ErlangOTP +PackageVersion: 27.3.4.13 +PackageLocale: en-US +Publisher: Ericsson AB +PublisherUrl: https://www.erlang.org/ +PublisherSupportUrl: https://github.com/erlang/otp/issues +PackageName: Erlang OTP +PackageUrl: https://www.erlang.org/downloads +License: Apache-2.0 +LicenseUrl: https://github.com/erlang/otp/blob/HEAD/LICENSE.txt +CopyrightUrl: https://github.com/erlang/otp/blob/master/LICENSE.txt +ShortDescription: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Description: Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. +Moniker: erlang +Tags: +- erlang +- otp +- programming-language +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/erlang/otp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.yaml b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.yaml new file mode 100644 index 000000000000..b979b8055998 --- /dev/null +++ b/manifests/e/Erlang/ErlangOTP/27.3.4.13/Erlang.ErlangOTP.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: Erlang.ErlangOTP +PackageVersion: 27.3.4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.installer.yaml b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.installer.yaml similarity index 72% rename from manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.installer.yaml rename to manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.installer.yaml index 20b50f2bb036..978d5555e221 100644 --- a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.installer.yaml +++ b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Flowscripter.example-cli -PackageVersion: 1.3.1 +PackageVersion: 1.3.3 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: @@ -10,11 +10,11 @@ NestedInstallerFiles: InstallModes: - silent UpgradeBehavior: install -ReleaseDate: 2026-06-09 +ReleaseDate: 2026-06-10 ElevationRequirement: elevationProhibited Installers: - Architecture: x64 - InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.3.1/example-cli_Windows_x64.zip - InstallerSha256: 4B5844AD97073937A5D457797A260E405CE374CEF080BD420EA9B826D4044219 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.3.3/example-cli_Windows_x64.zip + InstallerSha256: 395C41801767B02D966E8F1EE9BB2052B21E7AC03AA58B47B65B4BF2ECAAB7C3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.locale.en-US.yaml b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.locale.en-US.yaml similarity index 89% rename from manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.locale.en-US.yaml rename to manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.locale.en-US.yaml index 4af5bfb02749..fc19b3a65447 100644 --- a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.locale.en-US.yaml +++ b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Flowscripter.example-cli -PackageVersion: 1.3.1 +PackageVersion: 1.3.3 PackageLocale: en-US Publisher: Flowscripter PublisherUrl: https://github.com/flowscripter @@ -14,7 +14,7 @@ License: MIT LicenseUrl: https://github.com/flowscripter/example-cli/blob/HEAD/LICENSE Copyright: MIT (c) Flowscripter ShortDescription: Simple example CLI using dynamic-cli-framework -ReleaseNotes: 1.3.1 (2026-06-09) -ReleaseNotesUrl: https://github.com/flowscripter/example-cli/releases/tag/v1.3.1 +ReleaseNotes: 1.3.3 (2026-06-10) +ReleaseNotesUrl: https://github.com/flowscripter/example-cli/releases/tag/v1.3.3 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.yaml b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.yaml similarity index 89% rename from manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.yaml rename to manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.yaml index 0e8065b6c6a8..8dd184f88430 100644 --- a/manifests/f/Flowscripter/example-cli/1.3.1/Flowscripter.example-cli.yaml +++ b/manifests/f/Flowscripter/example-cli/1.3.3/Flowscripter.example-cli.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Flowscripter.example-cli -PackageVersion: 1.3.1 +PackageVersion: 1.3.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.installer.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.installer.yaml new file mode 100644 index 000000000000..8e1da879b065 --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flowscripter.template-bun-executable +PackageVersion: 1.3.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: template-bun-executable.exe +InstallModes: +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/template-bun-executable/releases/download/v1.3.4/template-bun-executable_Windows_x64.zip + InstallerSha256: B5B62D723E30371CCD3D0CE45EAD90DAADA00DEEF484601BBE0F279524B167F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.locale.en-US.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.locale.en-US.yaml new file mode 100644 index 000000000000..d2958006d302 --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.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: Flowscripter.template-bun-executable +PackageVersion: 1.3.4 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/template-bun-executable/issues +Author: Vectronic +PackageName: Template Bun Executable +PackageUrl: https://github.com/flowscripter/template-bun-executable +License: MIT +LicenseUrl: https://github.com/flowscripter/template-bun-executable/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Project template for a cross-platform Bun executable with ffi native library and Bun library dependencies +Tags: +- bun +- cli +- typescript +ReleaseNotes: 1.3.4 (2026-06-10) +ReleaseNotesUrl: https://github.com/flowscripter/template-bun-executable/releases/tag/v1.3.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.yaml new file mode 100644 index 000000000000..c5e96280f08d --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.4/Flowscripter.template-bun-executable.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: Flowscripter.template-bun-executable +PackageVersion: 1.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.installer.yaml b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.installer.yaml new file mode 100644 index 000000000000..fe713aa58976 --- /dev/null +++ b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Framer.Framer +PackageVersion: 2026.23.3 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- framer-app +ProductCode: Framer +Installers: +- Architecture: x64 + InstallerUrl: https://updates.framer.com/electron/win32/x64/Framer-2026.23.3.exe + InstallerSha256: B528BB5E3A8068E4F2B257C6FBDE09377AB200EA4E9C4C6ADFBBA4349284F320 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.locale.en-US.yaml b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.locale.en-US.yaml new file mode 100644 index 000000000000..bcf84e5dd8e4 --- /dev/null +++ b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Framer.Framer +PackageVersion: 2026.23.3 +PackageLocale: en-US +Publisher: Framer B.V. +PublisherUrl: https://www.framer.com/ +PublisherSupportUrl: https://www.framer.com/contact/ +PrivacyUrl: https://www.framer.com/legal/privacy-statement/ +Author: Framer B.V. +PackageName: Framer +PackageUrl: https://www.framer.com/downloads/ +License: Proprietary +LicenseUrl: https://www.framer.com/legal/terms-of-service/ +CopyrightUrl: https://www.framer.com/legal/terms-of-service/ +ShortDescription: Design, scale, and publish your website—no code needed. +Tags: +- build +- design +- diagram +- flow +- flowchart +- interface +- mockup +- present +- prototype +- slides +- specification +- ui +- user-experience +- user-interface +- ux +- wireframe +ReleaseNotesUrl: https://www.framer.com/updates +PurchaseUrl: https://www.framer.com/pricing +Documentations: +- DocumentLabel: Articles + DocumentUrl: https://www.framer.com/help/ +- DocumentLabel: Developers + DocumentUrl: https://www.framer.com/developers/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.locale.zh-CN.yaml b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.locale.zh-CN.yaml new file mode 100644 index 000000000000..3247a72020c4 --- /dev/null +++ b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.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: Framer.Framer +PackageVersion: 2026.23.3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 设计、扩展和发布您的网站--无需代码。 +Tags: +- 人机交互 +- 原型 +- 图表 +- 模型 +- 流程 +- 流程图 +- 用户界面 +- 界面 +- 线框图 +- 规格 +- 设计 +Documentations: +- DocumentLabel: 文章 + DocumentUrl: https://www.framer.com/help/ +- DocumentLabel: 开发者 + DocumentUrl: https://www.framer.com/developers/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.yaml b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.yaml new file mode 100644 index 000000000000..a8b125d1b325 --- /dev/null +++ b/manifests/f/Framer/Framer/2026.23.3/Framer.Framer.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: Framer.Framer +PackageVersion: 2026.23.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.installer.yaml new file mode 100644 index 000000000000..c96f098d7a7c --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.installer.yaml @@ -0,0 +1,24 @@ +# 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: GAM-Team.gam +PackageVersion: 7.45.00 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.45.00/gam-7.45.00-windows-x86_64.exe + InstallerSha256: 8F89E31024E5F9924AF7B27394964FC7EC86A9A92DD1CD137BDEE58F5D423E3E +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.45.00/gam-7.45.00-windows-arm64.exe + InstallerSha256: 4AC358916B0F7CF1BCFCFF3A51505A5FDEEF51B21CE19AA05E4E9105788620BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 000000000000..b5a05c0386b1 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.45.00 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotes: |- + - 7.45.00 + Added options isdisabled [], disabledafter and disabledbefore + to gam print users. These options along with issuspended [] and isarchived [] + are useful when identifying users to deprovision. + Added option movefilepermissions []] to gam move drivefile that, when False, + causes GAM to remove ACLs from a file before moving it; this will be most useful when moving files to + Shared Drives so that only the Shared Drive ACls apply. When not specified or set True, file permissions + are not removed; this is the current GAM behavior. + Upgraded to OpenSSL 4.0.1. + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.45.00 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.yaml new file mode 100644 index 000000000000..c0da86c90272 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.45.00/GAM-Team.gam.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: GAM-Team.gam +PackageVersion: 7.45.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.installer.yaml new file mode 100644 index 000000000000..dde88e01d0fa --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.29 +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.29/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: A1FB5794C20684434B8115233E883003D78120499FADE5F85378E33F54B42715 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.29/GitHub-Copilot-windows-x64.msi + InstallerSha256: 611F7D1A8850E23FFA060DB414BAEAEE47F11CBE15709F2A5EF4DC641ECAACC5 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{C3A2548D-C888-40D0-905B-FC9794C580F2}' + AppsAndFeaturesEntries: + - ProductCode: '{C3A2548D-C888-40D0-905B-FC9794C580F2}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.29/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: 95FBDBC3EF0B4A31C2CF4D50409936E947713E48DDF32F939447DB26357CEF09 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.29/GitHub-Copilot-windows-arm64.msi + InstallerSha256: 0164EF6B3FB70FD3FEC99BE11A148ADB72B1DE1F474222273228D3C9E2B04C05 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{B3301646-C795-4DAE-A612-014D6B5E5803}' + AppsAndFeaturesEntries: + - ProductCode: '{B3301646-C795-4DAE-A612-014D6B5E5803}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 000000000000..62ad8e8995e5 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.29 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v0.2.29 + + Changed + - Bare GitHub PR and issue URLs in markdown now render as compact references (owner/repo#123, or #123 for same-repo links); in list items, they also include a state-aware icon and title to match github.com rich reference behavior. + - Clicking a linked issue from the pull request body or the issue system-prompt card now opens the issue directly in the right panel instead of navigating to an external browser tab or displaying generic system prompt. + + Fixed + - Fixed automations failing to run after switching to a model that does not support reasoning. + - Fixed terminal failing to launch on Windows when PowerShell 7 was installed from the Microsoft Store. + - Fixed the timeline picker's collapsed hover area so it no longer accidentally intercepts mouse events on nearby controls in narrow viewports + - Restoring an archived session no longer fails when the session's local git branch has been deleted (e.g. after a pull request is merged and its branch auto-deleted). + - The "working" activity indicator (sidebar Working badge and the in-conversation loading row) now keeps animating when the OS has Reduce Motion enabled, instead of freezing into a static shape that looked stuck. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v0.2.29 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.yaml new file mode 100644 index 000000000000..bc74c102d692 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.29/GitHub.CopilotApp.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: GitHub.CopilotApp +PackageVersion: 0.2.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml index 5997e5776032..e166f11bf31e 100644 --- a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.1.5/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -10,6 +10,9 @@ Dependencies: - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9B0D36}' Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.1/Diario-0.6.1.5-material-amd64.msi + InstallerSha256: 4E7A5B44F046DE7F59DB53576D591F7A2038A44CFB8B5BB0F36841DDD12E56DF - Architecture: arm64 InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.1/Diario-0.6.1.5-material-arm64.msi InstallerSha256: 5B99E4CF06093843450ED6954C1D77F7C70BD8B59CA5A0244476E2EB7E272101 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.2/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.2/GiulioSorrentino.Diario.Avalonia.installer.yaml index 8dcb5d1dde1f..c022fbdb6984 100644 --- a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.2/GiulioSorrentino.Diario.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.2/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -11,10 +11,10 @@ Dependencies: ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9B1D33}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2/Diario-0.6.2.2-material-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2.6/Diario-0.6.2.2-material-amd64.msi InstallerSha256: 6A4CA06EE2F788C2F210319D8956D75739AB747E787F8AE9B422C1EF75DFC3C7 - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2/Diario-0.6.2.2-material-arm64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2.6/Diario-0.6.2.2-material-arm64.msi InstallerSha256: C91E5B95999975D909FDD4B2A9D0B88D33B16B60AF82E087615FB263370C2C8C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.5/GiulioSorrentino.Diario.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.5/GiulioSorrentino.Diario.Avalonia.installer.yaml index 483eb6c5a224..648ac9c0f964 100644 --- a/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.5/GiulioSorrentino.Diario.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/Diario/Avalonia/0.6.2.5/GiulioSorrentino.Diario.Avalonia.installer.yaml @@ -11,7 +11,7 @@ Dependencies: ProductCode: '{47F5EFC4-E7EF-4484-87AE-0CB4BA9B1D36}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2/Diario-0.6.2.5-material-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/Diario.Material/releases/download/0.6.2.6/Diario-0.6.2.5-material-amd64.msi InstallerSha256: 71D69FA8D1939F8F1ED2143DE05D45340E720F3D58437309E64AE746D37C1B43 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.installer.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.installer.yaml new file mode 100644 index 000000000000..1c28484657a1 --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.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: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.3.76 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +Protocols: +- gotoresolve +ProductCode: '{767D68F2-46A5-4238-88C3-32B533BF4198}' +AppsAndFeaturesEntries: +- UpgradeCode: '{047253C4-8A6E-42ED-8A61-2035E4BC92F8}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.console.gotoresolve.com/dtc/LMIResolveDesktopConsole-1.16.3.76-x64.msi + InstallerSha256: 530702EACAC6A8A846247242C986B0B3B72F3AF91870E88F02336BFCA5A42188 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.en-US.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.en-US.yaml new file mode 100644 index 000000000000..a89e51d1bae1 --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.3.76 +PackageLocale: en-US +Publisher: GoTo +PublisherSupportUrl: https://support.logmein.com/pro +PrivacyUrl: https://www.goto.com/company/legal/privacy +Author: GoTo Technologies USA, LLC +PackageName: LogMeIn Resolve Desktop Console +PackageUrl: https://support.logmein.com/resolve/help/goto-resolve-agent-desktop-console +License: Proprietary +Copyright: © 2026 GoTo Group, Inc. All rights reserved. +ShortDescription: IT management suite with remote access, support, and ticketing +Description: LogMeIn Resolve is an all-in-one IT management suite purpose-built for today's IT support challenges. It brings together world-class remote access and support with conversational ticketing to help you receive requests, triage problems, and fix issues quicker. Every IT team, helpdesk agent, and support request is different, which is why LogMeIn Resolve is built to meet the needs of each organization and problem, with support for all systems. +ReleaseNotes: '- Fixed an issue where customers were unable to access plan details from the LogMeIn Resolve Desktop Console.' +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.zh-CN.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.zh-CN.yaml new file mode 100644 index 000000000000..2d6e07a1b8df --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.3.76 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 具备远程访问、支持和工单功能的 IT 管理套件 +Description: LogMeIn Resolve 是一款专为应对当今 IT 支持挑战而打造的一体化 IT 管理套件。它将世界级的远程访问与支持和会话式工单系统相结合,帮助您接收请求、初步诊断问题并更快地解决故障。每个 IT 团队、每位服务台代理和每项支持请求各不相同,因此 LogMeIn Resolve 旨在满足每个组织和各类问题的需求,并支持所有系统。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.yaml b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.yaml new file mode 100644 index 000000000000..5d9a9f3b9c4e --- /dev/null +++ b/manifests/g/GoTo/LogMeInResolveDesktopConsole/1.16.3.76/GoTo.LogMeInResolveDesktopConsole.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: GoTo.LogMeInResolveDesktopConsole +PackageVersion: 1.16.3.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.installer.yaml b/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.installer.yaml deleted file mode 100644 index a9bbeede135a..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 137.0.7151.32 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome Beta -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/pynhwwqfrp2nsrcc2mvdorjy6u_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: 143CF4A672F29898373E3FFD33B07B0534499E5C11F7A8471744E5B5A889031F - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/pynhwwqfrp2nsrcc2mvdorjy6u_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: 143CF4A672F29898373E3FFD33B07B0534499E5C11F7A8471744E5B5A889031F - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/adg2ykasblexohjed4gg4kkeaeka_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: AF4027F57DDBB7C13443B383FA0D46C20E070F0385AA38A6B8E477761C29AA87 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/adg2ykasblexohjed4gg4kkeaeka_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: AF4027F57DDBB7C13443B383FA0D46C20E070F0385AA38A6B8E477761C29AA87 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acnemv7fpuxaqw4qfhmkwkonazeq_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: A22B2659A4B73C9B08E5EEE7CA2EC602356DA5E97670F91E60805CF30FFA5438 - InstallerSwitches: - Custom: --do-not-launch-chrome --chrome-beta -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acnemv7fpuxaqw4qfhmkwkonazeq_137.0.7151.32/137.0.7151.32_chrome_installer.exe - InstallerSha256: A22B2659A4B73C9B08E5EEE7CA2EC602356DA5E97670F91E60805CF30FFA5438 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level --chrome-beta -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.en-US.yaml deleted file mode 100644 index 3724edbe3a4f..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 137.0.7151.32 -PackageLocale: en-US -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/ -PrivacyUrl: https://policies.google.com/privacy -Author: Google LLC -PackageName: Google Chrome Beta (EXE) -PackageUrl: https://www.google.com/chrome/beta -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: Try new features with Chrome Beta -Description: Feeling adventurous? Preview upcoming Google Chrome features before they’re released and give us feedback to make Chrome a better browser. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.nb-NO.yaml deleted file mode 100644 index 8ea61ded7e97..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 137.0.7151.32 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome Beta (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/beta -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Prøv nye funksjoner med Chrome Beta -Description: Er du eventyrlysten? Ta en forhåndstitt på nye funksjoner i Google Chrome før de kommer ut, og gi oss tilbakemeldinger, så vi kan gjøre Chrome til en bedre nettleser. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.zh-CN.yaml deleted file mode 100644 index 0ee4c65a7b91..000000000000 --- a/manifests/g/Google/Chrome/Beta/EXE/137.0.7151.32/Google.Chrome.Beta.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.Beta.EXE -PackageVersion: 137.0.7151.32 -PackageLocale: zh-CN -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=zh-Hans -PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN -Author: Google LLC -PackageName: Google Chrome 测试版(EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/beta -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 试用 Chrome 测试版的新功能 -Description: 喜欢尝鲜?欢迎赶在 Google Chrome 新功能正式发布前抢先试用,并提供反馈以帮助我们完善 Chrome 浏览器。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.installer.yaml new file mode 100644 index 000000000000..265eb3e391a1 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.16 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.16/AionUi-2.1.16-win-x64.exe + InstallerSha256: 3EBDBDFA89C0DF9E2A582A6DCECCBB9630BCB5DC0D6484C0C8A4BD2687DF7B0A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.16/AionUi-2.1.16-win-x64.exe + InstallerSha256: 3EBDBDFA89C0DF9E2A582A6DCECCBB9630BCB5DC0D6484C0C8A4BD2687DF7B0A + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.16/AionUi-2.1.16-win-arm64.exe + InstallerSha256: 4A4AE8D745CD5EBD40B2FBCDE477E2FAEDFE6EE9AFBCE2679C2781D2D1D623A1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 000000000000..716503a7070a --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.16 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - fix(ci): handle empty release prefix check by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3263 + - fix(http): read error response body once to avoid double consumption by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3262 + - fix(preview): point OfficeCLI install help to official releases by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3264 + - chore: bump version to 2.1.16 and aioncore to v0.1.27 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3273 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.15...v2.1.16 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.16 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 000000000000..d6ac938fa031 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.16 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.yaml new file mode 100644 index 000000000000..297e2ebf49bd --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.16/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 000000000000..61f7d521a075 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.107 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.107/officecli-win-x64.exe + InstallerSha256: 663FBA693FBBC6BEB96416A47DAEA95B67DB2AA52F0B29C5ACD375180422FA7C +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.107/officecli-win-arm64.exe + InstallerSha256: D4A26E931778067AEB011118246318288049902DFC97F615FCDAADD52CE9C77B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 000000000000..a608ba382a09 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.107 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: 'Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.106...v1.0.107' +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.107 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..35ff5078ef04 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.107 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.yaml new file mode 100644 index 000000000000..18af114e11f1 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.107/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.107 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.installer.yaml b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.installer.yaml similarity index 71% rename from manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.installer.yaml rename to manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.installer.yaml index 6a2085764254..73c35748b0bc 100644 --- a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.installer.yaml +++ b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Hetman.DataRecoveryPack -PackageVersion: '4.9' +PackageVersion: '5.1' InstallerLocale: en-US InstallerType: nullsoft Scope: machine @@ -12,7 +12,7 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hetman Data Recovery Pack -ReleaseDate: 2025-10-01 +ReleaseDate: 2026-05-19 AppsAndFeaturesEntries: - ProductCode: Hetman Data Recovery Pack InstallationMetadata: @@ -20,6 +20,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://hetmanrecovery.com/download/hetman_data_recovery_pack.exe - InstallerSha256: AEA1A92269C6B7E492C8599E23FBF9789F37BE8F7DAFDA664A6894D328CAF521 + InstallerSha256: A92C5F874CA50BE2C768C6686735888D4FC4F4C939FF5404D891F10AEE9DBC72 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.locale.en-US.yaml b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.locale.en-US.yaml similarity index 90% rename from manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.locale.en-US.yaml rename to manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.locale.en-US.yaml index e0b512c76a7d..19c06238f903 100644 --- a/manifests/h/Hetman/DataRecoveryPack/4.9/Hetman.DataRecoveryPack.locale.en-US.yaml +++ b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Hetman.DataRecoveryPack -PackageVersion: '4.9' +PackageVersion: '5.1' PackageLocale: en-US Publisher: Hetman Software PublisherUrl: https://hetmanrecovery.com/ @@ -34,4 +34,4 @@ Tags: ReleaseNotesUrl: https://hetmanrecovery.com/version_history.htm PurchaseUrl: https://hetmanrecovery.com/hetman_data_recovery_pack_key.htm ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.yaml b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.yaml new file mode 100644 index 000000000000..fa7008e127eb --- /dev/null +++ b/manifests/h/Hetman/DataRecoveryPack/5.1/Hetman.DataRecoveryPack.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: Hetman.DataRecoveryPack +PackageVersion: '5.1' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.installer.yaml b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.installer.yaml similarity index 70% rename from manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.installer.yaml rename to manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.installer.yaml index d0899126bd7c..0a8d53d5d073 100644 --- a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.installer.yaml +++ b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Hetman.InternetSpy -PackageVersion: '4.0' +PackageVersion: '4.2' InstallerLocale: en-US InstallerType: nullsoft Scope: machine @@ -12,7 +12,7 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hetman Internet Spy -ReleaseDate: 2025-10-01 +ReleaseDate: 2026-05-19 AppsAndFeaturesEntries: - ProductCode: Hetman Internet Spy InstallationMetadata: @@ -20,6 +20,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://hetmanrecovery.com/download/hetman_internet_spy.exe - InstallerSha256: D768FFC290DC75131A73B6877A46801847C46EFC79B9956136003087156904F6 + InstallerSha256: 158F3273A8E67CCEEFEA794F38A9550DB0CB9FA3FD2560CF1AF5F3D73454FB67 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.locale.en-US.yaml b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.locale.en-US.yaml similarity index 93% rename from manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.locale.en-US.yaml rename to manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.locale.en-US.yaml index ed39df993fd5..a7406a76adcc 100644 --- a/manifests/h/Hetman/InternetSpy/4.0/Hetman.InternetSpy.locale.en-US.yaml +++ b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Hetman.InternetSpy -PackageVersion: '4.0' +PackageVersion: '4.2' PackageLocale: en-US Publisher: Hetman Software PublisherUrl: https://hetmanrecovery.com/ @@ -33,4 +33,4 @@ Documentations: - DocumentLabel: Guide DocumentUrl: https://hetmanrecovery.com/how-to-recover-deleted-browser-history-and-search-queries.htm ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.yaml b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.yaml new file mode 100644 index 000000000000..6e2e836b8444 --- /dev/null +++ b/manifests/h/Hetman/InternetSpy/4.2/Hetman.InternetSpy.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: Hetman.InternetSpy +PackageVersion: '4.2' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.installer.yaml b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.installer.yaml similarity index 70% rename from manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.installer.yaml rename to manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.installer.yaml index f62edffd3e6b..1a5ce0f7d89e 100644 --- a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.installer.yaml +++ b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Hetman.Uneraser -PackageVersion: '7.1' +PackageVersion: '7.3' InstallerLocale: en-US InstallerType: nullsoft Scope: machine @@ -12,7 +12,7 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: Hetman Uneraser -ReleaseDate: 2025-10-01 +ReleaseDate: 2026-05-19 AppsAndFeaturesEntries: - ProductCode: Hetman Uneraser InstallationMetadata: @@ -20,6 +20,6 @@ InstallationMetadata: Installers: - Architecture: x64 InstallerUrl: https://hetmanrecovery.com/download/hetman_uneraser.exe - InstallerSha256: DD71EFEEC417108975B53A6180F3A840D27965A6D5D1C2CD9FEE496D56373FB8 + InstallerSha256: 0C3D7A4E4D4669A41C911DF700AE4958B6E7A8BBF95499BAF735534C9E6D0D69 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.locale.en-US.yaml b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.locale.en-US.yaml similarity index 93% rename from manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.locale.en-US.yaml rename to manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.locale.en-US.yaml index 38f6cb97b0c3..827c4049bcfc 100644 --- a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.locale.en-US.yaml +++ b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Hetman.Uneraser -PackageVersion: '7.1' +PackageVersion: '7.3' PackageLocale: en-US Publisher: Hetman Software PublisherUrl: https://hetmanrecovery.com/ @@ -14,10 +14,11 @@ PackageUrl: https://hetmanrecovery.com/online-file-recovery-english License: Proprietary Copyright: Hetman Software ShortDescription: Uneraser™ quickly recovers deleted files and folders from just about any kind of storage media. Hard drives, memory cards, external storage, USB drives – you name it! -Description: > +Description: | Uneraser™ quickly recovers deleted files and folders from just about any kind of storage media. Hard drives, memory cards, external storage, USB drives – you name it! The tool will reliably recover accidentally deleted files even if you used the “permanent delete” function with Shift + Delete, and restore data cleared from the Recycle Bin. Uneraser™ can successfully recover files of all formats with no exceptions. However, for certain data it can go one extra step, offering an even better chance of recovering essential information such as Office documents, PDF files, pictures and videos including RAW files and Photoshop designs, email messages, archives and backups, and many other types of data you would rather not lose. For these formats, software can do a context-aware analysis of the entire disk surface, looking for deleted files by their unique signatures. Such files can be recovered even if there is no record about them left in the file system. + - Binary settings; - Webmoney Keys; - Text documents (Word and Writer included): DOC, DOCX, RTF, PDF, etc. @@ -41,4 +42,4 @@ Documentations: - DocumentLabel: Guide DocumentUrl: https://hetmanrecovery.com/how-to-recover-files-delete-from-usb-flash-drive-memory-card ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.yaml b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.yaml similarity index 74% rename from manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.yaml rename to manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.yaml index 321570573240..1ea9981996e5 100644 --- a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.yaml +++ b/manifests/h/Hetman/Uneraser/7.3/Hetman.Uneraser.yaml @@ -1,8 +1,8 @@ # Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Mega.MEGASync -PackageVersion: 6.3.1.0 +PackageIdentifier: Hetman.Uneraser +PackageVersion: '7.3' DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml new file mode 100644 index 000000000000..8c9ab0bc1f41 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.1.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NoteDeck +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- Publisher: notedeck + ProductCode: NoteDeck +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NoteDeck' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hitalin/notedeck/releases/download/v1.1.1/NoteDeck-1.1.1-windows-x64-setup.exe + InstallerSha256: 474ADE9FDF0F0A148B9BEBC399C460F86AFDADDFDE5C3BE41770B063C67065EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.en-US.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.en-US.yaml new file mode 100644 index 000000000000..72387067822f --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.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.locale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/main/LICENSE +ShortDescription: A multi-platform deck client for Misskey and its forks +Description: |- + NoteDeck is a deck client for Misskey and its forks. + It provides efficient multi-server timeline viewing with features like local full-text search, + AI integration, and localhost API that are only possible with a native desktop application. +Tags: +- deck +- fediverse +- misskey +- social-media +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml new file mode 100644 index 000000000000..dc507d3962ef --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hitalin.NoteDeck +PackageVersion: 1.1.1 +PackageLocale: ja-JP +Publisher: hitalin +PublisherUrl: https://github.com/hitalin +PublisherSupportUrl: https://github.com/hitalin/notedeck/issues +PackageName: NoteDeck +PackageUrl: https://github.com/hitalin/notedeck +License: AGPL-3.0 +LicenseUrl: https://github.com/hitalin/notedeck/blob/HEAD/LICENSE +ShortDescription: Misskey とそのフォークに対応したマルチプラットフォーム対応デッキクライアント +Description: |- + NoteDeck は Misskey とそのフォークに対応したデッキクライアントです。 + 複数サーバーのタイムラインを効率よく閲覧でき、ローカル全文検索、AI 統合、localhost API など + デスクトップネイティブならではの機能を備えています。 +Tags: +- deck +- fediverse +- misskey +- social-media +ReleaseNotes: |- + What's Changed + Other Changes + - Release v1.1.1 by @hitalin in #616 + Full Changelog: v1.1.0...v1.1.1 +ReleaseNotesUrl: https://github.com/hitalin/notedeck/releases/tag/v1.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.yaml b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.yaml new file mode 100644 index 000000000000..0d034c3fc944 --- /dev/null +++ b/manifests/h/Hitalin/NoteDeck/1.1.1/Hitalin.NoteDeck.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: Hitalin.NoteDeck +PackageVersion: 1.1.1 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.installer.yaml b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.installer.yaml new file mode 100644 index 000000000000..b94d3bfcb3d9 --- /dev/null +++ b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HongMinhee.Hongdown +PackageVersion: 0.4.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hongdown.exe +Commands: +- hongdown +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dahlia/hongdown/releases/download/0.4.3/hongdown-0.4.3-x86_64-pc-windows-msvc.zip + InstallerSha256: DCD5753702C0B24F5FB7432A3D8683044FC7D5B897C6E4449F49120ADE9CA087 +- Architecture: arm64 + InstallerUrl: https://github.com/dahlia/hongdown/releases/download/0.4.3/hongdown-0.4.3-aarch64-pc-windows-msvc.zip + InstallerSha256: 202E3ED50B774AC2AB9B0855BD82F012906F56A1CA07C3CE3024F938EFF64500 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.locale.en-US.yaml b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.locale.en-US.yaml new file mode 100644 index 000000000000..8db38214ddd4 --- /dev/null +++ b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HongMinhee.Hongdown +PackageVersion: 0.4.3 +PackageLocale: en-US +Publisher: Hong Minhee +PublisherUrl: https://github.com/dahlia +PublisherSupportUrl: https://github.com/dahlia/hongdown/issues +Author: Hong Minhee +PackageName: Hongdown +PackageUrl: https://github.com/dahlia/hongdown +License: GPL-3.0-or-later +LicenseUrl: https://github.com/dahlia/hongdown/blob/HEAD/LICENSE +Copyright: Copyright (C) Hong Minhee +ShortDescription: A Markdown formatter that enforces Hong Minhee's Markdown style conventions +Description: Hongdown is a Markdown formatter implemented in Rust using the Comrak library for parsing. It produces consistently formatted Markdown output following Hong Minhee's Markdown style conventions. +Tags: +- commonmark +- formatter +- markdown +ReleaseNotes: |- + - Release archives now use a flat layout. Extracting a .zip or .tar.bz2 archive places hongdown or hongdown.exe and the bundled documentation files directly in the extraction directory instead of under an extra target-named top-level directory. +ReleaseNotesUrl: https://github.com/dahlia/hongdown/releases/tag/0.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.yaml b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.yaml new file mode 100644 index 000000000000..e7001832a108 --- /dev/null +++ b/manifests/h/HongMinhee/Hongdown/0.4.3/HongMinhee.Hongdown.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HongMinhee.Hongdown +PackageVersion: 0.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 000000000000..251d95db04dc --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.56 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.8.56/codewhale-tui-windows-x64.exe + InstallerSha256: 7632D9003506663CDF746A6E8DB2FAD887E0DCCAE392C45BA4DF26374D78B54E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 000000000000..24c2c9db1a5e --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.56 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: CodeWhale +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Status picker localization. The status picker surface (7 MessageIds) is now localized across all supported locales (#2896, @gordonlu). + - Approval dialog localization. The approval dialog surface is now localized across 7 locales: English, Simplified Chinese, Japanese, Vietnamese, Portuguese, Spanish, and French (#2891, @gordonlu). + - Volcengine provider in TUI dispatcher. The codewhale / codewhale-tui CLI dispatcher now allows the Volcengine provider, so users can launch directly into a Volcengine-backed session (#2923, @hongchen1993). + - Dispatcher API-key preference. When a provider-specific API key is supplied via the CLI dispatcher, it is now preferred over the saved root key, fixing a regression where saved keys masked explicit CLI keys (#2928, @hongchen1993). + - Qwen 3.6 Plus model support. Added complete Qwen 3.6 Plus model resolution with dedicated version-bump tests (#2930, @idling11). + - Oversized paste spill. Pastes larger than ~10 KB are now written to .codewhale/pastes/ instead of being truncated or dropped, preserving the full content for the session (#2920, @sximelon). + - Cross-session prompt cache. Added a disk-backed cross-session prompt base-section cache so post-mode-flip and post-restart turns reuse the byte-stable prefix without rebuilding it from scratch. + Fixed + - Background shell routing. Shell commands expected to take >5 seconds are now automatically guided to background tasks instead of blocking the agent loop, with the task panel syncing immediately on cancel (#2947, #2941, @cyq1017, @idling11). + - allow_shell error naming. Shell-tool refusal errors now explicitly name allow_shell = false as the reason and suggest /config allow_shell true as the escape hatch (#2905, @cyq1017). + - Prefix-cache stability across mode flips. allow_shell is now decoupled from the static system-prompt prefix, so mode changes (Plan ↔ Agent ↔ YOLO) no longer rebuild the byte-stable message[0] and invalidate the DeepSeek prefix cache (#2949, @LeoAlex0). + - visibility="internal" explained. The Runtime Policy Reference section of the system prompt now explains the visibility="internal" attribute so models stop narrating their current mode between steps (#2951, @LeoAlex0). + - Bocha web search response handling. Updated response parsing for the Bocha search backend after an upstream API change (#2946, @h3c-hexin). + - PDF read hang. Full-PDF reads now use extract_text_by_pages to avoid a hang on large or complex PDFs (#2898, @idling11). + - 9 critical bugs. Fixed bugs across tools, client, and commands: stale ContentBlockStop cleanup, missing #[test] attribute, trailing-space restoration on English ApprovalField labels, and several correctness/stability issues (#2880, @HUQIANTAO). + Changed + - CNB shim cleanup. Removed deprecated deepseek shim references from the CNB mirror path. + - Style. Applied cargo fmt to crates/tools/src/file.rs. +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#0856---2026-06-09 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 000000000000..dede8a288f61 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.56 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.yaml new file mode 100644 index 000000000000..5a240e4ced1f --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.56/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 000000000000..723fa6938790 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.57 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.8.57/codewhale-tui-windows-x64.exe + InstallerSha256: C0DE3EF3786E6B026CDAA09264F0A9700FF5EC5126D1206B5B4AAC44129B96FD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 000000000000..3db54edb6a20 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.57 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: CodeWhale +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Turns now survive system sleep. When the host suspends mid-stream, the connection used to die on wake with Stream read error: error decoding response body and the turn was lost (#2990). The engine now stamps stream progress with both monotonic and wall-clock time; a large divergence on a stream error identifies a sleep/wake cycle, and the request is silently re-issued (up to the existing 3-retry budget) instead of failing the turn. + - One-command release prep. ./scripts/release/prepare-release.sh X.Y.Z bumps the workspace version, every internal crate dependency pin, the npm wrapper, and the README install-tag examples, refreshes Cargo.lock, regenerates the embedded TUI changelog slice and web facts, and runs check-versions.sh — the v0.8.56 release needed nine follow-up commits for exactly these sync points. + - .github/CODEOWNERS and .github/dependabot.yml (weekly cargo + github-actions updates, monthly npm for web/). + Changed + - The changelog went on a diet. Root CHANGELOG.md now carries recent releases (v0.8.40+); older entries moved to docs/CHANGELOG_ARCHIVE.md. crates/tui/CHANGELOG.md — embedded into every binary for /change — is a generated 15-release slice (scripts/sync-changelog.sh), no longer a 357 KB manual byte-for-byte copy (~300 KB smaller binaries). + - GitHub Release bodies are generated from the tagged version's changelog section (scripts/release/generate-release-body.sh) instead of a hardcoded workflow blob with a hand-pasted contributor list. + - check-versions.sh now also gates web/lib/facts.generated.ts and the README install-tag examples; the CNB mirror pipeline validates the pushed tag against Cargo.toml before generating release notes. + - Docs reorganized: internal design notes moved under docs/rfcs/; stale internal docs (old audits, handoffs, region-specific VM notes) removed. + - Agent-facing polish: the system prompt environment block reports codewhale_version (was deepseek_version), the legacy .deepseek/instructions.md path is no longer advertised in the prompt (still honored for back-compat), and oversized instruction files are truncated with an explicit […truncated: N bytes omitted] marker instead of a bare ellipsis. + Fixed + - Docker images build again. The release docker job failed for v0.8.56 because the Dockerfile still copied the pre-rebrand deepseek / deepseek-tui binaries; they are now symlinks to the codewhale binaries inside the image, so legacy container entrypoints keep working. + - .devcontainer/devcontainer.json used the pre-rebrand container name, mount path, and deepseek remote user. + - Stale --bin deepseek examples, DeepSeek-TUI strings in /change output, and pre-rebrand doc comments. + Removed + - Unused dependencies: tracing-appender and zeroize (TUI crate), rustls (release crate); the orphaned vendor/schemaui-0.12.0 lockfile leftover and a machine-specific one-off scripts/verify_task.sh. +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#0857---2026-06-10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 000000000000..a92f287d60b7 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.8.57 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.yaml new file mode 100644 index 000000000000..9aa0b5e530c6 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.8.57/HunterBown.CodeWhale.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: HunterBown.CodeWhale +PackageVersion: 0.8.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.installer.yaml b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.installer.yaml new file mode 100644 index 000000000000..497b604dee43 --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: heartached.Noctis +PackageVersion: 1.1.16 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- +UpgradeBehavior: install +ProductCode: '{E8A3B5F1-7C2D-4A9E-B6F0-1D3E5A7C9B2F}_is1' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- ProductCode: '{E8A3B5F1-7C2D-4A9E-B6F0-1D3E5A7C9B2F}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Noctis' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/heartached/Noctis/releases/download/v1.1.16/Noctis-v1.1.16-Setup.exe + InstallerSha256: A18C584E1786D6544A2E8527323ECF00F571F7D9AAE9F707BB106BC73A835D36 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.locale.en-US.yaml b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.locale.en-US.yaml new file mode 100644 index 000000000000..5f6f5c0d1e77 --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: heartached.Noctis +PackageVersion: 1.1.16 +PackageLocale: en-US +Publisher: heartached +PublisherUrl: https://github.com/heartached +PublisherSupportUrl: https://github.com/heartached/Noctis/issues +PackageName: Noctis +PackageUrl: https://github.com/heartached/Noctis +License: MIT +LicenseUrl: https://github.com/heartached/Noctis/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 heartached +ShortDescription: A music player that respects what's yours. +Description: |- + Noctis is a desktop music player for your local library — fast browsing, + synced lyrics, metadata editing, EQ, and more. +Tags: +- audio +- avalonia +- lyrics +- music +- music-player +- player +ReleaseNotes: |- + What's Changed + - Fixed audio stuttering on the first play after launching the app + - Added a silent audio keep-alive that keeps the output device warm, so playback no longer starts against a cold USB audio interface or Bluetooth device + - Keep-alive parks after 10 minutes of inactivity (laptops can still auto-sleep) and resumes automatically on playback + - Ensured the volume slider always controls the music stream, never the silent keep-alive stream + - Added environment overrides for audio troubleshooting (NOCTIS_KEEPALIVE, NOCTIS_KEEPALIVE_IDLE_MS) + Full Changelog: v1.1.15...v1.1.16 +ReleaseNotesUrl: https://github.com/heartached/Noctis/releases/tag/v1.1.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.yaml b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.yaml new file mode 100644 index 000000000000..1c0d232ff2f1 --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.16/heartached.Noctis.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: heartached.Noctis +PackageVersion: 1.1.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/heaths/akv/0.11.1/heaths.akv.installer.yaml b/manifests/h/heaths/akv/0.11.1/heaths.akv.installer.yaml new file mode 100644 index 000000000000..364c66e74df5 --- /dev/null +++ b/manifests/h/heaths/akv/0.11.1/heaths.akv.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: heaths.akv +PackageVersion: 0.11.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: akv.exe + PortableCommandAlias: akv +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/heaths/akv-cli-rs/releases/download/v0.11.1/akv-windows-amd64.zip + InstallerSha256: 0D851340901309260563056A347475C0E8C027238D85F0D195DCD86ABB39DF2C +- Architecture: arm64 + InstallerUrl: https://github.com/heaths/akv-cli-rs/releases/download/v0.11.1/akv-windows-arm64.zip + InstallerSha256: 6B2779A484663A98D20952A4EE1371B5FD11ACBB657460084758E6FB6A279653 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/h/heaths/akv/0.11.1/heaths.akv.locale.en-US.yaml b/manifests/h/heaths/akv/0.11.1/heaths.akv.locale.en-US.yaml new file mode 100644 index 000000000000..0c1eb3a4f6e7 --- /dev/null +++ b/manifests/h/heaths/akv/0.11.1/heaths.akv.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: heaths.akv +PackageVersion: 0.11.1 +PackageLocale: en-US +Publisher: Heath Stewart +PublisherUrl: https://github.com/heaths +PublisherSupportUrl: https://github.com/heaths/akv-cli-rs +Author: Heath Stewart +PackageName: Azure Key Vault CLI (Unofficial) +PackageUrl: https://github.com/heaths/akv-cli-rs +License: MIT +LicenseUrl: https://github.com/heaths/akv-cli-rs/blob/main/LICENSE.txt +Copyright: Copyright 2026 Heath Stewart +ShortDescription: The Azure Key Vault CLI can be used to read and decrypt secrets, pass them securely to other commands, or inject them into configuration files. +Moniker: akv +Tags: +- Azure +- KeyVault +ReleaseNotesUrl: https://github.com/heaths/akv-cli-rs/releases/tag/v0.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/heaths/akv/0.11.1/heaths.akv.yaml b/manifests/h/heaths/akv/0.11.1/heaths.akv.yaml new file mode 100644 index 000000000000..7781dab721c1 --- /dev/null +++ b/manifests/h/heaths/akv/0.11.1/heaths.akv.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: heaths.akv +PackageVersion: 0.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.installer.yaml b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.installer.yaml new file mode 100644 index 000000000000..71e2a1fbc0f6 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.49.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- dweb +- ipfs +- ipns +ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.49.1/ipfs-desktop-setup-0.49.1-win-x64.exe + InstallerSha256: 67DD95F30CB1CF0B9CE394D3A5EA371DFDE48F211450C7C315C09A9FBC56285D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.49.1/ipfs-desktop-setup-0.49.1-win-x64.exe + InstallerSha256: 67DD95F30CB1CF0B9CE394D3A5EA371DFDE48F211450C7C315C09A9FBC56285D + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.en-US.yaml b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.en-US.yaml new file mode 100644 index 000000000000..412b02415712 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.49.1 +PackageLocale: en-US +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. + Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. +Moniker: ipfs-desktop +Tags: +- dweb +- ipfs +- p2p +- peer-to-peer +- protocol +ReleaseNotes: |- + [!NOTE] + This release was brought to you by the Shipyard team and IPFS community. + Highlights + Kubo 0.42 and Electron 42 + + Bundled Kubo is now v0.42.0. Highlights include announcing CIDs on demand with ipfs provide once, exporting and importing partial CARs with --local-only, smoother first-run migrations of very old repos, and more reliable daemon shutdown. Electron is now v42 (Chromium 148). + [!IMPORTANT] + If you manually set Provide.DHT.Interval=0 in the Kubo config, the daemon now requires an explicit Provide.Enabled and refuses to start without it. See Provide.DHT.Interval=0 no longer disables providing for both options. + Fix for Stalled Imports Under Custom Provide Strategies + If you switched Settings → Provide Strategy to Only Files and Pins or Only Pins (added in v0.49.0), adding files and other pin operations could stall for hours whenever the node was reannouncing a large pinset to the DHT. Kubo 0.42 no longer blocks pin operations during the reprovide cycle. The default All Files, Pins, and Browsing Cache strategy was not affected. + More Useful Error Reports + When IPFS Desktop hits an unexpected error, the Report the error button opens a prefilled GitHub issue with the stack trace. The prefill travels in a URL with a hard length cap, and long traces (for example repo migration logs) used to be cut from the end, dropping the lines that name the actual failure. The cap is now four times higher, and when truncation is still needed, the report keeps both the beginning and the end of the trace, with a marker for how many lines were omitted. + What's Changed + - chore(deps): bump actions/upload-artifact from 5 to 7 by @dependabot[bot] in https://github.com/ipfs/ipfs-desktop/pull/3128 + - chore: pull new translations by @github-actions[bot] in https://github.com/ipfs/ipfs-desktop/pull/3150 + - fix(errors): preserve stack tail in report url by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3152 + - chore: pull new translations by @github-actions[bot] in https://github.com/ipfs/ipfs-desktop/pull/3166 + - feat: kubo 0.42, electron 42 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3167 + Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.49.0...v0.49.1 +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.49.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..d3c332aaca93 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.49.1 +PackageLocale: zh-CN +ShortDescription: 一款低调且用户友好的桌面应用程序,适用于 Windows、Mac 和 Linux 平台的 IPFS。 +Description: |- + IPFS Desktop 在易用的桌面应用程序中为您提供 IPFS 的所有功能:一个完整的 IPFS 节点,加上方便的操作系统菜单/任务栏快捷方式,以及一体化的文件管理器、peer 地图和内容资源管理器。 + 使用 IPFS Desktop,无需接触终端即可熟悉 IPFS,如果您富有经验,也可以使用功能强大的菜单栏/任务栏快捷方式和命令行,让你的 IPFS 工作流程更快。 +Tags: +- dweb +- ipfs +- 协议 +- 点对点 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.yaml b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.yaml new file mode 100644 index 000000000000..1125aff74acb --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.49.1/IPFS.IPFS-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.49.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.installer.yaml b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.installer.yaml new file mode 100644 index 000000000000..d0cecbd25cac --- /dev/null +++ b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Imartincei.CalcpadCE +PackageVersion: v7.6.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cpd +- cpdz +ProductCode: CalcpadCE +ReleaseDate: 2026-05-03 +AppsAndFeaturesEntries: +- Publisher: CalcpadCE Community + ProductCode: CalcpadCE +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\CalcpadCE' +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/imartincei/CalcpadCE/releases/download/v7.6.4/CalcpadCE-setup-7.6.4.exe + InstallerSha256: B90044A7B37FC39B543F63334CEA31461D22FFE48BC4EE31C494379C10630CFF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.locale.en-US.yaml b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.locale.en-US.yaml new file mode 100644 index 000000000000..86b0a9b2a110 --- /dev/null +++ b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Imartincei.CalcpadCE +PackageVersion: v7.6.4 +PackageLocale: en-US +Publisher: Imartincei +PublisherUrl: https://github.com/imartincei +PublisherSupportUrl: https://github.com/imartincei/CalcpadCE/issues +Author: Ned Ganchovski and CalcpadCE Contributors +PackageName: CalcpadCE +PackageUrl: https://github.com/imartincei/CalcpadCE +License: MIT +LicenseUrl: https://github.com/imartincei/CalcpadCE/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 CalcpadCE Contributors and Copyright (c) 2014-2026 Nedelcho Ganchovski +CopyrightUrl: https://github.com/imartincei/CalcpadCE?tab=MIT-1-ov-file +ShortDescription: An open-source engineering worksheet editor with simple syntax and beautifully rendered output in real time +Description: CalcpadCE is an open-source tool for mathematical and engineering calculations. Write your formulas in a simple, readable syntax and get beautifully rendered output with plots, diagrams, and formatted results all in real time. For Desktop, Web and Visual Studio Code. +ReleaseNotes: |- + 📦 What's New + General + - Completed the official rebranding from Calcpad to CalcpadCE. + CLI + - Added ~ as an alternative prefix to ` for inserting Greek letters. + - Introduced automatic language selection. + Windows + - The installer now automatically prompts to download and install the required .NET runtime if it is missing. + - Added the ability to select the application language directly during installation. + - Released a portable version. + - Swapped the active filename and the application name in the window title bar to prioritize the filename for better visibility. + - Added the command-line interface (CLI) executable. + Linux + - Released .deb, .rpm, and portable packages for both x86 and ARM64 (including Raspberry Pi) architectures. + - Added dotnet-runtime-10.0 as a package dependency so it installs automatically if missing. + - Removed the strict wkhtmltopdf dependency, as it is an optional feature. + - Aligned with standard Linux filesystem conventions: Examples and additional assets are no longer copied to $HOME during installation and remain accessible in /usr/share. + 🛡️ Installation Note (Windows SmartScreen) + Because CalcpadCE is a new, community-driven project, Windows SmartScreen may flag the installer as an unrecognized app. This is normal for new open-source software. To proceed, simply click "More info" and then "Run anyway". + Downloads + ──────────────────────────────────────────┬─────────────────┬──────┬────────────── + File │OS │Arch │.NET Runtime + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🪟 CalcpadCE-setup-7.6.4.exe │Windows Installer│64-bit│Auto-installed + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🪟 CalcpadCE-portable-7.6.4.zip │Windows Portable │64-bit│Included + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE.7.6.4.linux-x64.deb │Debian / Ubuntu │x86 │Auto-installed + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE.7.6.4.linux-arm64.deb │Debian / Ubuntu │ARM │Auto-installed + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE.7.6.4.linux-x64.rpm │CentOS / Fedora │x86 │Auto-installed + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE.7.6.4.linux-arm64.rpm │CentOS / Fedora │ARM │Auto-installed + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE-7.6.4-linux-x64.tar.bz2 │Portable Linux │x86 │Included + ──────────────────────────────────────────┼─────────────────┼──────┼────────────── + 🐧 CalcpadCE-7.6.4-linux-arm64.tar.bz2 │Portable Linux │ARM │Included + ──────────────────────────────────────────┴─────────────────┴──────┴────────────── + What's Changed + Full Changelog: v7.6.3...v7.6.4 +ReleaseNotesUrl: https://github.com/imartincei/CalcpadCE/releases/tag/v7.6.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.yaml b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.yaml new file mode 100644 index 000000000000..9eb387a6da40 --- /dev/null +++ b/manifests/i/Imartincei/CalcpadCE/v7.6.4/Imartincei.CalcpadCE.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: Imartincei.CalcpadCE +PackageVersion: v7.6.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.installer.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.installer.yaml index acb56a2bcbb1..5de91dc07c0c 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.installer.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/09 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor @@ -10,16 +10,16 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64-setup.exe - InstallerSha256: EF7C667232B8D1A3F4E66E3D245C18FFB60D4B1B230EE78FB5E08E45490C1A7B + InstallerSha256: 9B4A122BA004C75428190FFA0450E567C39F86DB4BCD1B067A4B6ACF89D2D363 ProductCode: Harbor - Architecture: x64 InstallerType: wix Scope: machine InstallerUrl: https://github.com/av/harbor/releases/download/v0.4.19/Harbor_0.4.19_x64_en-US.msi - InstallerSha256: FF30B2019422BE2E7D4D02B4389F22995E406DA8D859379BF68B94572D20932F + InstallerSha256: 030611E8E0968BA6E5095B8486E7A71312E88144ED88642B7AC0EBE2D7F7102E InstallerSwitches: InstallLocation: INSTALLDIR="" - ProductCode: '{355FF120-1ABC-4449-AAE8-B46967F6E47B}' + ProductCode: '{1A34088F-6A18-4C0A-B789-648EACF6CDFB}' AppsAndFeaturesEntries: - UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}' ManifestType: installer diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.en-US.yaml index 1dc7f220f70d..ccd9302091bb 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.en-US.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/09 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.zh-CN.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.zh-CN.yaml index ad70b66782f7..5074e8f3d052 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.zh-CN.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.locale.zh-CN.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/09 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor diff --git a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.yaml b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.yaml index b8fe5de4e083..bee7b95a00b8 100644 --- a/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.yaml +++ b/manifests/i/IvanCharapanau/Harbor/0.4.19/IvanCharapanau.Harbor.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/Jun/09 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: IvanCharapanau.Harbor diff --git a/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..c43f716c3298 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2043 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2043/Jackett.Installer.Windows.exe + InstallerSha256: 79154F3031D0C4E30D3A243937B1B707BCE7090B0C22B82EBC61F19D57D74FB2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..2ea61d78142e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2043 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - f900c16 itatorrents: c&p typo fix + - 619ce68 itatorrents: add setting to disable imdbid & tvdbid search + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2043 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.yaml new file mode 100644 index 000000000000..c0fac98c3f77 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2043/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2043 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.installer.yaml b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.installer.yaml new file mode 100644 index 000000000000..74025820bfcb --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2026.1.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- go +- ipr +ProductCode: GoLand 2026.1.3 +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- DisplayVersion: 261.25134.147 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2026.1.3.exe + InstallerSha256: 5EF4AD0E5290EACCC30E8136313FDC011397CC76C4EAB59EB55A9F83B4E0548A +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2026.1.3.exe + InstallerSha256: 5EF4AD0E5290EACCC30E8136313FDC011397CC76C4EAB59EB55A9F83B4E0548A + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/go/goland-2026.1.3-aarch64.exe + InstallerSha256: E3F9F36233DEE8B6F1D6979752F6A7428D11A39BE5D5F093114416448548E47E +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/go/goland-2026.1.3-aarch64.exe + InstallerSha256: E3F9F36233DEE8B6F1D6979752F6A7428D11A39BE5D5F093114416448548E47E + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.locale.en-US.yaml b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.locale.en-US.yaml new file mode 100644 index 000000000000..bd79c5ffbf3f --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.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: JetBrains.GoLand +PackageVersion: 2026.1.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: GoLand +PackageUrl: https://www.jetbrains.com/go/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The complete IDE crafted for Gophers +Moniker: goland +Tags: +- code +- coding +- develop +- development +- go +- golang +- ide +- programming +ReleaseNotes: |- + GoLand 2026.1.3 is now available! + In this version, we’ve introduced a few minor updates and bug fixes. Please see the release notes for the complete list of fixes and improvements. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736065 +PurchaseUrl: https://www.jetbrains.com/go/buy/ +Documentations: +- DocumentLabel: Quick Start + DocumentUrl: https://www.jetbrains.com/go/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.locale.zh-CN.yaml b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.locale.zh-CN.yaml new file mode 100644 index 000000000000..63136d5e75fa --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.GoLand +PackageVersion: 2026.1.3 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/go/ +License: 专有软件 +ShortDescription: 为 Go 开发者打造的完整 IDE +Tags: +- go +- golang +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/GO-A-231736065 +PurchaseUrl: https://www.jetbrains.com/zh-cn/go/buy/ +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://www.jetbrains.com/zh-cn/go/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.yaml b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.yaml new file mode 100644 index 000000000000..1f91961ee5ca --- /dev/null +++ b/manifests/j/JetBrains/GoLand/2026.1.3/JetBrains.GoLand.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.GoLand +PackageVersion: 2026.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 000000000000..21e99f73658a --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/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.1.8 +UpgradeBehavior: install +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.8/cc-sessions-viewer_0.1.8_x64-setup.exe + InstallerSha256: 0F4CE794CC697D867791346890B18E66F7635DACD8C51AD1002A927148D9C66A + ProductCode: cc-sessions-viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.8/cc-sessions-viewer_0.1.8_x64_en-US.msi + InstallerSha256: 15AA7C28D56160AECB8FC7EB6E2402400FAB881EC96AD1D1D777D5A05494FA5A + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{AB607F42-CBE9-4575-A8A6-E2BD75E17BB5}' + AppsAndFeaturesEntries: + - UpgradeCode: '{C46AF9F0-5188-5D4B-878E-9218A1C8CC56}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 000000000000..7c6080144a62 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.1.8 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + Features + - Font size setting — Settings → General gains a "Font Size" segment control (Small / Normal / Large) with visual "A" icon previews. Uses CSS zoom to scale the entire UI proportionally (0.9× / 1.0× / 1.1×). Persisted to localStorage; defaults to Normal. + - Switch pricing data source to models.dev — Replace LiteLLM upstream with models.dev for model pricing. models.dev is significantly more responsive to new model launches (e.g. Claude Fable 5 was available on launch day while LiteLLM lagged by days). Covers all three CLI agents (Claude / Codex / Gemini) with cache pricing and context window data included. + - Pricing page "open source" button — Add an external-link icon next to the pricing page title that opens models.dev in the system browser. + Bug Fixes + - Fix packaged .app unable to launch cmux — resolve cmux binary path via user login shell ($SHELL -l -c "which cmux") so it works even when the bundled app has a minimal system PATH + - Fix flaky pricing unit test caused by concurrent with_remote / seed_test_prices sharing the same global key — tests now use exclusive keys and restore-on-cleanup semantics +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/blob/HEAD/CHANGELOG.md#v018 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 000000000000..ba682ed77dda --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/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.1.8 +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.1.8/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 000000000000..f67662095f4c --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.1.8/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.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml b/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml index 3f597502cbe6..43113ffbc4f9 100644 --- a/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml +++ b/manifests/k/KDE/Kaidan/master/KDE.Kaidan.installer.yaml @@ -9,14 +9,14 @@ ProductCode: Kaidan Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6532-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 09B02E9C7EC6995664CB333EF3EF6181713AC6164F5A09A19EFBFD47B33F09DD + InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6595-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 4A88B082EEAEDD1698FD1F001A0F8FADF30EA9CC59ECFE4972F2C55FA9B0F4AD InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6532-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 09B02E9C7EC6995664CB333EF3EF6181713AC6164F5A09A19EFBFD47B33F09DD + InstallerUrl: https://cdn.kde.org/ci-builds/network/kaidan/master/windows/kaidan-master-6595-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 4A88B082EEAEDD1698FD1F001A0F8FADF30EA9CC59ECFE4972F2C55FA9B0F4AD InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.installer.yaml b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.installer.yaml new file mode 100644 index 000000000000..29b876b415c3 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.47.4 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +ProductCode: '{46F38CBD-78C2-4C0F-A5AD-5F774F7A9C8C}' +Installers: +- Architecture: x64 + InstallerUrl: https://cli-dist.keboola.com/msi/keboola-cli_2.47.4_windows_amd64.msi + InstallerSha256: C88A1005DBE35119AF6769CD3551AA49516820B5D4593A97606341633079CADE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.locale.en-US.yaml b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.locale.en-US.yaml new file mode 100644 index 000000000000..d42fdb71e712 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.47.4 +PackageLocale: en-US +Publisher: Keboola Industries SE +PublisherUrl: https://www.keboola.com +PublisherSupportUrl: https://support.keboola.com +PrivacyUrl: https://www.keboola.com/privacy-policy +Author: Keboola Industries SE +PackageName: Keboola CLI +PackageUrl: https://github.com/keboola/keboola-as-code +License: MIT License +LicenseUrl: https://github.com/keboola/keboola-as-code/blob/main/LICENSE +Copyright: Keboola Industries SE +ShortDescription: Operate your cloud data pipeline from the command line +Moniker: keboola +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.yaml b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.yaml new file mode 100644 index 000000000000..94c31f987d3c --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.47.4/Keboola.KeboolaCLI.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: Keboola.KeboolaCLI +PackageVersion: 2.47.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.installer.yaml b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.installer.yaml new file mode 100644 index 000000000000..a96504c9f1cf --- /dev/null +++ b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kisChang.ZenSSH +PackageVersion: 0.5.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/kisChang/ZenSSH/releases/download/v0.5.4/ZenSSH_0.5.4_windows_x64_setup.exe + InstallerSha256: 9C8E6CC64CDC72E6065281F27AAE97640DF4D6A748BAD8D4E1AF2DEEF97A6637 + ProductCode: ZenSSH + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\ZenSSH' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/kisChang/ZenSSH/releases/download/v0.5.4/ZenSSH_0.5.4_windows_x64.msi + InstallerSha256: 0E9FFBB6755C6F70E66914559F10A992B02B6392FFD249DEC6C8EA31F959A900 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{CAD6E3AE-814A-4805-BFE6-86D636DD98C3}' + AppsAndFeaturesEntries: + - UpgradeCode: '{52ADD501-6EEF-5F2F-888F-0AB1747DE037}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/ZenSSH' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.en-US.yaml b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.en-US.yaml new file mode 100644 index 000000000000..26997ae8aff6 --- /dev/null +++ b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.en-US.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: kisChang.ZenSSH +PackageVersion: 0.5.4 +PackageLocale: en-US +License: Freeware +ShortDescription: Cross-platform SSH client built with Tauri +Description: |- + ZenSSH is a cross-platform SSH client built with Tauri, supporting SSH connections and SFTP file transfers, as well as jump server configurations. It focuses on delivering a clean, stable, and user-friendly core functionality experience. + The project aims to meet everyday SSH usage scenarios while maintaining lightweight performance, avoiding complex or redundant features, making it ideal for developers and system administrators in their daily work. +Tags: +- console +- download +- file +- remote +- server +- sftp +- shell +- ssh +- terminal +- transfer +- upload +ReleaseNotesUrl: https://github.com/kisChang/ZenSSH/releases/tag/v0.1.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.zh-CN.yaml b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.zh-CN.yaml new file mode 100644 index 000000000000..97e7dfd99ad9 --- /dev/null +++ b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.locale.zh-CN.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: kisChang.ZenSSH +PackageVersion: 0.5.4 +PackageLocale: zh-CN +Publisher: kischang +PublisherUrl: https://github.com/kisChang +PublisherSupportUrl: https://github.com/kisChang/ZenSSH/issues +PackageName: ZenSSH +PackageUrl: https://github.com/kisChang/ZenSSH +License: MIT +LicenseUrl: https://github.com/kisChang/ZenSSH/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 KisChang +ShortDescription: 基于 Tauri 构建的全平台 SSH 客户端 +Description: |- + ZenSSH 是一款基于 Tauri 构建的全平台 SSH 客户端,支持 SSH 连接与 SFTP 文件传输,支持跳板机,专注于提供简洁、稳定、易用的核心功能体验。 + 项目目标是在保证轻量与性能的前提下,满足日常 SSH 使用场景,避免复杂冗余的功能设计,适合开发者和运维人员的日常使用。 +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ReleaseNotesUrl: https://github.com/kisChang/ZenSSH/releases/tag/v0.5.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.yaml b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.yaml new file mode 100644 index 000000000000..90b13c5b8ca8 --- /dev/null +++ b/manifests/k/kisChang/ZenSSH/0.5.4/kisChang.ZenSSH.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: kisChang.ZenSSH +PackageVersion: 0.5.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.installer.yaml b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.installer.yaml new file mode 100644 index 000000000000..768e5f456ba1 --- /dev/null +++ b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.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: kwaroran.RisuAI +PackageVersion: 2026.6.101 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- risuailocal +FileExtensions: +- charx +- risum +- risup +ProductCode: RisuAI +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kwaroran/Risuai/releases/download/v2026.6.101/RisuAI_2026.6.101_x64-setup.exe + InstallerSha256: F4388B6040930A29FCCED3425B48DBCBFF128E26CC57CF175D9E830283B18DD0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.locale.en-US.yaml b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.locale.en-US.yaml new file mode 100644 index 000000000000..18c348a40802 --- /dev/null +++ b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kwaroran.RisuAI +PackageVersion: 2026.6.101 +PackageLocale: en-US +Publisher: aiclient +PublisherUrl: https://risuai.net/ +PublisherSupportUrl: https://github.com/kwaroran/RisuAI/issues +PrivacyUrl: https://risuai.net/privacy +PackageName: RisuAI +PackageUrl: https://risuai.net/ +License: GPL-3.0 +LicenseUrl: https://sv.risuai.xyz/hub/tos +ShortDescription: Make your own story. User-friendly software for LLM roleplaying +Description: RisuAI, or Risu for short, is a cross platform AI chatting software / web application with powerful features such as multiple API support, assets in the chat, regex functions and much more. +Tags: +- ai +- large-language-model +- llm +- roleplaying +ReleaseNotes: |- + - fix: Reverted checkInput temp due to styling bug + - fix: Fixed character toggle causing updates too much +ReleaseNotesUrl: https://github.com/kwaroran/Risuai/releases/tag/v2026.6.101 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kwaroran/RisuAI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.locale.zh-CN.yaml b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..082a1715a5ef --- /dev/null +++ b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.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: kwaroran.RisuAI +PackageVersion: 2026.6.101 +PackageLocale: zh-CN +ShortDescription: 打造自己的故事。用户友好的 LLM 角色扮演软件 +Description: RisuAI,简称“Risu”,是一款跨平台 AI 聊天软件/在线应用,支持多种 API、聊天资产、正则表达式等强大功能。 +Tags: +- ai +- llm +- 大语言模型 +- 角色扮演 +ReleaseNotesUrl: https://github.com/kwaroran/Risuai/releases/tag/v2026.6.101 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.yaml b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.yaml new file mode 100644 index 000000000000..c1c316be07dc --- /dev/null +++ b/manifests/k/kwaroran/RisuAI/2026.6.101/kwaroran.RisuAI.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: kwaroran.RisuAI +PackageVersion: 2026.6.101 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.installer.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.installer.yaml new file mode 100644 index 000000000000..55df0560b19a --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 3.0.8 +InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://releases.r2.labymod.net/launcher/win32/x64/LabyModLauncherSetup-latest.exe + InstallerSha256: FB4CE6AC4C972B996AD57CB94FB625800E451228C70594982E1844ADECC503C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml new file mode 100644 index 000000000000..2e65891bff3c --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 3.0.8 +PackageLocale: en-US +Publisher: LabyMedia GmbH +PublisherUrl: https://labymod.net +PackageName: LabyMod Launcher +PackageUrl: https://labymod.net/en/download +License: Proprietary +Copyright: Copyright © 2023 LabyMedia GmbH +ShortDescription: LabyMod Launcher +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.yaml b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.yaml new file mode 100644 index 000000000000..84103bbf8898 --- /dev/null +++ b/manifests/l/LabyMediaGmbH/LabyModLauncher/3.0.8/LabyMediaGmbH.LabyModLauncher.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LabyMediaGmbH.LabyModLauncher +PackageVersion: 3.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.installer.yaml similarity index 84% rename from manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.installer.yaml index 4501c3ac6115..6202b574ebf0 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.62 +PackageVersion: 1.3.63 InstallerType: exe Scope: machine InstallModes: @@ -20,6 +20,6 @@ ProductCode: easyclaw Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: C2DDD1B89E7CEC6EBEFF7B4AF2F68389B10B802EB66B52C73F2DF0B6ED5F8634 + InstallerSha256: AF6D141248C21B104C12693DA11DEA3A0923BF0D05C7182AFF16B2F09D8E03F5 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.en-US.yaml index 9b80532767de..eddcade97473 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.62 +PackageVersion: 1.3.63 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.zh-CN.yaml index 409b4b6e6963..23832c0faab4 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.62 +PackageVersion: 1.3.63 PackageLocale: zh-CN PublisherUrl: https://easyclaw.com/zh-cn PrivacyUrl: https://easyclaw.com/zh-cn/privacy diff --git a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.yaml index 9482cbd3c2a1..9c8389634872 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.62/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.63/Lingbao.EasyClaw.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw -PackageVersion: 1.3.62 +PackageVersion: 1.3.63 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.installer.yaml new file mode 100644 index 000000000000..49f29c47091f --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.62.607 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- easyclaw +FileExtensions: +- easyclaw +ProductCode: easyclawcn +Installers: +- Architecture: x64 + InstallerUrl: https://aibot-install-cdn.easyclaw.cn/public/package/easyclawcnsetup.exe + InstallerSha256: 690267A583E39057C1094C7595E2870553266BB87AC891B9EBBB0E81845D6972 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.en-US.yaml new file mode 100644 index 000000000000..138ce714de2a --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.62.607 +PackageLocale: en-US +Author: Beijing Lingbao Intelligent Technology Co., Ltd. +License: Proprietary +ShortDescription: The AI Assistant That Just Works. Based on the OpenClaw framework. One-click install. Zero configuration. No API key required. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..a6337e875062 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.62.607 +PackageLocale: zh-CN +Publisher: EasyClaw Team +PublisherUrl: https://easyclaw.cn/ +PrivacyUrl: https://www.easyclaw.cn/privacy/easyclaw-dl-privacy.html +Author: 北京灵豹智能科技有限公司 +PackageName: EasyClaw +PackageUrl: https://easyclaw.cn/ +License: 专有软件 +LicenseUrl: https://www.easyclaw.cn/privacy/easyclaw-license-cn.html +Copyright: 北京灵豹智能科技有限公司 版权所有 +CopyrightUrl: https://www.easyclaw.cn/privacy/easyclaw-license-cn.html +ShortDescription: 开箱即用的 AI 助手,基于 OpenClaw 框架打造。一键安装,免除繁琐配置,无需提供 API Key。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.yaml new file mode 100644 index 000000000000..23e1c175ef51 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.62.607/Lingbao.EasyClaw.CN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.62.607 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.installer.yaml b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.installer.yaml new file mode 100644 index 000000000000..4c74ad5e4765 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 2076975c-e569-5439-b1ad-ecff760e8dd0 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.3/LobeHub-2.2.3-setup.exe + InstallerSha256: 75AD202BBDAD386D7E6E0C38BB069B8E0FA3E0AEFCCDE6CBD00F1F2B1B6A9EAB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.3/LobeHub-2.2.3-setup.exe + InstallerSha256: 75AD202BBDAD386D7E6E0C38BB069B8E0FA3E0AEFCCDE6CBD00F1F2B1B6A9EAB + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.locale.en-US.yaml b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.locale.en-US.yaml new file mode 100644 index 000000000000..8d9cf52e16e8 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: LobeHub +PublisherUrl: https://lobehub.com/ +PublisherSupportUrl: https://github.com/lobehub/lobe-chat/issues +PrivacyUrl: https://lobehub.com/privacy +Author: LobeHub LLC +PackageName: LobeHub-Beta +PackageUrl: https://github.com/lobehub/lobe-chat +License: Apache-2.0 +LicenseUrl: https://github.com/lobehub/lobe-chat/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026/06/17 - current LobeHub LLC. All rights reserved. +CopyrightUrl: https://lobehub.com/terms +ShortDescription: An open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude 4 / Gemini / Ollama / DeepSeek / Qwen), Knowledge Base (file upload / knowledge management / RAG), Multi-Modals (Plugins/Artifacts) and Thinking. +Tags: +- ai +- artificial-intelligence +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- google-gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- ollama +- qwen +- rag +ReleaseNotes: |- + This release was automatically published from PR #15647. + Changes + See PR description: https://github.com/lobehub/lobehub/pull/15647 + Commit Message + 🚀 LobeHub Release (20260610) + Release Date: June 10, 2026 + Since v2.2.2: 131 merged PRs · 13 contributors + This weekly release strengthens agent collaboration across cloud, desktop, CLI, and workspace flows, with steadier runtime behavior and a broader foundation for workspace-scoped data. + + ✨ Highlights + - Agent execution across devices — Unifies per-device working directories, project skill discovery, and sub-agent suspend/resume behavior across server, QStash, and device RPC flows. (#15543, #15566, #15481, #15620, #15591) + - Connector and sandbox platform — Expands connector permissions, custom OAuth MCP connector onboarding, sandbox provider support, and user-uploaded file sync into cloud sandbox runs. (#15463, #15546, #15184, #15550) + - Desktop and CLI reliability — Fixes desktop cold-start, auto-update, Windows build, CLI skill discovery, and lh connect agent dispatch paths. (#15547, #15525, #15527, #15562, #15632, #15634) + - Pages and sharing — Refreshes topic sharing, improves Page Editor layout behavior, and routes Page Agent tool execution through the server-side editor path. (#15581, #15556, #15588, #15023, #15610) + - Model availability and provider updates — Adds user-scoped LobeHub model availability, Claude Fable 5, Qwen thinking preservation, and MiniMax M3 updates. (#15590, #15639, #13494, #15376) + + 🏗️ Core Product & Architecture + Agent Runtime & Heterogeneous Agents + - Improves sub-agent lifecycle handling, including async suspend/resume, queue-mode QStash resume delivery, and blocking nested sub-agent calls. (#15481, #15620, #15575) + - Stabilizes heterogeneous agent ingestion and streaming with raw stream dumps, per-turn usage, image forwarding on regenerate, and duplicate-text fixes. (#15602, #15577, #15592, #15585) + - Adds execution-device and working-directory controls across device RPC, legacy defaults, and remote-spawned Claude Code sessions. (#15543, #15566, #15591, #15572) + - Improves runtime diagnostics and compatibility, including Gemini multimodal output capture, abort stream semantics, and trace quality analysis. (#15535, #13677, #15508) + + 📱 Platforms, Integrations & UX + Connectors, Sandbox & Tools + - Ships API-level connector tool permissions, custom OAuth MCP connector onboarding, and connector-first runtime execution. (#15463, #15546) + - Adds sandbox provider support, cloud sandbox file sync, and safer external URL file input handling with SSRF validation. (#15184, #15550, #12657) + - Improves tool visibility and execution with pinned app-fixed tools, ANSI output rendering, gateway-tunneled MCP calls, and automatic headless tool runs. (#15509, #15516, #15469, #15492) + Desktop, CLI & Web UX + - Restores desktop startup and reload behavior, preserves IPC error causes, and keeps the tab bar new-tab action visible across routes. (#15547, #15597, #15638) + - Fixes desktop update and build stability for browser quit guards, macOS update signing, and Windows Visual Studio detection. (#15525, #15527, #15562) + - Shows the plan-limit upgrade UI on desktop builds. (#15628) + - Adds the Agent Run delivery checker and fixes CLI device dispatch plus skill list/search output. (#15489, #15634, #15632) + - Refreshes onboarding, auth source preservation, topic UI states, referral/Fable campaign copy, and chat-input control bar behavior. (#15629, #15544, #15573, #15614, #15616, #15617, #15622, #15643) + + 🔒 Security, Reliability & Rollout Notes + - External URL file input now includes SSRF validation for safer Google file handling. (#12657) + - Database workspace-scope migrations are part of this release; self-hosted operators should run the normal migration path before serving the updated app. (#15446, #15465, #15468, #15472) + - The release branch was re-cut from canary and includes the latest main release-version commit so v2.2.2 is the verified compare base. + + 👥 Contributors + @ONLY-yours, @sxjeru, @hardy-one, @xujingli, @hezhijie0327, @Coooolfan, @arvinxx, @tjx666, @Innei, @rivertwilight, @rdmclin2, @cy948, @AmAzing129 + Full Changelog: https://github.com/lobehub/lobehub/compare/v2.2.2...release/weekly-20260610-recut-3 +ReleaseNotesUrl: https://github.com/lobehub/lobehub/releases/tag/v2.2.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://lobehub.com/docs/usage/start +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.locale.zh-CN.yaml b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.locale.zh-CN.yaml new file mode 100644 index 000000000000..3af91ca2457d --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.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: LobeHub.LobeHub +PackageVersion: 2.2.3 +PackageLocale: zh-CN +ShortDescription: 一个开源、现代化设计的 AI聊天框架。支持多 AI 供应商(OpenAI/Claude 4/Gemini/Ollama/DeepSeek/Qwen)、知识库(文件上传/知识管理/RAG)、多模态(插件/工件)及思维链功能。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- ollama +- rag +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotesUrl: https://github.com/lobehub/lobehub/releases/tag/v2.2.3 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lobehub.com/docs/usage/start +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.yaml b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.yaml new file mode 100644 index 000000000000..5b707a53be8d --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.3/LobeHub.LobeHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..5d4fda08d45e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.59 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.59/CLIProxyAPI_7.1.59_windows_amd64.zip + InstallerSha256: E66360700CE0A52446D4CE4DD77B8FC3ABF12CF27C42F928C807702C0074B883 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..adb053a8d2bf --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.59 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + Full Changelog: v7.1.58...v7.1.59 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.59 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..bb456361cdcd --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.59 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.yaml similarity index 61% rename from manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.yaml rename to manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.yaml index a6f975fa2b47..093642acfca1 100644 --- a/manifests/h/Hetman/Uneraser/7.1/Hetman.Uneraser.yaml +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.59/LuisPater.CLIProxyAPI.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Hetman.Uneraser -PackageVersion: '7.1' +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.59 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..37157029dc0a --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.61 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.61/CLIProxyAPI_7.1.61_windows_amd64.zip + InstallerSha256: 15DA0479F7DB44FFCC7DD4E3CB4A246E0A75AEAE4187C5B3CE9B061EFEC0782E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..d2076e9a8abd --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.61 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + What's Changed + - fix(logging): track Codex backend request IDs by @shoucandanghehe in https://github.com/router-for-me/CLIProxyAPI/pull/3788 + New Contributors + - @shoucandanghehe made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/3788 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.1.60...v7.1.61 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.61 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..08ff23c2b2cd --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.61 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..b05dbd61c7c7 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.61/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..9db3b6b9d863 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.62 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.62/CLIProxyAPI_7.1.62_windows_amd64.zip + InstallerSha256: B9C539147DD37D7446931F1077DAB83446250B297E0EC26B237C9858571FC906 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..896ebb788d6f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.62 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.1.61...v7.1.62 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.62 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..878c392b97e2 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.62 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..02337a5c59ea --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.62/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..cf22beea28fc --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.63 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.63/CLIProxyAPI_7.1.63_windows_amd64.zip + InstallerSha256: 2E4D6464EBD55257869B7D871D28CA1F8C73FBFD8AE9C63E2BAD5A4717B97832 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..d6fc9baac57c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.63 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.1.62...v7.1.63 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.63 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..f2aa96ca958a --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.63 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..3753120ee6dc --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.63/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.63 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.installer.yaml b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.installer.yaml new file mode 100644 index 000000000000..c2bab8f2597f --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.8.6 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/markolo10/convo-releases/releases/download/v1.8.6/convo-setup.exe + InstallerSha256: D2EC787D83AF7F1F58084F121392F30FF7AB93ED27318C211EE52EC3FBCAF404 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.locale.en-US.yaml b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.locale.en-US.yaml new file mode 100644 index 000000000000..9aec9e9981bb --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.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: MarkusKellermann.Convo +PackageVersion: 1.8.6 +PackageLocale: en-US +Publisher: Markus Kellermann +PublisherUrl: https://itsconvo.com +PublisherSupportUrl: https://github.com/markolo10/convo-releases/issues +PackageName: Convo +PackageUrl: https://itsconvo.com +License: Proprietary +LicenseUrl: https://itsconvo.com/terms +ShortDescription: AI-powered conversation and meeting assistant +Tags: +- ai +- meeting +- productivity +- conversation +- assistant +ReleaseNotesUrl: https://github.com/markolo10/convo-releases/releases/tag/v1.8.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/markolo10/convo-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.yaml b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.yaml new file mode 100644 index 000000000000..a92b991f2bfc --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.6/MarkusKellermann.Convo.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: MarkusKellermann.Convo +PackageVersion: 1.8.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.installer.yaml b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.installer.yaml similarity index 80% rename from manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.installer.yaml rename to manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.installer.yaml index 1accee7fe8b8..dc50528ca4a1 100644 --- a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.installer.yaml +++ b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: MediaHuman.LyricsFinder -PackageVersion: 1.7.1 +PackageVersion: 1.7.2 InstallerType: inno Scope: machine UpgradeBehavior: install @@ -10,6 +10,6 @@ ProductCode: MediaHuman Lyrics Finder_is1 Installers: - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/LyricsFinder.exe - InstallerSha256: 5A6C16099825FE3F5F6C6B4F9C4B8A90C767940F71824D7AE1E05223B45DD7BD + InstallerSha256: DF3E3DD14A9085DD991D2833655734DBB270D649DEB138DF8F5A7CE644EE3B5F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.en-US.yaml b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.en-US.yaml similarity index 98% rename from manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.en-US.yaml rename to manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.en-US.yaml index 29035d627b1d..cd980aef9f4b 100644 --- a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.en-US.yaml +++ b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: MediaHuman.LyricsFinder -PackageVersion: 1.7.1 +PackageVersion: 1.7.2 PackageLocale: en-US Publisher: MediaHuman PublisherUrl: https://www.mediahuman.com/ diff --git a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.zh-CN.yaml b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.zh-CN.yaml similarity index 98% rename from manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.zh-CN.yaml rename to manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.zh-CN.yaml index 0f6547f74083..ca52d822bf07 100644 --- a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.locale.zh-CN.yaml +++ b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: MediaHuman.LyricsFinder -PackageVersion: 1.7.1 +PackageVersion: 1.7.2 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款可帮助你查找音乐库中所有歌曲缺少的歌词(歌曲文本)并为其添加歌词的免费软件应用程序。 diff --git a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.yaml b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.yaml similarity index 91% rename from manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.yaml rename to manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.yaml index a036042737da..b7b6fc8e4cd9 100644 --- a/manifests/m/MediaHuman/LyricsFinder/1.7.1/MediaHuman.LyricsFinder.yaml +++ b/manifests/m/MediaHuman/LyricsFinder/1.7.2/MediaHuman.LyricsFinder.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: MediaHuman.LyricsFinder -PackageVersion: 1.7.1 +PackageVersion: 1.7.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.installer.yaml b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.installer.yaml similarity index 65% rename from manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.installer.yaml rename to manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.installer.yaml index 2335cea8325f..d22c626dbd78 100644 --- a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.installer.yaml +++ b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.installer.yaml @@ -1,23 +1,23 @@ -# Created with komac v2.16.0 +# Created using wingetcreate 1.12.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mega.MEGASync -PackageVersion: 6.3.1.0 +PackageVersion: 6.4.0.2 InstallerLocale: en-US InstallerType: nullsoft Scope: machine UpgradeBehavior: install ProductCode: MEGAsync AppsAndFeaturesEntries: -- DisplayVersion: 6.3.1 +- DisplayVersion: 6.4.0 ProductCode: MEGAsync ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://mega.nz/MEGAsyncSetup32.exe - InstallerSha256: 3DC08BB4EBA127753971DD7621E00780F56B890DFFE9E7CA245C6C2DABC73079 + InstallerSha256: DE5030FC6E2F48A7F3532E440EAAF9FDB06BD4AD7E6FEF4D71BC7E7C25491581 - Architecture: x64 InstallerUrl: https://mega.nz/MEGAsyncSetup64.exe - InstallerSha256: 48B8EDC94BE070ACFDDD912DF926CA64BD7A7A4C16690BF498CFB2A765CFAE19 + InstallerSha256: 064F34FC2DC285B07E6DC04D397792D6B673AFF8E170B682C89276248396D039 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.locale.en-US.yaml b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.locale.en-US.yaml similarity index 88% rename from manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.locale.en-US.yaml rename to manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.locale.en-US.yaml index d6b10ea0b062..46405e505023 100644 --- a/manifests/m/Mega/MEGASync/6.3.1.0/Mega.MEGASync.locale.en-US.yaml +++ b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.16.0 +# Created using wingetcreate 1.12.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mega.MEGASync -PackageVersion: 6.3.1.0 +PackageVersion: 6.4.0.2 PackageLocale: en-US Publisher: Mega Limited PrivacyUrl: https://mega.io/privacy diff --git a/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.yaml b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.yaml new file mode 100644 index 000000000000..e89c2222d758 --- /dev/null +++ b/manifests/m/Mega/MEGASync/6.4.0.2/Mega.MEGASync.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: Mega.MEGASync +PackageVersion: 6.4.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.installer.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.installer.yaml new file mode 100644 index 000000000000..d4528455dd7b --- /dev/null +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.AdvertisingEditor +PackageVersion: 11.31.21996.30650 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +ReleaseDate: 2026-04-29 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\MicrosoftAdvertisingEditor' +Installers: +- Architecture: x64 + InstallerUrl: https://prod.editor.ads.microsoft.com/download/production-pc/c/MicrosoftAdvertisingEditor.exe + InstallerSha256: 627A2E27A5B5D3FFFDF8AB8A75678240492D20B31504E8EA1AA657234B540E63 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.locale.en-US.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.locale.en-US.yaml new file mode 100644 index 000000000000..78825d43101b --- /dev/null +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.AdvertisingEditor +PackageVersion: 11.31.21996.30650 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://help.ads.microsoft.com/ +Author: Microsoft Corporation +PackageName: Microsoft Advertising Editor +PackageUrl: https://about.ads.microsoft.com/en/tools/productivity/microsoft-advertising-editor +License: Proprietary +LicenseUrl: https://www.microsoft.com/en-us/legal/terms-of-use +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Manage Microsoft Advertising campaigns in bulk from a desktop app, online or offline. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.yaml b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.yaml new file mode 100644 index 000000000000..d6670c3c8c39 --- /dev/null +++ b/manifests/m/Microsoft/AdvertisingEditor/11.31.21996.30650/Microsoft.AdvertisingEditor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.AdvertisingEditor +PackageVersion: 11.31.21996.30650 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.installer.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.installer.yaml new file mode 100644 index 000000000000..5f0b5a985f81 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.10 +PackageVersion: 10.0.9 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-arm64.exe + InstallerSha256: 2F06457A3F037D99A67BB98F2C6C67261D122E0B98C9608AAE0DAAFF4952D1D9 + ProductCode: '{F9108E67-E741-420D-83F3-35C8024680B5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 10.0.9 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.36120 + ProductCode: '{F9108E67-E741-420D-83F3-35C8024680B5}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x64.exe + InstallerSha256: E81A9577F1839F83BDA527882277F228E865968264DDC0FE4FEA51FF1C0D7FA6 + ProductCode: '{6F557253-6218-47DB-BCCE-BAFE749C190B}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 10.0.9 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.36120 + ProductCode: '{6F557253-6218-47DB-BCCE-BAFE749C190B}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x86.exe + InstallerSha256: 3749B76452186C67E80C33BC3128CAC452A9DCECEF2ED1F0824B9DC19F5D34ED + ProductCode: '{DD4811EC-16A6-492D-9315-B52ACBCB364B}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core Runtime - 10.0.9 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.36120 + ProductCode: '{DD4811EC-16A6-492D-9315-B52ACBCB364B}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.locale.en-US.yaml new file mode 100644 index 000000000000..1a712c38f3be --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.10 +PackageVersion: 10.0.9 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Runtime 10.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: aspnetcore-10 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET +- ASP.NET Core +- runtime +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.yaml new file mode 100644 index 000000000000..131345cfe576 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/10/10.0.9/Microsoft.DotNet.AspNetCore.10.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.10 +PackageVersion: 10.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.installer.yaml b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.installer.yaml new file mode 100644 index 000000000000..f15355f94f93 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.9 +PackageVersion: 9.0.17 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.17/dotnet-runtime-9.0.17-win-x64.exe + InstallerSha256: C3F841963ADE3C264DE39B66216F55F9123BF4517FF2BC0F6B5B38835B31FC7F + ProductCode: '{1e55873b-b053-4df4-9c28-722b155d8d4f}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 9.0.17 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.36114 + ProductCode: '{1e55873b-b053-4df4-9c28-722b155d8d4f}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.17/dotnet-runtime-9.0.17-win-x86.exe + InstallerSha256: 10B9178732F1E87058EB51E433CD4F255B3268139297554424E84AD00649394D + ProductCode: '{2e2a622b-26b6-4d9b-9729-6a7c41311080}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 9.0.17 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.36114 + ProductCode: '{2e2a622b-26b6-4d9b-9729-6a7c41311080}' +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.17/dotnet-runtime-9.0.17-win-arm64.exe + InstallerSha256: F515FF35B703F34CA24CC7136D8706AB1BC7F203715BED287F23BA54FAC4E8F9 + ProductCode: '{56ddcf2d-64ee-4ca5-9dfb-300c48917213}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 9.0.17 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.36114 + ProductCode: '{56ddcf2d-64ee-4ca5-9dfb-300c48917213}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.locale.en-US.yaml new file mode 100644 index 000000000000..819c6a5e5eec --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.9 +PackageVersion: 9.0.17 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Runtime 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-runtime-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.yaml b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.yaml similarity index 57% rename from manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.yaml rename to manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.yaml index f97b4565c15d..cddbc990237b 100644 --- a/manifests/d/Dell/PeripheralManager/1.7.7/Dell.PeripheralManager.yaml +++ b/manifests/m/Microsoft/DotNet/Runtime/9/9.0.17/Microsoft.DotNet.Runtime.9.yaml @@ -1,8 +1,9 @@ -# Created with komac v2.9.0 (nightly build c329ad0) -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Dell.PeripheralManager -PackageVersion: 1.7.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.9 +PackageVersion: 9.0.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.installer.yaml new file mode 100644 index 000000000000..9206b4686c23 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.installer.yaml @@ -0,0 +1,45 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Log: ' ' + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/11.0.0-preview.5.26302.115/dotnet-runtime-11.0.0-preview.5.26302.115-win-arm64.exe + InstallerSha256: F34984E4EE4C340469367BCD24BFEC2732DE557F8AEA1C946440F1ACAFE546F4 + ProductCode: '{E8B56A8B-2057-48B9-86EC-05C4FE05F470}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 Preview 5 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 11.0.0.36202 + ProductCode: '{E8B56A8B-2057-48B9-86EC-05C4FE05F470}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/11.0.0-preview.5.26302.115/dotnet-runtime-11.0.0-preview.5.26302.115-win-x64.exe + InstallerSha256: BCBEC7F746362E359B4E8DEFACE372286926351A7C830EB986C29065657C3E04 + ProductCode: '{C453EEA2-A72A-47A1-9B96-D92D8AC0DFC0}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 Preview 5 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 11.0.0.36202 + ProductCode: '{C453EEA2-A72A-47A1-9B96-D92D8AC0DFC0}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/11.0.0-preview.5.26302.115/dotnet-runtime-11.0.0-preview.5.26302.115-win-x86.exe + InstallerSha256: 8DC70F2C720DD4DEDE6B3846133239A137084BD38CC15C3816F968365890C7A4 + ProductCode: '{975E3A4A-E190-427C-8302-86B4761366B5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 11.0.0 Preview 5 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 11.0.0.36202 + ProductCode: '{975E3A4A-E190-427C-8302-86B4761366B5}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..adc91f9661c6 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Runtime 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-runtime-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.yaml b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.yaml new file mode 100644 index 000000000000..504d0c40b9fe --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.Runtime.Preview.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.installer.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.installer.yaml new file mode 100644 index 000000000000..6c7d5a1df009 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.109 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-arm64.exe + InstallerSha256: C8F3549BE200ACDABDAB2433147E294BF482CC3D5AF016D8CABCE9B79FECF74B + ProductCode: '{1CD4B068-7222-49C3-A390-AA147CB1FCFC}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.109 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 10.1.926.27113 + ProductCode: '{1CD4B068-7222-49C3-A390-AA147CB1FCFC}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x64.exe + InstallerSha256: 8A9B42268D3C42BD724BC1627AB82857AC81CCB8636E4897F0F4EFA1EC5FEF4D + ProductCode: '{24124D32-C7D3-45D4-BB7F-A8BD8D47FBB6}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.109 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 10.1.926.27113 + ProductCode: '{24124D32-C7D3-45D4-BB7F-A8BD8D47FBB6}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x86.exe + InstallerSha256: FF11EA6EB3AC9BB6E4A4296282ED5D35A7EBEC8FB944C2F496EF9A66A9C68294 + ProductCode: '{BC536365-CABE-4C74-9F92-9B6BB16DE0E1}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.109 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 10.1.926.27113 + ProductCode: '{BC536365-CABE-4C74-9F92-9B6BB16DE0E1}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.locale.en-US.yaml new file mode 100644 index 000000000000..184b3dc112e6 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.109 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET SDK 10.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-sdk-10 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- SDK +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.yaml new file mode 100644 index 000000000000..130f3a180c91 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.109/Microsoft.DotNet.SDK.10.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.109 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.installer.yaml new file mode 100644 index 000000000000..95a83fa32e13 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.installer.yaml @@ -0,0 +1,45 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.Preview +PackageVersion: 11.0.100-preview.5.26302.115 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Log: ' ' + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-win-arm64.exe + InstallerSha256: 08D0E1040290FA9FA382712F19A28AA5C30C63C674C6135A60928CB322116A23 + ProductCode: '{AA5B14DA-713A-42A8-B97C-CE29707CAD27}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 11.0.100-preview.5.26302.115 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 11.1.26.30315 + ProductCode: '{AA5B14DA-713A-42A8-B97C-CE29707CAD27}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-win-x64.exe + InstallerSha256: 5F5296425BA2BE46F4C0EADAF0F832DB63FE8D5FA9765493F3BCE5926BB95B76 + ProductCode: '{D5EAF718-093B-48F7-A4C1-A3CE0A6D8A7E}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 11.0.100-preview.5.26302.115 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 11.1.26.30315 + ProductCode: '{D5EAF718-093B-48F7-A4C1-A3CE0A6D8A7E}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-win-x86.exe + InstallerSha256: 30D6D2B6FE96C238F95FFF04B001E01E84435E43CABDD094C17D83C4A0614AF6 + ProductCode: '{E9CCF07E-E373-4BB2-B38A-4D2B285F6984}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 11.0.100-preview.5.26302.115 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 11.1.26.30315 + ProductCode: '{E9CCF07E-E373-4BB2-B38A-4D2B285F6984}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..7e94f4e4bdca --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.Preview +PackageVersion: 11.0.100-preview.5.26302.115 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET SDK 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-sdk-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- SDK +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.yaml b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.yaml new file mode 100644 index 000000000000..9cd940276078 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/Preview/11.0.100-preview.5.26302.115/Microsoft.DotNet.SDK.Preview.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.Preview +PackageVersion: 11.0.100-preview.5.26302.115 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.installer.yaml b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.installer.yaml new file mode 100644 index 000000000000..6a23f9d31403 --- /dev/null +++ b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.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: Microsoft.EdgeDriver +PackageVersion: 149.0.4022.62 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: msedgedriver.exe + PortableCommandAlias: msedgedriver +Installers: +- Architecture: x86 + InstallerUrl: https://msedgedriver.microsoft.com/149.0.4022.62/edgedriver_win32.zip + InstallerSha256: 4C53E413913713BDE3AAA257F9889F1FE999CEB7416EFD3C86913BABB6747979 +- Architecture: x64 + InstallerUrl: https://msedgedriver.microsoft.com/149.0.4022.62/edgedriver_win64.zip + InstallerSha256: AB5D27F1A52C5619BF7EA72DFF2BEC261FD8E3C2280F27DC38C2A4C3F339B4CF +- Architecture: arm64 + InstallerUrl: https://msedgedriver.microsoft.com/149.0.4022.62/edgedriver_arm64.zip + InstallerSha256: B25A0FCE92F51E30E2D185AB1773127064DA725878A7BA1A96B162392BD8091A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.en-US.yaml b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.en-US.yaml new file mode 100644 index 000000000000..b3050ad93e5c --- /dev/null +++ b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeDriver +PackageVersion: 149.0.4022.62 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge WebDriver +PackageUrl: https://developer.microsoft.com/microsoft-edge/tools/webdriver/ +License: Freeware +LicenseUrl: https://msedgedriver.microsoft.com/EULA +Copyright: Copyright Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Close the loop on your developer cycle by automating testing of your website in Microsoft Edge with Microsoft Edge WebDriver +Moniker: edgedriver +Tags: +- automate +- automation +- edge +- selenium +- webdriver +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/microsoft-edge/webdriver-chromium/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.zh-CN.yaml b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.zh-CN.yaml new file mode 100644 index 000000000000..ba4c4cd308d0 --- /dev/null +++ b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeDriver +PackageVersion: 149.0.4022.62 +PackageLocale: zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +License: 免费软件 +ShortDescription: 使用 Microsoft Edge WebDriver 在 Microsoft Edge 中自动测试网站,以打通您的开发者周期。 +Tags: +- edge +- selenium +- webdriver +- 自动化 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://learn.microsoft.com/zh-cn/microsoft-edge/webdriver-chromium/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.yaml b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.yaml new file mode 100644 index 000000000000..e33ebd3578c9 --- /dev/null +++ b/manifests/m/Microsoft/EdgeDriver/149.0.4022.62/Microsoft.EdgeDriver.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeDriver +PackageVersion: 149.0.4022.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.installer.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.installer.yaml new file mode 100644 index 000000000000..1ffb10256f27 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.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: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +InstallerType: portable +Commands: +- msrt +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/4/a/a/4aa524c6-239d-47ff-860b-5b397199cbf8/Windows-KB890830-V5.142.exe + InstallerSha256: ACB7BB6F4F9B60DA40158238212D1F8011E7BE2D8A9C0FF11483E8297F63BAE1 +- Architecture: x64 + InstallerUrl: https://download.microsoft.com/download/2/c/5/2c563b99-54d9-4d85-a82b-45d3cd2f53ce/Windows-KB890830-x64-V2/c/5/2c563b99-54d9-4d85-a82b-45d3cd2f53ce/Windows-KB890830-x64-V5.142.exe + InstallerSha256: 0E4888A8081AEA7EE1DAC71C2C87670DD0D55735917E5BD684D9141EA9AC5E77 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ar-AE.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ar-AE.yaml new file mode 100644 index 000000000000..22ed872d8352 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ar-AE.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: ar-AE +PackageName: أداة إزالة البرامج الضارة لـ Windows +ShortDescription: في المحافظة على خلو أجهزة كمبيوتر Windows من البرامج الضارة الشائعة. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.cs-CZ.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.cs-CZ.yaml new file mode 100644 index 000000000000..6fe21cb659c4 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.cs-CZ.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: cs-CZ +PackageName: Nástroj pro odstranění škodlivého softwaru systému Windows +PackageUrl: https://www.microsoft.com/cs-cz/download/details.aspx?id=9905 +Copyright: Proprietární +ShortDescription: Pomáhá chránit počítače s Windows bez převládajícím malwarem. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.da-DK.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.da-DK.yaml new file mode 100644 index 000000000000..656619fee11b --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.da-DK.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: da-DK +PackageName: Windows-værktøj til fjernelse af skadelig software +PackageUrl: https://www.microsoft.com/da-dk/download/details.aspx?id=9905 +ShortDescription: Hjælper med at holde Windows-computere fri for almindelig kendt malware. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.de-DE.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.de-DE.yaml new file mode 100644 index 000000000000..752179587e7b --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.de-DE.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: de-DE +PackageName: Windows-Tool zum Entfernen bösartiger Software +PackageUrl: https://www.microsoft.com/de-de/download/details.aspx?id=9905 +License: Proprietäre +ShortDescription: Schützt Windows vor weit verbreiteter Schadsoftware. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.el-GR.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.el-GR.yaml new file mode 100644 index 000000000000..43a6dd8c685e --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.el-GR.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: el-GR +PackageName: Εργαλείο αφαίρεσης κακόβουλου λογισμικού των Windows +PackageUrl: https://www.microsoft.com/el-gr/download/details.aspx?id=9905 +ShortDescription: Των Windows προστατεύει τους υπολογιστές Windows από διαδεδομένο κακόβουλο λογισμικό. +Tags: +- msrt +- μσρτ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.en-US.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.en-US.yaml new file mode 100644 index 000000000000..bf6b4b85bdb3 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Malicious Software Removal Tool +PackageUrl: https://www.microsoft.com/download/details.aspx?id=9905 +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: Tool to manually run Windows' monthly update checks for malicious software. +Tags: +- antimalware +- antivirus +- kb890830 +- kb891716 +- malicious-software-removal-tool +- security +- windows-update +- windowsupdate +Documentations: +- DocumentLabel: 32-bit version's PackageUrl + DocumentUrl: https://www.microsoft.com/download/details.aspx?id=16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.es-ES.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.es-ES.yaml new file mode 100644 index 000000000000..75b27201d404 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.es-ES.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: es-ES +PackageName: Herramienta de eliminación de software malintencionado de Windows +PackageUrl: https://www.microsoft.com/es-es/download/details.aspx?id=9905 +License: Privativo +ShortDescription: Ayuda a mantener los equipos de Windows libres de malware frecuente. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fi-FI.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fi-FI.yaml new file mode 100644 index 000000000000..f6049f65bcd9 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fi-FI.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: fi-FI +PackageName: Windowsin haittaohjelmien poistotyökalu +PackageUrl: https://www.microsoft.com/fi-fi/download/details.aspx?id=9905 +ShortDescription: Auttaa suojaamaan Windows-tietokoneita laajalle levinneiltä haittaohjelmilta. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fr-FR.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fr-FR.yaml new file mode 100644 index 000000000000..fd5f9a0f6623 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.fr-FR.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: fr-FR +PackageName: L'outil de suppression de logiciels malveillants Windows +PackageUrl: https://www.microsoft.com/fr-fr/download/details.aspx?id=9905 +License: Privateur +ShortDescription: Permet de préserver les ordinateurs Windows de la plupart des programmes malveillants les plus répandus. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.he-IL.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.he-IL.yaml new file mode 100644 index 000000000000..86e61e5fc68c --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.he-IL.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: he-IL +PackageName: הכלי של Windows להסרת תוכנה זדונית +PackageUrl: https://www.microsoft.com/he-il/download/details.aspx?id=9905 +ShortDescription: הכלי של Windows להסרת תוכנה זדונית (MSRT) עוזר לשמור על מחשבי Windows נקיים מתוכנות זדוניות נפוצות. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.hu-HU.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.hu-HU.yaml new file mode 100644 index 000000000000..485892e2503b --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.hu-HU.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: hu-HU +PackageName: Windows kártevő-eltávolító eszköz +PackageUrl: https://www.microsoft.com/hu-hu/download/details.aspx?id=9905 +ShortDescription: Segít a Windows rendszerű számítógépek védelmében az elterjedt kártevők ellen. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.it-IT.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.it-IT.yaml new file mode 100644 index 000000000000..be7897911acf --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.it-IT.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: it-IT +PackageName: Strumento di rimozione malware di Windows +PackageUrl: https://www.microsoft.com/it-it/download/details.aspx?id=9905 +License: Proprietario +ShortDescription: Consente di proteggere i computer Windows dai malware più frequenti. +Tags: +- srm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ja-JP.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ja-JP.yaml new file mode 100644 index 000000000000..3b17858d2388 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ja-JP.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: ja-JP +PackageName: Windows 悪意のあるソフトウェアの削除ツール +PackageUrl: https://www.microsoft.com/ja-jp/download/details.aspx?id=9905 +License: プロプライエタリ +ShortDescription: により、流行しているマルウェアから Windows コンピューターを保護できます。 +Tags: +- msrt +- あくいのあるソフトウェアのさくじょツール +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ko-KR.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ko-KR.yaml new file mode 100644 index 000000000000..600004e40ffe --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ko-KR.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: ko-KR +PackageName: Windows 악성 소프트웨어 제거 도구 +PackageUrl: https://www.microsoft.com/ko-kr/download/details.aspx?id=9905 +ShortDescription: 사용하면 Windows 컴퓨터에 일반적인 맬웨어가 없는 상태로 유지하는 데 도움이 됩니다. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb-NO.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb-NO.yaml new file mode 100644 index 000000000000..f11b10590b4d --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb-NO.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: nb-NO +PackageName: Verktøy for fjerning av skadelig programvare +License: Proprietær +Copyright: © Microsoft Corporation. Alle rettigheter forbeholdt. +ShortDescription: Verktøy for å manuelt kjøre Windows sine månedlige oppdateringers sjekking etter ondsinnede programmer. +Tags: +- antivirus +- kb890830 +- malware +- skadevare +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb.yaml new file mode 100644 index 000000000000..61c280ec4090 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nb.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: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: nb +PackageName: Verktøy for fjerning av skadelig programvare +License: Proprietær +Copyright: © Microsoft Corporation. Alle rettigheter forbeholdt. +ShortDescription: Verktøy for å manuelt kjøre Windows sine månedlige oppdateringers sjekking etter ondsinnede programmer. +Tags: +- antivirus +- kb890830 +- malware +- msrt +- skadevare +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nl-NL.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nl-NL.yaml new file mode 100644 index 000000000000..64a77477c067 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.nl-NL.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: nl-NL +PackageName: Windows-hulpprogramma voor het verwijderen van schadelijke software +PackageUrl: https://www.microsoft.com/nl-nl/download/details.aspx?id=9905 +License: Private +ShortDescription: Helpt Windows-computers te beschermen tegen bekende malware. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pl-PL.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pl-PL.yaml new file mode 100644 index 000000000000..050ac310f41f --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pl-PL.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: pl-PL +PackageName: Narzędzie Windows do usuwania złośliwego oprogramowania +PackageUrl: https://www.microsoft.com/pl-pl/download/details.aspx?id=9905 +License: własnościowe +ShortDescription: Pomaga w zabezpieczeniu komputerów z systemem Windows przed najczęściej występującym złośliwym oprogramowaniem. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-BR.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-BR.yaml new file mode 100644 index 000000000000..8899353f0ba3 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-BR.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: pt-BR +PackageName: Ferramenta de Remoção de Software Mal-Intencionado do Windows +PackageUrl: https://www.microsoft.com/pt-br/download/details.aspx?id=9905 +License: Privativo +ShortDescription: Ajuda a manter os computadores Windows livres de malware predominante. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-PT.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-PT.yaml new file mode 100644 index 000000000000..6b9d3e85b557 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.pt-PT.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: pt-PT +PackageName: Ferramenta de Remoção de Software Malicioso do Windows +PackageUrl: https://www.microsoft.com/pt-pt/download/details.aspx?id=9905 +License: Privativo +ShortDescription: Ajuda a manter os computadores Windows livres de software maligno atual. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ru-RU.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ru-RU.yaml new file mode 100644 index 000000000000..a13c17563f39 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.ru-RU.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: ru-RU +PackageName: Средство удаления вредоносных программ Windows +PackageUrl: https://www.microsoft.com/ru-ru/download/details.aspx?id=9905 +License: несвободные +ShortDescription: Помогает защитить компьютеры с Windows от наиболее распространенных вредоносных программ. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.sv-SE.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.sv-SE.yaml new file mode 100644 index 000000000000..8632e368a822 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.sv-SE.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: sv-SE +PackageName: Windows-verktyget Borttagning av skadlig programvara +PackageUrl: https://www.microsoft.com/sv-se/download/details.aspx?id=9905 +ShortDescription: Hjälper till att skydda Windows-datorer mot allmänt utbredd skadlig kod. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.tr-TR.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.tr-TR.yaml new file mode 100644 index 000000000000..542874d6f7d5 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.tr-TR.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: tr-TR +PackageName: Windows Kötü Amaçlı Yazılımları Temizleme Aracı +PackageUrl: https://www.microsoft.com/tr-tr/download/details.aspx?id=9905 +License: özel mülk +ShortDescription: Windows bilgisayarların yaygın kötü amaçlı yazılımlara karşı korunmasına yardımcı olur. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-CN.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-CN.yaml new file mode 100644 index 000000000000..be32c99946d8 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: zh-CN +PackageName: Windows 恶意软件删除工具 +PackageUrl: https://www.microsoft.com/zh-cn/download/details.aspx?id=9905 +License: 专有软件 +ShortDescription: 可帮助 Windows 计算机免受流行恶意软件攻击。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-TW.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-TW.yaml new file mode 100644 index 000000000000..84693e17424d --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.locale.zh-TW.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +PackageLocale: zh-TW +PackageName: Windows 惡意軟體移除工具 +PackageUrl: https://www.microsoft.com/zh-tw/download/details.aspx?id=9905 +License: 專有軟體 +ShortDescription: 可協助您確保 Windows 電腦免受盛行的惡意程式碼威脅。 +Tags: +- ㄜˋㄧˋㄖㄨㄢˇㄊㄧˇㄧˊㄔㄨˊㄍㄨㄥㄐㄩˋ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.yaml b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.yaml new file mode 100644 index 000000000000..8789f1c36554 --- /dev/null +++ b/manifests/m/Microsoft/MaliciousSoftwareRemovalTool/5.142/Microsoft.MaliciousSoftwareRemovalTool.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.MaliciousSoftwareRemovalTool +PackageVersion: "5.142" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.installer.yaml b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.installer.yaml new file mode 100644 index 000000000000..8eb7a40ac54b --- /dev/null +++ b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.OfficeDeploymentTool +PackageVersion: 16.0.20026.20112 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet /passive /extract:"%ProgramW6432%\OfficeDeploymentTool" + InstallLocation: /extract:"" +ReleaseDate: 2026-06-10 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OfficeDeploymentTool' +Installers: +- Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/6c1eeb25-cf8b-41d9-8d0d-cc1dbc032140/officedeploymenttool_20026-20112.exe + InstallerSha256: 6E8801769DE4495362664451BDD59FC6822AF543E9DD07B3B624D3F9BAD6464D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.locale.en-US.yaml b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.locale.en-US.yaml new file mode 100644 index 000000000000..3b54e071010d --- /dev/null +++ b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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.OfficeDeploymentTool +PackageVersion: 16.0.20026.20112 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +Author: Microsoft Corporation +PackageName: Office Deployment Tool +PackageUrl: https://www.microsoft.com/en-us/download/details.aspx?id=49117 +License: Microsoft +Copyright: © Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/en-us/legal/terms-of-use +ShortDescription: A command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers. +Description: |- + The Office Deployment Tool (ODT) is a command-line tool you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps, to your client computers. + + The ODT gives you more control over an Office installation. You can define which products and languages are installed, how those products should be updated, and whether or not to display the install experience to your users. +Moniker: odt +Tags: +- business-tool +- cli +- command-line +- deploy +- microsoft +- microsoft-office +- microsoft365 +- microsoftoffice +- odt +- office +- office-deployment-tool +- requirescmd +PurchaseUrl: https://www.microsoft.com/en-my/microsoft-365/business/compare-all-microsoft-365-business-products# +InstallationNotes: | + The installer is a self-extractor. All binaries are extracted to the installation path you + configured, which default to "%ProgramFiles%\OfficeDeploymentTool". + + Launch the main program "setup.exe" on your own. + + Simply remove the installation folder to uninstall. +Documentations: +- DocumentLabel: Office Deployment Tool Help + DocumentUrl: https://learn.microsoft.com/en-us/deployoffice +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.yaml b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.yaml similarity index 54% rename from manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.yaml rename to manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.yaml index 509182a82394..bfd6f036bfce 100644 --- a/manifests/b/ByteDance/TraeSolo/0.1.7/ByteDance.TraeSolo.yaml +++ b/manifests/m/Microsoft/OfficeDeploymentTool/16.0.20026.20112/Microsoft.OfficeDeploymentTool.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ByteDance.TraeSolo -PackageVersion: 0.1.7 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# 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.OfficeDeploymentTool +PackageVersion: 16.0.20026.20112 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.installer.yaml b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.installer.yaml new file mode 100644 index 000000000000..fb34d7eb89c4 --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.installer.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.PowerToys +PackageVersion: 0.100.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17134.0 +InstallerType: burn +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /quiet /norestart +UpgradeBehavior: install +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.0/PowerToysUserSetup-0.100.0-x64.exe + InstallerSha256: A5EB64B8CEEF096AAFBFC18E73312B45E9D48FC60FB16676429688468C9A08D6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.0/PowerToysSetup-0.100.0-x64.exe + InstallerSha256: 740C01945528E453C02490921CA2BD0E399021A80CF90DCF01DB53158377D0E8 + ElevationRequirement: elevatesSelf +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.0/PowerToysUserSetup-0.100.0-arm64.exe + InstallerSha256: A4D7EB580A7EF36E7C98CCC84E9EBB552C9D7071DCA35B6EB395F938D03FADCF +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/microsoft/PowerToys/releases/download/v0.100.0/PowerToysSetup-0.100.0-arm64.exe + InstallerSha256: 19C8BD93B9A42B7FC2FF0E6F2091590F8D89B98ADEA20CC73D9023E464707B12 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.locale.en-US.yaml b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.locale.en-US.yaml new file mode 100644 index 000000000000..0ddf59766552 --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.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: Microsoft.PowerToys +PackageVersion: 0.100.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft/PowerToys +PublisherSupportUrl: https://github.com/microsoft/PowerToys/issues +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft Corporation +PackageName: PowerToys +PackageUrl: https://github.com/microsoft/PowerToys +License: MIT +LicenseUrl: https://github.com/microsoft/PowerToys/blob/master/LICENSE +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://github.com/microsoft/PowerToys/blob/main/LICENSE +ShortDescription: Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. +Description: |- + Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. + Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell and customize it for individual workflows. +Moniker: powertoys +Tags: +- colorpicker +- fancyzones +- fileexplorer +- imageresizer +- keyboardmanager +- power-toys +- powerrename +- powertoys +- powertoys-run +- windows-key-shortcut-guide +ReleaseNotesUrl: https://github.com/microsoft/PowerToys/releases/tag/v0.100.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/microsoft/PowerToys/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.yaml b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.yaml new file mode 100644 index 000000000000..5bb353008888 --- /dev/null +++ b/manifests/m/Microsoft/PowerToys/0.100.0/Microsoft.PowerToys.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: Microsoft.PowerToys +PackageVersion: 0.100.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..e4faa5aaa524 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.18.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.18.0&arch=x86 + InstallerSha256: F7F8E65048375E0D70A976828FD10EB3EDA796C889B005BEC3774A44AFF901D9 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.18.0&arch=amd64 + InstallerSha256: D9AA6CDC5776930DE4AD26CA38BD995579CE453C3632E0F5961F5E172C0FE9DA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..cae410ba5eb9 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.18.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..8dc48935ca74 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.18.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..bdd023ce6b71 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.20.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.20.0&arch=x86 + InstallerSha256: A4868F73874F2F1A7C3016DA6DD34B2F2684CD39BA7176A196C03EEF01AB9ACE +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.20.0&arch=amd64 + InstallerSha256: 4A435678F0A602B0CF27881F8E360B4BABFA37C2781B04EAEA3AC141BDD5879F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..0c9a271f5747 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.20.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..8eb2458dba58 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.20.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..bce4c87677b8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.21.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.21.0&arch=x86 + InstallerSha256: E60F564A0EF6EB58F487146AB778EE3811B30F28C3ED88303BC191A0C6FA181D +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.21.0&arch=amd64 + InstallerSha256: 1A77931A663EB1DD2683DDF3978FCF4C131BCAB067D46D0D5D0645593B350FCA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..a343e30f4361 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.21.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..ea68e852d845 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.21.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..700c24153bbf --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.23.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.23.0&arch=x86 + InstallerSha256: 952594EE0D5D8E45CC257811734203873E10E7E89FACCF17614BB57245CF178F +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.23.0&arch=amd64 + InstallerSha256: E14F1FF41678BD15D3AF5932A16864DCAF6A0B66E4DC315F753109D390104126 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..65f3a611068c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.23.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..4766b2fdabf8 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.23.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..29fc5e8b59ca --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.25.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.25.0&arch=x86 + InstallerSha256: A91AD6D98C0BD7E19F237D6E29C2C5BD7521D1798117E2F3644E77A3D3C18567 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.25.0&arch=amd64 + InstallerSha256: C79C3223306B4E70AA8860AC898E11C99A25ED29FFC3B479B6CD88B3E337DCE1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..8c0ab818dfc2 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.25.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..310f04988a6a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.25.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.installer.yaml new file mode 100644 index 000000000000..cd9c52fcb542 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.57 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/90e331b1-af3c-4d1e-8d5f-63fd3eac3e29/1544719d616ec543f2d148c0a54b66e882e2d9226faf1f27d7b0c0ebb040d479/vs_Professional.exe + InstallerSha256: 1544719d616ec543f2d148c0a54b66e882e2d9226faf1f27d7b0c0ebb040d479 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml new file mode 100644 index 000000000000..1c72cfd701ac --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.57 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2019 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs2019-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.yaml b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.yaml new file mode 100644 index 000000000000..f6f48077225a --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2019/Professional/16.11.57/Microsoft.VisualStudio.2019.Professional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2019.Professional +PackageVersion: 16.11.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.installer.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.installer.yaml new file mode 100644 index 000000000000..3cf45dc3e184 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.34 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/81974841-9fb9-441a-9e75-d5c6868e1a48/ce842c8fc53796653b188287847d893cf7f9ac5884d3333128947be55dbd3b16/vs_Enterprise.exe + InstallerSha256: ce842c8fc53796653b188287847d893cf7f9ac5884d3333128947be55dbd3b16 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml new file mode 100644 index 000000000000..76d5f79f4529 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.34 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Enterprise 2022 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Built for scale, security, and speed - the IDE for complex, high-impact development. +Moniker: vs2022-enterprise +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.yaml b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.yaml new file mode 100644 index 000000000000..336783ffaa82 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Enterprise/17.14.34/Microsoft.VisualStudio.2022.Enterprise.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Enterprise +PackageVersion: 17.14.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.installer.yaml new file mode 100644 index 000000000000..e1a06b34d864 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Professional +PackageVersion: 17.14.34 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/81974841-9fb9-441a-9e75-d5c6868e1a48/d88cb559025b9779c05720a737aec17bb51029a55fbde9bd0d49865613b3f905/vs_Professional.exe + InstallerSha256: d88cb559025b9779c05720a737aec17bb51029a55fbde9bd0d49865613b3f905 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.locale.en-US.yaml new file mode 100644 index 000000000000..95db8a3ab966 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Professional +PackageVersion: 17.14.34 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2022 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs2022-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.yaml b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.yaml new file mode 100644 index 000000000000..4db57279e4a2 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Professional/17.14.34/Microsoft.VisualStudio.2022.Professional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Professional +PackageVersion: 17.14.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.installer.yaml b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.installer.yaml new file mode 100644 index 000000000000..cdddf8ca7a77 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community +PackageVersion: 18.7.0 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/105ab965-3bff-41cb-a75d-b4020a784328/d01c45ee5989115f053943668d1049d6cc708bf58c759fa74fcf41499eba8c36/vs_Community.exe + InstallerSha256: d01c45ee5989115f053943668d1049d6cc708bf58c759fa74fcf41499eba8c36 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.locale.en-US.yaml new file mode 100644 index 000000000000..d5cc539ce3ba --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community +PackageVersion: 18.7.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Community 2026 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Everything you need to build modern apps - free for you, built for impact. +Moniker: vs18-community +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.yaml b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.yaml new file mode 100644 index 000000000000..36df43eecbe6 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/18.7.0/Microsoft.VisualStudio.Community.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community +PackageVersion: 18.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml similarity index 50% rename from manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml rename to manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml index de6484669923..24eaa364da72 100644 --- a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml +++ b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.OnecoreMsvsmon -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 InstallerType: zip NestedInstallerType: portable NestedInstallerFiles: @@ -11,13 +11,13 @@ NestedInstallerFiles: ArchiveBinariesDependOnPath: true Installers: - Architecture: x86 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/6352a2ca0802c44cc37347e017a49ef453296b00752f5c80e285a9a07ae2ad82/onecore.msvsmon.x86.zip - InstallerSha256: 6352A2CA0802C44CC37347E017A49EF453296B00752F5C80E285A9A07AE2AD82 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/c3296dec663f8ac1a2b78623d768f1409d0242bc807dc6e2490d59e287952151/onecore.msvsmon.x86.zip + InstallerSha256: C3296DEC663F8AC1A2B78623D768F1409D0242BC807DC6E2490D59E287952151 - Architecture: arm64 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/dc23de0a0d9cdd350e80615ff5905cbf3b8a207f391c93a2ae4d3a589b1d8866/onecore.msvsmon.arm64.zip - InstallerSha256: DC23DE0A0D9CDD350E80615FF5905CBF3B8A207F391C93A2AE4D3A589B1D8866 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/43fb10401cfb62afa612f9add3e506a565e9dc008c9b59168b34a647f9da2af9/onecore.msvsmon.arm64.zip + InstallerSha256: 43FB10401CFB62AFA612F9ADD3E506A565E9DC008C9B59168B34A647F9DA2AF9 - Architecture: x64 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/40a482443debb2d0279eb65e0c1a23e620bcb0cd6db95d792d44b3cb1f834eef/onecore.msvsmon.amd64.zip - InstallerSha256: 40A482443DEBB2D0279EB65E0C1A23E620BCB0CD6DB95D792D44B3CB1F834EEF + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/d4cec3d89a893aec17711cc1fbdf524bc309a6076e227cfa48f4da0ca56e4c41/onecore.msvsmon.amd64.zip + InstallerSha256: D4CEC3D89A893AEC17711CC1FBDF524BC309A6076E227CFA48F4DA0CA56E4C41 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml similarity index 94% rename from manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml rename to manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml index 5aa6a75e6ca8..8476b542638f 100644 --- a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml +++ b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.OnecoreMsvsmon -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 PackageLocale: en-US Publisher: Microsoft Corporation PackageName: Visual Studio Remote Debugger for Devices diff --git a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml similarity index 89% rename from manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml rename to manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml index 268ab740322c..30cf253979d2 100644 --- a/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.6.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml +++ b/manifests/m/Microsoft/VisualStudio/OnecoreMsvsmon/18.7.0/Microsoft.VisualStudio.OnecoreMsvsmon.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.OnecoreMsvsmon -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.installer.yaml new file mode 100644 index 000000000000..56a0910d72c8 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.123.2 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/VSCodeSetup-arm64-1.123.2.exe + InstallerSha256: D420EE62F5293ABE84871B251E505C3243E6A5971827E0F35463331B9E614532 +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/VSCodeUserSetup-arm64-1.123.2.exe + InstallerSha256: 92311BDE612CA8B02866FD5AE5D17AC0CDF9A2447B880D753B5358821632F154 +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/VSCodeSetup-x64-1.123.2.exe + InstallerSha256: 1B7319A8B9F1120DFE9D39E621D53D2764A2B66553652B862CA2AEE32CDC28EF +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/VSCodeUserSetup-x64-1.123.2.exe + InstallerSha256: 56F619992B7400D8D6A40B9A592C0C2B1D19A0460BFF5DB176098AE9661B9418 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.locale.en-US.yaml new file mode 100644 index 000000000000..29fd129da732 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.123.2 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.yaml b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.yaml new file mode 100644 index 000000000000..f2deeb431ec5 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.123.2/Microsoft.VisualStudioCode.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: Microsoft.VisualStudioCode +PackageVersion: 1.123.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.installer.yaml new file mode 100644 index 000000000000..efd80cb72f45 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.124.0 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/VSCodeSetup-arm64-1.124.0.exe + InstallerSha256: 03832BC81AA6CF9EED670E035BEB7F6BF85FB21F12959109119C975FB7D93AD0 +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/VSCodeUserSetup-arm64-1.124.0.exe + InstallerSha256: 1ECBCFB02FE4356C7CDCED340900BFB90FA913CBB5D6DD04BA7C8D4DD049091A +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/VSCodeSetup-x64-1.124.0.exe + InstallerSha256: 95671569DFEA60289AE1A8653FD0E892680C9505145DFD8CDCA6BAA930C277CC +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/VSCodeUserSetup-x64-1.124.0.exe + InstallerSha256: 529C873FE7B4A7E00D1B6B2C155074ED958063087FDA8A5DC18D3BBE4C1931DF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.locale.en-US.yaml new file mode 100644 index 000000000000..0488f46f366f --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode +PackageVersion: 1.124.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.yaml b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.yaml new file mode 100644 index 000000000000..7242ba505b86 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/1.124.0/Microsoft.VisualStudioCode.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: Microsoft.VisualStudioCode +PackageVersion: 1.124.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.installer.yaml new file mode 100644 index 000000000000..0547267d5c44 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.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: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code.exe + PortableCommandAlias: code +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/ffa3c3f656c8df32d894e5f4d3673284d424205e/vscode_cli_win32_arm64_cli.zip + InstallerSha256: 4D2C68D4274BF3135225CF4F17D92792A6EEEE22FB10F1839013D6EB2FDA318B +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/ffa3c3f656c8df32d894e5f4d3673284d424205e/vscode_cli_win32_x64_cli.zip + InstallerSha256: 60F85B9555F4FD991EC30CB801FDE1ED613F947EB62FDB5195738AB4260000BF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..97194adaf0ab --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.yaml new file mode 100644 index 000000000000..a1a295950a5d --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.1/Microsoft.VisualStudioCode.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.installer.yaml new file mode 100644 index 000000000000..10e994fe0a79 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.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: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code.exe + PortableCommandAlias: code +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/vscode_cli_win32_arm64_cli.zip + InstallerSha256: 462A2253A26802DB9209FA0DC3A43C8060120D520440F49532A6803F30130244 +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/3c631b164c239e7aeaaae7c626b46c527b361af2/vscode_cli_win32_x64_cli.zip + InstallerSha256: F27AD2358688C15DB505AF0A623921011D69DADF186A159D1E8D39A20272D259 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..1fc0adc073ae --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.2 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.yaml new file mode 100644 index 000000000000..f56181cf0dc8 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.123.2/Microsoft.VisualStudioCode.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.123.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.installer.yaml new file mode 100644 index 000000000000..b6fcf84b51ab --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.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: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.124.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code.exe + PortableCommandAlias: code +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/vscode_cli_win32_arm64_cli.zip + InstallerSha256: 2B46E05973748903058C2FA8033F8776B2279007FADD0C3418D5C23687EEC260 +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/stable/1b50d58d73426c9171299ec4037d01365d995b78/vscode_cli_win32_x64_cli.zip + InstallerSha256: 0008D4288A6B3FA32835E45D5DEF9C1277F7304C0C2838CCE13B912A090FCEA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..38008b40c4d4 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.124.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Software License +LicenseUrl: https://code.visualstudio.com/license +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.yaml new file mode 100644 index 000000000000..19ed21db6ef2 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/CLI/1.124.0/Microsoft.VisualStudioCode.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.CLI +PackageVersion: 1.124.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.installer.yaml new file mode 100644 index 000000000000..1776fa2cd244 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders +PackageVersion: 1.125.0 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +Commands: +- code-insiders +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/VSCodeSetup-arm64-1.125.0-insider.exe + InstallerSha256: 89EE863BC1C2C5B0CB2C3DCF0935C12110FCAFFDE18224A5D37EF9E53C2869BC +- Architecture: arm64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/VSCodeUserSetup-arm64-1.125.0-insider.exe + InstallerSha256: 1B07592F679C8E580EA67B0F177D00099DBC04CC36629688B6F628B434B15E8C +- Architecture: x64 + Scope: machine + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/VSCodeSetup-x64-1.125.0-insider.exe + InstallerSha256: 805656EF1A57BF5577159EFE0FA510E8CA0902898E21698AC96C67AB00969046 +- Architecture: x64 + Scope: user + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/VSCodeUserSetup-x64-1.125.0-insider.exe + InstallerSha256: C28400DAE1BA9859C0700BE083F2ACEED04E34796140477E18ABF83D8D289562 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.locale.en-US.yaml new file mode 100644 index 000000000000..961570fc4b26 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders +PackageVersion: 1.125.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code Insiders +PackageUrl: https://code.visualstudio.com +License: Microsoft Pre-Release Software License +LicenseUrl: https://code.visualstudio.com/license/insiders +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-insiders +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.yaml new file mode 100644 index 000000000000..fffa7d647a18 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/1.125.0/Microsoft.VisualStudioCode.Insiders.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: Microsoft.VisualStudioCode.Insiders +PackageVersion: 1.125.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml new file mode 100644 index 000000000000..77f2b4ee5705 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.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: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.125.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code-insiders.exe + PortableCommandAlias: code-insiders +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/vscode_cli_win32_arm64_cli.zip + InstallerSha256: C95A60C34CF976568E6D8C50B25F06A2228004623587946A9DA40618D825349D +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/73d65f06edb218438ada08df5ab3b5f65f0d5948/vscode_cli_win32_x64_cli.zip + InstallerSha256: 05F9C8E6B9383FF24AEC6C92B0092007E2A3A2004C6FD474F40CA342F78621FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..dd91e89a4d59 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.125.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code Insiders CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Pre-Release Software License +LicenseUrl: https://code.visualstudio.com/license/insiders +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-insiders-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml new file mode 100644 index 000000000000..b0a02ff45290 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.125.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.125.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 55% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index 636a1329a4a7..c5ed5387a46f 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1809.0 +PackageVersion: 153.2606.1000.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-05-18 +ReleaseDate: 2026-06-10 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-18-09-37-36-mozilla-central/firefox-152.0a1.multi.win32.installer.msix - InstallerSha256: DF2DAF379BBA94F565DF88CB4547AAD29E07041C969C51CDFF43BEBFC1D18EF0 - SignatureSha256: 11E216619B3DEF729BECFD00F5682AFABDA27813713FCE8CD15E04139771160D + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-10-00-05-02-mozilla-central/firefox-153.0a1.multi.win32.installer.msix + InstallerSha256: D03EBEE4A0EACCE2BED498871AC662EB76308C974CFE9CBA37D990D531AD45AA + SignatureSha256: 6B2E21694CEA264F377666694C0AB740483BFF7D5BD8E559378C8547986D51E6 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1809.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.1000.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-18-09-37-36-mozilla-central/firefox-152.0a1.multi.win64.installer.msix - InstallerSha256: 2F49738E9FABDFD7450E80F228C1635BC72053B68D4B5E9EAD450F26C2AFE51F - SignatureSha256: 925DCD0E04FAB40896A01DE2F55546C9A20A3C04423831B7FB650DEBC70AC754 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-10-00-05-02-mozilla-central/firefox-153.0a1.multi.win64.installer.msix + InstallerSha256: 81B75E4F17E4E85F4707D7E277F523E67D4F5204D3D948891457F50BBB417421 + SignatureSha256: 3DF94059A58401EFC718464A1DA7292683584D25095C4929DACC50DD5CAC6475 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1809.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.1000.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-18-09-37-36-mozilla-central/firefox-152.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: F5021270215749254775398CBCAA49E48C2E8CBFA5AB7C946156F5EA013D08AC - SignatureSha256: FFA1BB61CE0FE360DCEBC2A4FD9BDA5A427D805D1FF10A6107BF708BB3B45BA7 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-10-00-05-02-mozilla-central/firefox-153.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 78E119780895449617622F5E2DD162BA96DFCCBACC9BCA1957E37E44BBF87EA2 + SignatureSha256: 28D5E7DB02DCCE39DB5DA4F152D54F8471FC861A7BD0FE163B821E5E29ECBB60 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1809.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.1000.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 94% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index 6e6d0cf83263..c2df7d2e3395 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1809.0 +PackageVersion: 153.2606.1000.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 85% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.yaml index 300cb7448212..2c43fb3c5fc0 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1809.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.1000.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1809.0 +PackageVersion: 153.2606.1000.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.installer.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.installer.yaml new file mode 100644 index 000000000000..d054fc1fb386 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/hy-AM/Firefox%20Setup%20151.0.4.exe + InstallerSha256: BF1E13654AA57E12D0549C5891898F5681B1E79DCB0481CE4B8AFE33D03266D4 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/hy-AM/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A7E399156F5557D6EDE20BD9A0A7E9ADF29443D56FCF88BDFDEFF03BDBF5A8B2 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/hy-AM/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 0F1B10FE657DC5FF8DBF51588152E3445084FC6EB6CE6D42E850EC86FEF586BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b4078898f3f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.cs-CZ.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.da-DK.yaml new file mode 100644 index 000000000000..a14b9091daaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.da-DK.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.de-DE.yaml new file mode 100644 index 000000000000..44a10b64fe19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.de-DE.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.el-GR.yaml new file mode 100644 index 000000000000..c58f5ae0e3f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.el-GR.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-GB.yaml new file mode 100644 index 000000000000..3c1b1ef62b15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-US.yaml new file mode 100644 index 000000000000..c933026a1d3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hy-AM) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.es-MX.yaml new file mode 100644 index 000000000000..74b812e62e59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.es-MX.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml new file mode 100644 index 000000000000..07f52da7f0b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.hu-HU.yaml new file mode 100644 index 000000000000..fd7580da44ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.hu-HU.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ja-JP.yaml new file mode 100644 index 000000000000..436b4a5ee39d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ja-JP.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.nb-NO.yaml new file mode 100644 index 000000000000..1180baf8a961 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.nb-NO.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml new file mode 100644 index 000000000000..238355156489 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml new file mode 100644 index 000000000000..7e3e33b0e498 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.locale.zh-CN.yaml new file mode 100644 index 000000000000..140865153dc6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.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: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.yaml b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.yaml new file mode 100644 index 000000000000..5c6a7c7bdd1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/151.0.4/Mozilla.Firefox.hy-AM.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.installer.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.installer.yaml new file mode 100644 index 000000000000..31baa50c4c37 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ja/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 23BAE8BD090FE0C12E6A7FA570098F20C1277D0FD69A0984585A5D35A3C08FFC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ja/Firefox%20Setup%20151.0.4.exe + InstallerSha256: ABB228F81766461209627F1A0172FB1681B29875C39830D937E17AAF001FE224 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ja/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DAF7A57A016B3D7C1EF49807512B80D3F2D14282421997142FFE2D9FA64432AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.cs-CZ.yaml new file mode 100644 index 000000000000..301e695c230a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.cs-CZ.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.da-DK.yaml new file mode 100644 index 000000000000..ec5a46d05970 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.da-DK.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.de-DE.yaml new file mode 100644 index 000000000000..0c26c055543b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.de-DE.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.el-GR.yaml new file mode 100644 index 000000000000..3cb0d55f10f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.el-GR.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-GB.yaml new file mode 100644 index 000000000000..9ef5faa51267 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-US.yaml new file mode 100644 index 000000000000..4a4d5b532f93 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ja) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.es-MX.yaml new file mode 100644 index 000000000000..c54c08352c82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.es-MX.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.fr-FR.yaml new file mode 100644 index 000000000000..d8e1d57e9d66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.hu-HU.yaml new file mode 100644 index 000000000000..cf4d14ef9d2e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.hu-HU.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ja-JP.yaml new file mode 100644 index 000000000000..92a4b9d422f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ja-JP.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.nb-NO.yaml new file mode 100644 index 000000000000..e8a789dec11d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.nb-NO.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ru-RU.yaml new file mode 100644 index 000000000000..2b994b9016bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ta-IN.yaml new file mode 100644 index 000000000000..0a8f7d70743e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.locale.zh-CN.yaml new file mode 100644 index 000000000000..e2b12328435f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.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: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.yaml b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.yaml new file mode 100644 index 000000000000..25b648ea92c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0.4/Mozilla.Firefox.ja.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.installer.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.installer.yaml new file mode 100644 index 000000000000..fe1a20a4f9df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/kab/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 51E67D1DF933CC3AECA571E3D0AE4FFEA26834ABC8EB2F2D59026393E91BE211 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/kab/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 149C56CD27C0F421E2B6FA4445D765E718896BBD0B283A29162F7FFF2A7C2797 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/kab/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 087B2A48783F4F936DBFFADDAC29D8894014B1CD0C3DD17875ACB90FBC5DF907 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.cs-CZ.yaml new file mode 100644 index 000000000000..7184c939075e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.cs-CZ.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.da-DK.yaml new file mode 100644 index 000000000000..514e67dbd615 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.da-DK.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.de-DE.yaml new file mode 100644 index 000000000000..11757a677594 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.de-DE.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.el-GR.yaml new file mode 100644 index 000000000000..4db65361a028 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.el-GR.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-GB.yaml new file mode 100644 index 000000000000..2f90cae0e400 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-US.yaml new file mode 100644 index 000000000000..48b964849cbf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (kab) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.es-MX.yaml new file mode 100644 index 000000000000..430b40163680 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.es-MX.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.fr-FR.yaml new file mode 100644 index 000000000000..7401601de2be --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.hu-HU.yaml new file mode 100644 index 000000000000..d1c818b850e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.hu-HU.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ja-JP.yaml new file mode 100644 index 000000000000..373179f50f14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ja-JP.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.nb-NO.yaml new file mode 100644 index 000000000000..db081c1e8563 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.nb-NO.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ru-RU.yaml new file mode 100644 index 000000000000..f6ab69a361eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ta-IN.yaml new file mode 100644 index 000000000000..65810538cd55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.locale.zh-CN.yaml new file mode 100644 index 000000000000..073faf26f789 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.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: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.yaml b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.yaml new file mode 100644 index 000000000000..8201425173d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0.4/Mozilla.Firefox.kab.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.installer.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.installer.yaml new file mode 100644 index 000000000000..76ab3906016d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F6F4EBD008132F11A7E67B83B89B8769127D738BC4740939E9EAFE785DD2585C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 08FF3FEB34608C03CF0A869FCE11F51E755082C29A9C3DC83C27F3852CCC9230 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 1A4174891EF79AE1C8111D2E2F3334BF5CFE904BBE25B90EFC7B1531767D5C5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f8cd883daba7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.cs-CZ.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.da-DK.yaml new file mode 100644 index 000000000000..e6d89afb39da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.da-DK.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.de-DE.yaml new file mode 100644 index 000000000000..a0b643f0f6c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.de-DE.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.el-GR.yaml new file mode 100644 index 000000000000..796b7a644692 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.el-GR.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml new file mode 100644 index 000000000000..842608d3bf1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-US.yaml new file mode 100644 index 000000000000..b773b8dc23a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (sk) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.es-MX.yaml new file mode 100644 index 000000000000..83ba900ace6e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.es-MX.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml new file mode 100644 index 000000000000..f8c63fa140a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.hu-HU.yaml new file mode 100644 index 000000000000..cacc6ba41301 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.hu-HU.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ja-JP.yaml new file mode 100644 index 000000000000..89565d3eed7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ja-JP.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.nb-NO.yaml new file mode 100644 index 000000000000..ffe0ff930746 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.nb-NO.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml new file mode 100644 index 000000000000..fbd6b2460e5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml new file mode 100644 index 000000000000..bbfb72fa9da2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.locale.zh-CN.yaml new file mode 100644 index 000000000000..2b30cef6cdec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.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: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.yaml new file mode 100644 index 000000000000..2fb61275439d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.4/Mozilla.Firefox.sk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.installer.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.installer.yaml new file mode 100644 index 000000000000..aadbd07c03f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/szl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E4234CA16D9177EE290A48650BC6F682B4233C21D63E980D834C6EC7A65DFAE0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/szl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 40E9B6D7ABD93F4F5347A93C8AF818BF3D0521EC9833067620BAA558B2B2D0BB +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/szl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F59F816B40EDBAA83AC2D55E0F998CE05E271AC40CA63270362D51C284667F34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..cd9b54509fe7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.cs-CZ.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.da-DK.yaml new file mode 100644 index 000000000000..5d8c62bc80eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.da-DK.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.de-DE.yaml new file mode 100644 index 000000000000..4b689ae51722 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.de-DE.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.el-GR.yaml new file mode 100644 index 000000000000..953fe5243cc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.el-GR.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-GB.yaml new file mode 100644 index 000000000000..bb729057bd33 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-US.yaml new file mode 100644 index 000000000000..669171817e70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (szl) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.es-MX.yaml new file mode 100644 index 000000000000..f720448b8624 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.es-MX.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.fr-FR.yaml new file mode 100644 index 000000000000..236379adc5f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.hu-HU.yaml new file mode 100644 index 000000000000..ef7192173901 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.hu-HU.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ja-JP.yaml new file mode 100644 index 000000000000..b414a689299e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ja-JP.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.nb-NO.yaml new file mode 100644 index 000000000000..b75dbefcfe41 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.nb-NO.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ru-RU.yaml new file mode 100644 index 000000000000..042a54716cf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ta-IN.yaml new file mode 100644 index 000000000000..a5bf64c85bf0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.locale.zh-CN.yaml new file mode 100644 index 000000000000..ef63108233b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.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: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.yaml b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.yaml new file mode 100644 index 000000000000..6c78ea8378dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/szl/151.0.4/Mozilla.Firefox.szl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.szl +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.installer.yaml index 6d96f6e65672..e3726860aedd 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.783 +PackageVersion: 26.2.0.785 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.783.exe - InstallerSha256: 81163E26653F2A9BCEA650940DD333EB127D618B1CD2656402827191412570DB + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.2.0/Colibri_26.2.0-alpha.785.exe + InstallerSha256: D55A358B0309A872FFD8FAAA674DFFD8C651445B85C9D2AC510F3ACCCF74D4B9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.locale.en-US.yaml index 39fc3a214a4a..32b1d4fb61d9 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.783 +PackageVersion: 26.2.0.785 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.yaml similarity index 87% rename from manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.yaml index 73c4320e585a..5082e63ca63a 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.2.0.783/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.2.0.785/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.2.0.783 +PackageVersion: 26.2.0.785 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.installer.yaml similarity index 67% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.installer.yaml index 005dd5134e8a..fb4613693f7a 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.installer.yaml @@ -2,24 +2,24 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.22 +PackageVersion: 2026.06.10 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-05-22 +ReleaseDate: 2026-06-10 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.22/gallery-dl_windows_x86.exe - InstallerSha256: AED1324E741CDF674C6AF8FE4517D23C620A02EAA8408D63676714AEA310DAC5 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.10/gallery-dl_windows_x86.exe + InstallerSha256: 778F2E308B2ACA39896A6370379B995C231DD21F65A7B2CF5A859476F4AA5E0B Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.22/gallery-dl_windows.exe - InstallerSha256: B5F042166553A76273A6A0BE8C3DB3A812B5939CCC9ABC7151177E8CACF0E1F4 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.10/gallery-dl_windows.exe + InstallerSha256: 16D01BC649B791D8CB74363878B8C9765A2407DB0988D7D81E8E2099B7E6F69F Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 87% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.locale.en-US.yaml index 5b8d5f892bf6..bce50ac435d4 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.22 +PackageVersion: 2026.06.10 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: f164e48088 [twitter] support poll_choice_images cards (gh#9511) -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.05.22 +ReleaseNotes: c49230a040 [civitai] update file URLs (gh#9421) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.10 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.yaml similarity index 86% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.yaml index fb5d6d4eb249..d8256ef2c4dd 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.22/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.10/mikf.gallery-dl.Nightly.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.22 +PackageVersion: 2026.06.10 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 000000000000..36786f2b698e --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '224' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v224/llama-swap_224_windows_amd64.zip + InstallerSha256: 2E8AF2E7675C45456B84E1EDE0F7768755A1A77A69BFD92B3023469382E1D4FE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 000000000000..38a274498a55 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '224' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 0cfe5a6 Makefile,internal: fix websocket regression and other small things (#830) + - 44e1501 internal/process,server: fix unload regression (#828) + - 46cea36 proxy: remove legacy code. Thanks champ 🫡 (#822) + - ccfba0d docker: fix arm64 cpu image downloading amd64 llama-swap binary (#819) + - ddfae90 Change cron schedule for container builds +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v224 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.yaml new file mode 100644 index 000000000000..822cee83cdef --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/224/mostlygeek.llama-swap.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: mostlygeek.llama-swap +PackageVersion: '224' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.installer.yaml b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.installer.yaml new file mode 100644 index 000000000000..170d3ec9286c --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.1.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-mcp-windows-x86_64.exe + PortableCommandAlias: jirac-mcp +ReleaseDate: 2026-06-10 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/jira-mcp-v2.1.1/jirac-mcp-windows-x86_64.zip + InstallerSha256: 3d5d79a1145ac7293536641a202051ad8cf2ceca4cc71c86c3055f6e36f85626 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.locale.en-US.yaml b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.locale.en-US.yaml new file mode 100644 index 000000000000..388e7a458fe4 --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.1.1 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac-mcp +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Typed Jira MCP server built in Rust. +Description: jirac-mcp exposes Jira as typed MCP tools for editors and AI agents, with release archives for Windows, macOS, and Linux. +Moniker: jirac-mcp +Tags: + - jira + - atlassian + - cli + - mcp + - ai +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.yaml b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.yaml new file mode 100644 index 000000000000..168e624ac941 --- /dev/null +++ b/manifests/m/mulhamna/jirac-mcp/2.1.1/mulhamna.jirac-mcp.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac-mcp +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.installer.yaml b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.installer.yaml new file mode 100644 index 000000000000..fa665f3508ac --- /dev/null +++ b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.installer.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetAtWork.NoSpamProxyOutlookAddin +PackageVersion: 15.7.0.691 +Scope: machine +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://service.nospamproxy.de/file/OutlookAddinSetup/15.7 + InstallerSha256: 02FA175DA613F455E8FA3B8A135EAFDB371F4A711BCAB413C4C6EA6E6BEBCB8F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.Office + ProductCode: '{bd48a07e-7b8b-4122-a893-e91e6352572d}' + AppsAndFeaturesEntries: + - UpgradeCode: '{92297127-A55C-4EC0-9DA8-1BB9C906491C}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://service.nospamproxy.de/file/OutlookAddinSetup/15.7 + InstallerSha256: 02FA175DA613F455E8FA3B8A135EAFDB371F4A711BCAB413C4C6EA6E6BEBCB8F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.Office + ProductCode: '{bd48a07e-7b8b-4122-a893-e91e6352572d}' + AppsAndFeaturesEntries: + - UpgradeCode: '{92297127-A55C-4EC0-9DA8-1BB9C906491C}' +- Architecture: x86 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: OutlookAddinX86.msi + InstallerUrl: https://service.nospamproxy.de/file/OutlookAddinSetupMSI/15.7 + InstallerSha256: A4EF42228B18BC37B4C9D0A80C702016FA6E56BE6B561023C20DA58806A4DFFE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VSTOR + - PackageIdentifier: Microsoft.Office + ProductCode: '{CCC83C29-8E86-4819-B73F-132B4BA9CEB2}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AC4AC732-32ED-4A5C-9623-E28159870E65}' +- Architecture: x64 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: OutlookAddinX64.msi + InstallerUrl: https://service.nospamproxy.de/file/OutlookAddinSetupMSI/15.7 + InstallerSha256: A4EF42228B18BC37B4C9D0A80C702016FA6E56BE6B561023C20DA58806A4DFFE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VSTOR + - PackageIdentifier: Microsoft.Office + ProductCode: '{2204A360-150E-4684-9B63-ADF269F1EBA1}' + AppsAndFeaturesEntries: + - UpgradeCode: '{AC4AC732-32ED-4A5C-9623-E28159870E65}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.locale.en-US.yaml b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.locale.en-US.yaml new file mode 100644 index 000000000000..c5a6d8a986f9 --- /dev/null +++ b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.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: NetAtWork.NoSpamProxyOutlookAddin +PackageVersion: 15.7.0.691 +PackageLocale: en-US +Publisher: Net at Work GmbH +PublisherUrl: https://www.nospamproxy.de/en/ +PublisherSupportUrl: https://www.nospamproxy.de/en/support/support-request/ +PrivacyUrl: https://www.nospamproxy.de/en/privacy-policy/ +Author: Net at Work GmbH +PackageName: NoSpamProxy Outlook add-in +PackageUrl: https://www.nospamproxy.de/en/download/ +License: Proprietary +LicenseUrl: https://www.nospamproxy.de/en/license-agreement/ +Copyright: © 2026 Net at Work GmbH +CopyrightUrl: https://www.nospamproxy.de/en/license-agreement/ +ShortDescription: NoSpamProxy Outlook add-in for secure email communication +Description: |- + Functions of the Outlook Add-In when composing emails + - Automatic Encryption| Enables the delivery of encrypted emails to recipients who do not have cryptographic keys in their possession. NoSpamProxy Encryption automatically selects the appropriate delivery method nd delivers the email securely. + - PDF Mail| Converts the email content with all attachments into a PDF document and secures this document with a password. This allows you to securely deliver emails with all attachments even to recipients without cryptographic keys. + - S/MIME or PGP| Allows the signature and encryption of emails using cryptographic keys such as PGP key pairs or S/MIME certificates. + - Large Files| Transfers large files via the NoSpamProxy Web Portal. Instead of the file, a link is attached to the email, with the help of which the recipient(s) of the email can download the files secured by SSL. The link can be protected by a password. + - De-Mail: Displays all the delivery options available to you for De-Mail delivery. + Functions of the Outlook Add-In when reading emails + - Decrypting PDF attachments| Decrypts password-protected PDF attachments and removes passwords. + - Deleting passwords| Deletes previously saved PDF decryption passwords. +ReleaseNotesUrl: https://docs.nospamproxy.com/Server/15/Suite/en-gb/Content/release-notes/overview-server.htm +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.nospamproxy.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.locale.zh-CN.yaml b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.locale.zh-CN.yaml new file mode 100644 index 000000000000..a1a614731971 --- /dev/null +++ b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.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: NetAtWork.NoSpamProxyOutlookAddin +PackageVersion: 15.7.0.691 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: NoSpamProxy Outlook 加载项,用于安全的电子邮件通信。 +Description: |- + 撰写邮件时 Outlook 插件的功能 + - 自动加密 | 支持向未持有加密密钥的收件人发送加密邮件。NoSpamProxy 加密系统自动选择最佳投递方式,确保邮件安全送达。 + - PDF 邮件 | 将邮件内容及所有附件转换为 PDF 文档,并通过密码保护。即使收件人没有加密密钥,也能安全接收带附件的邮件。 + - S/MIME 或 PGP | 支持使用 PGP 密钥对或 S/MIME 证书对邮件进行签名和加密。 + - 大文件传输 | 通过 NoSpamProxy 网页门户传输大文件。邮件中附加下载链接(SSL 加密保护),收件人可通过链接下载文件,链接可设置密码保护。 + - De-Mail | 显示所有可用的 De-Mail 投递选项。 + 阅读邮件时 Outlook 插件的功能 + - 解密 PDF 附件 | 解密受密码保护的 PDF 附件并移除密码。 + - 删除密码 | 清除之前保存的 PDF 解密密码。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.nospamproxy.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.yaml b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.yaml new file mode 100644 index 000000000000..f7bf42b8de5c --- /dev/null +++ b/manifests/n/NetAtWork/NoSpamProxyOutlookAddin/15.7.0.691/NetAtWork.NoSpamProxyOutlookAddin.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: NetAtWork.NoSpamProxyOutlookAddin +PackageVersion: 15.7.0.691 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.installer.yaml b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.installer.yaml new file mode 100644 index 000000000000..ba32555b681c --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.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: NetEase.LobsterAI +PackageVersion: 2026.6.10 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 63515710-f48a-5414-a457-1d6072fae8c4 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.6.10/LobsterAI--win-x64.exe + InstallerSha256: 6CB06E9FDB15094E6DF5E5D0BBBE9395E49D8510D4CD6EC00B883183344663C8 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.6.10/LobsterAI--win-x64.exe + InstallerSha256: 6CB06E9FDB15094E6DF5E5D0BBBE9395E49D8510D4CD6EC00B883183344663C8 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.en-US.yaml b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.en-US.yaml new file mode 100644 index 000000000000..d1db2819f1b9 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.en-US.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: NetEase.LobsterAI +PackageVersion: 2026.6.10 +PackageLocale: en-US +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageUrl: https://lobsterai.youdao.com/#/en/index +ShortDescription: A 24/7 personal assistant Agent that gets things done +Description: |- + LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks — data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more. + At its core is Cowork mode — it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also chat with agent via Telegram, Discord, DingTalk or Feishu (Lark) and get work done from your phone anytime, anywhere. + Key Features + - All-in-One Productivity Assistant — Data analysis, PPT creation, video generation, document writing, web search, email — covers the full range of daily work + - Local + Sandbox Execution — Run tasks directly on your machine or in an isolated Alpine Linux sandbox + - Built-in Skills — Office document generation, web search, Playwright automation, Remotion video generation, and more + - Windows Built-in Python Runtime — Windows packages bundle a ready-to-use Python interpreter runtime; Python skill dependencies can be installed on demand + - Scheduled Tasks — Create recurring tasks via conversation or the GUI — daily news digests, inbox cleanup, periodic report generation, and more + - Persistent Memory — Automatically extracts user preferences and personal facts from conversations, remembers your habits across sessions, and gets smarter the more you use it + - Mobile via IM — Control your Agent remotely from your phone through Telegram, Discord, DingTalk, or Feishu + - Permission Gating — All tool invocations require explicit user approval before execution + - Cross-Platform — macOS (Intel + Apple Silicon), Windows, Linux desktop, plus mobile coverage via IM + - Local Data — SQLite storage keeps your chat history and configuration on your device +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://lobsterai.youdao.com/#/en/changelog +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://lobsterai.youdao.com/#/en/docs/lobsterai_user_manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.zh-CN.yaml b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..465d165b1e18 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.locale.zh-CN.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.6.10 +PackageLocale: zh-CN +Publisher: LobsterAI +PublisherUrl: https://www.youdao.com/ +PublisherSupportUrl: https://github.com/netease-youdao/LobsterAI/issues +Author: 网易有道信息技术(北京)有限公司 +PackageName: LobsterAI +PackageUrl: https://lobsterai.youdao.com/ +License: MIT +LicenseUrl: https://github.com/netease-youdao/LobsterAI/blob/HEAD/LICENSE +Copyright: © 2026 NetEase Youdao +CopyrightUrl: https://c.youdao.com/dict/hardware/lobsterai/lobsterai_service.html +ShortDescription: 一个 7×24 小时帮你干活的全场景个人助理 Agent +Description: |- + LobsterAI 是由网易有道开发的全场景个人助理 Agent。它 7×24 小时待命,能够帮你完成日常办公中的各类事务 —— 数据分析、制作 PPT、生成视频、撰写文档、搜索信息、收发邮件、定时任务,以及更多。 + LobsterAI 的核心是 Cowork 模式,它能在本地或沙箱环境中执行工具、操作文件、运行命令,一切都在你的监督下自主完成。此外,LobsterAI 支持通过钉钉、飞书、Telegram、Discord 等 IM 平台远程触发,让你在手机上也能随时指挥 Agent 工作。 + 核心特性 + - 全场景办公助理 — 数据分析、PPT 制作、视频生成、文档撰写、Web 搜索、邮件收发,覆盖日常办公全流程 + - 本地 + 沙箱执行 — 任务执行支持本地直接运行或隔离的 Alpine Linux 沙箱 + - 内置技能 — 包括 Office 文档生成、Web 搜索、Playwright 自动化、Remotion 视频生成等 + - Windows 内置 Python 运行时 — Windows 安装包内置可直接使用的 Python 解释器运行时;Python 技能依赖可按需安装 + - 定时任务 — 支持对话式发起或 GUI 界面添加定时任务,如每日新闻收集、邮箱整理、周期性报告生成等 + - 持久记忆 — 自动从对话中提取用户偏好与个人信息,跨会话记住你的习惯,越用越懂你 + - IM 远程操控 — 通过钉钉、飞书、Telegram、Discord 在手机端随时触发 Agent + - 权限门控 — 所有敏感工具调用需用户明确批准后执行 + - 跨平台 — macOS(Intel + Apple Silicon)、Windows、Linux 桌面端,配合 IM 实现移动端覆盖 + - 数据本地化 — SQLite 本地存储,聊天记录和配置不离开你的设备 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + What's Changed + - feat(data-migration): add user data backup and restore by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2125 + - feat(auth): add local callback login flow by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2122 + - feat(settings): surface OpenClaw gateway URL and refine runtime status by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2123 + - chore: enhance test mode by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2124 + - fix(data-migration): restore data in place and preserve runtime locks by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2126 + - fix(auth): improve Windows focus after callback login by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2127 + - chore(auth): add login callback diagnostics by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2129 + - feat(cowork): add task completion notifications by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2130 + - Liuzhq/task complete notice by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2134 + - chore: temporary close databackup by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2135 + - feature: data backup and migration by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2136 + - fix: fix export and code copy bugs by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2133 + - fix(data-migration): exclude dictionaries and openclaw logs from backup and restore by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2137 + - fix(data-migration): preserve target backups, cowork, runtimes and mcp-packages on restore by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2138 + - feat(ui): refine markdown, code block, and model selector styling by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2139 + - release: 2026.6.8 — data backup & migration, local callback login, task notifications by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2140 + - fix: fix windows update in app by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2141 + Full Changelog: https://github.com/netease-youdao/LobsterAI/compare/2026.6.5...2026.6.10 +ReleaseNotesUrl: https://github.com/netease-youdao/LobsterAI/releases/tag/2026.6.10 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://lobsterai.youdao.com/#/docs/lobsterai_user_manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.yaml b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.yaml new file mode 100644 index 000000000000..362b98fdb403 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.10/NetEase.LobsterAI.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.LobsterAI +PackageVersion: 2026.6.10 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.installer.yaml b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.installer.yaml new file mode 100644 index 000000000000..980d1cf05465 --- /dev/null +++ b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.installer.yaml @@ -0,0 +1,18 @@ +# Created using winget-pkgs manifest spec 1.6.0 +PackageIdentifier: NoirArchitects.Ncored +PackageVersion: 2026.2.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-27 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/NoirArchitects/ncored-app/releases/download/v2026.2.4/Ncored-Setup-2026.2.4.exe + InstallerSha256: A19BE71EF0C8F22523A4FA202E51687E16469A74EA77265A9943E06353A4A13F +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.locale.en-US.yaml b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.locale.en-US.yaml new file mode 100644 index 000000000000..1365bec2f7be --- /dev/null +++ b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using winget-pkgs manifest spec 1.6.0 +PackageIdentifier: NoirArchitects.Ncored +PackageVersion: 2026.2.4 +PackageLocale: en-US +Publisher: Noir architects +PublisherUrl: https://www.noirarchitects.lt/ +PublisherSupportUrl: https://ncored.com/ +PrivacyUrl: https://ncored.com/ncored_privacy.html +Author: Noir architects +PackageName: Ncored +PackageUrl: https://ncored.com/ +License: Proprietary +LicenseUrl: https://ncored.com/ncored_terms.html +Copyright: Copyright 2026 Noir architects +ShortDescription: Fast PDF viewer for large construction drawings +Description: |- + Ncored is a fast desktop PDF viewer and markup tool built specifically for architects, structural engineers, mechanical and electrical engineers, BIM coordinators, and construction managers who open very large (50 to 220 MB) construction drawing PDFs every day. + + The product is intentionally narrower in scope than general-purpose PDF suites. The focus is the specific moment a professional opens a heavy construction drawing exported from ArchiCAD, Revit, AutoCAD, Vectorworks, or SketchUp Layout, and needs to scroll, zoom, mark up, and search it without the freezes that typically occur in general-purpose PDF tools. + + Markup and annotation tools produce standards-compliant PDF output that survives in any conforming PDF viewer. Includes in-place text editing, image cleanup, full-text search across hundreds of pages, and configurable PDF compression. +Moniker: ncored +Tags: + - pdf + - pdf-viewer + - pdf-editor + - construction + - architecture + - engineering + - cad + - bim + - markup + - annotation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.yaml b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.yaml new file mode 100644 index 000000000000..a41b13465e45 --- /dev/null +++ b/manifests/n/NoirArchitects/Ncored/2026.2.4/NoirArchitects.Ncored.yaml @@ -0,0 +1,6 @@ +# Created using winget-pkgs manifest spec 1.6.0 +PackageIdentifier: NoirArchitects.Ncored +PackageVersion: 2026.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.installer.yaml b/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.installer.yaml deleted file mode 100644 index 3c7744c66d34..000000000000 --- a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# 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: nukeop.nuclear -PackageVersion: 1.39.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: nullsoft -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -ProductCode: Nuclear -ReleaseDate: 2026-06-01 -AppsAndFeaturesEntries: -- DisplayName: Nuclear - Publisher: nuclearplayer - ProductCode: Nuclear -InstallationMetadata: - DefaultInstallLocation: '%LocalAppData%\Nuclear' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/nukeop/nuclear/releases/download/player@1.39.0/Nuclear_1.39.0_x64-setup.exe - InstallerSha256: 941ED79AFA079C2893F13D3D8A53CE6312F39674C807B8583B22A460F737F7E0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.locale.en-US.yaml b/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.locale.en-US.yaml deleted file mode 100644 index 1fc07dd37d26..000000000000 --- a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.locale.en-US.yaml +++ /dev/null @@ -1,54 +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: nukeop.nuclear -PackageVersion: 1.39.0 -PackageLocale: en-US -Publisher: nukeop -PublisherUrl: https://github.com/nukeop -PublisherSupportUrl: https://github.com/nukeop/nuclear/issues -Author: nukeop -PackageName: nuclear -PackageUrl: https://github.com/nukeop/nuclear -License: AGPL-3.0 -LicenseUrl: https://github.com/nukeop/nuclear/blob/HEAD/LICENSE -Copyright: Copyright (c) nukeop 2021 -CopyrightUrl: https://raw.githubusercontent.com/nukeop/nuclear/master/LICENSE -ShortDescription: Streaming music player that finds free music for you. -Description: |- - nuclear is a free music streaming program that pulls content from free sources all over the internet. - Features - • Searching for and playing music from YouTube (including integration with playlists and SponsorBlock), Jamendo, Audius and SoundCloud - • Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes) - • Song queue, which can be exported as a playlist - • Loading saved playlists (stored in json files) - • Scrobbling to last.fm (along with updating the 'now playing' status) - • Newest releases with reviews - tracks and albums - • Browsing by genre - • Radio mode (automatically queue similar tracks) - • Unlimited downloads (powered by youtube) - • Realtime lyrics - • Browsing by popularity - • List of favorite tracks - • Listening from local library - • No accounts - • No ads - • No CoC - • No CLA -Moniker: nuclear-music -Tags: -- cross-platform -- electron -- foss -- music -- music-player -- stream -- streaming -- youtube -ReleaseNotes: |- - What's New in v1.39.0 - - Feature: The window now remembers its size, position, and maximized state between restarts UI - @nukeop - > macOS: If the app won't open, run sudo xattr -r -d com.apple.quarantine /Applications/Nuclear.app in Terminal. -ReleaseNotesUrl: https://github.com/nukeop/nuclear/releases/tag/player@1.39.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.installer.yaml b/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.installer.yaml index 1920e646cd5d..ee4ed1b74567 100644 --- a/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.installer.yaml +++ b/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.installer.yaml @@ -13,6 +13,7 @@ Protocols: - octoparse-share FileExtensions: - otd +ReleaseDate: 2026-06-08 Installers: - Architecture: x64 InstallerUrl: https://client-resource.octoparse.com/client/en-US/win-x64/Octoparse%20Setup%2010.0.2.exe diff --git a/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.locale.en-US.yaml b/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.locale.en-US.yaml index b9bdee62ddf4..ea9ff07fdcc7 100644 --- a/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.locale.en-US.yaml +++ b/manifests/o/OctopusData/Octoparse/10.0.2/OctopusData.Octoparse.locale.en-US.yaml @@ -21,6 +21,9 @@ Tags: - scrape - spider - web +ReleaseNotes: |- + Bug Fixes + - Fixed a bug in the Auto-detect algorithm. ReleaseNotesUrl: https://www.octoparse.com/download PurchaseUrl: https://www.octoparse.com/pricing Documentations: diff --git a/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.installer.yaml b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.installer.yaml new file mode 100644 index 000000000000..dd883af185e8 --- /dev/null +++ b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.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: OpenJS.Electron.40 +PackageVersion: 40.10.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v40.10.3/electron-v40.10.3-win32-ia32.zip + InstallerSha256: EEC76DD88274A80A85516439EA3B268BC08696EB96B60EC6BBBBD8DE3226F8DF +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v40.10.3/electron-v40.10.3-win32-x64.zip + InstallerSha256: 50BBB5A88F8553EC2D0219E7019FF391F5CC6E2AF7795007AC27AE4A2EE73B0B +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v40.10.3/electron-v40.10.3-win32-arm64.zip + InstallerSha256: B474310F7E1A22CDB1A11C994179334F7903AE12315CEC0324718B2F2D0ED052 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.locale.en-US.yaml b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.locale.en-US.yaml new file mode 100644 index 000000000000..fc868ce2e0b6 --- /dev/null +++ b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.40 +PackageVersion: 40.10.3 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v40.10.3 + Other Changes + - Security: backported fixes for CVE-2026-9110, CVE-2026-9111, CVE-2026-9112, CVE-2026-9113, CVE-2026-9114, CVE-2026-9115, CVE-2026-9116, CVE-2026-9117, CVE-2026-9118, CVE-2026-9119, CVE-2026-9120, CVE-2026-9121, CVE-2026-9122, CVE-2026-9124, CVE-2026-9126. #51907 +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v40.10.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.yaml b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.yaml new file mode 100644 index 000000000000..c8570cb4c1cb --- /dev/null +++ b/manifests/o/OpenJS/Electron/40/40.10.3/OpenJS.Electron.40.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: OpenJS.Electron.40 +PackageVersion: 40.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.installer.yaml b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.installer.yaml new file mode 100644 index 000000000000..e04ab114449b --- /dev/null +++ b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.41 +PackageVersion: 41.7.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe + PortableCommandAlias: electron +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.7.2/electron-v41.7.2-win32-ia32.zip + InstallerSha256: A347ED6C200CD39F5D68888E83CD9E58B7386E515EDFAB2EC339D26979046B71 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.7.2/electron-v41.7.2-win32-x64.zip + InstallerSha256: 5984DFBBD23907DC7544CCB7BB922FC5FD7C95FA5D347B14E8E2C37A5BF9BF38 +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v41.7.2/electron-v41.7.2-win32-arm64.zip + InstallerSha256: CCB88C5EE02CBBC9DB41BEC5C5CA061916CDBE17705C6559EA3B7F9F2589689E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.locale.en-US.yaml b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.locale.en-US.yaml new file mode 100644 index 000000000000..8737330370b0 --- /dev/null +++ b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.41 +PackageVersion: 41.7.2 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PrivacyUrl: https://privacy-policy.openjsf.org/ +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v41.7.2 + Fixes + - Fixed an issue on Linux and Windows where frameless windows would shrink when calling win.center(). Additionally, fixed an issue where frameless windows would appear slightly off-center on Windows. #51919 ^{(Also in 42, 43)} + - Fixed an issue where the "Toggle Developer Tools" menu item failed to function correctly with BaseWindow. #51902 ^{(Also in 42, 43)} + Other Changes + - Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51851 ^{(Also in 42, 43)} + - Security: backported fixes for CVE-2026-9110, CVE-2026-9111, CVE-2026-9114, CVE-2026-9115, CVE-2026-9116, CVE-2026-9117, CVE-2026-9118, CVE-2026-9120, CVE-2026-9121, CVE-2026-9122, CVE-2026-9124, CVE-2026-9126. #51906 +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v41.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.yaml b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.yaml new file mode 100644 index 000000000000..be7b55ad2d61 --- /dev/null +++ b/manifests/o/OpenJS/Electron/41/41.7.2/OpenJS.Electron.41.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: OpenJS.Electron.41 +PackageVersion: 41.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.installer.yaml b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.installer.yaml new file mode 100644 index 000000000000..9c7699dd6211 --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.42 +PackageVersion: 42.4.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: electron.exe + PortableCommandAlias: electron +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.4.0/electron-v42.4.0-win32-ia32.zip + InstallerSha256: 06C1CD7D72C0B645DE602A9EC8A812552747C96152DF8023D6F0C567DBDD2A37 +- Architecture: x64 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.4.0/electron-v42.4.0-win32-x64.zip + InstallerSha256: FFC056685B4A769D7977EF3D58BDC332446D081F025EE074D77B498D2962E2CD +- Architecture: arm64 + InstallerUrl: https://github.com/electron/electron/releases/download/v42.4.0/electron-v42.4.0-win32-arm64.zip + InstallerSha256: 5D576F908C9E88209DFE8A17F7E84C4949288C2EF611637C301D562BC8D08D61 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.locale.en-US.yaml b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.locale.en-US.yaml new file mode 100644 index 000000000000..9a36e554140e --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenJS.Electron.42 +PackageVersion: 42.4.0 +PackageLocale: en-US +Publisher: OpenJS Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/electron/electron/issues +PrivacyUrl: https://privacy-policy.openjsf.org/ +PackageName: Electron +PackageUrl: https://www.electronjs.org/ +License: MIT +LicenseUrl: https://github.com/electron/electron/blob/HEAD/LICENSE +ShortDescription: Build cross-platform desktop apps with JavaScript, HTML, and CSS. +Moniker: electron +Tags: +- c-plus-plus +- chrome +- css +- electron +- html +- javascript +- nodejs +- v8 +- works-with-codespaces +ReleaseNotes: |- + Release Notes for v42.4.0 + Fixes + - Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed. #51916 ^{(Also in 43)} + - Fixed an issue on Linux and Windows where frameless windows would shrink when calling win.center(). Additionally, fixed an issue where frameless windows would appear slightly off-center on Windows. #51921 ^{(Also in 41, 43)} + - Fixed an issue where the "Toggle Developer Tools" menu item failed to function correctly with BaseWindow. #51903 ^{(Also in 41, 43)} + - Fixed sandboxed preload scripts running a stale cached version after the script was modified without its file size changing. #51933 ^{(Also in 43)} + - Fixed the context menu in a detached DevTools window focusing the inspected page's window instead of the DevTools window. #51864 ^{(Also in 43)} + Other Changes + - Backported fixes from upstream Chromium and V8. #51934 + - Security: backported fixes for CVE-2026-9115, CVE-2026-9116. #51904 + - Updated Chromium to 148.0.7778.254. #51878 + - Updated Node.js to v24.16.0. #51747 +ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v42.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.yaml b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.yaml new file mode 100644 index 000000000000..c3558c99967e --- /dev/null +++ b/manifests/o/OpenJS/Electron/42/42.4.0/OpenJS.Electron.42.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: OpenJS.Electron.42 +PackageVersion: 42.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.installer.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.installer.yaml new file mode 100644 index 000000000000..824f30ce48ee --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.4.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{CF86B9E7-AB07-477B-8987-523755625E72}' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- Publisher: orcasvn + ProductCode: '{CF86B9E7-AB07-477B-8987-523755625E72}' + UpgradeCode: '{4233BBB1-954B-584D-B888-52C9D6B242CF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OrcaSVN' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wustites/OrcaSVN/releases/download/v0.4.0/OrcaSVN_0.4.0_x64_en-US.msi + InstallerSha256: ABA8F321BBD3FB351D06EEE15F182FD7E26FBD8F12C0401B590215EB48A30EB2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.en-US.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.en-US.yaml new file mode 100644 index 000000000000..c3589bf0db6f --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: A modern SVN client built with Tauri, Vue 3, and TypeScript +Description: OrcaSVN is a modern SVN workbench that provides a graphical interface for managing Subversion repositories. Built with Tauri for native performance, Vue 3 for the frontend, and TypeScript for type safety. Features include workspace management, commit, update, diff, blame, log viewing, and more. +Tags: +- git-alternative +- subversion +- svn +- tauri +- typescript +- version-control +- vue +ReleaseNotes: Desktop builds for Windows, Linux, and macOS. +ReleaseNotesUrl: https://github.com/wustites/OrcaSVN/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3cb7bc1416d --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.4.0 +PackageLocale: zh-CN +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/main/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: 基于 Tauri、Vue 3 和 TypeScript 构建的现代 SVN 客户端 +Description: OrcaSVN 是一个现代的 SVN 工作台,提供图形界面来管理 Subversion 仓库。基于 Tauri 构建以获得原生性能,使用 Vue 3 作为前端框架,TypeScript 确保类型安全。功能包括工作区管理、提交、更新、差异对比、注释查看、日志查看等。 +Tags: +- subversion +- svn +- tauri +- typescript +- vue +- 版本控制 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.yaml similarity index 76% rename from manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.yaml rename to manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.yaml index 4b99925e51c6..b7b3ca1d3250 100644 --- a/manifests/n/nukeop/nuclear/1.39.0/nukeop.nuclear.yaml +++ b/manifests/o/OrcaSVN/OrcaSVN/0.4.0/OrcaSVN.OrcaSVN.yaml @@ -1,8 +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: nukeop.nuclear -PackageVersion: 1.39.0 +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.installer.yaml b/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.installer.yaml deleted file mode 100644 index cdd930a72e56..000000000000 --- a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.BatteryMon -PackageVersion: '2.1' -InstallerLocale: en-US -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ProductCode: BatteryMon_is1 -ReleaseDate: 2017-08-07 -AppsAndFeaturesEntries: -- ProductCode: BatteryMon_is1 -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\BatteryMon' -Installers: -- Architecture: x86 - InstallerUrl: https://www.passmark.com/downloads/batmon.exe - InstallerSha256: 79D1A478B37597C77B17FA68634BE367A094AB44D4DA88FD674ADEC1E4753079 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.en-US.yaml b/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.en-US.yaml deleted file mode 100644 index 6c9da1d1e762..000000000000 --- a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.BatteryMon -PackageVersion: '2.1' -PackageLocale: en-US -Publisher: PassMark Software -PublisherUrl: https://www.passmark.com/ -PublisherSupportUrl: https://www.passmark.com/support/ -PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php -Author: PassMark Software -PackageName: BatteryMon -PackageUrl: https://www.passmark.com/products/batmon/ -License: Freeware -LicenseUrl: https://www.passmark.com/legal/disclaimer.php -Copyright: Copyright 2017 PassMark (TM) Software -ShortDescription: Monitor the battery charge level in laptop computer and UPS's -Description: |- - BatteryMon can graph your batteries charge levels in real time, alongside an extrapolated trend line and comparison trend line. - - A log file is maintained of the battery charge level and other statistics for later analysis. - - Typical users include portable computer repair centers, system integrators, server administrators who must manage laptops and, home users trying to diagnose battery problems. -Tags: -- battery -- charge -- discharge -- power -- supply -- ups -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.zh-CN.yaml b/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.zh-CN.yaml deleted file mode 100644 index 00cf4da0de85..000000000000 --- a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.BatteryMon -PackageVersion: '2.1' -PackageLocale: zh-CN -Publisher: PassMark Software -PublisherUrl: https://www.passmark.com/ -PublisherSupportUrl: https://www.passmark.com/support/ -PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php -Author: PassMark Software -PackageName: BatteryMon -PackageUrl: https://www.passmark.com/products/batmon/ -License: 免费软件 -LicenseUrl: https://www.passmark.com/legal/disclaimer.php -Copyright: Copyright 2017 PassMark (TM) Software -ShortDescription: 监测笔记本电脑和 UPS 的电池充电水平 -Tags: -- ups -- 供电 -- 充电 -- 放电 -- 电池 -- 电源 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.installer.yaml b/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.installer.yaml deleted file mode 100644 index 1a6458acae29..000000000000 --- a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Automatically updated by the winget bot at 2025/Aug/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.DiskCheckup -PackageVersion: 3.6.1001.0 -InstallerType: inno -Scope: machine -UpgradeBehavior: install -ReleaseDate: 2022-07-05 -Installers: -- Architecture: x86 - InstallerUrl: https://www.passmark.com/downloads/diskcheckup.exe - InstallerSha256: F61FDD007189A1E1991327C1982A3D1EEB97CAB73105909BBB99E462E45A579B - ProductCode: DiskCheckup_is1 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.en-US.yaml b/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.en-US.yaml deleted file mode 100644 index 275f96929bbc..000000000000 --- a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2025/Aug/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.DiskCheckup -PackageVersion: 3.6.1001.0 -PackageLocale: en-US -Publisher: PassMark Software -PublisherUrl: https://www.passmark.com/ -PublisherSupportUrl: https://www.passmark.com/support/index.php -PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php -Author: PassMark Software -PackageName: DiskCheckup -PackageUrl: https://www.passmark.com/products/diskcheckup/ -License: Proprietary -Copyright: Copyright © 2006-2022 -CopyrightUrl: https://www.passmark.com/legal/disclaimer.php -ShortDescription: SMART hard drive monitoring utility -Description: View and monitor a hard disk drives SMART attributes and other information -Tags: -- disk -- drive -- hard-disk -- hard-disk-drive -- hdd -- monitor -- smart -PurchaseUrl: https://www.passmark.com/sales/cart.php?add&id=PM019&qty=1 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.zh-CN.yaml b/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.zh-CN.yaml deleted file mode 100644 index fb40020fd60c..000000000000 --- a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.locale.zh-CN.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2025/Aug/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.DiskCheckup -PackageVersion: 3.6.1001.0 -PackageLocale: zh-CN -Publisher: PassMark Software -PublisherUrl: https://www.passmark.com/ -PublisherSupportUrl: https://www.passmark.com/support/index.php -PrivacyUrl: https://www.passmark.com/legal/privacy-policy.php -Author: PassMark Software -PackageName: DiskCheckup -PackageUrl: https://www.passmark.com/products/diskcheckup/ -License: 专有软件 -Copyright: Copyright © 2006-2022 -CopyrightUrl: https://www.passmark.com/legal/disclaimer.php -ShortDescription: SMART 硬盘监控工具 -Description: 查看和监控硬盘驱动器的 SMART 属性和其它信息 -Tags: -- smart -- 监控 -- 硬盘 -- 磁盘 -PurchaseUrl: https://www.passmark.com/sales/cart.php?add&id=PM019&qty=1 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.yaml b/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.yaml deleted file mode 100644 index 2bdd11abaf2b..000000000000 --- a/manifests/p/PassmarkSoftware/DiskCheckup/3.6.1001.0/PassmarkSoftware.DiskCheckup.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2025/Aug/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.DiskCheckup -PackageVersion: 3.6.1001.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.installer.yaml b/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.installer.yaml deleted file mode 100644 index e36cbd8ae8dc..000000000000 --- a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: PassmarkSoftware.Fragger -PackageVersion: "1.0" -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://www.passmark.com/downloads/fragger-setup.exe - InstallerSha256: 26FE38B722DBC645EED532ABECA14EECB98589414F925D5EFB1EC0E39BEF5382 -ManifestType: installer -ManifestVersion: 1.4.0 diff --git a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.locale.en-US.yaml b/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.locale.en-US.yaml deleted file mode 100644 index 1f29c6324828..000000000000 --- a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: PassmarkSoftware.Fragger -PackageVersion: "1.0" -PackageLocale: en-US -Publisher: PassMark Software -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: PassMark Fragger -# PackageUrl: -License: Proprietary -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Fragment and defragment files in a controlled environment with user-selected settings. Benchmark performance of third party defrag tools! -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.4.0 diff --git a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.yaml b/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.yaml deleted file mode 100644 index b0f0402a46b4..000000000000 --- a/manifests/p/PassmarkSoftware/Fragger/1.0/PassmarkSoftware.Fragger.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: PassmarkSoftware.Fragger -PackageVersion: "1.0" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.4.0 diff --git a/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.installer.yaml b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.installer.yaml new file mode 100644 index 000000000000..373e2f4cb1b0 --- /dev/null +++ b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.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: PiersSinclair.CardPool +PackageVersion: 1.2.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cpool.exe + PortableCommandAlias: cpool +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/piers-sinclair/cardpool/releases/download/v1.2.3/cpool-win-x64.zip + InstallerSha256: 4FD9D1B860AE78722DFDF00D1D0B9E45136302366FFA1B0A0040365AB4D585F4 +- Architecture: arm64 + InstallerUrl: https://github.com/piers-sinclair/cardpool/releases/download/v1.2.3/cpool-win-arm64.zip + InstallerSha256: 29348EFD6865A63FC6D51BBEA0DD205FA4E60BB06FF4E4A68AF8F3C570AC9A14 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-31 diff --git a/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.locale.en-US.yaml b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.locale.en-US.yaml new file mode 100644 index 000000000000..6e350bb88bbe --- /dev/null +++ b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PiersSinclair.CardPool +PackageVersion: 1.2.3 +PackageLocale: en-US +Publisher: Piers Sinclair +PublisherUrl: https://github.com/piers-sinclair +PublisherSupportUrl: https://github.com/piers-sinclair/cardpool/issues +Author: Piers Sinclair +PackageName: CardPool +PackageUrl: https://github.com/piers-sinclair/cardpool +License: MIT +LicenseUrl: https://github.com/piers-sinclair/cardpool/blob/main/LICENSE +ShortDescription: Card pool generator originally built for the 25 Format +Description: Card pool generator for trading card games, originally built for the 25 Format community. Fetches card data from YGOProDeck, enriches it with errata history from Yugipedia, applies configurable word-count rules, and exports eligible card pools to Excel/CSV. Join us at discord.gg/wDXgNHukb. +Tags: +- tcg +- card-pool +- 25-format +- cli +ReleaseNotesUrl: https://github.com/piers-sinclair/cardpool/releases/tag/v1.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.yaml b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.yaml new file mode 100644 index 000000000000..fc50b91f7fb0 --- /dev/null +++ b/manifests/p/PiersSinclair/CardPool/1.2.3/PiersSinclair.CardPool.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: PiersSinclair.CardPool +PackageVersion: 1.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.installer.yaml b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.installer.yaml new file mode 100644 index 000000000000..404430593aef --- /dev/null +++ b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PresenceJam.PresenceJam +PackageVersion: 2.6.3 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{D188D3AB-D894-4148-B5FD-7C26378A74B0}' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- Publisher: presencejam + ProductCode: '{D188D3AB-D894-4148-B5FD-7C26378A74B0}' + UpgradeCode: '{72C2B806-ED84-559F-8C03-E31D5D972139}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PresenceJam' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Carme99/PresenceJam-Desktop/releases/download/v2.6.3/PresenceJam_2.6.3_x64_en-US.msi + InstallerSha256: 984E2BE8F65239841E7C59C28EFF82EBA4DDFE14485D5A1F22F959A5008B9BA5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.locale.en-US.yaml b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.locale.en-US.yaml new file mode 100644 index 000000000000..6254d76a84de --- /dev/null +++ b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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: PresenceJam.PresenceJam +PackageVersion: 2.6.3 +PackageLocale: en-US +Publisher: PresenceJam +PublisherUrl: https://github.com/Carme99/PresenceJam-Desktop +PublisherSupportUrl: https://github.com/Carme99/PresenceJam-Desktop/issues +Author: PresenceJam +PackageName: PresenceJam +PackageUrl: https://github.com/Carme99/PresenceJam-Desktop +License: MIT +LicenseUrl: https://github.com/Carme99/PresenceJam-Desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 PresenceJam +ShortDescription: Spotify to Teams Status Sync +Description: Automatically syncs your currently playing Spotify track to your Microsoft Teams status message. Set a custom status message using placeholders like {artist}, {track}, {album}, and {emoji}. +Moniker: presencejam +Tags: +- microsoft +- presence +- productivity +- spotify +- status +- teams +ReleaseNotes: |- + What's Changed + - fix: v2.6.3 — onboarding race, autostart ENOENT, JWT log leak, build version by @Carme99 in #64 + Full Changelog: v2.6.2...v2.6.3 +ReleaseNotesUrl: https://github.com/Carme99/PresenceJam-Desktop/releases/tag/v2.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.yaml b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.yaml new file mode 100644 index 000000000000..f19530fe3d8d --- /dev/null +++ b/manifests/p/PresenceJam/PresenceJam/2.6.3/PresenceJam.PresenceJam.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: PresenceJam.PresenceJam +PackageVersion: 2.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.installer.yaml b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.installer.yaml new file mode 100644 index 000000000000..a53272daf03c --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- bgtcp +ProductCode: a2e12094-de70-5fd8-a51b-e0af80e4a364 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://release.flowprompter.app/flowprompter/FlowPrompter_1.6.5.exe + InstallerSha256: AA52E57C08132D5D8146F385794215FB98D7D7B3F909D368A43CA7671EFAB318 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.en-US.yaml b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.en-US.yaml new file mode 100644 index 000000000000..66deb96fe1bf --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.5 +PackageLocale: en-US +Publisher: yuanze-dev +PublisherUrl: https://flowprompter.app/ +PrivacyUrl: https://flowprompter.app/policies/privacy.html +Author: Beijing Principle Technology Co., Ltd. +PackageName: FlowPrompter +PackageUrl: https://flowprompter.app/ +License: Proprietary +LicenseUrl: https://flowprompter.app/policies/TermsOfService.html +Copyright: © Copyright Principle Inc. All rights reserved. +ShortDescription: A transparent online teleprompter that helps you deliver smoother performances on camera. +Tags: +- teleprompter +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.zh-CN.yaml b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.zh-CN.yaml new file mode 100644 index 000000000000..a86d1c3b80ca --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Principle.FlowPrompter +PackageVersion: 1.6.5 +PackageLocale: zh-CN +Publisher: yuanze-dev +PublisherUrl: https://flowprompter.app/ +PrivacyUrl: https://flowprompter.app/policies/privacy.html +Author: 北京原则科技有限公司 +PackageName: FlowPrompter +PackageUrl: https://flowprompter.app/ +License: 专有软件 +LicenseUrl: https://flowprompter.app/policies/TermsOfService.html +Copyright: © Copyright Principle Inc. All rights reserved. +ShortDescription: 一款透明的在线提词器,让您在镜头前更流畅地表演。 +Tags: +- 提词器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.yaml b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.yaml new file mode 100644 index 000000000000..a76eb676c797 --- /dev/null +++ b/manifests/p/Principle/FlowPrompter/1.6.5/Principle.FlowPrompter.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: Principle.FlowPrompter +PackageVersion: 1.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.installer.yaml b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.installer.yaml new file mode 100644 index 000000000000..8de002803386 --- /dev/null +++ b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.installer.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMailBridge +PackageVersion: 3.25.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ProtonMail/proton-bridge/releases/download/v3.25.0/Bridge-Installer.exe + InstallerSha256: 0CC9C525F4D0BE1CD8C864BC1341BA2933F4057DB6A3B4B191CFB0B6A6C24450 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.locale.en-US.yaml b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.locale.en-US.yaml new file mode 100644 index 000000000000..baba85e07fb9 --- /dev/null +++ b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMailBridge +PackageVersion: 3.25.0 +PackageLocale: en-US +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/mail/ +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Mail Bridge +PackageUrl: https://proton.me/mail/bridge +License: GPL-3.0 +LicenseUrl: https://github.com/ProtonMail/proton-bridge/blob/master/LICENSE +Copyright: Copyright (c) 2026 Proton AG +CopyrightUrl: https://github.com/ProtonMail/proton-bridge/blob/master/COPYING_NOTES.md +ShortDescription: Use Proton Mail with your desktop email client +Description: Proton Mail Bridge adds end-to-end encryption to popular email apps, including Outlook, Thunderbird, and Apple Mail. Secure email made easy. +Moniker: protonmailbridge +Tags: +- email +- mail +- proton-mail +ReleaseNotes: |- + Added + - BRIDGE-519: Include recipients address in an errormapped error. + - BRIDGE-547: Automatically retry failing tests on CI. + - BRIDGE-511: Include the full error-chain when an update fails to install. + - BRIDGE-139: New test that checks the validity of KB article URLs. + - BRIDGE-531: New modernize linter and CI go:fix piplines added. + - BRIDGE-559: NoSuchUser error gets mapped to a user friendly message. + Changed + - BRIDGE-534: Usage of exp/maps replaced with maps from standard library. + - BRIDGE-526: Go toolchain bump to 1.26.2. + - BRIDGE-514: Map API validation errors to a more user-friendly error. + - BRIDGE-528: Removed old legacy versioner utility & legacy updater logic. + - BRIDGE-486: Removed stale feature flags. + - BRIDGE-483: Patch vulnerabilities for March 2026. + - BRIDGE-548: Modify message building MIME boundary generation logic (stochastic). + Fixed + - BRIDGE-557: Change Local Cache uses QFileDialog instead of Qt.Quick Folder Dialog. + - BRIDGE-540: Runtime index out of bounds error during build stage. + - BRIDGE-515: Replace old go syntax using go:fix to match new go 1.26 syntax. + - BRIDGE-503: Dependencies update and updated deprecated functions. + - BRIDGE-512: Attachment filenames are sanitized in user debug mode. + - BRIDGE-415: Remove temporary directory after update installation on macOS. + - BRIDGE-499: Correct error value gets logged when building a RFC822 message. +ReleaseNotesUrl: https://github.com/ProtonMail/proton-bridge/releases/tag/v3.25.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.locale.zh-CN.yaml b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.locale.zh-CN.yaml new file mode 100644 index 000000000000..721c19b38c35 --- /dev/null +++ b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.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: Proton.ProtonMailBridge +PackageVersion: 3.25.0 +PackageLocale: zh-CN +Publisher: Proton AG +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/mail/ +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Mail Bridge +PackageUrl: https://proton.me/mail/bridge +License: GPL-3.0 +LicenseUrl: https://github.com/ProtonMail/proton-bridge/blob/master/LICENSE +Copyright: Copyright (c) 2026 Proton AG +CopyrightUrl: https://github.com/ProtonMail/proton-bridge/blob/master/COPYING_NOTES.md +ShortDescription: 将 Proton Mail 与您的桌面电子邮件客户端结合使用 +Description: Proton Mail Bridge 为常用的电子邮件应用(包括 Outlook、Thunderbird 和 Apple Mail)添加端到端加密功能,让电子邮件安全变得更容易。 +Tags: +- proton-mail +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://github.com/ProtonMail/proton-bridge/releases/tag/v3.25.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.yaml b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.yaml new file mode 100644 index 000000000000..75845019a23b --- /dev/null +++ b/manifests/p/Proton/ProtonMailBridge/3.25.0/Proton.ProtonMailBridge.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMailBridge +PackageVersion: 3.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.installer.yaml b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.installer.yaml new file mode 100644 index 000000000000..8cf65b4275b4 --- /dev/null +++ b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.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: QNAP.Qsync +PackageVersion: 6.0.2.0529 +InstallerType: nullsoft +Scope: machine +ProductCode: Qsync +ReleaseDate: 2026-06-09 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\QNAP\Qsync' +Installers: +- Architecture: x86 + InstallerUrl: https://download.qnap.com/Storage/Utility/QNAPQsyncClientWindows-6.0.2.0529.exe + InstallerSha256: 7394C2F85115A6ADE2A78FE4DE97704306402E0BD13B7DDDC9C3093FD4A5BDB1 +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://download.qnap.com.cn/Storage/Utility/QNAPQsyncClientWindows-6.0.2.0529.exe + InstallerSha256: 7394C2F85115A6ADE2A78FE4DE97704306402E0BD13B7DDDC9C3093FD4A5BDB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.en-US.yaml b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.en-US.yaml new file mode 100644 index 000000000000..fab352c155cf --- /dev/null +++ b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QNAP.Qsync +PackageVersion: 6.0.2.0529 +PackageLocale: en-US +Publisher: QNAP Systems, Inc. +PublisherSupportUrl: https://service.qnap.com/ +Author: QNAP Systems, Inc. +PackageName: QNAP Qsync Client +License: Proprietary +Copyright: 2026 QNAP Systems, Inc. All rights reserved. +ShortDescription: Automatic file synchronization across different devices. +Description: Qsync enables automatic file synchronization across different devices. Simply drag and drop files in the “Qsync folder”, data on devices linked with the NAS is updated simultaneously when changes are made. Additional sync modes, such as Smart Sync or Advanced Selective Sync, allow users to only sync selective data or folders. You can also create download links to share files with others without them having to create a user account for download. +Tags: +- nas +- storage +- sync +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.zh-CN.yaml b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.zh-CN.yaml new file mode 100644 index 000000000000..fdf381c41a3e --- /dev/null +++ b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: QNAP.Qsync +PackageVersion: 6.0.2.0529 +PackageLocale: zh-CN +PublisherUrl: https://www.qnap.com.cn/zh-cn +PublisherSupportUrl: https://service.qnap.com.cn/ +PrivacyUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-privacy-policy +PackageUrl: https://www.qnap.com.cn/zh-cn/utilities/essentials +License: 专有软件 +LicenseUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +CopyrightUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +ShortDescription: 自动将档案同步至与 QNAP NAS 相连的装置上 +Description: Qsync 可自动将档案同步至与 QNAP NAS 相连的装置上。当您将档案拖拽至 Qsync 文件夹后,只要任何信息有异动,所有与 NAS 相连的装置皆会同步更新档案。智能同步及进阶的选择性同步可让你选择只同步 Qsync 文件夹中特定的子文件夹。除此之外,您可以建立下载链接与他人分享档案,大幅省去建立账号密码的时间,让档案分享更便利。 +Tags: +- nas +- 同步 +- 存储 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.yaml b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.yaml new file mode 100644 index 000000000000..f4c7a5114613 --- /dev/null +++ b/manifests/q/QNAP/Qsync/6.0.2.0529/QNAP.Qsync.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: QNAP.Qsync +PackageVersion: 6.0.2.0529 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.installer.yaml b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.installer.yaml new file mode 100644 index 000000000000..6d89e2f42899 --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ReadAI.ReadAI +PackageVersion: 1.22.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Read AI +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.read.ai/updates/windows/x86_64/1.22.2/Read%20AI_1.22.2_x64-setup.exe + InstallerSha256: AD8193941CF91F371637DB1BD7B7C910679EA906156152761F403533E14FC97D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.locale.en-US.yaml b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.locale.en-US.yaml new file mode 100644 index 000000000000..3772c4dbf5b0 --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.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: ReadAI.ReadAI +PackageVersion: 1.22.2 +PackageLocale: en-US +Publisher: readai +PublisherUrl: https://www.read.ai/ +PublisherSupportUrl: https://support.read.ai/ +PrivacyUrl: https://www.read.ai/privacy-policy +Author: Read AI, Inc. +PackageName: Read AI +PackageUrl: https://www.read.ai/desktop +License: Proprietary +LicenseUrl: https://www.read.ai/termsofservice +Copyright: © 2026 Read AI, Inc. +CopyrightUrl: https://www.read.ai/termsofservice +ShortDescription: Capture meetings anywhere, no bot necessary. +Description: Capture and transcribe conversations instantly with the Read AI app for Mac and Windows - no bot needed. Record any meeting, get real-time transcripts and AI summaries and get insights from Search Copilot anywhere you work. +Tags: +- conference +- conferencing +- meeting +- speech +- speech-recognition +- transcribe +- transcription +- video-conferencing +- voice +- voice-conferencing +ReleaseNotes: Update to version 1.22.2 +PurchaseUrl: https://www.read.ai/plans-pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.locale.zh-CN.yaml b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..e87cc37adec4 --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ReadAI.ReadAI +PackageVersion: 1.22.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 随时随地捕捉会议内容,无需使用机器人。 +Description: 使用适用于 Mac 和 Windows 的 Read AI 应用,即时捕捉并转录对话——无需机器人。录制任何会议,获取实时转录文本和 AI 摘要,并通过 Search Copilot 在您工作的任何地方获得洞察。 +Tags: +- 会议 +- 开会 +- 视频会议 +- 识别 +- 语音 +- 语音会议 +- 语音识别 +- 转写 +- 转录 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.yaml b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.yaml new file mode 100644 index 000000000000..1ac9f63e463e --- /dev/null +++ b/manifests/r/ReadAI/ReadAI/1.22.2/ReadAI.ReadAI.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: ReadAI.ReadAI +PackageVersion: 1.22.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.installer.yaml b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.installer.yaml new file mode 100644 index 000000000000..199379397373 --- /dev/null +++ b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.installer.yaml @@ -0,0 +1,12 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 2.0.0 +InstallerType: portable +Commands: + - asc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/download/2.0.0/asc_2.0.0_windows_amd64.exe + InstallerSha256: A8255B81139CC3E4CFF5CBB55DCBB82BB2471B206F07171CE60805532F938888 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.locale.en-US.yaml b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.locale.en-US.yaml new file mode 100644 index 000000000000..ec658a663936 --- /dev/null +++ b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 2.0.0 +PackageLocale: en-US +Publisher: Rorkai +PackageName: asc +PackageUrl: https://github.com/rorkai/App-Store-Connect-CLI +License: MIT +LicenseUrl: https://github.com/rorkai/App-Store-Connect-CLI/blob/main/LICENSE +ShortDescription: Fast, scriptable CLI for the App Store Connect API. +Moniker: asc +Tags: + - app-store-connect + - app-store-connect-api + - cli + - ios + - testflight +ReleaseNotesUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/2.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.yaml b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.yaml new file mode 100644 index 000000000000..eb3e8790df25 --- /dev/null +++ b/manifests/r/Rorkai/ASC/2.0.0/Rorkai.ASC.yaml @@ -0,0 +1,6 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.installer.yaml b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.installer.yaml new file mode 100644 index 000000000000..e9186c906680 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rustlang.rust-analyzer +PackageVersion: 2026-06-08 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rust-analyzer.exe + PortableCommandAlias: rust-analyzer +Commands: +- rust-analyzer +ReleaseDate: 2026-06-08 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-06-08/rust-analyzer-i686-pc-windows-msvc.zip + InstallerSha256: A69398C011946D6D945741063C0681FC0A4AABC093EB96DF5A2B6C123EB8DD27 +- Architecture: x64 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-06-08/rust-analyzer-x86_64-pc-windows-msvc.zip + InstallerSha256: 32341C16667300A6D33DCFC47596C58BF1269D4B8B0714590AF01488EE8B9AF2 +- Architecture: arm64 + InstallerUrl: https://github.com/rust-lang/rust-analyzer/releases/download/2026-06-08/rust-analyzer-aarch64-pc-windows-msvc.zip + InstallerSha256: 559D41D8F3F18781B4CE9CA75CE723B70FE9B4718C3F1B3D9B8191AC50F0E54C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.locale.en-US.yaml b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.locale.en-US.yaml new file mode 100644 index 000000000000..59d5db595c80 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rustlang.rust-analyzer +PackageVersion: 2026-06-08 +PackageLocale: en-US +Publisher: The Rust Project Developers +PublisherUrl: https://rust-lang.org/ +PublisherSupportUrl: https://github.com/rust-lang/rust-analyzer/issues +Author: The Rust Project Developers +PackageName: rust-analyzer +PackageUrl: https://rust-analyzer.github.io/ +License: Apache-2.0 AND MIT +LicenseUrl: https://github.com/rust-lang/rust-analyzer#license +ShortDescription: rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc). +Description: |- + rust-analyzer is a language server that provides IDE functionality for writing Rust programs. You can use it with any editor that supports the Language Server Protocol (VS Code, Vim, Emacs, Zed, etc). + + rust-analyzer features include go-to-definition, find-all-references, refactorings and code completion. rust-analyzer also supports integrated formatting (with rustfmt) and integrated diagnostics (with rustc and clippy). +Moniker: rust-analyzer +Tags: +- lsp +- lsp-server +- rust +- rust-lang +ReleaseNotes: |- + Commit: 7ea2b25 + Release: 2026-06-08 (v0.3.2929) + New Features + - #22469 (first contribution) add infer-vars-not-allowed diagnostic. + - #22512 (first contribution) parse unstable unnamed enum variants. + - #22448 add "Evaluate Predicate" command: + 597728705-8273a170-caa5-4ab9-8f17-a5cd04944f10.mp4 + - #22481 lower field defaults. + - #22495 use mimalloc for Windows releases. + + Fixes + - #22520 don't emit "type annotations needed" errors on include_bytes!(). + - #22524 parse | pattern types. + - #22503 try to improve completion ranking. + - #22457 dereference LHS in assignments instead of adding &mut in type_mismatch quick fix. + - #22507 hide ra@gennew inhaly hints. + - #22508 don't add both drop and pin_drop in add_missing_impl_members. + - #22519 don't add unused generic parameters in generate_trait_from_impl. + - #22523 handle mutable access better in extract_function. + - #22506 kill proc-macro-srv processes on shutdown. + - #22522 fix test runnables in rust-project.json. + + Internal Improvements + - #22510 simplify mir::ProjectionElem and bring it closer the rustc version. + - #22533 remove AST types from FoldKind. + - #22528 improve panic message when FileSourceRootInput is missing. + See also the changelog post. +ReleaseNotesUrl: https://github.com/rust-lang/rust-analyzer/releases/tag/2026-06-08 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.yaml b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.yaml new file mode 100644 index 000000000000..64a4eafbb228 --- /dev/null +++ b/manifests/r/Rustlang/rust-analyzer/2026-06-08/Rustlang.rust-analyzer.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: Rustlang.rust-analyzer +PackageVersion: 2026-06-08 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.installer.yaml new file mode 100644 index 000000000000..9b14087d9914 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.4.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.4.7/Rio-installer-x86_64.msi + InstallerSha256: 4B635EC754FADC24A8C58F47AF04E07047F448E43E24FC3131D5DE28DAD0D55D + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{05607183-FB81-48E3-9E6A-C67F28AB0FA8}' + AppsAndFeaturesEntries: + - ProductCode: '{05607183-FB81-48E3-9E6A-C67F28AB0FA8}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.4.7/Rio-installer-aarch64.msi + InstallerSha256: 3E65197ACE089C5D45A70044FC82BAEF2A40D2CA76891FC30D032A5BF06EE32F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{B389AF64-FEDD-48F6-811E-57A89A566A59}' + AppsAndFeaturesEntries: + - ProductCode: '{B389AF64-FEDD-48F6-811E-57A89A566A59}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 000000000000..c2c0ad7c069b --- /dev/null +++ b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.4.7 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.yaml new file mode 100644 index 000000000000..dbf5ceea5a0c --- /dev/null +++ b/manifests/r/raphamorim/rio/0.4.7/raphamorim.rio.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.4.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.installer.yaml b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.installer.yaml new file mode 100644 index 000000000000..9886a4f8c1d8 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- sjmcl +ProductCode: SJMCL +ReleaseDate: 2026-05-20 +Installers: +- Architecture: x86 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_i686_setup.exe + InstallerSha256: D105351B8413771E48DDA8AD7A0010741265C3CFBA7791EAF3DBFB4FF4586976 +- Architecture: x64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_x86_64_setup.exe + InstallerSha256: 720445EE3C757E8D1268959E71A8E971DCE34DA4DBC205F2CA560D6F74563519 +- Architecture: arm64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_aarch64_setup.exe + InstallerSha256: 571314B730A50446B0C1EF9C55C71F1C08D5C71FE242464E003459108759E9B7 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.en-US.yaml b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.en-US.yaml new file mode 100644 index 000000000000..0e6403b49bbb --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.0 +PackageLocale: en-US +Author: Shanghai Jiao Tong University Minecraft Club +PackageUrl: https://mc.sjtu.cn/sjmcl/en +ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. +Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. +Tags: +- china +- prc +ReleaseNotes: |- + - 🔥 Support viewing and managing Minecraft friends directly within the launcher (experimental). #1617 @UNIkeEN @3gf8jv4dv @suhang12332 @Dainsleif233 + - 🌟 The instance list page now displays instances that are currently downloading. #1580 @icgnos + - 🐛 Fix styling issues with toast notifications. #1599 @Chang-Yo + - 🐛 Fix potential compilation issues caused by archived third-party dependencies on Linux. #1601 @ToolmanP + - 🐛 Fix performance issues related to window state persistence. @UNIkeEN + - 🐛 Fix crashes caused by deeplink registration failures in certain scenarios. #1611 @pangbo13 + - 🐛 Fix failures in account functionality availability checks in certain cases, improving the experience for users in mainland China. #1616 @UNIkeEN @1357310795 + - 📦 Update Tauri core libraries and plugins to the latest versions. @UNIkeEN + - 📦 Update the rmcp library to its stable release version. #1613 @xunying123 + - Extensions: + - Add the setHomeWidgetTitle API, allowing extensions to dynamically update home widget titles. #1602 @UNIkeEN + - Add components such as MarkdownContainer and FormattedMCText for direct extension usage. @UNIkeEN + - Support reloading extensions via deeplink to improve the developer experience. #1608 @UNIkeEN + - Workflow: + - Add a workflow to automatically upload releases to Snapcraft. SJMCL can now be installed via Snapcraft (experimental). #1610 @pangbo13 + - Adjust the order of release workflows and update validation field types in the AUR workflow. #1612 @pangbo13 + - Add a workflow to automatically upload releases to Homebrew. SJMCL can now be conveniently installed via Homebrew on macOS. #1620 @pangbo13 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.zh-CN.yaml b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.zh-CN.yaml new file mode 100644 index 000000000000..e8608b5dba06 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.0 +PackageLocale: zh-CN +Publisher: SJMCL +PublisherUrl: https://mc.sjtu.cn/ +PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues +Author: 上海交通大学 Minecraft 社 +PackageName: SJMCL +PackageUrl: https://mc.sjtu.cn/sjmcl +License: GPL-3.0 +LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE +Copyright: 2026 © SJMCL Team +ShortDescription: 新一代开源跨平台 Minecraft 启动器 +Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 +Tags: +- mc +- minecraft +- 我的世界 +ReleaseNotes: |- + - 🔥 支持在启动器内查看并管理 Minecraft 好友(实验性功能)。#1617 @UNIkeEN @3gf8jv4dv @suhang12332 @Dainsleif233 + - 🌟 实例列表页现在会显示正在下载中的实例。#1580 @icgnos + - 🐛 修复提示 Toast 的显示样式问题。#1599 @Chang-Yo + - 🐛 修复 Linux 平台下已归档第三方依赖的潜在编译问题。#1601 @ToolmanP + - 🐛 修复窗口状态存储的性能问题。 @UNIkeEN + - 🐛 修复部分情况下因 Deeplink 注册失败导致的崩溃问题。#1611 @pangbo13 + - 🐛 修复部分情况下,账户功能可用性检查失败的问题,提升中国大陆用户体验。#1616 @UNIkeEN @1357310795 + - 📦 更新 Tauri 核心库及其插件至最新版本。 @UNIkeEN + - 📦 更新 rmcp 库至正式版本。#1613 @xunying123 + - 扩展: + - 新增 setHomeWidgetTitle 方法,支持扩展动态更新主页组件标题。#1602 @UNIkeEN + - 新增 MarkdownContainer,FormattedMCText 等组件供扩展直接使用。 @UNIkeEN + - 支持通过 Deeplink 重新加载扩展,提升开发者体验。#1608 @UNIkeEN + - 工作流: + - 新增发版时自动上传 Snapcraft 的工作流,现在可以通过 Snapcraft 安装 SJMCL(实验性功能)。#1610 @pangbo13 + - 调整发版工作流顺序、修改 AUR 工作流的校验字段类型。#1612 @pangbo13 + - 新增发版时自动上传 Homebrew 的工作流,现在可以通过 Homebrew 便捷安装 SJMCL(macOS 平台)。#1620 @pangbo13 +ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.yaml b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.yaml new file mode 100644 index 000000000000..c9fe5b871a82 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.0/SJMC.SJMCL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.installer.yaml b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.installer.yaml new file mode 100644 index 000000000000..5001ca7119d3 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- sjmcl +ProductCode: SJMCL +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x86 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_i686_setup.exe + InstallerSha256: 2C0FD6E94DD6EA537E249818C4041A4EDACDE7CE93BA10BB8F9847F1A0704435 +- Architecture: x64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_x86_64_setup.exe + InstallerSha256: 482356B8C4B0496FC9B5AFE5B4A51588B2E085A35956A906A1F248F98B67C136 +- Architecture: arm64 + InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_aarch64_setup.exe + InstallerSha256: 6C16D7FFAAB5FA542E6A397AD53905C88F140F0C5BCB64A5ECEAE3904C433D7E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.locale.en-US.yaml b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.locale.en-US.yaml new file mode 100644 index 000000000000..f74fead2d81e --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.1 +PackageLocale: en-US +Author: Shanghai Jiao Tong University Minecraft Club +PackageUrl: https://mc.sjtu.cn/sjmcl/en +ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. +Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. +Tags: +- china +- prc +ReleaseNotes: |- + - 🌟 Support automatically refreshing expired Microsoft account access tokens. #1627 @tangge233 + - 🌟 Support importing multiple resource files into an instance at once (via modal or drag-and-drop into the launcher window). #1630 @UNIkeEN + - 🐛 Fix an issue on macOS where mods could not request microphone permissions. #1631 @AnemoFlower + - 🐛 Fix an issue on Windows where the application title was not displayed in the taskbar. #1637 @UNIkeEN + - 🐛 Fix an issue where user-configured proxies in the launcher were not applied. #1645 @UNIkeEN + - 🐛 Fix display issues in the re-login modal and the extension list page. #1646 #1660 @baiyuansjtu + - 🐛 Fix an issue where the instance list could not be loaded in certain scenarios. #1652 @xunying123 + - 🐛 Fix duplicate downloads of Fabric API / QF API when installing modpacks. #1654 @SALTWOOD + - 🛠 Refactor parts of the frontend code and remove the lodash dependency to reduce project complexity. #1634 @xphost008 + - 🛠 Add error handling and modal prompts during process initialization. #1638 @UNIkeEN + - 🛠 Automatically remove newly created instance directories when instance creation (including modpack installation) fails, preventing confusion during retries. #1658 @UNIkeEN + - 🌐 Update internationalization translations related to XBOX. #1628 @3gf8jv4dv + - 📦 Upgrade the project to Rust 2024 Edition. #1642 #1647 @w1049 @tangge233 @UNIkeEN + - 📦 Update Tauri core libraries and plugins. #1642 @w1049 + - 📦 Remove the aws_lc_rs feature from jsonwebtoken and use the default ring backend to reduce package size. #1662 @UNIkeEN + - Extensions: + - Add Chakra.Table rendering mappings to the MarkdownContainer component for extension usage. #1649 @zaixiZaixiSJTU + - Workflow: + - Add a workflow to automatically upload releases to Winget. SJMCL can now be conveniently installed via Winget on Windows. #1639 @pangbo13 + - Add a native command-line installation script for Linux. #1643 @pangbo13 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.locale.zh-CN.yaml b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.locale.zh-CN.yaml new file mode 100644 index 000000000000..6df32545a260 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.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.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.1 +PackageLocale: zh-CN +Publisher: SJMCL +PublisherUrl: https://mc.sjtu.cn/ +PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues +Author: 上海交通大学 Minecraft 社 +PackageName: SJMCL +PackageUrl: https://mc.sjtu.cn/sjmcl +License: GPL-3.0 +LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE +Copyright: 2026 © SJMCL Team +ShortDescription: 新一代开源跨平台 Minecraft 启动器 +Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 +Tags: +- mc +- minecraft +- 我的世界 +ReleaseNotes: |- + - 🌟 支持在微软账户 Access Token 过期后自动刷新。#1627 @tangge233 + - 🌟 支持为实例单次导入多个资源文件(通过对话框或拖入启动器窗口)。#1630 @UNIkeEN + - 🐛 修复 macOS 平台下无法为模组申请麦克风权限的问题。#1631 @AnemoFlower + - 🐛 修复 Windows 平台下任务栏不显示程序标题的问题。#1637 @UNIkeEN + - 🐛 修复用户在启动器内设置的代理未生效的问题。#1645 @UNIkeEN + - 🐛 修复重新登录对话框与扩展列表页面的显示问题。#1646 #1660 @baiyuansjtu + - 🐛 修复部分场景下实例列表无法加载的问题。#1652 @xunying123 + - 🐛 修复安装整合包时重复下载 Fabric API / QF API 模组的问题。#1654 @SALTWOOD + - 🛠 重构前端部分代码,移除 lodash 依赖以降低项目复杂性。#1634 @xphost008 + - 🛠 在进程初始化期间新增错误处理与对话框提示。#1638 @UNIkeEN + - 🛠 当创建新实例(包括安装整合包)失败时,自动删除新建的实例文件夹,避免用户在重试时产生困惑。#1658 @UNIkeEN + - 🌐 调整与 XBOX 相关的国际化翻译。#1628 @3gf8jv4dv + - 📦 将项目 Rust 升级至 2024 Edition。#1642 #1647 @w1049 @tangge233 @UNIkeEN + - 📦 更新 Tauri 核心库及其插件。#1642 @w1049 + - 📦 移除 jsonwebtoken 的 aws_lc_rs 特性,使用默认的 ring 后端以减少安装包体积。#1662 @UNIkeEN + - 扩展: + - 为 MarkdownContainer 组件新增 Chakra 表格渲染映射,供扩展使用。#1649 @zaixiZaixiSJTU + - 工作流: + - 新增发版时自动上传 Winget 的工作流,现在可以通过 Winget 便捷安装 SJMCL(Windows 平台)。#1639 @pangbo13 + - 新增适用于 Linux 平台的原生命令行安装脚本。#1643 @pangbo13 +ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v1.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.yaml b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.yaml new file mode 100644 index 000000000000..a0fb884b9b37 --- /dev/null +++ b/manifests/s/SJMC/SJMCL/1.1.1/SJMC.SJMCL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SJMC.SJMCL +PackageVersion: 1.1.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..46ad68615f96 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.0 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.17.0 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.0/opencode-desktop-win-x64.exe + InstallerSha256: 2E1E6A936E61FA2FA81AABD29FD5D962BCCA59C350F1151E06D18880E88A14FB +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.0/opencode-desktop-win-arm64.exe + InstallerSha256: BB43911AB1E47410863C8905CF0897ADA2A868415A6CEF42EF9D9A8CB28771D5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..d6f560b68d06 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,117 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.0 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Improvements + - Faster file search across large projects with the new fff-backed search tools. (@dmtrKovalenko) + - Added X-Session-Id headers for proxy setups that need sticky routing. (@songchaow) + - Added Cohere North model support. + - Added reasoning as an interleaved field option for vLLM providers. (@delta9000) + - mcp add now works in non-interactive flows. + - auth logout now supports search when choosing an account. + + Bugfixes + - Improved MCP connection status messages so failures are easier to act on. + - Added Claude Fable reasoning support. + - MCP tool calls now receive abort signals, so cancellations stop more reliably. + - MCP catalogs now paginate correctly instead of truncating larger lists. + - OpenRouter reasoning variants now generate for all models. (@AnthonyMLau) + - Added MiniMax M3 thinking toggle support. + - Java multi-module Maven workspaces now resolve JDTLS from the topmost pom.xml. (@areyouok) + - MCP servers now respect advertised capabilities. + - Session lists now respect directory filters in workspace setups. (@rexdotsh) + - Sessions can recover once from provider context-overflow errors instead of failing immediately. + - Bedrock Mantle config now honors configured API key and region settings. + + TUI + + Improvements + - The session move flow now highlights project copies more clearly and keeps the current location selected. + - Project copies can now be deleted directly from the move dialog. + + Bugfixes + - New project copies are now bootstrapped before the TUI switches into them. + - Moving a session now injects a reminder about the new working directory. + + Desktop + + Improvements + - Added a help button to the tabs bar. + - Prompt drafts are preserved while you switch tabs. + - File attachments now open in the active project. + - App updates now stay responsive and persist across restarts. + - Added WSL-backed Desktop support and WSL server management on Windows. + - Improved the sessions list UI. (@arvsrn) + - Improved the servers UI. (@arvsrn) + + Bugfixes + - Updated Electron and fixed related panel layout issues. + - Fixed several WSL Desktop bugs. (@neriousy) + - Hidden agents no longer get cycled accidentally. + - MCP status now refreshes when the active directory changes. + - The Home screen now keeps a larger recent-session list with scrolling. + + SDK + + Improvements + - Large v2 tool outputs are now bounded and expose retained output paths for follow-up inspection. + Thank you to 11 community contributors: + - @rexdotsh: + - fix(session): respect directory filter with workspaces (#30804) + - @arvsrn: + - feat(app): improve servers UI (#30961) + - feat(app): updates to project avatar (#30964) + - feat(app): sessions list improvements (#30941) + - @dmtrKovalenko: + - feat(opencode): fff search tools (#27802) + - @fancive: + - docs: fix MCP header interpolation example to {env:VAR} (#31078) + - @robertDouglass: + - fix(tui): sort connect providers alphabetically (#30891) + - @neriousy: + - fix(desktop): few WSL bugs (#31095) + - @areyouok: + - fix(lsp): resolve JDTLS root to topmost pom.xml in Java Maven multi-module projects (#28761) + - @remorses: + - fix(session): merge per-call tool rules into session permission (#30529) + - @AnthonyMLau: + - fix(opencode): generate reasoning variants for all OpenRouter models. (#30332) + - @delta9000: + - feat: add "reasoning" as interleaved field option for vLLM providers (#30477) + - @songchaow: + - feat: add X-Session-Id header for proxy cache routing affinity (#31511) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.17.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..1955e040be80 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.0/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 000000000000..24072cce4a21 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.3 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.17.3 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.3/opencode-desktop-win-x64.exe + InstallerSha256: 5CE8B01D9BA673ADCD51F53D17F4D318D0E796A5CF5B318E2713F243363F76C2 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.17.3/opencode-desktop-win-arm64.exe + InstallerSha256: C787E3D52B1E07BCED3BE0F3EA2ADBC3DB4CDA78B6FA8924594A65359F59463C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..34c625000c9a --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.3 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: No notable changes. +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.17.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.yaml new file mode 100644 index 000000000000..11b37d170034 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.17.3/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.17.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.installer.yaml b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.installer.yaml new file mode 100644 index 000000000000..d429d78c1cf5 --- /dev/null +++ b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Seewo.AirTeach +PackageVersion: 2.0.18.17124 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: '{c86c53cf-0860-4838-82fc-dbcde035433a}' +Installers: +- Architecture: x86 + InstallerUrl: https://imlizhi-store-https.seewo.com/8b2a05cc93bd49609481c838170dc6bf + InstallerSha256: 35D921EA0A5AF325484B054136D8F776283D678AD98DC2215AEEEB7FDB363E22 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.locale.en-US.yaml b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.locale.en-US.yaml new file mode 100644 index 000000000000..cd54adfa18b0 --- /dev/null +++ b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.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: Seewo.AirTeach +PackageVersion: 2.0.18.17124 +PackageLocale: en-US +Publisher: Seewo +PublisherUrl: https://www.seewo.com/ +PublisherSupportUrl: https://help.seewo.com/ +PrivacyUrl: https://e.seewo.com/privacy_policy.html +Author: Guangzhou Shirui Electronics Co., Ltd. +PackageName: 远程互动助手 +PackageUrl: https://e.seewo.com/ +License: Proprietary +LicenseUrl: https://e.seewo.com/seewo_service_agreement.html +Copyright: Copyright © 2011-2026 Guangzhou Shirui. All rights reserved. +ShortDescription: Efficiently completing teaching and research online. +Tags: +- broadcasting +- class +- classroom +- education +- lesson +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- teach +- teaching +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.locale.zh-CN.yaml b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.locale.zh-CN.yaml new file mode 100644 index 000000000000..6cc96c5e2a9d --- /dev/null +++ b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.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: Seewo.AirTeach +PackageVersion: 2.0.18.17124 +PackageLocale: zh-CN +Publisher: Seewo +PublisherUrl: https://www.seewo.com/ +PublisherSupportUrl: https://help.seewo.com/ +PrivacyUrl: https://e.seewo.com/privacy_policy.html +Author: 广州视睿电子科技有限公司 +PackageName: 远程互动助手 +PackageUrl: https://e.seewo.com/ +License: 专有软件 +LicenseUrl: https://e.seewo.com/seewo_service_agreement.html +Copyright: Copyright © 2011-2026 Guangzhou Shirui. All rights reserved. +ShortDescription: 高效完成在线教学教研 +Tags: +- 授课 +- 推流 +- 教学 +- 教室 +- 教育 +- 直播 +- 讲授 +- 讲课 +- 课堂 +- 课程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.yaml b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.yaml new file mode 100644 index 000000000000..93e0b646d466 --- /dev/null +++ b/manifests/s/Seewo/AirTeach/2.0.18.17124/Seewo.AirTeach.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: Seewo.AirTeach +PackageVersion: 2.0.18.17124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.installer.yaml b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.installer.yaml similarity index 76% rename from manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.installer.yaml rename to manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.installer.yaml index b0e43da5e66e..a8f7f0bc4049 100644 --- a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.installer.yaml +++ b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Serverdata.Ascend -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 UpgradeBehavior: install Protocols: - ascendmeetings @@ -11,7 +11,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc.exe - InstallerSha256: 6EE72EEA7B329DA85DAABEE9D1396453145435093C867402C29D5B664179C7C0 + InstallerSha256: 2992671A6A6CE98DEAE2EF6495E72B68B5B70926080EED3E65437801A55F3F2C InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -20,7 +20,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc.exe - InstallerSha256: 6EE72EEA7B329DA85DAABEE9D1396453145435093C867402C29D5B664179C7C0 + InstallerSha256: 2992671A6A6CE98DEAE2EF6495E72B68B5B70926080EED3E65437801A55F3F2C InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -29,7 +29,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc.exe - InstallerSha256: 6EE72EEA7B329DA85DAABEE9D1396453145435093C867402C29D5B664179C7C0 + InstallerSha256: 2992671A6A6CE98DEAE2EF6495E72B68B5B70926080EED3E65437801A55F3F2C InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -38,7 +38,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc.exe - InstallerSha256: 6EE72EEA7B329DA85DAABEE9D1396453145435093C867402C29D5B664179C7C0 + InstallerSha256: 2992671A6A6CE98DEAE2EF6495E72B68B5B70926080EED3E65437801A55F3F2C InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -47,20 +47,20 @@ Installers: InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc-ia32.msi - InstallerSha256: A384A08CB1EF2E2AC33CE5D44967FB9954C489408B33B8DD4258241A45459DA0 + InstallerSha256: 1A4BAD851824FA7C536FE10F06FB4D3061379B1727E8935BD311BA1C779DCABB InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{796BFFBF-063A-48B5-9023-16C6D55E9F95}' + ProductCode: '{F215F947-C59E-4536-A267-E12111F71939}' AppsAndFeaturesEntries: - UpgradeCode: '{F6C37FB9-FF59-447F-89D1-F9685A4FCC01}' - Architecture: x64 InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/Voice/Pbx/SoftPhoneReleases/Ascend/Latest-Win/ascend-uc-x64.msi - InstallerSha256: 2FD76ACEA24357849B74ACBFCF8CB67AA427F4B43550C6D2001C9E6A3BFA4AF7 + InstallerSha256: E77039CEB48968D0139F61AE21A45D6FDFE0835B98C9698D7F2111C6AAE29635 InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{CC3B85F7-1E63-4AF1-9261-F45C877BA1E8}' + ProductCode: '{36D965B4-456E-45EE-B53F-2C2D744EA158}' AppsAndFeaturesEntries: - UpgradeCode: '{F6C37FB9-FF59-447F-89D1-F9685A4FCC01}' ManifestType: installer diff --git a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.en-US.yaml b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.en-US.yaml similarity index 97% rename from manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.en-US.yaml rename to manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.en-US.yaml index e8ddf1a064a2..bae015ebd8b3 100644 --- a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.en-US.yaml +++ b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Serverdata.Ascend -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 PackageLocale: en-US Publisher: Serverdata.net, Inc. PrivacyUrl: https://serverdata.net/legal/privacy-policy.php diff --git a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.zh-CN.yaml b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.zh-CN.yaml similarity index 95% rename from manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.zh-CN.yaml rename to manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.zh-CN.yaml index bde9aff1645e..7ec626d39d51 100644 --- a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.locale.zh-CN.yaml +++ b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Serverdata.Ascend -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 PackageLocale: zh-CN License: 专有软件 ShortDescription: 随时随地呼叫、发消息、会面并访问文件。 diff --git a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.yaml b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.yaml similarity index 90% rename from manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.yaml rename to manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.yaml index d81159fc5349..6db5e2f95226 100644 --- a/manifests/s/Serverdata/Ascend/2.30.53/Serverdata.Ascend.yaml +++ b/manifests/s/Serverdata/Ascend/2.30.90/Serverdata.Ascend.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Serverdata.Ascend -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml similarity index 77% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml index cf794ab7a1fe..2136f4ebb9f8 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.233 +PackageVersion: 1.0.242 UpgradeBehavior: install Protocols: - elevate-teams-plugin @@ -11,7 +11,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: C463FECC77F89DE06A2E0980852F94A00FE166DBC2845F33C6C039B820B158CF + InstallerSha256: C19E9C0333B7AC402CF9AB4D236511C2F89CBBEAABBC731412B60FE33FD0D144 InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -20,7 +20,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: C463FECC77F89DE06A2E0980852F94A00FE166DBC2845F33C6C039B820B158CF + InstallerSha256: C19E9C0333B7AC402CF9AB4D236511C2F89CBBEAABBC731412B60FE33FD0D144 InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -29,7 +29,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: C463FECC77F89DE06A2E0980852F94A00FE166DBC2845F33C6C039B820B158CF + InstallerSha256: C19E9C0333B7AC402CF9AB4D236511C2F89CBBEAABBC731412B60FE33FD0D144 InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -38,7 +38,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin.exe - InstallerSha256: C463FECC77F89DE06A2E0980852F94A00FE166DBC2845F33C6C039B820B158CF + InstallerSha256: C19E9C0333B7AC402CF9AB4D236511C2F89CBBEAABBC731412B60FE33FD0D144 InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -47,20 +47,20 @@ Installers: InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin-ia32.msi - InstallerSha256: 5B54174A793F28E589676128DBB8ED49010306DB43D280B48D33D32A2EE71824 + InstallerSha256: BDF3620548B0CBBB27E5BA957E0910176D0874F1F683F72A7A11C9C0B9952078 InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{2989C01F-47A5-433C-8C83-263DB94D5B80}' + ProductCode: '{46D49237-0C18-4736-8B5D-40612348CD6C}' AppsAndFeaturesEntries: - UpgradeCode: '{8093CACB-1F7C-41E2-8BCE-45F01EB98EC5}' - Architecture: x64 InstallerType: wix Scope: machine InstallerUrl: https://cp.serverdata.net/voice/pbx/TeamsWidgetReleases/Default/Latest-Win/elevate-teams-desktop-plugin-x64.msi - InstallerSha256: 07A62AF5E6B210C277EF7849BF46048E538BC0CACBC0DD9C14EFDEEA55519BE5 + InstallerSha256: 611258AEDD23FC52B0B6F52A319240BD455A0377EB1FB94F537C9E15EE8D2A5C InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{48A85E49-6953-4EAF-8343-F9D1BF917D95}' + ProductCode: '{583A3ACE-F6F8-4C0B-93FE-1AF4E6708569}' AppsAndFeaturesEntries: - UpgradeCode: '{8093CACB-1F7C-41E2-8BCE-45F01EB98EC5}' ManifestType: installer diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml similarity index 97% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml index fad3aa2bb7ee..073b26c385c2 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.233 +PackageVersion: 1.0.242 PackageLocale: en-US Publisher: Serverdata.net, Inc. PrivacyUrl: https://serverdata.net/legal/privacy-policy.php diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml similarity index 93% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml index 8a80ea779255..f68a52ed263f 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.233 +PackageVersion: 1.0.242 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于 Microsoft Teams 用户的 Elevate Teams 嵌入式桌面应用 diff --git a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.yaml b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.yaml similarity index 91% rename from manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.yaml rename to manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.yaml index 29cba61c5ac5..9c3b66c5fb38 100644 --- a/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.233/Serverdata.ElevateTeamsDesktopPlugin.yaml +++ b/manifests/s/Serverdata/ElevateTeamsDesktopPlugin/1.0.242/Serverdata.ElevateTeamsDesktopPlugin.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Serverdata.ElevateTeamsDesktopPlugin -PackageVersion: 1.0.233 +PackageVersion: 1.0.242 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index 9458cb6379bf..53acf8f9632c 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{cc536839-7002-444c-b74a-0c441532c72a}' -ReleaseDate: 2026-06-09 +ProductCode: '{c16b6a8f-5251-485c-9034-cf054d179126}' +ReleaseDate: 2026-06-10 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-08/servo-x86_64-windows-msvc.exe - InstallerSha256: C7691FF9BAEB1D00723523BC390695818B86047B9A19E7CAB5B0AFBDEEC9C996 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-09/servo-x86_64-windows-msvc.exe + InstallerSha256: AF27F3E0765CC2EE296B584657614E2EC328892924062ED8D7E98929FC3A36FC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index 08cf675530d7..206ce010486e 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly build based on servo/servo@6988a159d0a8541d987da6db4a13a808aac249a9 -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-08 +ReleaseNotes: Nightly build based on servo/servo@6dee86efe76855767b26974c0dd0583db4b214d0 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-09 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki diff --git a/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.installer.yaml b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.installer.yaml new file mode 100644 index 000000000000..8a3868cbcae3 --- /dev/null +++ b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.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: SiakHooi.Json2Table +PackageVersion: 1.1.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: json2table.exe + PortableCommandAlias: json2table +UpgradeBehavior: install +Commands: +- json2table +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SiakHooi/Json2Table/releases/download/v1.1.1/json2table_1.1.1_Windows_x86_64.zip + InstallerSha256: 70b2ce560030913a22d3c6c9409c284e26d5fb56fe9e93735d905238a1f58d85 +- Architecture: arm64 + InstallerUrl: https://github.com/SiakHooi/Json2Table/releases/download/v1.1.1/json2table_1.1.1_Windows_arm64.zip + InstallerSha256: eb64d4375d0615f554669767ac1dc947e534e2042b2e99b89d3f3201051630d6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-01 diff --git a/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.locale.en-US.yaml b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.locale.en-US.yaml new file mode 100644 index 000000000000..910c3a2a8d9d --- /dev/null +++ b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.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: SiakHooi.Json2Table +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: Siak Hooi +PublisherUrl: https://github.com/siakhooi +PublisherSupportUrl: https://github.com/siakhooi/json2table/issues +PackageName: Json2Table +PackageUrl: https://github.com/siakhooi/json2table +License: MIT +LicenseUrl: https://github.com/siakhooi/json2table/blob/main/LICENSE +Copyright: Copyright (c) Siak Hooi +ShortDescription: CLI client for Json2Table +Description: A command-line client for printing JSON data as table. +Moniker: json2table +Tags: +- cli +- json2table +- json +- table +- convert +ReleaseNotesUrl: https://github.com/siakhooi/json2table/releases/tag/v1.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.yaml b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.yaml new file mode 100644 index 000000000000..fd2e1f3b3e54 --- /dev/null +++ b/manifests/s/SiakHooi/Json2Table/1.1.1/SiakHooi.Json2Table.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: SiakHooi.Json2Table +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.installer.yaml b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.installer.yaml new file mode 100644 index 000000000000..d0fe0aba5402 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.installer.yaml @@ -0,0 +1,32 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.5.120 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uffs-windows-x64/uffs-mft.exe + PortableCommandAlias: uffs-mft +- RelativeFilePath: uffs-windows-x64/uffs-tui.exe + PortableCommandAlias: uffs-tui +- RelativeFilePath: uffs-windows-x64/uffs.exe + PortableCommandAlias: uffs +- RelativeFilePath: uffs-windows-x64/uffsd.exe + PortableCommandAlias: uffsd +- RelativeFilePath: uffs-windows-x64/uffsmcp.exe + PortableCommandAlias: uffsmcp +Scope: user +InstallModes: +- silent +- silentWithProgress +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/download/v0.5.120/uffs-windows-x64.zip + InstallerSha256: AD24AB756C551C69BEB2D9237633D567EB9EBEF2655F46DA7EB1F46A28C3D73D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.locale.en-US.yaml b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.locale.en-US.yaml new file mode 100644 index 000000000000..ebedc2216b87 --- /dev/null +++ b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.locale.en-US.yaml @@ -0,0 +1,122 @@ +# 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: SkyLLC.UFFS +PackageVersion: 0.5.120 +PackageLocale: en-US +Publisher: Sky, LLC +PublisherUrl: https://github.com/skyllc-ai +PublisherSupportUrl: https://github.com/skyllc-ai/UltraFastFileSearch/issues +PackageName: UFFS - Ultra Fast File Search +PackageUrl: https://github.com/skyllc-ai/UltraFastFileSearch +License: MPL-2.0 +LicenseUrl: https://github.com/skyllc-ai/UltraFastFileSearch/blob/HEAD/LICENSE +ShortDescription: Benchmark-driven NTFS search engine for Windows +Description: |- + UFFS reads the NTFS Master File Table directly, builds a compact persisted index, + and serves targeted queries in 0-3 ms daemon-side. One Rust engine for CLI, daemon, + TUI, and MCP agent workflows. Proven on 100M-record scale. +Tags: +- cli +- file-search +- mft +- ntfs +- rust +- search +- windows +ReleaseNotes: |- + UFFS v0.5.120 + 🚀 What's New + See the full changelog + and CHANGELOG.md in the repository for details. + 📦 Downloads + UFFS is a Windows-native NTFS search engine — live indexing of + the Master File Table requires Windows. The engine core is + cross-platform, so macOS and Linux builds are shipped for + offline MFT analysis from captured .mft / .bin snapshots. + Each platform ships as a one-download ZIP bundle in three + tiers — pick the one that matches how much you need: + ──────┬───────────┬───────────────────────────────────────────────────────────────────── + Tier │Zip suffix │Contents + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + min │-min.zip │uffs + uffsd + uffs-tui demo. Lean engine for CI/scripting. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + normal│(no suffix)│min + uffsmcp + uffs-mft + docs + brand + packaging helper. + │ │Recommended. + ──────┼───────────┼───────────────────────────────────────────────────────────────────── + full │-full.zip │normal + the uffs-diag diagnostic tools. + ──────┴───────────┴───────────────────────────────────────────────────────────────────── + > 🖥️ Every tier bundles the free uffs-tui demo — the + > zero-setup front door. After unzipping, just run uffs-tui + > to browse your own drives in a UI (the daemon auto-starts). + > The demo has capped result counts and disabled exports; see + > DEMO-LICENSE.txt in the zip. Full TUI/GUI are commercial. + Individual binaries are also attached for automation that + wgets a single file. + 🟦 Windows x86_64 — primary live-indexing target + - uffs-windows-x64.zip — recommended (normal tier): CLI + + daemon + MCP + MFT tooling + uffs-tui demo + icon + docs. + The .exes ship with the UFFS icon and asInvoker manifest + embedded. Also: uffs-windows-x64-min.zip, + uffs-windows-x64-full.zip. + - Raw binaries: uffs-windows-x64.exe, uffsd-windows-x64.exe, + uffsmcp-windows-x64.exe, uffs-mft-windows-x64.exe. + 🍏 macOS Apple Silicon — offline MFT analysis + - uffs-macos-arm64.zip — recommended (normal tier): raw + binaries + uffs-tui demo + a ready-to-run UFFS.app bundle + - icns + docs + packaging/macos/bundle.sh for rebuilding. + Also: uffs-macos-arm64-min.zip, uffs-macos-arm64-full.zip. + - Raw binaries: uffs-macos-arm64, uffsd-macos-arm64, + uffsmcp-macos-arm64, uffs-mft-macos-arm64. + - Intel Macs: run the arm64 build under Rosetta 2. + 🐧 Linux x86_64 — offline MFT analysis + - uffs-linux-x64.zip — recommended (normal tier): binaries + - uffs-tui demo + full hicolor icon tree + + packaging/linux/install.sh (drops the .desktop entry and + icons under /usr/local with one sudo invocation) + docs. + Also: uffs-linux-x64-min.zip, uffs-linux-x64-full.zip. + - Raw binaries: uffs-linux-x64, uffsd-linux-x64, + uffsmcp-linux-x64, uffs-mft-linux-x64. + - Use with --mft-file to analyse captured MFT snapshots on servers, forensics VMs, or in Docker. + 🔐 Verification + All binaries are accompanied by SHA256 checksums in CHECKSUMS.txt. + Verify with: + sha256sum -c CHECKSUMS.txt + Additionally, every release asset carries a SLSA build- + provenance attestation signed with the workflow's Sigstore + OIDC identity. Verify with GitHub CLI: + gh attestation verify --owner skyllc-ai + A successful verification proves the bytes were produced by + this exact workflow run on this exact commit. + 📋 SBOM (Software Bill of Materials) + Each workspace crate ships a CycloneDX 1.5 SBOM alongside the + binaries: sbom-.cdx.json. The SBOMs are covered by + the same SLSA attestation as the binaries, so you can verify + the inventory with the same command above. Inspect with any + CycloneDX-aware tool, e.g.: + jq '.components[] | {name, version, purl}' sbom-uffs-cli.cdx.json + 📋 Installation + Recommended: ZIP bundle + 1. Download uffs-.zip for your platform. + 2. Unzip anywhere. + 3. Windows: the .exes are ready to run; place them on PATH. Icon + asInvoker manifest are already baked into the PE. + 4. macOS: double-click UFFS.app, or move the raw uffs binary into /usr/local/bin/. First launch: Gatekeeper warns because the bundle is unsigned — right-click → Open to confirm, or run xattr -dr com.apple.quarantine UFFS.app. + 5. Linux: run sudo packaging/linux/install.sh from the unzipped directory — installs the binary, the .desktop entry, and the full hicolor icon set. Override prefix with sudo PREFIX=/opt/uffs packaging/linux/install.sh. + Raw-binary path (automation) + - Download the individual binary, e.g. uffs-linux-x64. + - macOS / Linux: chmod +x uffs-* then optionally mv uffs-* /usr/local/bin/uffs. + - Windows: the .exe is ready to run; place it on PATH. + 🛠️ Build Information + - Triggered by: auto-tag-release[sha:95cfc94] + - Commit: 95cfc94 + - Toolchain: pinned nightly from rust-toolchain.toml + - Profile: [profile.release] — LTO=fat, codegen-units=1, strip=symbols + - CPU baselines: x86_64 = x86-64-v3 (Haswell+/Zen+); macOS ARM64 = apple-m1 (M1+) + Full Changelog: https://github.com/skyllc-ai/UltraFastFileSearch/commits/v0.5.120 + What's Changed + - perf(search): master speed — keep #2/#4 wins, gate #1, beat Everything across the matrix by @githubrobbi in #375 + - chore: release v0.5.120 — ship pipeline auto-commit by @githubrobbi in #376 + Full Changelog: v0.5.119...v0.5.120 +ReleaseNotesUrl: https://github.com/skyllc-ai/UltraFastFileSearch/releases/tag/v0.5.120 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.yaml b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.yaml similarity index 75% rename from manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.yaml rename to manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.yaml index 8c8120470355..d582411b64d6 100644 --- a/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.yaml +++ b/manifests/s/SkyLLC/UFFS/0.5.120/SkyLLC.UFFS.yaml @@ -1,8 +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: ZedIndustries.Zed -PackageVersion: 1.4.2 +PackageIdentifier: SkyLLC.UFFS +PackageVersion: 0.5.120 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Smallstep/step/0.30.4/Smallstep.step.installer.yaml b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.installer.yaml new file mode 100644 index 000000000000..ab64aa3108e9 --- /dev/null +++ b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Smallstep.step +PackageVersion: 0.30.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-10" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: step_0.30.4\bin\step.exe + PortableCommandAlias: step + InstallerUrl: https://github.com/smallstep/cli/releases/download/v0.30.4/step_windows_0.30.4_amd64.zip + InstallerSha256: 4d8e7ddabb6e689a2b7a2289d0d4c2bfd25819218802f3f4293e19b23571581a + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: step_0.30.4\bin\step.exe + PortableCommandAlias: step + InstallerUrl: https://github.com/smallstep/cli/releases/download/v0.30.4/step_windows_0.30.4_arm64.zip + InstallerSha256: 2a1d177060114cf8981e79bf3bdae338326015ba34ab9af4b8c844a4e0800d09 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Smallstep/step/0.30.4/Smallstep.step.locale.en-US.yaml b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.locale.en-US.yaml new file mode 100644 index 000000000000..92076b92b24a --- /dev/null +++ b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.locale.en-US.yaml @@ -0,0 +1,37 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Smallstep.step +PackageVersion: 0.30.4 +PackageLocale: en-US +Publisher: Smallstep +PublisherUrl: https://smallstep.com +PublisherSupportUrl: https://github.com/smallstep/certificates/discussions +PrivacyUrl: https://smallstep.com/privacy-policy +PackageName: step +PackageUrl: https://github.com/smallstep/cli +License: Apache-2.0 +LicenseUrl: https://github.com/smallstep/cli/blob/master/LICENSE +ShortDescription: A Swiss army knife for working with X.509 certificates, JWTs, etc. +Description: | + step-cli lets you build, operate, and automate Public Key Infrastructure (PKI) + systems and workflows. It's a swiss army knife for authenticated encryption + (X.509, TLS), single sign-on (OAuth OIDC, SAML), multi-factor authentication + (OATH OTP, FIDO U2F), encryption mechanisms (JSON Web Encryption, NaCl), + and verifiable claims (JWT, SAML assertions). +Moniker: step +Tags: + - cli + - smallstep + - pki + - x509 + - certificates + - tls + - ssl + - jwt + - oauth + - security + - encryption + - cryptography +ReleaseNotesUrl: https://github.com/smallstep/cli/releases/tag/v0.30.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.yaml b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.yaml similarity index 58% rename from manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.yaml rename to manifests/s/Smallstep/step/0.30.4/Smallstep.step.yaml index ee9ac3f2215f..8abf5a5157bd 100644 --- a/manifests/p/PassmarkSoftware/BatteryMon/2.1/PassmarkSoftware.BatteryMon.yaml +++ b/manifests/s/Smallstep/step/0.30.4/Smallstep.step.yaml @@ -1,8 +1,7 @@ -# Created with komac v2.12.1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: PassmarkSoftware.BatteryMon -PackageVersion: '2.1' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Smallstep.step +PackageVersion: 0.30.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.installer.yaml b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.installer.yaml similarity index 77% rename from manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.installer.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.installer.yaml index a70b24e16ffd..cdaaf26aba1f 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.installer.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.57" +PackageVersion: "12.58" InstallerType: zip NestedInstallerType: exe InstallModes: @@ -15,33 +15,33 @@ InstallerSuccessCodes: - 1 UpgradeBehavior: install ProductCode: DesktopOK -ReleaseDate: 2026-06-03 +ReleaseDate: 2026-06-10 Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer.zip - InstallerSha256: D04D1208588A16A9C9496B3129BA9129F352CFB6E45C5C8DDE3E70BADFF84335 + InstallerSha256: A409EC28B690FAA0C26B58D2B0777CF447FCB0768805710E54E725A6311E49C6 - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer.zip - InstallerSha256: D04D1208588A16A9C9496B3129BA9129F352CFB6E45C5C8DDE3E70BADFF84335 + InstallerSha256: A409EC28B690FAA0C26B58D2B0777CF447FCB0768805710E54E725A6311E49C6 ElevationRequirement: elevationRequired - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer_x64.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer_x64.zip - InstallerSha256: C08C891604788ECAA9BCCCD102AAC18BE826601318BF2B8EA08C0D22A04FAB11 + InstallerSha256: 920F1AE6736A5E457AE3D37757E068382880E14F8FA97219C0B69ADE9056F81F - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer_x64.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer_x64.zip - InstallerSha256: C08C891604788ECAA9BCCCD102AAC18BE826601318BF2B8EA08C0D22A04FAB11 + InstallerSha256: 920F1AE6736A5E457AE3D37757E068382880E14F8FA97219C0B69ADE9056F81F ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.en-US.yaml b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.en-US.yaml similarity index 89% rename from manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.en-US.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.en-US.yaml index e18f921379c9..5746e08e903b 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.en-US.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.57" +PackageVersion: "12.58" PackageLocale: en-US Publisher: SoftwareOK PublisherUrl: https://www.softwareok.com/ @@ -19,9 +19,8 @@ Description: DesktopOK is a small but effective solution for user that have to c Tags: - desktop ReleaseNotes: |- - - Improvements to the Desktop OK uninstallation process. - - General fine-tuning and improvements. - - Important update to the Desktop OK language files. + - Improvements to desktop layout saving across all MS Windows operating systems + - Minor adjustments and updates to language files in DesktopOK ReleaseNotesUrl: https://www.softwareok.com/?seite=Freeware/DesktopOK/History Documentations: - DocumentLabel: Manual diff --git a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.zh-CN.yaml b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.zh-CN.yaml similarity index 97% rename from manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.zh-CN.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.zh-CN.yaml index 437653d75c2e..29b9051e1c22 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.locale.zh-CN.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.57" +PackageVersion: "12.58" PackageLocale: zh-CN License: 免费软件 ShortDescription: 保存并还原 Windows 11、10、……的桌面图标 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.yaml b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.yaml similarity index 90% rename from manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.yaml index 471ea1fc2fec..8718f4a4f993 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.57/SoftwareOK.DesktopOK.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.58/SoftwareOK.DesktopOK.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.57" +PackageVersion: "12.58" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.installer.yaml b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.installer.yaml similarity index 77% rename from manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.installer.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.installer.yaml index bbf57c7aea67..bf08639f26aa 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.installer.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.67" +PackageVersion: "12.68" InstallerType: zip NestedInstallerType: exe InstallModes: @@ -15,20 +15,20 @@ InstallerSuccessCodes: - 1 UpgradeBehavior: install ProductCode: Q-Dir -ReleaseDate: 2026-06-03 +ReleaseDate: 2026-06-09 Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 8AF6EF00C528ED29E9F602F65ECE0DFE990CD1C96C3A38191E7611D2DE927F6E + InstallerSha256: 123ED79B5D3E21B9EDB377442CFEE3048717B37444490BF66B76221D7ECD61AC - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 8AF6EF00C528ED29E9F602F65ECE0DFE990CD1C96C3A38191E7611D2DE927F6E + InstallerSha256: 123ED79B5D3E21B9EDB377442CFEE3048717B37444490BF66B76221D7ECD61AC InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf @@ -37,13 +37,13 @@ Installers: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: E66973B6CC05B22F0F5DF2DD25ABFDB3FC99D0120E208C71A93BDC1FF514D119 + InstallerSha256: 4CBEC2B7981A6A9BE613987AE1D9875DBA99229D150F8194DF61A4BE6ECC6437 - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: E66973B6CC05B22F0F5DF2DD25ABFDB3FC99D0120E208C71A93BDC1FF514D119 + InstallerSha256: 4CBEC2B7981A6A9BE613987AE1D9875DBA99229D150F8194DF61A4BE6ECC6437 InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf diff --git a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.en-US.yaml b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.en-US.yaml similarity index 88% rename from manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.en-US.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.en-US.yaml index 787104b92863..477bf7767f47 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.en-US.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.67" +PackageVersion: "12.68" PackageLocale: en-US Publisher: SoftwareOK PublisherUrl: https://www.softwareok.com/ @@ -24,8 +24,8 @@ Tags: - find - folder ReleaseNotes: |- - - Minor bug fixes for keyboard shortcuts in Quad File Explorer (Q-Dir) for Windows - - Language files for Q-Dir updated + - Various dark mode improvements across all Microsoft Windows operating systems + - Language file updates for Quad File Explorer for Windows ReleaseNotesUrl: https://www.softwareok.com/?seite=Freeware/Q-Dir/History Documentations: - DocumentLabel: Manual diff --git a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.zh-CN.yaml b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.zh-CN.yaml similarity index 96% rename from manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.zh-CN.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.zh-CN.yaml index 0fb1343d9245..9646ccfbd39c 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.locale.zh-CN.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.67" +PackageVersion: "12.68" PackageLocale: zh-CN License: 免费软件 ShortDescription: Q-Dir 四窗格文件管理器 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.yaml b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.yaml similarity index 90% rename from manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.yaml index b63fa68192aa..73df1105c95f 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.67/SoftwareOK.Q-Dir.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.68/SoftwareOK.Q-Dir.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.67" +PackageVersion: "12.68" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.installer.yaml index 411c72e8d11f..9067dccf6de2 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/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.1781070497-g623755 +PackageVersion: 0.0.1781102632-gaaab69 InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1781070497-g623755/amp-windows-x64-baseline.exe - InstallerSha256: A6D6D00B73D698EA2533CC8F402810A48FF5EF91796994BAC48DE3C172FDF519 + InstallerUrl: https://static.ampcode.com/cli/0.0.1781102632-gaaab69/amp-windows-x64-baseline.exe + InstallerSha256: C4785011CE11B929CACFE6E6C3C80EF7B05C2424714813990026311877155E34 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.locale.en-US.yaml index ab4400efb91c..bd50f7912634 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/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.1781070497-g623755 +PackageVersion: 0.0.1781102632-gaaab69 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.locale.zh-CN.yaml index 1e72c2b9c27f..79068952b292 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/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.1781070497-g623755 +PackageVersion: 0.0.1781102632-gaaab69 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/Sourcegraph.Amp.yaml index e76d2487bd8c..1bc2a0b88fb6 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1781070497-g623755/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781102632-gaaab69/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.1781070497-g623755 +PackageVersion: 0.0.1781102632-gaaab69 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..21ee88ecad03 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.775.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-10" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.775.0/speakeasy_windows_386.zip + InstallerSha256: 96f65eaab60442d85f641c4e2d040130efd975e1f6866be7fb5c8b96a2356998 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.775.0/speakeasy_windows_arm64.zip + InstallerSha256: a9afe07dbc75e1dd3ab5db487d10483ae679b5aaecf7d835984c030c3434ed1d + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.775.0/speakeasy_windows_amd64.zip + InstallerSha256: 4dcb3e89b31dcce11d3e6a5a1e0604f65d0ea914e0f4f681fef5feb7f3196cee + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..2e14681488e1 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.775.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.775.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.775.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..669d0547406a --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.775.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.775.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.installer.yaml new file mode 100644 index 000000000000..b0c7c7781159 --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.installer.yaml @@ -0,0 +1,23 @@ +# 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: StirlingTools.StirlingPDF +PackageVersion: 2.12.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{88C2FD55-D732-405B-A89E-618FAE98584F}' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- Publisher: Stirling PDF Inc. + ProductCode: '{88C2FD55-D732-405B-A89E-618FAE98584F}' + UpgradeCode: '{3305FBA9-7E5E-5C09-BC71-ECA0A65F4FEE}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Stirling-PDF' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.12.0/Stirling-PDF-windows-x86_64.msi + InstallerSha256: 43F2EABCF2B2EFD24EEBDD2B07A10A6FB429EBB1C9E4C2B3FDAB584991C39CEF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.locale.en-US.yaml b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.locale.en-US.yaml new file mode 100644 index 000000000000..544dc19bd51f --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.locale.en-US.yaml @@ -0,0 +1,166 @@ +# 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: StirlingTools.StirlingPDF +PackageVersion: 2.12.0 +PackageLocale: en-US +Publisher: Stirling-Software +PublisherUrl: https://www.stirlingpdf.com/ +PublisherSupportUrl: https://github.com/Stirling-Tools/Stirling-PDF/issues +PackageName: Stirling-PDF +PackageUrl: https://github.com/Stirling-Tools/Stirling-PDF +License: MIT +LicenseUrl: https://github.com/Stirling-Tools/Stirling-PDF/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Stirling PDF Inc. +ShortDescription: A locally hosted one-stop shop for all your PDF needs +Description: Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements. +Tags: +- docker +- java +- pdf +- pdf-converter +- pdf-editor +- pdf-manipulation +- pdf-merger +- pdf-ocr +- pdf-tools +- pdf-web-apps +- pdfmerger +ReleaseNotes: |- + Big release and changes today, JDK 25 enforcement and the groundwork for some big changes going forward with automation in mind and some big tool speed and memory improvements to be rolled out over coming weeks + Due to the size of this release we recommend organisations do a backup before upgrade + - New JPDFium repository enhancement for 'merge' and 'split' tools to allow up to 99% less memory consumption on merges and splits (Special thanks to PDFium and EmbedPDF for this, Please check out EmbedPDF and donate to them, great project for the future of PDF for OSS) + - Forced JDK 25 for improved memory efficiency and compatibility issues + - Introduced Stirling.com code into OSS repo to make it source viewable and allow us to return stirling.com to the old UI (Coming very soon!) + - New folder system for file storage with a "my files" UI. Customisable folders and storage for server! (must be enabled in settings) + - Desktop multi-window support + - Desktop auto updater (WIP) + - Performance/cache improvements for browser + - OAuth2 / OIDC diagnostic logging flag + - Landscape page-size options + Bug fixes + - Fixed font loss in Rearrange / Overlay / Auto-split / OCR + - Fix issue with SSO Auto-login setting not correctly setting + - Certain desktop login loop issues + - Username showing as guest not User/username + - Compare tool issues + - File selection issues + - Tab refresh issues + - Missing icons + - Stop logo being dragable + - Mobile QR code upload URL fixes + - Merge reliability issues fixed + - Fixed in-page drag-to-reorder in desktop + What's Changed + Bug Fixes + - fix(task): make task dev / task dev:all work on Windows by @ConnorYoh in #6392 + - Various bug fixes found while testing SaaS build by @jbrunton96 in #6459 + - fix: Use frontend/editor for locales paths by @Ludy87 in #6483 + - fix(update-service): correct GitHub branch reference for version retrieval by @Ludy87 in #6333 + - fix(e2e): stop files-page tests racing the skeleton-grid render by @Frooodle in #6533 + - fix: harden multi-file response detection so merge can't fail silently by @Frooodle in #6516 + - Fix intermittently failing Playwright tests in main by @jbrunton96 in #6541 + - fix(i18n): wrap hard-coded English strings in t() across UI by @Frooodle in #6566 + - fix(desktop): enable in-page drag-drop in Tauri build by @Frooodle in #6548 + - fix(automate): flip AutomationEntry tooltip to position=left by @Frooodle in #6550 + - Fix desktop app not being able to load pdfium by @jbrunton96 in #6575 + Enhancements + - perf(frontend): stabilize hot-path context subscriptions to fix excessive rerenders by @ConnorYoh in #6373 + - Snag/disable logo drag by @EthanHealy01 in #6393 + - migrate exportUpdatedPages from bytes to stream by @Frooodle in #6201 + - build(deps): bump rustls-webpki from 0.103.9 to 0.103.13 in /frontend/src-tauri by @dependabot[bot] in #6323 + - build(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /frontend/src-tauri by @dependabot[bot] in #6322 + - build(deps): bump tokio from 1.49.0 to 1.50.0 in /frontend/src-tauri in the tokio group across 1 directory by @dependabot[bot] in #6296 + - build(deps): bump devalue from 5.6.4 to 5.8.1 in /frontend by @dependabot[bot] in #6367 + - Updated Spanish translation by @IberianSoldierPC in #6309 + - SaaS Consolidation by @Frooodle in #6384 + - JDK25 - Integrate Stirling-Tools JPDFium for PDF operations by @Frooodle in #6387 + - build(deps): bump svelte from 5.55.0 to 5.55.9 in /frontend by @dependabot[bot] in #6409 + - build(deps-dev): bump ip-address from 10.1.0 to 10.2.0 in /frontend by @dependabot[bot] in #6319 + - build(deps): bump protobufjs from 7.5.6 to 7.6.0 in /frontend by @dependabot[bot] in #6401 + - build(deps): bump ws from 8.20.0 to 8.20.1 in /frontend by @dependabot[bot] in #6400 + - Fix unresolved Material Symbols icon names in frontend by @Ludy87 in #6443 + - chore: address restructure PR review feedback by @reecebrowne in #6423 + - impl migration to pdfium for split by @Frooodle in #6410 + - Fix login loop by @Frooodle in #6402 + - test(frontend): cover MIME precedence in non-PDF type detection by @saul1310 in #6438 + - test(frontend): add URL-encoded filename parsing case by @saul1310 in #6436 + - chore: fix "Endoints" typo in health route comment by @mvanhorn in #6446 + - Add cluster backplane abstraction and interfaces by @Frooodle in #6449 + - Add server-side folders and files page UI by @Frooodle in #6383 + - feat(oauth2): opt-in claim-dump diagnostics for OIDC login failures by @ConnorYoh in #6456 + - Add S3 storage and cluster artifact backend by @Frooodle in #6457 + - folder and file fixes by @Frooodle in #6461 + - saas: harden CreditService Stripe ordering + lint @AutoJobPostMapping weights by @ConnorYoh in #6458 + - Fix SSO auto-login and custom metadata settings not persisting on restart by @Frooodle in #6468 + - feat: add Agents UI to proprietary right sidebar by @EthanHealy01 in #6454 + - Fix username display issues by @jbrunton96 in #6471 + - Update indexeddb to v9 to unify SaaS and OSS users by @jbrunton96 in #6474 + - Add desktop multi-window support by @Frooodle in #6463 + - Disable Save-to-server when storage off, fix QR port 0 by @Frooodle in #6473 + - perf(api): optimize static asset caching, enable ETag support, and expand response compression mime types. by @balazs-szucs in #6273 + - Add CI coverage summaries and aggregate JaCoCo report by @Frooodle in #6451 + - Add Valkey cluster backplane and sticky-410 ownership (clusters) by @Frooodle in #6472 + - UI changes to update and support auto updating by @Frooodle in #6075 + - PAYG: hash-lineage detection primitives (modular extractor / store / detector) by @ConnorYoh in #6464 + - Make zoom key command behave the same regardless of mouse position by @jbrunton96 in #6508 + - Switch to use JPDFium v1.0.2, which signs the Mac binaries by @jbrunton96 in #6521 + - Update Backend 3rd Party Licenses by @stirlingbot[bot] in #6407 + - Fix mockServiceWorker.js reformatting by @jbrunton96 in #6526 + - sort comments sidebar in visual reading order (#6439) by @Frooodle in #6514 + - Fix settings: dark borders, update dropdown z-index, dead accessibility link by @Frooodle in #6528 + - Improvements to agent chat markdown rendering. by @EthanHealy01 in #6507 + - Fix z-index conflicts: Google Drive picker, automate dropdowns, tooltips by @Frooodle in #6513 + - chore: i18n time utils and use TFunction type (#6507) by @EthanHealy01 in #6539 + - Make any typing linting opt-out instead of opt-in by @jbrunton96 in #6542 + - Fix desktop updater latest.json generation for releases by @Frooodle in #6540 + - perf(compression): add vite-plugin-compression for gzip and Brotli support by @balazs-szucs in #6279 + - Minor: sanitize SVG by @Frooodle in #6572 + - feat(settings): link ENTERPRISE badges to plan page by @Frooodle in #6560 + - exclude unused Redis auto-config by @Frooodle in #6547 + - Explicitly test for console warnings & errors by @jbrunton96 in #6502 + - Lazy-load Stripe SDK so it only loads on checkout by @Frooodle in #6546 + - Hide endpoints by @Frooodle in #6586 + - fix many UI issues by @Frooodle in #6569 + - PAYG: V14 + V15 — subscription_id, free-tier, RPCs, audit logs by @ConnorYoh in #6532 + - SaaS-aware API landing page by @Frooodle in #6585 + - stop background flash on tab switches, unblock Audit/Usage demos by @Frooodle in #6562 + - fix folder causing 500 toast when deleted on another machine by @Frooodle in #6551 + - Fix font loss in rearrange/overlay/autosplit/OCR from PDFBox by @Frooodle in #6545 + - Minor: Office doc changes by @Frooodle in #6571 + Docker Updates + - build(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 by @dependabot[bot] in #6377 + - test Depot runners for team commits by @Frooodle in #6394 + - build(deps): bump step-security/harden-runner from 2.19.1 to 2.19.3 by @dependabot[bot] in #6422 + - ci: harden workflow runners and update checkout action pins by @Ludy87 in #6445 + - Add CI DB migration smoke test against v2.0/v2.5/v2.10 updates by @Frooodle in #6453 + Translation Changes + - Fix Tauri artifact copy path so installers upload (smoke + release) by @Frooodle in #6466 + - ci(github-actions): replace deprecated app-id input with client-id by @Ludy87 in #6485 + Development Tools + - build(deps): bump fast-uri from 3.0.6 to 3.1.2 in /devTools by @dependabot[bot] in #6332 + Other Changes + - build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /testing/cucumber in the pip group across 1 directory by @dependabot[bot] in #6352 + - deps: align Bouncy Castle modules to shared version property by @Ludy87 in #6362 + - build(deps): bump step-security/harden-runner from 2.19.0 to 2.19.1 by @dependabot[bot] in #6380 + - build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by @dependabot[bot] in #6379 + - build(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0 by @dependabot[bot] in #6378 + - build(deps): bump pypdf from 6.10.2 to 6.11.0 in /testing/cucumber by @dependabot[bot] in #6376 + - build(deps): bump org.postgresql:postgresql from 42.7.10 to 42.7.11 by @dependabot[bot] in #6375 + - build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #6346 + - Restructure/frontend editor by @reecebrowne in #6404 + - build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 by @dependabot[bot] in #6421 + - build(deps): bump actions/ai-inference from 2.0.7 to 2.1.0 by @dependabot[bot] in #6415 + - build(deps): bump com.diffplug.spotless from 8.4.0 to 8.5.0 by @dependabot[bot] in #6417 + - build(deps): bump requests from 2.33.1 to 2.34.2 in /testing/cucumber by @dependabot[bot] in #6416 + - build(deps): bump reportlab from 4.5.0 to 4.5.1 in /testing/cucumber by @dependabot[bot] in #6414 + - build(deps): bump idna from 3.12 to 3.15 in /testing/cucumber in the pip group across 1 directory by @dependabot[bot] in #6403 + - Working local Saas by @ConnorYoh in #6450 + - Fix Tauri testing by @jbrunton96 in #6462 + - Auto-delete CI linting comments on success by @jbrunton96 in #6465 + - saas: DocumentClassifier + PAYG data model by @ConnorYoh in #6460 + - PAYG: PricingPolicyService + admin REST + 30s read cache by @ConnorYoh in #6469 + - Portal by @reecebrowne in #6391 +ReleaseNotesUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.yaml b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.yaml new file mode 100644 index 000000000000..807e131ce08b --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.12.0/StirlingTools.StirlingPDF.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: StirlingTools.StirlingPDF +PackageVersion: 2.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.installer.yaml b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.installer.yaml new file mode 100644 index 000000000000..c19f492503ca --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 2.4.0.30 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{87572867-55B4-4892-8BB5-EDACA1BC12E3}' +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- ProductCode: '{87572867-55B4-4892-8BB5-EDACA1BC12E3}' + UpgradeCode: '{A1B2C3D4-E5F6-4A5B-8C9D-0E1F2A3B4C5D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-windows-x64.msi + InstallerSha256: 8B55EA9EA98F944ED598FDEBF0DC3D00275353835719D3BF69A01989626C4547 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.locale.en-US.yaml new file mode 100644 index 000000000000..a8dbbb0fb7f1 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.locale.en-US.yaml @@ -0,0 +1,209 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage-agent +PackageVersion: 2.4.0.30 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage-agent +PublisherSupportUrl: https://github.com/bceverly/sysmanage-agent/issues +Author: Bryan Everly +PackageName: SysManage Agent +PackageUrl: https://github.com/bceverly/sysmanage-agent +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage-agent/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Cross-platform system management agent for SysManage. +Description: SysManage Agent is the host-side daemon for the SysManage open-source fleet management platform. It registers the host with a SysManage server, reports inventory, applies declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), and surfaces real-time health metrics. +Moniker: sysmanage-agent +ReleaseNotes: |- + SysManage Agent v2.4.0.30 + Updated github actions + Multi-platform system management agent with support for Linux, BSD, macOS, and Windows. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent_2.4.0.30-1_amd64.deb + sudo apt install ./sysmanage-agent_2.4.0.30-1_amd64.deb + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + Flatpak (Universal Linux) + # Add SysManage repository + flatpak remote-add --if-not-exists sysmanage https://sysmanage.org/sysmanage.flatpakrepo + # Install the agent + flatpak install sysmanage org.sysmanage.Agent + # Run service installation script + flatpak run --command=sysmanage-service-install org.sysmanage.Agent + # Or download and install the bundle directly: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30.flatpak + flatpak install --user sysmanage-agent-2.4.0.30.flatpak + CentOS/RHEL 9 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-1.el9.x86_64.rpm + sudo dnf install ./sysmanage-agent-2.4.0.30-1.el9.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Tumbleweed + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-1.opensuse.tumbleweed.x86_64.rpm + sudo zypper install ./sysmanage-agent-2.4.0.30-1.opensuse.tumbleweed.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + OpenSUSE Leap 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-1.opensuse.leap.15.x86_64.rpm + sudo zypper install ./sysmanage-agent-2.4.0.30-1.opensuse.leap.15.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + SUSE Linux Enterprise Server (SLES) 15 + # Download and install + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-1.sles.x86_64.rpm + sudo zypper install ./sysmanage-agent-2.4.0.30-1.sles.x86_64.rpm + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo systemctl enable --now sysmanage-agent + macOS + # Download and install + curl -LO https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-macos.pkg + sudo installer -pkg sysmanage-agent-2.4.0.30-macos.pkg -target / + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.agent.plist + Windows (x64) + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-windows-x64.msi" -OutFile "sysmanage-agent-2.4.0.30-windows-x64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-2.4.0.30-windows-x64.msi /qn" -Wait -Verb RunAs + # Configure and start + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Start-Service SysManageAgent + Windows (ARM64) + # Download and install (PowerShell as Administrator) + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-windows-arm64.msi" -OutFile "sysmanage-agent-2.4.0.30-windows-arm64.msi" + Start-Process msiexec.exe -ArgumentList "/i sysmanage-agent-2.4.0.30-windows-arm64.msi /qn" -Wait -Verb RunAs + # Configure and start + notepad C:\ProgramData\SysManage\sysmanage-agent.yaml + Start-Service SysManageAgent + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30.pkg + sudo pkg add sysmanage-agent-2.4.0.30.pkg + # Configure and start + sudo nano /etc/sysmanage-agent.yaml + sudo sysrc sysmanage_agent_enable=YES + sudo service sysmanage_agent start + NetBSD + # Download and install + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30.tgz + sudo pkg_add sysmanage-agent-2.4.0.30.tgz + # Copy rc.d script and configure + sudo cp /usr/pkg/share/examples/rc.d/sysmanage_agent /etc/rc.d/ + sudo vi /usr/pkg/etc/sysmanage-agent/config.yaml + # Enable and start + sudo sh -c 'echo sysmanage_agent=YES >> /etc/rc.conf' + sudo /etc/rc.d/sysmanage_agent start + Alpine Linux + # Download the pre-built package for your Alpine version (3.19, 3.20, or 3.21) + # For Alpine 3.21: + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-alpine321.apk + doas apk add --allow-untrusted sysmanage-agent-2.4.0.30-alpine321.apk + # For Alpine 3.20: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-alpine320.apk + # doas apk add --allow-untrusted sysmanage-agent-2.4.0.30-alpine320.apk + # For Alpine 3.19: + # wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-alpine319.apk + # doas apk add --allow-untrusted sysmanage-agent-2.4.0.30-alpine319.apk + # Configure and start + doas cp /etc/sysmanage-agent/sysmanage-agent.yaml.example /etc/sysmanage-agent/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent/sysmanage-agent.yaml + doas rc-update add sysmanage-agent default + doas rc-service sysmanage-agent start + OpenBSD (Pre-built Package - Recommended) + # Download the pre-built package for your OpenBSD version (7.5, 7.6, or 7.7) + # For OpenBSD 7.7: + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-openbsd77.tgz + doas pkg_add sysmanage-agent-2.4.0.30-openbsd77.tgz + # For OpenBSD 7.6: + # ftp https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-openbsd76.tgz + # doas pkg_add sysmanage-agent-2.4.0.30-openbsd76.tgz + # For OpenBSD 7.5: + # ftp https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-openbsd75.tgz + # doas pkg_add sysmanage-agent-2.4.0.30-openbsd75.tgz + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + OpenBSD (Build from Port) + # Download the port tarball + ftp https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-2.4.0.30-openbsd-port.tar.gz + # Extract to ports tree + cd /usr/ports/sysutils + doas rm -rf sysmanage-agent + doas tar xzf ~/sysmanage-agent-2.4.0.30-openbsd-port.tar.gz + doas mv openbsd-port sysmanage-agent + # Install Python dependencies (avoids gcc conflicts) + doas pkg_add py3-websockets py3-yaml py3-aiohttp py3-cryptography py3-sqlalchemy py3-alembic + # Build and install + cd sysmanage-agent + doas make makesum + doas make install + # Configure and start + doas cp /usr/local/share/examples/sysmanage-agent/sysmanage-agent.yaml /etc/sysmanage-agent.yaml + doas vi /etc/sysmanage-agent.yaml + doas rcctl enable sysmanage_agent + doas rcctl start sysmanage_agent + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/CentOS/OpenSUSE/SLES): + sha256sum -c .sha256 + macOS: + shasum -a 256 -c .sha256 + Windows: + $expectedHash = (Get-Content ".sha256").Split()[0] + $actualHash = (Get-FileHash "" -Algorithm SHA256).Hash.ToLower() + if ($expectedHash -eq $actualHash) { Write-Host "Checksum verified!" } else { Write-Host "Checksum mismatch!" } + FreeBSD/NetBSD/OpenBSD: + sha256 -C .sha256 + Alpine Linux: + sha256sum -c .sha256 + Supported Platforms + - Ubuntu: 22.04 LTS (Jammy), 24.04 LTS (Noble), 24.10 (Oracular), 25.04 (Plucky), 25.10 (Questing) + - Debian: 11 (Bullseye), 12 (Bookworm), 13 (Trixie) + - CentOS/RHEL: 9.x + - OpenSUSE: Tumbleweed, Leap 15.x + - SUSE Linux Enterprise Server (SLES): 15.x + - Alpine Linux: 3.19, 3.20, 3.21 (pre-built packages available) + - macOS: 12+ (Monterey and later) + - Windows: 10 (1809+), 11, Server 2019+ (x64 and ARM64) + - FreeBSD: 13.x, 14.x + - NetBSD: 10.x (tested on 10.1) + - OpenBSD: 7.5, 7.6, 7.7 (pre-built packages available) + Software Bill of Materials (SBOM) + This release includes a comprehensive Software Bill of Materials (SBOM) file in CycloneDX JSON format for supply chain security and vulnerability analysis: + Standalone Download: + - sysmanage-agent-sbom.json - Complete inventory of Python dependencies + Download and inspect: + # Download SBOM file + wget https://github.com/bceverly/sysmanage-agent/releases/download/v2.4.0.30/sysmanage-agent-sbom.json + # View with jq (if installed) + cat sysmanage-agent-sbom.json | jq . + The SBOM file is compatible with vulnerability scanning tools (Grype, Trivy, Dependency-Track, Snyk, etc.) and provides complete transparency of all software dependencies. + What's Included + - System management agent service + - Platform-native service management (systemd/launchd/rc.d) + - Automatic user/group creation + - Example configuration files + - Certificate storage directory + - Sudoers configuration for system management (Linux only) + OpenBSD Package Checksums (SHA256) + 7f6f9e37cf9005b34c0992516a71a7e0a34791c0d8143047e88c25ce3cd57c7c sysmanage-agent-2.4.0.30-openbsd77.tgz + Alpine Linux Package Checksums (SHA256) + 64bd8d7f0cb2138024b801765e361453f7e9e0a4c6e11387769556cd603ddc51 sysmanage-agent-2.4.0.30-alpine320.apk + 7af14ae348f96b6fa890cc12277907b14a6c196eaadad8bf8a3ea1e0e0e50763 sysmanage-agent-2.4.0.30-alpine321.apk +ReleaseNotesUrl: https://github.com/bceverly/sysmanage-agent/releases/tag/v2.4.0.30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.yaml b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.yaml new file mode 100644 index 000000000000..0341c945a91f --- /dev/null +++ b/manifests/s/sysmanage/sysmanage-agent/2.4.0.30/sysmanage.sysmanage-agent.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: sysmanage.sysmanage-agent +PackageVersion: 2.4.0.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.installer.yaml b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.installer.yaml new file mode 100644 index 000000000000..1404ade34eac --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.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: sysmanage.sysmanage +PackageVersion: 2.4.0.31 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-windows-x64.msi + InstallerSha256: 263511BDEB33FD52727197A411E45D2F79D529EAFC388B507316405EF07A46CA + ProductCode: '{6CECEC15-049C-4947-AFAF-EBB1A993B7B8}' + AppsAndFeaturesEntries: + - ProductCode: '{6CECEC15-049C-4947-AFAF-EBB1A993B7B8}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +- Architecture: arm64 + InstallerUrl: https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-windows-arm64.msi + InstallerSha256: A30C0F5780817B16C8537E9AED8C63BE3FCEDC88863D39AD4054D6A90FDDE830 + ProductCode: '{78E443D0-4E3C-4104-8254-6EEFBFD4C499}' + AppsAndFeaturesEntries: + - ProductCode: '{78E443D0-4E3C-4104-8254-6EEFBFD4C499}' + UpgradeCode: '{F1E2D3C4-B5A6-4D7C-9E8F-1A2B3C4D5E6F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.locale.en-US.yaml b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.locale.en-US.yaml new file mode 100644 index 000000000000..bab4c288b7d0 --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.locale.en-US.yaml @@ -0,0 +1,260 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sysmanage.sysmanage +PackageVersion: 2.4.0.31 +PackageLocale: en-US +Publisher: SysManage +PublisherUrl: https://github.com/bceverly/sysmanage +PublisherSupportUrl: https://github.com/bceverly/sysmanage/issues +Author: Bryan Everly +PackageName: SysManage Server +PackageUrl: https://github.com/bceverly/sysmanage +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/bceverly/sysmanage/blob/HEAD/LICENSE +Copyright: Copyright (c) Bryan Everly +ShortDescription: Open-source fleet management server for SysManage. +Description: SysManage is the server-side component of an open-source fleet management platform. It accepts inventory from SysManage Agent hosts, dispatches declarative deployment plans (package install, firewall config, antivirus deployment, VM lifecycle), surfaces health and compliance dashboards, and exposes a REST + WebSocket API for orchestration. +Moniker: sysmanage +ReleaseNotes: |- + SysManage Server v2.4.0.31 + Fixed sonarqube issues + Multi-platform system management and monitoring server with web-based interface. + Installation Instructions + Ubuntu/Debian + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage_2.4.0.31-1_all.deb + sudo apt install ./sysmanage_2.4.0.31-1_all.deb + # Install nginx if not already installed + sudo apt install nginx + # Configure the server + sudo nano /etc/sysmanage.yaml + # Run database migrations + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the service + sudo systemctl enable --now sysmanage + OpenBSD + # Download the port tarball + wget https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-openbsd-port-2.4.0.31.tar.gz + # Extract to OpenBSD ports tree + cd /usr/ports/mystuff + mkdir -p www + tar xzf ~/sysmanage-openbsd-port-2.4.0.31.tar.gz -C www/ + # Generate checksums + cd /usr/ports/mystuff/www/sysmanage + doas make makesum + # Build and install + doas make install + # Initialize PostgreSQL (if not already done) + doas su - _postgresql + initdb -D /var/postgresql/data -U postgres -A scram-sha-256 -E UTF8 -W + exit + doas rcctl enable postgresql + doas rcctl start postgresql + # Create database and user + doas su - _postgresql -c "createuser -P sysmanage" + doas su - _postgresql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + doas vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/local/libexec/sysmanage + doas python3 -m alembic upgrade head + # Enable and start the service + doas rcctl enable sysmanage + doas rcctl start sysmanage + FreeBSD + # Download and install + fetch https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31.pkg + sudo pkg add ./sysmanage-2.4.0.31.pkg + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo sysrc postgresql_enable=YES + sudo service postgresql initdb + sudo service postgresql start + # Create database and user + sudo su - postgres -c "createuser sysmanage" + sudo su - postgres -c "createdb sysmanage -O sysmanage" + sudo su - postgres -c "psql -c \"ALTER USER sysmanage WITH PASSWORD 'your-password';\"" + # Configure SysManage + sudo vi /usr/local/etc/sysmanage/config.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Enable and start the services + sudo sysrc sysmanage_enable=YES + sudo sysrc nginx_enable=YES + sudo service sysmanage start + sudo service nginx start + macOS + # Download and install + curl -L -O https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-macos.pkg + sudo installer -pkg sysmanage-2.4.0.31-macos.pkg -target / + # The installer automatically creates the virtual environment and copies files + # Install PostgreSQL (if not already installed) + brew install postgresql@16 + brew services start postgresql@16 + # Create database + createdb sysmanage + # Configure SysManage + sudo cp /etc/sysmanage.yaml.example /etc/sysmanage.yaml + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Run database migrations + cd /usr/local/lib/sysmanage + .venv/bin/python -m alembic upgrade head + # Install and configure nginx (if not already installed) + brew install nginx + cp /usr/local/etc/sysmanage/sysmanage-nginx.conf /usr/local/etc/nginx/servers/ + brew services start nginx + # Load and start the service + sudo launchctl load /Library/LaunchDaemons/com.sysmanage.server.plist + NetBSD + # Download and verify + ftp https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-netbsd.tgz + ftp https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-netbsd.tgz.sha256 + sha256 -c sysmanage-2.4.0.31-netbsd.tgz.sha256 sysmanage-2.4.0.31-netbsd.tgz + # Install package + su - + pkg_add sysmanage-2.4.0.31-netbsd.tgz + # The package automatically installs PostgreSQL 16 and nginx as dependencies + # Initialize PostgreSQL (if not already done) + /etc/rc.d/pgsql initdb + echo "pgsql=YES" >> /etc/rc.conf + /etc/rc.d/pgsql start + # Create database and user + su - pgsql -c "createuser -P sysmanage" + su - pgsql -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /usr/pkg/etc/sysmanage/sysmanage.yaml.example /usr/pkg/etc/sysmanage.yaml + vi /usr/pkg/etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/pkg/lib/sysmanage + python3.12 -m venv .venv + .venv/bin/pip install -r requirements-prod.txt + .venv/bin/python -m alembic upgrade head + # Configure nginx (optional) + cp /usr/pkg/share/examples/sysmanage/sysmanage-nginx.conf /usr/pkg/etc/nginx/sites-enabled/ + echo "nginx=YES" >> /etc/rc.conf + # Enable and start the services + cp /usr/pkg/share/examples/rc.d/sysmanage /etc/rc.d/ + chmod +x /etc/rc.d/sysmanage + echo "sysmanage=YES" >> /etc/rc.conf + /etc/rc.d/sysmanage start + /etc/rc.d/nginx start + CentOS/RHEL/Fedora/Rocky Linux/AlmaLinux + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-1.*.rpm + sudo dnf install ./sysmanage-2.4.0.31-1.*.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize PostgreSQL (if not already done) + sudo postgresql-setup --initdb + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + OpenSUSE/SLES + # Download and install + wget https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-1.noarch.rpm + sudo zypper install ./sysmanage-2.4.0.31-1.noarch.rpm + # The package automatically installs nginx and PostgreSQL as dependencies + # Initialize and start PostgreSQL (if not already done) + sudo systemctl enable --now postgresql + # Create database and user + sudo -u postgres createuser sysmanage + sudo -u postgres createdb sysmanage -O sysmanage + sudo -u postgres psql -c "ALTER USER sysmanage WITH PASSWORD 'your-password';" + # Configure SysManage + sudo vi /etc/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /opt/sysmanage + sudo -u sysmanage .venv/bin/python -m alembic upgrade head + # Start the services + sudo systemctl enable --now sysmanage + sudo systemctl enable --now nginx + Alpine Linux (3.19, 3.20, 3.21) + # Download the APK package for your Alpine version (e.g., alpine319, alpine320, alpine321) + wget https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-alpine320.apk + # Allow installation of unsigned packages (required for GitHub releases) + apk add --allow-untrusted ./sysmanage-2.4.0.31-alpine320.apk + # The package installs to /usr/libexec/sysmanage with pip packages in a subdirectory + # Dependencies: python3, nginx, postgresql are automatically installed + # Initialize and start PostgreSQL + rc-update add postgresql default + rc-service postgresql start + # Create database and user + su - postgres -c "createuser -P sysmanage" + su - postgres -c "createdb -O sysmanage sysmanage" + # Configure SysManage + cp /etc/sysmanage/sysmanage.yaml.example /etc/sysmanage/sysmanage.yaml + vi /etc/sysmanage/sysmanage.yaml + # Update the database connection string + # Initialize database schema + cd /usr/libexec/sysmanage + PYTHONPATH=/usr/libexec/sysmanage/pip-packages python3 -m alembic upgrade head + # Enable and start the services + rc-update add sysmanage default + rc-update add nginx default + rc-service sysmanage start + rc-service nginx start + Windows (x64 and ARM64) + # Download the MSI installer (choose your architecture) + # For x64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-windows-x64.msi" -OutFile "sysmanage-2.4.0.31-windows-x64.msi" + # For ARM64: + Invoke-WebRequest -Uri "https://github.com/bceverly/sysmanage/releases/download/v2.4.0.31/sysmanage-2.4.0.31-windows-arm64.msi" -OutFile "sysmanage-2.4.0.31-windows-arm64.msi" + # Install the MSI package (run as Administrator) + # The installer will: + # - Check for and install Python 3.12 if needed + # - Install Visual C++ Redistributable if needed + # - Extract application files to C:\Program Files\SysManage Server + # - Create Python virtual environment and install dependencies + # - Create Windows Service "SysManageServer" + # - Start the service automatically + msiexec /i sysmanage-2.4.0.31-windows-x64.msi + # Configure SysManage (installer creates example config) + notepad "C:\ProgramData\SysManage\sysmanage.yaml" + # Update database connection string and other settings + # The service runs automatically. To manage it: + # Stop the service: + Stop-Service SysManageServer + # Start the service: + Start-Service SysManageServer + # Check service status: + Get-Service SysManageServer + # View service logs: + Get-Content "C:\ProgramData\SysManage\logs\sysmanage-service.log" -Tail 50 + # To uninstall: + # Use "Add or Remove Programs" or run: + msiexec /x sysmanage-2.4.0.31-windows-x64.msi + Note for Windows: The installer requires administrator privileges. Python 3.12 and Visual C++ Redistributable will be automatically installed if not present. The service runs on port 8080 by default (configurable in sysmanage.yaml). + Access the Web Interface + After configuration and starting the service: + - Frontend: http://localhost:3000 + - Backend API: http://localhost:8080 + Checksum Verification + All packages include SHA256 checksums. Download both files and verify: + Linux (Ubuntu/Debian): + sha256sum -c sysmanage_2.4.0.31-1_all.deb.sha256 + OpenBSD: + sha256 -C sysmanage-openbsd-port-2.4.0.31.tar.gz.sha256 sysmanage-openbsd-port-2.4.0.31.tar.gz + FreeBSD: + sha256 -c sysmanage-2.4.0.31.pkg.sha256 sysmanage-2.4.0.31.pkg + macOS: +ReleaseNotesUrl: https://github.com/bceverly/sysmanage/releases/tag/v2.4.0.31 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.yaml b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.yaml new file mode 100644 index 000000000000..ac5e0a9777fa --- /dev/null +++ b/manifests/s/sysmanage/sysmanage/2.4.0.31/sysmanage.sysmanage.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: sysmanage.sysmanage +PackageVersion: 2.4.0.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.installer.yaml b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.installer.yaml new file mode 100644 index 000000000000..0a216c96ac48 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.1.4 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- cassandra +- cassandra+ssh +- cockroach +- cockroach+ssh +- greenplum +- greenplum+ssh +- mariadb +- mariadb+ssh +- microsoftsqlserver +- microsoftsqlserver+ssh +- mysql +- mysql+ssh +- postgres +- postgres+ssh +- postgresql +- postgresql+ssh +- redis +- redis+ssh +- redshift +- redshift+ssh +- snowflake +- snowflake+ssh +- sqlite +- sqlite+ssh +- sqlserver +- sqlserver+ssh +- tableplus +ProductCode: TablePlus_is1 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://files.tableplus.com/windows/7.1.4/TablePlusSetup.exe + InstallerSha256: 4193089AA1AE638BB180CAF887DFB48698203EDB40A04FF51652FB13887F4FC6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.en-US.yaml b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.en-US.yaml new file mode 100644 index 000000000000..1833e474f878 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TablePlus.TablePlus +PackageVersion: 7.1.4 +PackageLocale: en-US +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: Proprietary +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. All rights reserved. +ShortDescription: 'Modern, native, and friendly GUI tool for relational databases: MySQL, PostgreSQL, SQLite & more' +Description: 'Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, and Redis.' +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- database +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +ReleaseNotes: |- + Build 366 - Refresh UI + Release date: 10 June 2026 + 1. Added support for importing JSON files. + 2. Added support for exporting data as Excel. + 3. Added shortcut mapper support in Preferences. + 4. Improved database connection error flow with retry and edit connection options. + 5. Fixed CSV import/export localization issues. + 6. Enhanced Preferences window layout, theme styling, and shortcut handling. + 7. Fixed connection drag issue when maximizing the main window. + 8. Other bug fixes and improvements. + Older change logs. + Bug report. +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.zh-CN.yaml b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.zh-CN.yaml new file mode 100644 index 000000000000..3d1aace76b0b --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TablePlus.TablePlus +PackageVersion: 7.1.4 +PackageLocale: zh-CN +Publisher: TablePlus, Inc +PublisherUrl: https://tableplus.com/ +PublisherSupportUrl: https://tableplus.com/contact +PrivacyUrl: https://tableplus.com/privacy +Author: TablePlus Inc. +PackageName: TablePlus +PackageUrl: https://tableplus.com/windows +License: 专有软件 +LicenseUrl: https://tableplus.com/blog/2018/01/license-agreement.html +Copyright: Copyright (c) 2026 TablePlus Inc. 保留所有权利. +ShortDescription: 现代、本地和友好的关系数据库图形用户界面工具:MySQL、PostgreSQL、SQLite 等 +Description: 具有直观图形用户界面工具的现代本地客户端,可创建、访问、查询和编辑多个关系数据库: MySQL、PostgreSQL、SQLite、Microsoft SQL Server、Amazon Redshift、MariaDB、CockroachDB、Vertica 和 Redis。 +Tags: +- amazon-redshift +- cassandra +- cockroachdb +- mariadb +- microsoft-sql-server +- mysql +- postgresql +- redis +- sqlite +- tableplus +- vertica +- 数据库 +ReleaseNotesUrl: https://tableplus.com/blog/2017/02/changelogs.html +PurchaseUrl: https://tableplus.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.yaml b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.yaml new file mode 100644 index 000000000000..2831a78185d0 --- /dev/null +++ b/manifests/t/TablePlus/TablePlus/7.1.4/TablePlus.TablePlus.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: TablePlus.TablePlus +PackageVersion: 7.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.installer.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.installer.yaml similarity index 65% rename from manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.installer.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.installer.yaml index d52f2fbc52ed..1cfc5b4a5fe1 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.installer.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.78.3 +PackageVersion: 15.78.4 Scope: machine UpgradeBehavior: install Protocols: @@ -13,34 +13,34 @@ Installers: NestedInstallerType: wix NestedInstallerFiles: - RelativeFilePath: update.msi - InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.78.3.zip - InstallerSha256: E15FA4D2CEE0001BFBD3CD2F1058042AF98437711F144D7D679FBBF67BA0D6B8 + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.78.4.zip + InstallerSha256: 0A2128C2139580F080282E299F619AA7EC1D238D17A82518686E5B489A4B3F19 InstallerSwitches: InstallLocation: INSTALLFOLDER="" - ProductCode: '{7DB3F30C-4517-4BF7-BDEF-AD84EC6B5F59}' + ProductCode: '{1DCDEB6E-D823-4EF2-8F0B-822F3EB848D5}' AppsAndFeaturesEntries: - - ProductCode: '{7DB3F30C-4517-4BF7-BDEF-AD84EC6B5F59}' + - ProductCode: '{1DCDEB6E-D823-4EF2-8F0B-822F3EB848D5}' UpgradeCode: '{150798A5-21DE-431E-BDC7-A822769BE9A2}' - Architecture: x86 InstallerType: nullsoft InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Host_Setup.exe - InstallerSha256: 3A29760A6234B6550491F24B197E9F4A74F286231159C6EAA88CB13C13B4FEB4 + InstallerSha256: D7913B04FF74AE7734AF917CA293A6F401A3B7666158844A3D4CF15979D6B5BB - Architecture: x64 InstallerType: zip NestedInstallerType: wix NestedInstallerFiles: - RelativeFilePath: update.msi - InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.78.3_x64.zip - InstallerSha256: A1B733B961C19B0AD8F4E8323B469C03D7EAC4B5F174929528B59EBA4A1B01D9 + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_Host_15.78.4_x64.zip + InstallerSha256: A69EF181E167C74BB16D166C07525796CC18705B4353BE70F3E2A72DB5EAD47F InstallerSwitches: InstallLocation: INSTALLFOLDER="" - ProductCode: '{5E0F2019-B3FC-4F32-9804-F1B6E3FBBA09}' + ProductCode: '{1E69358C-3F5D-47C8-AA5E-2E1370D430E1}' AppsAndFeaturesEntries: - - ProductCode: '{5E0F2019-B3FC-4F32-9804-F1B6E3FBBA09}' + - ProductCode: '{1E69358C-3F5D-47C8-AA5E-2E1370D430E1}' UpgradeCode: '{82861EC3-25E9-4152-AAA0-BFB2467B60B7}' - Architecture: x64 InstallerType: nullsoft InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Host_Setup_x64.exe - InstallerSha256: C05C6AF3C045A52EA2F39370CE67D26C055B0E146AEC5ED8959D8D069F5C9158 + InstallerSha256: C49D7B4480E8EEC5A4384F190888A2A12E171B0E9641C176C12B739F76E75263 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.en-US.yaml similarity index 98% rename from manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.en-US.yaml index 4e46a16e1158..445cfab11716 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.en-US.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.78.3 +PackageVersion: 15.78.4 PackageLocale: en-US Publisher: TeamViewer PublisherUrl: https://www.teamviewer.com/ diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml similarity index 98% rename from manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml index ca7e6953ecf2..b8a65b4a83ed 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.78.3 +PackageVersion: 15.78.4 PackageLocale: zh-CN PublisherUrl: https://www.teamviewer.cn/cn/ PublisherSupportUrl: https://www.teamviewer.cn/cn/global/support/customer-support/ diff --git a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.yaml b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.yaml similarity index 91% rename from manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.yaml rename to manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.yaml index 11ac4f95bb4a..1c99f2cf4f5f 100644 --- a/manifests/t/TeamViewer/TeamViewer/Host/15.78.3/TeamViewer.TeamViewer.Host.yaml +++ b/manifests/t/TeamViewer/TeamViewer/Host/15.78.4/TeamViewer.TeamViewer.Host.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TeamViewer.TeamViewer.Host -PackageVersion: 15.78.3 +PackageVersion: 15.78.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.installer.yaml b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.installer.yaml similarity index 66% rename from manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.installer.yaml rename to manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.installer.yaml index 85e293a835d6..aa9c09f0c7d9 100644 --- a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.installer.yaml +++ b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TechHit.SimplyFile -PackageVersion: 5.4.25.5425 +PackageVersion: 5.4.27.5427 InstallerType: nullsoft ProductCode: SimplyFile Installers: - Architecture: x86 Scope: user InstallerUrl: https://www.techhit.com/download/SimplyFile5_setup.exe - InstallerSha256: C8717D1DEE3C4A6F4B07F655EB961D5A91BC046242A6BC56E93243C10820141D + InstallerSha256: D4CE0F5EFE6B2100899FCF29AE69D45F56AE4988F7FFD877DA63E18AB5FA3CFA - Architecture: x64 Scope: user InstallerUrl: https://www.techhit.com/download/SimplyFile5_setup.exe - InstallerSha256: C8717D1DEE3C4A6F4B07F655EB961D5A91BC046242A6BC56E93243C10820141D + InstallerSha256: D4CE0F5EFE6B2100899FCF29AE69D45F56AE4988F7FFD877DA63E18AB5FA3CFA - Architecture: x86 Scope: machine InstallerUrl: https://www.techhit.com/download/SimplyFile5_admin_setup.exe - InstallerSha256: 3E0761B9136A5B0696C257771CE6A2BDB7C05D9538A03335994CCF5D89D90847 + InstallerSha256: 13A4147C611B3431E01E686562801786425574E202E97D5BB1254D0AD06335C9 - Architecture: x64 Scope: machine InstallerUrl: https://www.techhit.com/download/SimplyFile5_admin_setup.exe - InstallerSha256: 3E0761B9136A5B0696C257771CE6A2BDB7C05D9538A03335994CCF5D89D90847 + InstallerSha256: 13A4147C611B3431E01E686562801786425574E202E97D5BB1254D0AD06335C9 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.en-US.yaml b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.en-US.yaml similarity index 97% rename from manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.en-US.yaml rename to manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.en-US.yaml index 9c7408bdb1fe..564a2367024e 100644 --- a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.en-US.yaml +++ b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TechHit.SimplyFile -PackageVersion: 5.4.25.5425 +PackageVersion: 5.4.27.5427 PackageLocale: en-US Publisher: TechHit PublisherUrl: https://www.techhit.com/ diff --git a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.zh-CN.yaml b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.zh-CN.yaml similarity index 95% rename from manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.zh-CN.yaml rename to manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.zh-CN.yaml index e3f267287432..3115f9414f46 100644 --- a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.locale.zh-CN.yaml +++ b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TechHit.SimplyFile -PackageVersion: 5.4.25.5425 +PackageVersion: 5.4.27.5427 PackageLocale: zh-CN License: 专有软件 ShortDescription: 整理和归档 Outlook 邮件 diff --git a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.yaml b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.yaml similarity index 89% rename from manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.yaml rename to manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.yaml index a5b305302a7c..c2f40919d513 100644 --- a/manifests/t/TechHit/SimplyFile/5.4.25.5425/TechHit.SimplyFile.yaml +++ b/manifests/t/TechHit/SimplyFile/5.4.27.5427/TechHit.SimplyFile.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TechHit.SimplyFile -PackageVersion: 5.4.25.5425 +PackageVersion: 5.4.27.5427 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.installer.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.installer.yaml new file mode 100644 index 000000000000..0db49b3cdca8 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.installer.yaml @@ -0,0 +1,55 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.1 +InstallModes: +- interactive +- silent +- silentWithProgress +Protocols: +- tg +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tsetup-x64.6.9.1.exe + InstallerSha256: 827771EA5826ADDC2BEBF8FA5D35D8A7DC49BF2E832DE06C15FBA42144E6F89B + UpgradeBehavior: install +- Architecture: x86 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tsetup.6.9.1.exe + InstallerSha256: 897AE47E139ED58C48A399656CC75232B6310C168110598C260E4A110279BBE1 + UpgradeBehavior: install +- Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tsetup-arm64.6.9.1.exe + InstallerSha256: 8386704BE47E501E664D37A603F5B86C239C1CF46BC63F93E5C3C30277C08C04 + UpgradeBehavior: install +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tportable-x64.6.9.1.zip + InstallerSha256: 16BB301AB625D49DEA73A0E74193176A8353901FE6273DD8366CEC5D54FCEB7B +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tportable.6.9.1.zip + InstallerSha256: A3EF319B186D04E51A28385BA484A7362F6F81AB756CBCCD9791A1B3D32D3E7A +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.1/tportable-arm64.6.9.1.zip + InstallerSha256: 9AC36BA016AD53D312E51246552B1BD9BA9EF143F2B1E8C482BE298BEC2DC9EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.locale.en-US.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..68a551a807de --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.1 +PackageLocale: en-US +Publisher: Telegram FZ-LLC +PublisherUrl: https://telegram.org/ +PublisherSupportUrl: https://telegram.org/support +PrivacyUrl: https://telegram.org/privacy +Author: Telegram FZ-LLC +PackageName: Telegram Desktop +PackageUrl: https://desktop.telegram.org/ +License: GPL-3.0-only +LicenseUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LICENSE +Copyright: Copyright (c) 2014-2024 The Telegram Desktop Authors. +CopyrightUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LEGAL +ShortDescription: Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. +Moniker: telegram +Tags: +- chat +- messaging +- messenger +ReleaseNotes: |- + - Fix sending several same custom emoji. + - Fix some rich messages layout glitches. +ReleaseNotesUrl: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.9.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/telegramdesktop/tdesktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.yaml new file mode 100644 index 000000000000..fc5914eda511 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.1/Telegram.TelegramDesktop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.installer.yaml b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.installer.yaml new file mode 100644 index 000000000000..7daeb4cbc887 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.12 +InstallerLocale: zh-CN +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: deny +ProductCode: WeType +ReleaseDate: 2026-06-10 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.0.12_3.exe + InstallerSha256: 9E03124714C76B3BCD784D899C97FBB318CF5EFF2D4085A9FF4D29FC82C81AEB +- Architecture: arm64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.0.12_3.exe + InstallerSha256: 9E03124714C76B3BCD784D899C97FBB318CF5EFF2D4085A9FF4D29FC82C81AEB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.locale.zh-CN.yaml b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.locale.zh-CN.yaml new file mode 100644 index 000000000000..277a0a166965 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.12 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://z.weixin.qq.com/ +PrivacyUrl: https://wetype.wxqcloud.qq.com/page/article/index/13.html +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信输入法 +PackageUrl: https://z.weixin.qq.com/ +License: 免费软件 +LicenseUrl: https://wetype.wxqcloud.qq.com/page/article/index/14.html +Copyright: 腾讯公司 版权所有 Copyright © 1998-2024 Tencent. All Rights Reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 微信输入法是微信官方出品的中文输入法,提供高效的输入体验、精准的推荐策略、多元的创新玩法。 +Tags: +- 中文 +- 拼音 +- 汉语 +- 输入法 +ReleaseNotes: |- + 长按「右 Alt」试试语音输入,说完就能直接发 + - 自动去掉 "嗯、啊、那个" 等口水词 + - 智能加标点、分段落,省去手动排版 + - 长内容自动归纳分点,条理更清晰 + - 语序不通顺的地方,帮你理顺表达 + - 重复啰嗦的内容,自动精简合并 +ReleaseNotesUrl: https://z.weixin.qq.com/web/change-log/153 +InstallationNotes: |- + 请尽量使用输入法自带的更新功能。如果必须使用 WinGet 来更新,请运行: + winget install Tencent.WeType --interactive --force + 或者 + winget install Tencent.WeType -i --force + 不指定 -i 或 --interactive 会导致更新需要重启系统后才能生效。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.yaml b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.yaml new file mode 100644 index 000000000000..a7ab08de96d8 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.0.12/Tencent.WeType.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.0.12 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.installer.yaml b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.installer.yaml new file mode 100644 index 000000000000..c8f3d53f17c6 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.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: Tutanota.Tutanota +PackageVersion: 350.260608.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayName: Tuta Mail 350.260608.00 + ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-350.260608.0/tutanota-desktop-win.exe + InstallerSha256: 4C0038A597ABB97DC2EE77A7DA1BBE66159ECB78499608D665633A4DF1CEC655 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-350.260608.0/tutanota-desktop-win.exe + InstallerSha256: 4C0038A597ABB97DC2EE77A7DA1BBE66159ECB78499608D665633A4DF1CEC655 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.locale.en-US.yaml b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.locale.en-US.yaml new file mode 100644 index 000000000000..1603ad3699f7 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 350.260608.0 +PackageLocale: en-US +Publisher: Tutao GmbH +PublisherUrl: https://tuta.com/ +PublisherSupportUrl: https://github.com/tutao/tutanota/issues +Author: Tutao GmbH +PackageName: Tutanota Desktop +PackageUrl: https://github.com/tutao/tutanota +License: GPL-3.0 +LicenseUrl: https://github.com/tutao/tutanota/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2022 Tutao GmbH +ShortDescription: Tutanota is an email client with a strong focus on security and privacy that lets you encrypt emails on all your devices. +Description: |- + Tutanota is the worlds most secure email service, easy to use and private by design. + With end-to-end encryption and 2FA, your emails have never been more secure. + The built-in encryption guarantees that your mailbox belongs to you. + Nobody can decrypt or read your data. +Moniker: tutanota +Tags: +- calendar +- email +- email-client +- encryption +- end-to-end-encryption +- privacy +- private +- secure +ReleaseNotes: |- + What's new + - Drive: use Ctrl-A and ESC to select/deselect files #10839 + - Drive: implement redesigned DriveTransferStack #10835 + - Drive: show file size also on mobile layout #10830 + - Drive: support big file upload and improve disk usage for uploading #10878 + - Drive: offline login #10852 + + Bugfixes + - fixed continue button on plan selector #10905 + - Drive: reset progress for each batch of transfers #10882 + - fix snackbar position #10867 + - extract calendar-related post-login action from PostLoginActions #10864 + - Drive/3439 fab only in apps #10821 + - Drive: fix operation updates showing again after switching to drive #10820 + + Milestone + https://github.com/tutao/tutanota/milestone/439?closed=1 +ReleaseNotesUrl: https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-350.260608.0 +PurchaseUrl: https://tutanota.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tutanota.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.yaml b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.yaml new file mode 100644 index 000000000000..ba35486f1241 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/350.260608.0/Tutanota.Tutanota.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: Tutanota.Tutanota +PackageVersion: 350.260608.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..dbe792dc01f5 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# 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: t8y2.DBX +PackageVersion: 0.5.31 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-06-10 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.31/DBX_0.5.31_x64-setup.exe + InstallerSha256: D4BC29E36DA3E181CD514CCD5C89A8D28D2E648548A17463BE09F4E7A3E9AE73 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..4a3d20f81fa8 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,103 @@ +# 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: t8y2.DBX +PackageVersion: 0.5.31 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: Apache-2.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 只读模式 — 所有数据库连接支持只读模式,降低误执行写入、删除或结构变更 SQL 的风险 + - 可见数据库 — 连接可指定要显示的数据库,侧边栏、MCP 和补全范围更聚焦,大实例浏览更轻量 (contributed by @eryajf, closes #932) + - 数据网格 — 新增待提交变更 SQL 预览、多行转置、几何列地图图层预览,以及列级可排序能力 (contributed by @DengQingNian, @eryajf, @ptma) + - Redis — 创建 key 支持 TTL、结构化条目输入、Stream 和 JSON 类型,常见 Redis 数据结构录入更完整 (contributed by @DengQingNian, closes #655) + - 连接导入 — 支持从 DataGrip 导入连接配置,并改进 Navicat / DBeaver 导入兼容性,减少迁移连接时的手工录入 (contributed by @cl1107) + - SQL 工具 — 新增 SQL Library 文件夹管理与本地同步,并支持可配置 SQL formatter + - 查询结果 — 新增执行摘要视图和执行耗时显示,查询反馈更清晰 + - 数据库用户管理 — 新增数据库用户和权限管理入口,常见账号授权操作可在 DBX 内完成 + - AI — Claude 配置支持 API Key 与 Auth Token 两种认证方式,兼容 ANTHROPIC_AUTH_TOKEN、本地代理和第三方 Anthropic 兼容服务 + - 数据库能力 — 新增 Turso/libSQL、H2 文件连接、Access 账号密码配置、PostgreSQL sequence 对象,以及 Elasticsearch SQL 查询增强 + 改进 + - SQL 补全 — 支持数据库限定符补全,优化大实例多库场景,并避免表别名场景下错误回退到表名建议 + - SQL 编辑器 — 支持保存 SQL 标签页光标和滚动位置,选区高亮更柔和,格式化作用范围更准确,SQL formatter 可离线使用 + - 数据网格体验 — 优化 Canvas 渲染清晰度、转置视图状态、隐藏列详情、复杂值展示、右键选择和滚动条稳定性 + - 侧边栏与标签页 — 优化侧边栏搜索、表注释匹配、标签页溢出滚动、小窗口工具栏收纳,以及经典模式下的活动标签提示 + - 连接配置 — 支持连接颜色选择、TiDB Cloud URL 自动启用 TLS、MongoDB SSH 场景空闲连接控制,以及 SSH/TLS 文件路径 ~ 展开 + - 快捷键 — 新增打开设置快捷键,支持清空快捷键,并优化 Windows 上快捷键标签宽度 + - AI 体验 — 改进 OpenAI reasoning model、代理 API 通道和本地 provider 图标显示 + - 调试与日志 — 新增面向用户的调试日志导出能力,方便排查连接和运行时问题 + - 文档与下载 — 增强离线驱动下载说明、驱动文档、SEO 元数据和 AI crawler 规则 + 修复 + - SSH — 修复密钥注释编码导致加载失败,以及并发创建连接时重复 SSH tunnel 引发的连接不稳定 (contributed by @James-Leong) + - Oracle — 修复 Oracle 11g 分页兼容问题,并在新版驱动遇到 listener 兼容错误时提示切换旧版内置驱动 + - MySQL / TiDB — 修复 TiDB Cloud 非 TLS 连接失败、预编译语句重试、连接 URL 参数处理和 session 变量保持问题 (contributed by @Sanjeever, closes #906) + - MongoDB — 修复 ObjectId 过滤、副本集 URL 解析、Atlas SRV 连接、SQL 语义诊断误报,以及 Mongo shell 命令解析细节 + - Redis — 修复模糊搜索中 * 通配符处理、hash/zset/JSON 内容展示、zset 分数列宽度和命令历史持久化问题 + - Elasticsearch — SELECT * ... WHERE ... 会转换为 _search DSL,减少 ES SQL 限制导致的查询失败,并修复空结果展示 (contributed by @JinRudy) + - SQLite / 文件连接 — 修复从文件打开 SQLite 时覆盖已有连接的问题 + - PostgreSQL — 修复 PG brace-style 数组文本编辑误判、数组单元格编辑,以及部分 schema / 树结构默认库选择问题 + - JDBC / 插件数据库 — 修复 Hive JDBC UnsupportedOperationException、IRIS max rows 改写、Trino SSL 参数、Goldendb 标识符引用、DuckDB 复杂值展示等兼容问题 + - 数据网格 — 修复画布选区边框、转置视图刷新、隐藏列详情、数组和复杂值展示、右键选择清理等结果集交互问题 + - 导入与文件 — 修复 SQL 文件编码 fallback、JSON UTF-8 BOM 导入、Navicat NCX 连接类型识别和端口回退 + - 稳定性 — 修复快捷键清空、SQL 补全弹窗重叠、连接错误清理、分组连接树节点更新、YashanDB recyclebin 对象隐藏等边界问题 + 下载安装 + Windows + ───────────────────────────┬──────────────────────────────── + 文件 │说明 + ───────────────────────────┼──────────────────────────────── + DBX_0.5.31_x64-setup.exe │推荐 — NSIS 安装包,支持自动更新 + ───────────────────────────┼──────────────────────────────── + DBX_0.5.31_x64_en-US.msi │MSI 安装包,适用于企业部署 + ───────────────────────────┼──────────────────────────────── + DBX_0.5.31_x64-portable.zip│便携版 ZIP,适合免安装和离线拷贝 + ───────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + macOS + ──────────────────────┬─────────────────────────── + 文件 │说明 + ──────────────────────┼─────────────────────────── + DBX_0.5.31_aarch64.dmg│推荐 — 适用于 Apple Silicon + ──────────────────────┼─────────────────────────── + DBX_0.5.31_x64.dmg │适用于 Intel Mac + ──────────────────────┴─────────────────────────── + Homebrew: + brew install --cask dbx + Linux + ──────────────────────────────────────┬─────────┬─────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼─────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo apt install ./DBX_*.deb + ──────────────────────────────────────┼─────────┼─────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼─────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴─────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.31 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.yaml new file mode 100644 index 000000000000..47566efeee80 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.31/t8y2.DBX.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: t8y2.DBX +PackageVersion: 0.5.31 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.installer.yaml b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.installer.yaml new file mode 100644 index 000000000000..bfc37b18d278 --- /dev/null +++ b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.installer.yaml @@ -0,0 +1,29 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: talhelper.talhelper +PackageVersion: 3.1.11 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: talhelper.exe + PortableCommandAlias: talhelper + InstallerUrl: https://github.com/budimanjojo/talhelper/releases/download/v3.1.11/talhelper_windows_arm64.zip + InstallerSha256: 7017ca9ec907ac9c4c5617ddd85374e81c50048c512fa3bb662b653322541289 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: talhelper.exe + PortableCommandAlias: talhelper + InstallerUrl: https://github.com/budimanjojo/talhelper/releases/download/v3.1.11/talhelper_windows_amd64.zip + InstallerSha256: 473986face52b5c00cba67b3c9845bd35b0d6023268b5bca60c89b0e88e780b1 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: SecretsOPerationS.SOPS diff --git a/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.locale.en-US.yaml b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.locale.en-US.yaml new file mode 100644 index 000000000000..80aa5ecd0477 --- /dev/null +++ b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.locale.en-US.yaml @@ -0,0 +1,15 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: talhelper.talhelper +PackageVersion: 3.1.11 +PackageLocale: en-US +Publisher: budimanjojo +PublisherUrl: https://budimanjojo.github.io/talhelper/ +PublisherSupportUrl: https://github.com/budimanjojo/talhelper/issues +PackageName: talhelper +License: BSD-3-Clause +LicenseUrl: https://github.com/budimanjojo/talhelper/blob/master/LICENSE +ShortDescription: A tool to help creating Talos kubernetes cluster +Moniker: talhelper +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.yaml b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.yaml new file mode 100644 index 000000000000..22d1d17cd47c --- /dev/null +++ b/manifests/t/talhelper/talhelper/3.1.11/talhelper.talhelper.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: talhelper.talhelper +PackageVersion: 3.1.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.installer.yaml b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.installer.yaml new file mode 100644 index 000000000000..f1eaa0f813f9 --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: topgrade-rs.topgrade +PackageVersion: 17.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topgrade.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topgrade-rs/topgrade/releases/download/v17.6.1/topgrade-v17.6.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 5DE5D8E0C191A131547BDFE076A46022E6FCFC88F83D1778B6171ACAB38FAA73 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.locale.en-US.yaml b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.locale.en-US.yaml new file mode 100644 index 000000000000..159c2896a6d5 --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: topgrade-rs.topgrade +PackageVersion: 17.6.1 +PackageLocale: en-US +Publisher: topgrade-rs +PublisherUrl: https://github.com/topgrade-rs +PublisherSupportUrl: https://github.com/topgrade-rs/topgrade/issues +PackageName: topgrade +PackageUrl: https://github.com/topgrade-rs/topgrade +License: GPL-3.0 +LicenseUrl: https://github.com/topgrade-rs/topgrade/blob/HEAD/LICENSE +ShortDescription: Detects which tools you use and runs the appropriate commands to update them. +Description: Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this, Topgrade detects which tools you use and runs the appropriate commands to update them. +Tags: +- cli +- linux +- package-management +- package-manager +- packagemanagement +- packagemanagers +- requirescmd +- rust +- updatechecker +- updater +- updatetool +- windows +ReleaseNotes: |- + Added + - (vim) add opt-in vim.pack pruning (#2044) + Fixed + - (needrestart) skip if hooks already run it (#2066) + - (tmux) update path to tpm update script (#2050) + - (jetbrains-toolbox) skip step when Toolbox is not installed, but remotely managed IDEs are installed (#2038) + - (jetbrains-toolbox) fix breakage on new Toolbox version by switching to different update finished line (#2039) +ReleaseNotesUrl: https://github.com/topgrade-rs/topgrade/releases/tag/v17.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.yaml b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.yaml new file mode 100644 index 000000000000..c6f4e57de20e --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.6.1/topgrade-rs.topgrade.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: topgrade-rs.topgrade +PackageVersion: 17.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.installer.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.installer.yaml new file mode 100644 index 000000000000..c43f500a35b6 --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.6" +InstallerType: inno +Scope: machine +FileExtensions: +- pvprj +ProductCode: PVSOL premium 2026_is1 +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.valentin.de/pvsol/setup_pvsolpremium_2026_6.exe + InstallerSha256: 3A202D16CF53B0EC7C16D144E709F5B62810E84F88C20ADE2F73DE2D0488B446 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml new file mode 100644 index 000000000000..3f879b47ec69 --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.6" +PackageLocale: en-US +Publisher: Valentin Software GmbH +PublisherUrl: https://valentin-software.com/en/ +PublisherSupportUrl: https://valentin-software.com/en/support/technical-support/ +PrivacyUrl: https://valentin-software.com/en/privacy-policy/ +Author: Valentin Software GmbH +PackageName: PVSOL premium 2026 +PackageUrl: https://valentin-software.com/en/products/pvsol-premium/ +License: Proprietary +Copyright: Copyright © 2004-2026 Valentin Software GmbH +ShortDescription: The design and simulation software for photovoltaic systems – with 3D visualization and detailed shading analysis. +Description: |- + With PV*SOL premium, the industry standard for photovoltaic design software, you can design and simulate all types of modern PV systems. From small rooftop systems with to medium-sized systems on commercial roofs to solar parks - PV*SOL premium supports you with numerous tools for design and simulation. + The unique 3D visualization is the highlight of PV*SOL premium. You can visualize all common types of systems in 3D, whether roof-integrated or roof-mounted, whether on small angled roofs, large industrial halls or open spaces - with up to 7,500 mounted modules or up to 10,000 roof-parallel modules - and calculate the shading based on 3D objects. With the realistic shading from surrounding objects, you can achieve the highest reliability for your yield forecast. + All other design types from PV*SOL are of course also available in PV*SOL premium. Whether calculating self-consumption, designing battery storage or integrating electric vehicles - with PV*SOL premium you can implement all customer wishes in no time at all. + Our extensive product database includes over 26,000 PV modules, 7,500 inverters, 5,500 battery systems and many other products such as electric vehicles and performance optimizers. It is updated regularly by the product manufacturers themselves, so you can always work with the latest data. + You can generate high-quality project reports for your customers that can be edited as required. Circuit diagrams with the necessary safety devices can also be created, e.g. for submission to the relevant authorities. + The current feed-in tariffs are available in our database for the calculation of economic efficiency. By adding the information to the system costs, you will receive a detailed economic analysis of the system over 20 years. This allows you to create an initial offer in just a few minutes. + PV*SOL premium is available in German 🇩🇪, English 🇬🇧, Spanish 🇪🇸, French 🇫🇷, Italian 🇮🇹, Polish 🇵🇱, Czech 🇨🇿, Portuguese 🇵🇹 and Turkish 🇹🇷. And with project reports available in 23 languages, language barriers are a thing of the past. + Our technical support team and our help pages offer you assistance with your questions. In our forum you can address more complex questions to our team and other PV*SOL premium users. +Tags: +- photovoltaic +ReleaseNotes: |- + The following bugs have been fixed: + - No circuit diagram was generated when special characters were used. + - Rexplorer data were not imported into the 3D planning if data already existed and the “New Project” option was then selected from within the 3D environment. + Features and bug fixes in PV*SOL premium 2026 R5 + The following new features and changes are included: + - System planning using automatically generated 3D building models from LiDAR scans of the Rexplorer API (available only for locations in Germany). + - New map providers for planning with map sections for Spain and France. + - Updated TMY climate data from SolarAnywhere. + - Configuration rules for the SolarEdge S500B W, S650B W, and S650A power optimizers have been integrated. + - New load profiles: + - BDEW load profiles H25, G25 and L25 + - Elexon UK load profiles (Class 1 to Class 8) + - Catapult UK load profiles + - Load profiles based on measured values can be copied. + - Options menu with a new layout. + The following bugs have been fixed: + - Time controlled charging/discharging for DC battery systems spanning periods beyond midnight (00:00) did not work. + - Error when simulating DC charge controllers. + - Partial crashes occurred when using PVGIS climate datasets in combination with multiple module areas. + - The energy yield for GEG was not updated after changing the degradation. + - Global radiation and the diffuse fraction were not displayed in the characteristic curve diagram. + - Error when importing data (NaN) in the economic analysis. + - When considering taxes, a depreciation period of 0 years could be entered. +ReleaseNotesUrl: https://valentin-software.com/en/products/pvsol-premium/#release-notes +PurchaseUrl: https://shop.valentin-software.com/ +Documentations: +- DocumentLabel: Help + DocumentUrl: https://help.valentin-software.com/pvsol/en/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.locale.zh-CN.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.locale.zh-CN.yaml new file mode 100644 index 000000000000..abecd55afb8b --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.6" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 光伏系统设计与仿真软件——具备 3D 可视化功能及精细化阴影分析 +Description: |- + 使用光伏设计软件行业标准 PV*SOL premium,您可以设计和模拟各类现代光伏系统。从小型屋顶系统到商业屋顶的中型系统,再到太阳能园区——PV*SOL premium 提供丰富的设计和仿真工具支持。 + 独特的 3D 可视化是 PV*SOL premium 的亮点。您能以三维形式呈现所有常见系统类型,无论是屋顶嵌入式还是屋顶架设式,无论是小型斜面屋顶、大型工业厂房还是开阔场地——最高支持 7,500 个架设模块或 10,000 个平行屋顶模块——并基于 3D 对象计算阴影。通过周边物体的真实阴影模拟,您可获得最高可靠性的发电量预测。 + PV*SOL 的所有其他设计类型当然也包含在 PV*SOL premium 中。无论是计算自消耗率、设计电池储能系统,还是整合电动汽车——PV*SOL premium 能让您快速实现客户的所有需求。 + 我们庞大的产品数据库包含:26,000+ 光伏组件、7,500+ 逆变器、5,500+ 电池系统以及电动汽车、功率优化器等众多产品。数据由制造商定期更新,确保您始终使用最新信息。 + 您能生成可定制的高质量项目报告,还可创建含必要安全装置的电路图(如用于提交监管部门)。 + 我们的数据库包含现行上网电价数据,结合系统成本信息可生成 20 年详细经济性分析,助您在几分钟内完成初步报价。 + PV*SOL premium 支持九种语言:德语🇩🇪、英语🇬🇧、西班牙语🇪🇸、法语🇫🇷、意大利语🇮🇹、波兰语🇵🇱、捷克语🇨🇿、葡萄牙语🇵🇹、土耳其语🇹🇷。项目报告支持 23 种语言,彻底消除语言障碍。 + 技术支持团队和帮助页面随时解答疑问,论坛则为您提供与开发团队及其他高级用户深入交流的平台。 +Tags: +- 光伏 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://help.valentin-software.com/pvsol/en/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.yaml new file mode 100644 index 000000000000..3da72395c7f0 --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.6/ValentinSoftware.PVSOL.Premium.2026.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.6" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.installer.yaml b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.installer.yaml new file mode 100644 index 000000000000..efcfd0ba7adc --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.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: Vercel.Zero +PackageVersion: 0.3.1 +InstallerType: portable +Commands: +- zero +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.3.1/zero-win32-x64.exe + InstallerSha256: 7957F4D5634D6E88E738C3354A08C4FA4A122B9FDF2AE87603C95BABC42AD550 +- Architecture: arm64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.3.1/zero-win32-arm64.exe + InstallerSha256: 9B50226BC1BAFA58CC598C453257748A30E115EC4133A8B51ADD0719E0FDD9CD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.en-US.yaml b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.en-US.yaml new file mode 100644 index 000000000000..090cd593c8ec --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Vercel, Inc. +PublisherUrl: https://vercel.com/ +PublisherSupportUrl: https://github.com/vercel-labs/zerolang/issues +Author: Vercel, Inc. +PackageName: Zero +PackageUrl: https://zerolang.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/vercel-labs/zerolang/blob/HEAD/LICENSE +Copyright: Copyright 2026 Vercel, Inc. +ShortDescription: The programming language for agents +Description: |- + Zero is an experiment in building an agent-first programming language. + The project is exploring what changes when agents are primary users from day one: a language that can be learned on the fly, tooling that exposes structured facts for debugging and repair, and a standard library broad enough that most programs do not start with a dependency search. + Zero is pre-1 and intentionally unstable. The project will make breaking changes while it searches for the language, library, and tooling patterns that work best for agents. Treat today's syntax and APIs as something to explore, not something to memorize. If that sounds useful, try it with us: run examples, inspect the structured output, and send feedback about what helps agents work better. + Security vulnerabilities should be expected. Zero is not ready for production systems, sensitive data, or trusted infrastructure. If you plan to run or develop Zero, do so in an isolated, disposable environment. + What Zero Is Aiming For + - Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback. + - Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks. + - Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on. + - Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable. + - Regularity over syntax: prefer one obvious way to express most things, even when that makes code more explicit than a human might choose in another language. +Moniker: zerolang +Tags: +- agent +- language +- programming +- programming-language +ReleaseNotes: |- + - Hardens compiler, runtime, and toolchain I/O boundaries with checked file reads and writes, directory rejection, atomic output staging, safer executable finalization, mapped-MIR and binary graph parser validation, and regular-file checks for generated compiler/linker outputs. + - Removes remaining shell-based native execution surfaces in favor of argv-based process helpers, safer tool resolution, guarded child setup, validated compiler overrides, and explicit metrics coverage for process and shell-call regressions. + - Expands and hardens the real std.http.listen runtime with per-request spooling, private temp lifecycles, oversized request handling, socket deadlines, structured JSON error responses, and native smoke coverage for listener behavior. + - Grows graph-backed standard-library coverage with environment, filesystem, process, time, random, crypto, URL, JSON, HTTP text/HTML, redirect, array writer, object writer, CLI argument, and HTTP JSON error helpers. + - Improves graph row patch authoring with grouped expressions, compact casts and checks, logical OR, else-if branches, bare returns, natural call arguments, stronger invalid-row diagnostics, and refreshed bundled skill guidance. + - Adds graph build performance instrumentation and budgets, stdlib graph merge caching, agent-scale and Rosetta challenge evals, parallel CI validation jobs, sharded native checks, deep validation profiles, and local aggregate agent checks. + Contributors + - @ctate +ReleaseNotesUrl: https://github.com/vercel-labs/zerolang/releases/tag/v0.3.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.zh-CN.yaml b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.zh-CN.yaml new file mode 100644 index 000000000000..c51064e9145f --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.locale.zh-CN.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: Vercel.Zero +PackageVersion: 0.3.1 +PackageLocale: zh-CN +ShortDescription: 智能体的编程语言 +Description: |- + Zero 是构建 Agent 优先编程语言的一次实验。 + 该项目正在探索当 Agent 从第一天起就作为主要用户时会发生什么:一种可以即学即用的语言,一套能为调试和修复提供结构化事实的工具链,以及一个足够广泛、使得大多数程序无需从搜索依赖开始的标准库。 + Zero 目前处于 1.0 版本前的阶段,且特意保持了不稳定性。在探索最适合 Agent 的语言、库和工具模式的过程中,该项目将不断进行破坏性改动。请将现有的语法和 API 视为探索对象,而非需要记忆的内容。如果你觉得这很有用,欢迎加入我们:运行示例,检查结构化输出,并就如何帮助 Agent 更好工作提供反馈。 + 应当预见到安全漏洞的存在。Zero 尚未准备好用于生产系统、敏感数据或受信任的基础设施。如果你计划运行或开发 Zero,请在隔离且可丢弃的环境中进行。 + Zero 的目标 + - Agent 优先的可学习性:精简且规律的语言表面,让 Agent 能够通过示例、文档和编译器反馈快速上手。 + - 标准库深度:常用能力应存在于文档齐全、连贯的库 API 中,而不是分散的依赖堆栈里。 + - 确定性工具链:诊断信息、图事实、大小报告、解释和修复方案应具备足够的结构化程度,以便 Agent 检查和执行。 + - 直接的开发者体验:检查、运行、格式化、检查和修复代码应当快速、可复制且可脚本化。 + - 规律性胜过语法:倾向于用一种显而易见的方式来表达大多数事物,即使这使得代码比人类在其他语言中选择的表达方式更加显式。 +Tags: +- 智能体 +- 编程 +- 编程语言 +- 语言 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.yaml b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.yaml new file mode 100644 index 000000000000..26783b197065 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.1/Vercel.Zero.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: Vercel.Zero +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.installer.yaml b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.installer.yaml new file mode 100644 index 000000000000..89751b54e998 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.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: Vercel.Zero +PackageVersion: 0.3.2 +InstallerType: portable +Commands: +- zero +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.3.2/zero-win32-x64.exe + InstallerSha256: ABFDC58CF4576FEAFD8454B54CC07800A674DECE2B051DF2C9C7614615B3074E +- Architecture: arm64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.3.2/zero-win32-arm64.exe + InstallerSha256: F5192B32F94FEF682BEE42CF948E01C1DE3094131CDCEC81029E93C5C38BE4D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.en-US.yaml b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.en-US.yaml new file mode 100644 index 000000000000..0ed1305d6824 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: Vercel, Inc. +PublisherUrl: https://vercel.com/ +PublisherSupportUrl: https://github.com/vercel-labs/zerolang/issues +Author: Vercel, Inc. +PackageName: Zero +PackageUrl: https://zerolang.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/vercel-labs/zerolang/blob/HEAD/LICENSE +Copyright: Copyright 2026 Vercel, Inc. +ShortDescription: The programming language for agents +Description: |- + Zero is an experiment in building an agent-first programming language. + The project is exploring what changes when agents are primary users from day one: a language that can be learned on the fly, tooling that exposes structured facts for debugging and repair, and a standard library broad enough that most programs do not start with a dependency search. + Zero is pre-1 and intentionally unstable. The project will make breaking changes while it searches for the language, library, and tooling patterns that work best for agents. Treat today's syntax and APIs as something to explore, not something to memorize. If that sounds useful, try it with us: run examples, inspect the structured output, and send feedback about what helps agents work better. + Security vulnerabilities should be expected. Zero is not ready for production systems, sensitive data, or trusted infrastructure. If you plan to run or develop Zero, do so in an isolated, disposable environment. + What Zero Is Aiming For + - Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback. + - Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks. + - Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on. + - Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable. + - Regularity over syntax: prefer one obvious way to express most things, even when that makes code more explicit than a human might choose in another language. +Moniker: zerolang +Tags: +- agent +- language +- programming +- programming-language +ReleaseNotes: |- + - Adds break and continue support to the direct backend and zero test, lowering both through typed MIR and all direct emitters with conformance coverage and required runtime checks. + - Speeds up graph validation with indexed node-hash tables, a reusable adjacency index, and deduplicated store validation, making zero import on large programs roughly 12x faster. + Contributors + - @ctate +ReleaseNotesUrl: https://github.com/vercel-labs/zerolang/releases/tag/v0.3.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.zh-CN.yaml b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.zh-CN.yaml new file mode 100644 index 000000000000..6a09c752c403 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.locale.zh-CN.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: Vercel.Zero +PackageVersion: 0.3.2 +PackageLocale: zh-CN +ShortDescription: 智能体的编程语言 +Description: |- + Zero 是构建 Agent 优先编程语言的一次实验。 + 该项目正在探索当 Agent 从第一天起就作为主要用户时会发生什么:一种可以即学即用的语言,一套能为调试和修复提供结构化事实的工具链,以及一个足够广泛、使得大多数程序无需从搜索依赖开始的标准库。 + Zero 目前处于 1.0 版本前的阶段,且特意保持了不稳定性。在探索最适合 Agent 的语言、库和工具模式的过程中,该项目将不断进行破坏性改动。请将现有的语法和 API 视为探索对象,而非需要记忆的内容。如果你觉得这很有用,欢迎加入我们:运行示例,检查结构化输出,并就如何帮助 Agent 更好工作提供反馈。 + 应当预见到安全漏洞的存在。Zero 尚未准备好用于生产系统、敏感数据或受信任的基础设施。如果你计划运行或开发 Zero,请在隔离且可丢弃的环境中进行。 + Zero 的目标 + - Agent 优先的可学习性:精简且规律的语言表面,让 Agent 能够通过示例、文档和编译器反馈快速上手。 + - 标准库深度:常用能力应存在于文档齐全、连贯的库 API 中,而不是分散的依赖堆栈里。 + - 确定性工具链:诊断信息、图事实、大小报告、解释和修复方案应具备足够的结构化程度,以便 Agent 检查和执行。 + - 直接的开发者体验:检查、运行、格式化、检查和修复代码应当快速、可复制且可脚本化。 + - 规律性胜过语法:倾向于用一种显而易见的方式来表达大多数事物,即使这使得代码比人类在其他语言中选择的表达方式更加显式。 +Tags: +- 智能体 +- 编程 +- 编程语言 +- 语言 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.yaml b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.yaml new file mode 100644 index 000000000000..87d406dc9ecd --- /dev/null +++ b/manifests/v/Vercel/Zero/0.3.2/Vercel.Zero.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: Vercel.Zero +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 000000000000..397ea284e4fd --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.15.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.15.1/wakatime-cli-windows-386.zip + InstallerSha256: E94AF89371A75911E005FD28D0B1D6E8FE70A9976E4A9162F42C58823B5762B8 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.15.1/wakatime-cli-windows-amd64.zip + InstallerSha256: B4E9C2C6B35AFD062E2DBD98302797058731AB7066B29591D6EDCFD42D82E711 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.15.1/wakatime-cli-windows-arm64.zip + InstallerSha256: DC0A795F0CF97A5B6003BD1F4CE9F28806935D50E1E099E4E48B31C799E4E5D6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 000000000000..db9064b8616b --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.15.1 +PackageLocale: en-US +Publisher: WakaTime +PublisherUrl: https://github.com/wakatime +PublisherSupportUrl: https://github.com/wakatime/wakatime-cli/issues +PrivacyUrl: https://wakatime.com/privacy +Author: Alan Hamlett +PackageName: WakaTime CLI +PackageUrl: https://github.com/wakatime/wakatime-cli +License: BSD-3-Clause +LicenseUrl: https://github.com/wakatime/wakatime-cli/blob/HEAD/LICENSE +Copyright: © WakaTime +ShortDescription: Command line interface used by all WakaTime text editor plugins +Moniker: wakatime-cli +Tags: +- analytics +- metrics +- productivity +- quantified-self +- time-tracker +ReleaseNotes: |- + Changelog + - Prevent panic from language and dependency detection blocking heartbeat sending #1451 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.15.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.yaml new file mode 100644 index 000000000000..7754f1c4da99 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.15.1/Wakatime.CLIWakatime.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: Wakatime.CLIWakatime +PackageVersion: 2.15.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.installer.yaml b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.installer.yaml new file mode 100644 index 000000000000..a9b45c3e6787 --- /dev/null +++ b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.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: WangQrkkk.PaperQuay +PackageVersion: 0.1.21 +UpgradeBehavior: install +ReleaseDate: 2026-06-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/WangQrkkk/PaperQuay/releases/download/app-v0.1.21/PaperQuay-0.1.21-win-x64.exe + InstallerSha256: 10917151FF6D40FDED9A25A2AFBCFFF561899F459CEB9FB827567B05DBA34312 + ProductCode: PaperQuay +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/WangQrkkk/PaperQuay/releases/download/app-v0.1.21/PaperQuay-0.1.21-win-x64.msi + InstallerSha256: 7152EBC1D44C37A8D794EC8017D0E2B441003F722C7D610D5DD13D28CF5B71EB + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{878CCEF3-6EF7-40A4-AE92-C5C2F3AF150A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{6F23C52A-3079-5275-9DCF-616625C477CC}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.locale.en-US.yaml b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.locale.en-US.yaml new file mode 100644 index 000000000000..5686ab385d58 --- /dev/null +++ b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WangQrkkk.PaperQuay +PackageVersion: 0.1.21 +PackageLocale: en-US +Publisher: paperquay +PublisherUrl: https://github.com/WangQrkkk +PublisherSupportUrl: https://github.com/WangQrkkk/PaperQuay/issues +PackageName: PaperQuay +PackageUrl: https://github.com/WangQrkkk/PaperQuay +License: AGPL-3.0 +LicenseUrl: https://github.com/WangQrkkk/PaperQuay/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/WangQrkkk/PaperQuay/blob/HEAD/TRADEMARKS.md +ShortDescription: A desktop-first literature manager for PDF reading, translation, paper overviews, and AI agent workflows. +Description: |- + PaperQuay is more than a PDF reader or a Zotero add-on. It is a local-first desktop literature manager designed for students, researchers, and paper writers who want to manage papers, read PDFs, annotate, translate, screen papers quickly, and use AI agents without leaving the same workspace. + Many paper tools force the user to choose between fragmented workflows: one app for PDF reading, another tool for translation, another chat window for paper summaries, and another library manager for metadata. PaperQuay combines these into a single desktop workflow while keeping Zotero compatibility optional rather than mandatory. +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- research +- thesis +ReleaseNotes: |- + - Added PDF block click context, including click position and rendered block bounds, so paragraph translation popovers can be placed accurately. + - Reused selected-excerpt translation state for cached paragraph translations without triggering unnecessary automatic selected-text translation requests. + - Added nearest-block hit detection to make PDF paragraph clicks more forgiving near paragraph edges. + - Added selection rectangle capture for PDF text selection, structured-block selection, and PDF annotation workspace selection. + - Rendered selection quick actions through a body-level portal with a higher layer so the panel is not clipped by reader panes or sidebars. + - Made PDF note-anchor overlays non-interactive except for their small numbered jump button. + - Updated the thumbnail sidebar preference key and default collapsed state for the new reading experience. + - Updated English and Chinese README introductions for the current feature set and architecture. +ReleaseNotesUrl: https://github.com/WangQrkkk/PaperQuay/releases/tag/app-v0.1.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.locale.zh-CN.yaml b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.locale.zh-CN.yaml new file mode 100644 index 000000000000..546117eb2151 --- /dev/null +++ b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.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: WangQrkkk.PaperQuay +PackageVersion: 0.1.21 +PackageLocale: zh-CN +ShortDescription: 桌面端优先的 AI 辅助文献管理软件,面向 PDF 阅读、全文翻译、论文概览和 Agent 工作流。 +Description: |- + PaperQuay 不只是一个 PDF 阅读器,也不只是 Zotero 的附属工具。 它是一款本地优先的桌面端文献管理软件,面向学生、研究人员和论文写作者,目标是在同一个工作区完成文献管理、PDF 阅读、批注笔记、全文翻译、论文速读和 Agent 辅助管理。 + 很多论文工具会把工作流拆得很碎:一个软件读 PDF,一个工具做翻译,一个聊天窗口生成论文概述,再用另一个文献管理器维护元数据。PaperQuay 希望把这些操作合并到一个桌面端流程中,同时保留 Zotero 兼容能力,但不把 Zotero 作为必要依赖。 +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +ReleaseNotes: |- + - 新增 PDF 段落点击上下文,记录点击位置和渲染后的段落边界,用于更准确地放置译文浮层。 + - 复用划词翻译状态显示缓存段落译文,避免段落点击触发不必要的自动划词翻译请求。 + - 增加最近段落命中兜底,让点击 PDF 段落边缘时也能更稳定地触发段落译文。 + - 为 PDF 划词、结构块划词和 PDF 批注工作区划词补充选区矩形捕获。 + - 将划词/段落浮层渲染到 body 层级,避免被阅读器分栏或侧栏裁切。 + - 将 PDF 笔记锚点整段覆盖层改为不拦截鼠标事件,仅保留右上角编号按钮用于跳转。 + - 更新缩略图侧栏偏好键,并将首次进入的默认状态改为收起。 + - 同步更新英文和中文 README 的项目定位与架构介绍。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.yaml b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.yaml new file mode 100644 index 000000000000..f1185b82e31a --- /dev/null +++ b/manifests/w/WangQrkkk/PaperQuay/0.1.21/WangQrkkk.PaperQuay.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: WangQrkkk.PaperQuay +PackageVersion: 0.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.installer.yaml b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.installer.yaml new file mode 100644 index 000000000000..715428d01f37 --- /dev/null +++ b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WestWind.DocumentationMonster +PackageVersion: 0.5.4.0 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- silent +Scope: machine +UpgradeBehavior: install +Commands: +- documentationmonster +- dm +- dmcli +FileExtensions: +- docmonster +- json +ReleaseDate: 2026-06-09 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: neutral + InstallerUrl: https://raw.githubusercontent.com/RickStrahl/DocumentationMonster/refs/heads/main/Releases/v1/v0.5/DocumentationMonsterSetup-0.5.4.0.exe + InstallerSha256: D5E6E8D59750DF3B7EE57136B68DBC2BA03AE8A1F0BC795E5A733CDBB7E6381D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.locale.en-US.yaml b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.locale.en-US.yaml new file mode 100644 index 000000000000..5a2eb355734e --- /dev/null +++ b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.locale.en-US.yaml @@ -0,0 +1,36 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WestWind.DocumentationMonster +PackageVersion: 0.5.4.0 +PackageLocale: en-US +Publisher: West Wind Technologies +PublisherUrl: https://west-wind.com/ +PublisherSupportUrl: https://documentationmonster.com/docs/Documentation-Monster/Support.html +Author: Rick Strahl, West Wind Technologies +PackageName: Documentation Monster +PackageUrl: https://documentationmonster.com/ +License: Proprietary +LicenseUrl: https://documentationmonster.com/purchase#documentation-monster-license +Copyright: Copyright (c) 2025-2026 Rick Strahl, West Wind Technologies +CopyrightUrl: https://documentationmonster.com/purchase#documentation-monster-license +ShortDescription: Creating Documentation one Markdown at a time +Description: Create comprehensive documentation, FAQs, and reference docs with ease using Documentation Monster, a powerful Markdown-based documentation tool. +Moniker: documentation-monster +Tags: +- documentation +- faq +- reference-docs +- markdown +- markdown-editor +- web-publishing +- pdf-output +ReleaseNotesUrl: https://github.com/RickStrahl/DocumentationMonster/blob/main/Changelog.md +PurchaseUrl: https://documentationmonster.com/purchase +InstallationNotes: Command line aliases become accessible via the Windows Path upon initial startup. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://documentationmonster.com/docs/ +- DocumentLabel: GitHub + DocumentUrl: https://github.com/RickStrahl/DocumentationMonster +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.yaml b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.yaml new file mode 100644 index 000000000000..bcff70a06bf6 --- /dev/null +++ b/manifests/w/WestWind/DocumentationMonster/0.5.4.0/WestWind.DocumentationMonster.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WestWind.DocumentationMonster +PackageVersion: 0.5.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.installer.yaml b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.installer.yaml new file mode 100644 index 000000000000..5703332003de --- /dev/null +++ b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.installer.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WhoElse.Ping +PackageVersion: 10.31.0.8345 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- pingtm +ReleaseDate: 2025-04-04 +Installers: +- Architecture: x64 + InstallerUrl: https://download.ping.tm/Ping%20Setup.exe + InstallerSha256: 25AB41ECAEAE2D9ECFF3095BAB16D92FF1B0BB22D22EF5E08FF9F8508F554366 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.locale.en-US.yaml b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.locale.en-US.yaml new file mode 100644 index 000000000000..a8e49993551d --- /dev/null +++ b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WhoElse.Ping +PackageVersion: 10.31.0.8345 +PackageLocale: en-US +Publisher: Who Else +PublisherUrl: https://whoelse.com +PublisherSupportUrl: https://ping.tm/support +PrivacyUrl: https://ping.tm/privacy +PackageName: Ping +PackageUrl: https://ping.tm +License: Proprietary +Copyright: Copyright (c) Ping +ShortDescription: Managing tasks is easy with AI on your side +Description: Dictate tasks and AI will note them down with the correct title, deadline, and reminder - plus, it summarizes them for you! It integrates with Gmail and Slack to capture tasks, converting them into actionable items. Focus on your own tasks in your private view and collaborate using Kanban Boards. +Tags: +- gtd +- task +- tasklist +- taskmanager +- tasks +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.yaml b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.yaml new file mode 100644 index 000000000000..2a2d5e4efa61 --- /dev/null +++ b/manifests/w/WhoElse/Ping/10.31.0.8345/WhoElse.Ping.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WhoElse.Ping +PackageVersion: 10.31.0.8345 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.installer.yaml b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.installer.yaml new file mode 100644 index 000000000000..930e2b1f9e26 --- /dev/null +++ b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WizardsoftheCoast.MTGALauncher +PackageVersion: 1.0.124 +Platform: +- Windows.Desktop +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive +InstallerSuccessCodes: +- 4294967295 +Installers: +- Architecture: x64 + InstallerType: exe + InstallerUrl: https://mtgarena.downloads.wizards.com/Live/Windows64/MTGAInstaller.exe + InstallerSha256: 96C64E5E0CD4D5758F3C9AE1AF7A2C6FFCF4782E273AEDE28FA92B8E63FFC368 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.locale.en-US.yaml b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.locale.en-US.yaml new file mode 100644 index 000000000000..ded2dbd4c71c --- /dev/null +++ b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WizardsoftheCoast.MTGALauncher +PackageVersion: 1.0.124 +PackageLocale: en-US +Publisher: Wizards of the Coast +PackageName: MTGA Launcher +PackageUrl: https://magic.wizards.com/en/mtgarena +License: Copyright (C) 2021 Wizards of the Coast +LicenseUrl: https://company.wizards.com/en/legal/terms +Copyright: Copyright (C) 2021 Wizards of the Coast +CopyrightUrl: https://company.wizards.com/en/legal/terms +PrivacyUrl: https://company.wizards.com/en/legal/wizards-coasts-privacy-policy +ShortDescription: Magic the gathering Arena Launcher +Moniker: mtga +Tags: +- mtg +- magic +- magic-the-gathering +- arena +- card-game +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.yaml b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.yaml similarity index 53% rename from manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.yaml rename to manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.yaml index 8d29a3f7fb6e..bc94396db067 100644 --- a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.18/ActiveDirectoryPro.ADProToolkit.yaml +++ b/manifests/w/WizardsoftheCoast/MTGALauncher/1.0.124/WizardsoftheCoast.MTGALauncher.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/04 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ActiveDirectoryPro.ADProToolkit -PackageVersion: 3.1.18 +PackageIdentifier: WizardsoftheCoast.MTGALauncher +PackageVersion: 1.0.124 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.installer.yaml b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.installer.yaml new file mode 100644 index 000000000000..5d300c99eaa1 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.17.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.17.0/dotsider-mcp-win-x64.msi + InstallerSha256: 303F9BB22EA7925CE1C17840FA9882F03FF44BED839AE60C6B956C9E37C965C2 + ProductCode: '{A033EBB8-B4BA-4CD9-B4DF-7214C1FD9115}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.17.0/dotsider-mcp-win-arm64.msi + InstallerSha256: ED0956D90BF885D7F3182AD7A2EA45F3596A3D238F82C643F6F4907CAA12ACBB + ProductCode: '{A5B5993D-8D22-4F84-BFF1-F895D541AA75}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.locale.en-US.yaml b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.locale.en-US.yaml new file mode 100644 index 000000000000..929677fce470 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider-mcp +PackageVersion: 0.17.0 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider-mcp +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: MCP server for AI-assisted .NET assembly analysis +Description: |- + dotsider-mcp is a standalone Model Context Protocol server that exposes + dotsider's .NET assembly analysis engine to AI coding assistants like + Claude Code, VS Code Copilot, and others. It provides 28 tools for + assembly analysis, IL disassembly, metadata inspection, dependency graphs, + size analysis, string extraction, diffing, and runtime tracing. +Tags: +- dotnet +- assembly +- mcp +- ai +- analysis +- il +- metadata +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.17.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.yaml b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.yaml new file mode 100644 index 000000000000..601968b8c9e0 --- /dev/null +++ b/manifests/w/willibrandon/dotsider-mcp/0.17.0/willibrandon.dotsider-mcp.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: willibrandon.dotsider-mcp +PackageVersion: 0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.installer.yaml b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.installer.yaml new file mode 100644 index 000000000000..07c6b8f7d1b0 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.17.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.18362.0 +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.17.0/dotsider-win-x64.msi + InstallerSha256: 710C11F1C5B325FFEC0DA05D2D1A67F0D021E1CC68753BC241EA1D8DFEF46A59 + ProductCode: '{96615999-9F79-4247-80AC-C29BA9B3FB9B}' +- Architecture: arm64 + InstallerUrl: https://github.com/willibrandon/dotsider/releases/download/v0.17.0/dotsider-win-arm64.msi + InstallerSha256: 21C952323FB8F03E41FD6EF00BC40F8B31723379ED2916F909440C942E168153 + ProductCode: '{3CB54710-6742-4C66-BBC0-C74886C73873}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-10 diff --git a/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.locale.en-US.yaml b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.locale.en-US.yaml new file mode 100644 index 000000000000..66d1c71777f2 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: willibrandon.dotsider +PackageVersion: 0.17.0 +PackageLocale: en-US +Publisher: willibrandon +PublisherUrl: https://github.com/willibrandon +PublisherSupportUrl: https://github.com/willibrandon/dotsider/issues +PackageName: dotsider +PackageUrl: https://github.com/willibrandon/dotsider +License: MIT +LicenseUrl: https://github.com/willibrandon/dotsider/blob/main/LICENSE +ShortDescription: A TUI for analyzing .NET assemblies +Description: |- + dotsider is a terminal UI for analyzing .NET assemblies — structure, metadata, + IL disassembly, strings, hex dump, dependency graphs, size maps, and live + runtime tracing via EventPipe. It also supports assembly diffing and NuGet + package browsing. +Tags: +- dotnet +- assembly +- tui +- il +- metadata +- pe +- disassembler +- cli +- terminal +- devtools +ReleaseNotesUrl: https://github.com/willibrandon/dotsider/releases/tag/v0.17.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/willibrandon/dotsider/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.yaml b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.yaml new file mode 100644 index 000000000000..40721854eba3 --- /dev/null +++ b/manifests/w/willibrandon/dotsider/0.17.0/willibrandon.dotsider.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: willibrandon.dotsider +PackageVersion: 0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.installer.yaml b/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.installer.yaml new file mode 100644 index 000000000000..a84f67f92fc0 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.9.47/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.9.47 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: cc-panes +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.9.47/cc-panes_0.9.47_x64-setup.exe + InstallerSha256: 8EDAFD581101FD3FE8D427CB48AA32B91F1502DA20B6B754FF3290A1B2DCDA89 +- Architecture: arm64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.9.47/cc-panes_0.9.47_arm64-setup.exe + InstallerSha256: 841A4127EE6EB13B580E1902A039676F5DAAC09AD8A020C9E07844A76E482C09 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.locale.en-US.yaml b/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.locale.en-US.yaml new file mode 100644 index 000000000000..a2563de4988b --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.9.47/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.9.47 +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.9.47 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.locale.zh-CN.yaml b/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.locale.zh-CN.yaml new file mode 100644 index 000000000000..4f77e2b962e5 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.9.47/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.9.47 +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.9.47/wuxiran.CC-Panes.yaml b/manifests/w/wuxiran/CC-Panes/0.9.47/wuxiran.CC-Panes.yaml new file mode 100644 index 000000000000..4d7b629c85d0 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.9.47/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.9.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.installer.yaml b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.installer.yaml new file mode 100644 index 000000000000..5718550fdb06 --- /dev/null +++ b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.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: XMediaRecode.XMediaRecode +PackageVersion: 3.6.3.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{D31E6E69-4C6A-42CC-926F-CC7B186864EB}_is1' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayName: XMedia Recode 64bit + Publisher: XMedia Recode 64bit +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\XMedia Recode 64bit' +Installers: +- Architecture: x64 + InstallerUrl: https://www.xmedia-recode.de/download/XMediaRecode3631_x64_setup.exe + InstallerSha256: 3E2F82696DB0BEF9125B02E5F79B39B98867FB0037C4B4FF6009769DE4F716D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.en-US.yaml b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.en-US.yaml new file mode 100644 index 000000000000..dffc0ea953db --- /dev/null +++ b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XMediaRecode.XMediaRecode +PackageVersion: 3.6.3.1 +PackageLocale: en-US +Publisher: XMedia Recode +PublisherUrl: https://www.xmedia-recode.de/en/ +PublisherSupportUrl: https://www.xmedia-recode.de/en/help/ +PrivacyUrl: https://www.xmedia-recode.de/en/privacypolicy.php +PackageName: XMedia Recode +PackageUrl: https://www.xmedia-recode.de/en/ +License: Freeware +Copyright: Copyright (C) 2007-2026 Sebastian Dörfler +ShortDescription: Free All-in-One video and audio converter +Tags: +- audio +- convert +- decode +- encode +- filter +- media +- multimedia +- rip +- video +ReleaseNotes: |- + - Update of ffmpeg + - Update of AOM AV1 Codec (3.14.1) + + Troubleshooting + - Fixed minor bugs +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.xmedia-recode.de/en/help/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.zh-CN.yaml b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3268717cd4d --- /dev/null +++ b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XMediaRecode.XMediaRecode +PackageVersion: 3.6.3.1 +PackageLocale: zh-CN +Publisher: XMedia Recode +PublisherUrl: https://www.xmedia-recode.de/en/ +PublisherSupportUrl: https://www.xmedia-recode.de/en/help/ +PrivacyUrl: https://www.xmedia-recode.de/en/privacypolicy.php +PackageName: XMedia Recode +PackageUrl: https://www.xmedia-recode.de/en/ +License: 免费软件 +Copyright: Copyright (C) 2007-2026 Sebastian Dörfler +ShortDescription: 免费的多合一视频和音频转换器 +Tags: +- 压制 +- 多媒体 +- 媒体 +- 滤镜 +- 视频 +- 编码 +- 解码 +- 转换 +- 转码 +- 过滤 +- 过滤器 +- 音频 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.xmedia-recode.de/en/help/faq.php +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.yaml b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.yaml new file mode 100644 index 000000000000..d73155583295 --- /dev/null +++ b/manifests/x/XMediaRecode/XMediaRecode/3.6.3.1/XMediaRecode.XMediaRecode.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: XMediaRecode.XMediaRecode +PackageVersion: 3.6.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.installer.yaml new file mode 100644 index 000000000000..56ba803caeb3 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.15.6 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: codeg +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.15.6/codeg_0.15.6_x64-setup.exe + InstallerSha256: E86F716837EC9F443ABCD560DE44573C9DBF907A6E58A4283AFE21ED7005B95A +- Architecture: arm64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.15.6/codeg_0.15.6_arm64-setup.exe + InstallerSha256: C03B490BCAA078AC530E35E1BB852AECC25B19431B4D1BC82FDDF563E90C62B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 000000000000..bc331369efd1 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.15.6 +PackageLocale: en-US +Publisher: codeg +PublisherUrl: https://github.com/xintaofei +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues +PackageName: codeg +PackageUrl: https://github.com/xintaofei/codeg +License: Apache-2.0 +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + - feat(delegation): Hermes can now take on delegated work in multi-agent collaboration. Following its debut in 0.15.5, Hermes is now a selectable target for codeg's sub-agent delegation — so when one agent hands off a self-contained sub-task, that work can be routed to Hermes right alongside Claude Code, Codex, OpenCode, Gemini, OpenClaw, and Cline. + - chore(registry): Bundled Claude Code updated to 0.44.0, which brings support for Anthropic's new Claude Fable 5 model. + - style(chat): The folder and branch picker row now lines up with the composer controls, keeping the folder icon aligned with the "+" button across UI zoom levels. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.15.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 000000000000..c1a572871940 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.15.6 +PackageLocale: zh-CN +ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 +Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + - 功能(委托):Hermes 现在可以在多智能体协作中承接委托任务。继 0.15.5 首次加入后,Hermes 已成为 codeg 子智能体委托的可选目标——当一个代理交出自包含的子任务时,这部分工作可以像分派给 Claude Code、Codex、OpenCode、Gemini、OpenClaw、Cline 一样分派给 Hermes。 + - 更新(注册表):内置 Claude Code 升级至 0.44.0,新增对 Anthropic 全新 Claude Fable 5 模型的支持。 + - 样式(聊天):文件夹与分支选择行现在与上方输入框控件对齐,文件夹图标在各 UI 缩放级别下都与「+」按钮对齐。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.yaml new file mode 100644 index 000000000000..7ac0ab5dc683 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.15.6/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.15.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.installer.yaml b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.installer.yaml new file mode 100644 index 000000000000..c09ebc8422f8 --- /dev/null +++ b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.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: x-motemen.ghq +PackageVersion: 1.10.1 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: install +Commands: +- ghq +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ghq_windows_amd64/ghq.exe + InstallerUrl: https://github.com/x-motemen/ghq/releases/download/v1.10.1/ghq_windows_amd64.zip + InstallerSha256: A526DA44D5F67250598FA95E5654815E9F672B2C05D1D98C28BCE0E60D3CFA6C +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ghq_windows_arm64/ghq.exe + InstallerUrl: https://github.com/x-motemen/ghq/releases/download/v1.10.1/ghq_windows_arm64.zip + InstallerSha256: A84A149636CF934C3C1773DE76F9758CB146E5F376E96D2861CB279176DDB768 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-04-11 diff --git a/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.locale.en-US.yaml b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.locale.en-US.yaml new file mode 100644 index 000000000000..0515dd737499 --- /dev/null +++ b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.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: x-motemen.ghq +PackageVersion: 1.10.1 +PackageLocale: en-US +Publisher: x-motemen +PublisherUrl: https://github.com/x-motemen +PublisherSupportUrl: https://github.com/x-motemen/ghq/issues +Author: motemen, Songmu +PackageName: ghq +PackageUrl: https://github.com/x-motemen/ghq +License: MIT +LicenseUrl: https://github.com/x-motemen/ghq/blob/HEAD/LICENSE +Copyright: Copyright (c) 2014 motemen +ShortDescription: Manage remote repository clones +Description: "'ghq' provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/ghq) using the remote repository URL’s host and path." +Moniker: ghq +Tags: +- git +ReleaseNotes: |- + What's Changed + - feat(rm): make ghq rm worktree-aware by @chris-monardo in #481 + New Contributors + - @chris-monardo made their first contribution in #481 + Full Changelog: v1.10.0...v1.10.1 +ReleaseNotesUrl: https://github.com/x-motemen/ghq/releases/tag/v1.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.yaml b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.yaml new file mode 100644 index 000000000000..4ae3c1e2608f --- /dev/null +++ b/manifests/x/x-motemen/ghq/1.10.1/x-motemen.ghq.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: x-motemen.ghq +PackageVersion: 1.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.installer.yaml b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.installer.yaml similarity index 79% rename from manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.installer.yaml rename to manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.installer.yaml index 202d4386d357..a5bd86c97c91 100644 --- a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.installer.yaml +++ b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: YouXiao.YXCalendar -PackageVersion: 2.6.5.28 +PackageVersion: 2.6.6.9 InstallerType: nullsoft Scope: user UpgradeBehavior: install @@ -10,6 +10,6 @@ ProductCode: YXCalendar Installers: - Architecture: x86 InstallerUrl: https://static.youxiao.cn/yxcalendar/yxcalendar_latest.exe - InstallerSha256: 871A8E90F8790A75B1CA5C9259817689FDEA728E180E50BCC8AA88DDB462B805 + InstallerSha256: 3DA49063F0E0EA83B98AFBB485CC1BC21DAE061502A7548B836D941322456C38 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.en-US.yaml b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.en-US.yaml similarity index 98% rename from manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.en-US.yaml rename to manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.en-US.yaml index de5a381a13c4..94360fe4b7d7 100644 --- a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.en-US.yaml +++ b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: YouXiao.YXCalendar -PackageVersion: 2.6.5.28 +PackageVersion: 2.6.6.9 PackageLocale: en-US Publisher: 东莞市优效网络科技有限公司 PublisherUrl: https://www.youxiao.cn/ diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.zh-CN.yaml b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.zh-CN.yaml similarity index 98% rename from manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.zh-CN.yaml rename to manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.zh-CN.yaml index b152e08cc605..29743ed5e535 100644 --- a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.locale.zh-CN.yaml +++ b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: YouXiao.YXCalendar -PackageVersion: 2.6.5.28 +PackageVersion: 2.6.6.9 PackageLocale: zh-CN Publisher: 东莞市优效网络科技有限公司 PublisherUrl: https://www.youxiao.cn/ diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.yaml b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.yaml similarity index 90% rename from manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.yaml rename to manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.yaml index 02c19f86dcbd..93078bc5608e 100644 --- a/manifests/y/YouXiao/YXCalendar/2.6.5.28/YouXiao.YXCalendar.yaml +++ b/manifests/y/YouXiao/YXCalendar/2.6.6.9/YouXiao.YXCalendar.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: YouXiao.YXCalendar -PackageVersion: 2.6.5.28 +PackageVersion: 2.6.6.9 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.installer.yaml b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.installer.yaml new file mode 100644 index 000000000000..f46ab8f0371f --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.06.09 +InstallerType: portable +Commands: +- yt-dlp +Dependencies: + PackageDependencies: + - PackageIdentifier: DenoLand.Deno + - PackageIdentifier: yt-dlp.FFmpeg +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.06.09/yt-dlp_x86.exe + InstallerSha256: 5D7CA09FEAA0B982523869E4B5511ACA83741500975FA65750CFDBAD02AC512A +- Architecture: x64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.06.09/yt-dlp.exe + InstallerSha256: 3A48CB955D55C8821B60CCBDBBC6F61BC958F2F3D3B7AD5EAF3D83A543293A27 +- Architecture: arm64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.06.09/yt-dlp_arm64.exe + InstallerSha256: 847583F91BB6D26479C1DC9643C2F4B8857A90B40D619DA97B0CFABCCB9138D0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.en-US.yaml new file mode 100644 index 000000000000..d4a5110cb29e --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.en-US.yaml @@ -0,0 +1,138 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.06.09 +PackageLocale: en-US +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp +PackageUrl: https://github.com/yt-dlp/yt-dlp +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/HEAD/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: A feature-rich command-line audio/video downloader. +Description: |- + yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. + The project is a fork of youtube-dl based on the now inactive youtube-dlc. +Moniker: yt-dlp +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- video +- video-downloader +- youtube +- youtube-dl +- youtube-dlc +- youtube-dlp +- ytdlp +ReleaseNotes: |- + Installation Discord Donate Documentation Nightly Master + A description of the various files is in the README + The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt + Important changes + - The minimum supported versions of Deno, Node, and Bun have been raised. + The minimum required version of Deno is now v2.3.0; supported Node versions are v22 and up; Bun support has been deprecated and limited to versions 1.2.11 through 1.3.14. + - Security + - Usage of vulnerable conversions (e.g. %()s) with the --exec option is an all-too-common pitfall. To remedy this, --exec now only allows safe conversions in its command templates. + - Most users can simply replace %(...)s with %(...)q in their --exec argument(s). Numeric conversions are unaffected by this change. Using unsafe conversions with --exec poses a significant security risk. Read more + - [CVE-2026-50019] File Downloader cookie leak with curl + - Impact is limited to users of --downloader curl; cookies are now properly passed to curl so that it respects their scope + - [CVE-2026-50023] Dangerous file type creation via insufficient filename sanitization + - Writing files with the extensions .desktop, .url, or .webloc is now only allowed in the context of --write-link functionality + - [CVE-2026-50574] Arbitrary code execution via manifest downloads with aria2c + - Impact is limited to users of --downloader aria2c + - Support for downloading HLS and DASH formats with aria2c has been removed. Users affected by this change should migrate to use -N for concurrent fragment downloads via the native downloader + Changelog + Core changes + - Add lockfile and pinned extras (#16421) by bashonly, Grub4K (With fixes in 88c8a68 by bashonly) + - Fix default extra for ios platforms (#16376) by bashonly + - Remove url, desktop and webloc from safe extensions by Grub4K + - update: Bump GitHub REST API version to 2026-03-10 (#16435) by bashonly + - utils + - random_user_agent + - Bump version range 137-143 => 142-148 (#16588) by dlp-bot + - Bump version range 142-148 => 143-149 (#16906) by dlp-bot + Extractor changes + - Extract supplemental codecs from DASH manifests (#16827) by chrisellsworth + - _resolve_nuxt_array: Handle Pinia skipHydrate (#16447) by doe1080 + - abematv: Extract subtitles (#16502) by garret1317 + - ard: Support new ardsounds domain (#16381) by evilpie + - bandcamp: weekly: Fix extractor (#16373) by bashonly + - iwara: Fix extractors (#16014) by vpertys + - monstercat: Support older URLs (#16780) by AnAwesomGuy + - onsen: Fix extraction (#16830) by doe1080 + - pornhub: Support browser impersonation (#16794) by 0xvd + - reddit: Fix unauthenticated extraction (#16839) by 0xvd, bashonly, jdesgats + - rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly + - s4c: Extract more metadata (#16813) by Suntooth + - soop: Adapt extractors to new domain (#16436) by thematuu + - soundcloud + - Improve error handling (#16602) by bashonly + - Support --extractor-retries for original formats (#16690) by HarmfulBreeze + - thisoldhouse: Fix extractor (#16909) by bashonly, dirkf + - twitch + - Remove dead rechat subtitles (#16660) by kasper93 + - clips: Fix extractor (#16466) by Ventriduct + - twitter: Fix view_count extraction (#16814) by MemoKing34 + - wikimedia: Rework extractor (#15413) by seproDev + - youtube + - Drop support for bun<1.2.11 and bun>1.3.14 (#16786) by bashonly + - Drop support for deno<2.3.0 (#16788) by bashonly + - Drop support for node<22 (#16787) by bashonly + - Fix PO token sanitization for Python 3.15 (#16884) by Grub4K + - Fix PO token sanitization for Python>=3.14.4 (#16453) by syphyr + - Fix outdated quickjs-ng warning (#16437) by bashonly + Downloader changes + - external + - aria2c: Remove support for m3u8/dash protocols by bashonly + - curl: Fix cookie leak on redirect by Grub4K + - ffmpeg: Use info dict http_headers for direct merge downloads (#15456) by bashonly + Postprocessor changes + - exec: Restrict --exec template usage to safe conversions (#16883) by bashonly + - ffmpegmetadata: Avoid erroneous ISO 639 conversions (#16046) by bashonly + Networking changes + - Request Handler + - curl_cffi + - Add actual reason to response (#16818) by antorlovsky + - Fix supported impersonate targets (#16440) by bashonly + - Support curl_cffi 0.15.x (#16429) by bashonly + Misc. changes + - build + - Harden build/release workflows (#16358) by bashonly, Grub4K (With fixes in cdc465a by bashonly) + - Harden release workflow (#16444) by bashonly + - Rename requirements files to clean up dependency graph (#16740) by bashonly + - Update 12 dependencies (#16903) by dlp-bot + - Update 14 dependencies (#16589) by dlp-bot + - Update 28 dependencies (#16467) by bashonly + - Upgrade all Linux binaries to Python 3.14 (#16738) by bashonly + - ci + - Bump pytest to 9.x (#16470) by bashonly, Grub4K + - Test with Python 3.15 (#16896) by bashonly + - Update 2 actions in 2 workflows (#16743) by dlp-bot + - Update 3 actions in 9 workflows (#16782) by dlp-bot + - Update 8 actions in 7 workflows (#16384) by bashonly + - Update wiki via this repository (#16446) by bashonly (With fixes in 9f0fc9a) + - cleanup + - Remove dead extractors (#16137) by bashonly, doe1080 + - Miscellaneous + - 35684c1, 3a12be7 by bashonly + - 821bef0 by bashonly, Grub4K + - devscripts + - Handle ejs updates for requirements files (#16374) by bashonly, Grub4K + - update_requirements: Add reporting functionality (#16454) by bashonly, Grub4K + - docs: Update badges (#14893) by seproDev + - test: Add default and curl-cffi extras to hatch-test env (#16397) by JSubelj +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.06.09 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.zh-CN.yaml b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.zh-CN.yaml new file mode 100644 index 000000000000..bb5642f9ebd1 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.06.09 +PackageLocale: zh-CN +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp +PackageUrl: https://github.com/yt-dlp/yt-dlp +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/2025.02.19/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: 功能丰富的命令行音频/视频下载器。 +Description: |- + yt-dlp 是一款功能丰富的命令行音频/视频下载器,支持数千个网站。 + 该项目是 youtube-dl 的一个分支,基于现已停止维护的 youtube-dlc。 +Tags: +- youtube +- youtube-dl +- youtube-dlc +- youtube-dlp +- ytdlp +- 下载 +- 下载器 +- 媒体 +- 媒体下载器 +- 视频 +- 视频下载器 +- 音频 +- 音频下载器 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: 维基 + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.yaml b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.yaml new file mode 100644 index 000000000000..0f525dcaef08 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.06.09/yt-dlp.yt-dlp.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: yt-dlp.yt-dlp +PackageVersion: 2026.06.09 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml deleted file mode 100644 index 8b4b3b37f36c..000000000000 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.locale.en-US.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.03.28.233656 -PackageLocale: en-US -Publisher: yt-dlp -PublisherUrl: https://github.com/yt-dlp -PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues -PackageName: yt-dlp-nightly -PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds -License: Unlicense -LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE -Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE -ShortDescription: A feature-rich command-line audio/video downloader. -Description: |- - The yt-dlp nightly channel builds. - yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. - The project is a fork of youtube-dl based on the now inactive youtube-dlc. -Moniker: yt-dlp-nightly -Tags: -- audio -- audio-downloader -- download -- downloader -- media -- media-downloader -- nightly -- video -- video-downloader -- youtube -- youtube-dl -- youtube-dlp -- ytdlp -ReleaseNotes: |- - Generated from: yt-dlp/yt-dlp@87eaf88 - Installation Discord Donate Documentation - A description of the various files is in the README - The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt - Changelog - Extractor changes - - rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly - Misc. changes - - build: Harden build/release workflows (#16358) by bashonly, Grub4K -ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.03.28.233656 -Documentations: -- DocumentLabel: Discord - DocumentUrl: https://discord.gg/H5MNcFW63r -- DocumentLabel: Update Channels - DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels -- DocumentLabel: Wiki - DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.installer.yaml similarity index 53% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.installer.yaml index bce6c85743c4..751809cf1c8c 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.installer.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.03.28.233656 +PackageVersion: 2026.06.09.230517 InstallerType: portable Commands: - yt-dlp @@ -10,16 +10,16 @@ Dependencies: PackageDependencies: - PackageIdentifier: DenoLand.Deno - PackageIdentifier: yt-dlp.FFmpeg -ReleaseDate: 2026-03-28 +ReleaseDate: 2026-06-09 Installers: - Architecture: x86 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp_x86.exe - InstallerSha256: B37DFBD5151EDF7686CEB736AC06CA976F402679BA22940F263B23D4CAFACD21 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.09.230517/yt-dlp_x86.exe + InstallerSha256: 5FEFD69293BE678D418B5356AF660E1F215D05F5DF8CA5B4A6A9289A1C952ED3 - Architecture: x64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp.exe - InstallerSha256: DE9B73F1197D0F7947A98F7A9D680AE4DBEC1B0E0E5F2F6D8A831C512EF5F229 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.09.230517/yt-dlp.exe + InstallerSha256: D5B3AF365749D1FE0864005FD497852D76F3DC74CB77FE1F276E894CF9C2A190 - Architecture: arm64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.28.233656/yt-dlp_arm64.exe - InstallerSha256: 6093E146D66944AFCAAC6BF50482DFBF5215D0A45264818E769FEBB439D8D2E2 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.06.09.230517/yt-dlp_arm64.exe + InstallerSha256: 8F67E626DDA7554581E6F01537AAB8D14ACF7CB7EB63C3564D56875CAEA04D50 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..49ee8e63c1b5 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.locale.en-US.yaml @@ -0,0 +1,142 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2026.06.09.230517 +PackageLocale: en-US +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp-nightly +PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: A feature-rich command-line audio/video downloader. +Description: |- + The yt-dlp nightly channel builds. + yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. + The project is a fork of youtube-dl based on the now inactive youtube-dlc. +Moniker: yt-dlp-nightly +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- nightly +- video +- video-downloader +- youtube +- youtube-dl +- youtube-dlp +- ytdlp +ReleaseNotes: |- + Generated from: yt-dlp/yt-dlp@821bef0 + Installation Discord Donate Documentation + A description of the various files is in the README + The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt + Important changes + - The minimum supported versions of Deno, Node, and Bun have been raised. + The minimum required version of Deno is now v2.3.0; supported Node versions are v22 and up; Bun support has been deprecated and limited to versions 1.2.11 through 1.3.14. + - Security + - Usage of vulnerable conversions (e.g. %()s) with the --exec option is an all-too-common pitfall. To remedy this, --exec now only allows safe conversions in its command templates. + - Most users can simply replace %(...)s with %(...)q in their --exec argument(s). Numeric conversions are unaffected by this change. Using unsafe conversions with --exec poses a significant security risk. Read more + - [CVE-2026-50019] File Downloader cookie leak with curl + - Impact is limited to users of --downloader curl; cookies are now properly passed to curl so that it respects their scope + - [CVE-2026-50023] Dangerous file type creation via insufficient filename sanitization + - Writing files with the extensions .desktop, .url, or .webloc is now only allowed in the context of --write-link functionality + - [CVE-2026-50574] Arbitrary code execution via manifest downloads with aria2c + - Impact is limited to users of --downloader aria2c + - Support for downloading HLS and DASH formats with aria2c has been removed. Users affected by this change should migrate to use -N for concurrent fragment downloads via the native downloader + Changelog + Core changes + - Add lockfile and pinned extras (#16421) by bashonly, Grub4K (With fixes in 88c8a68 by bashonly) + - Fix default extra for ios platforms (#16376) by bashonly + - Remove url, desktop and webloc from safe extensions by Grub4K + - update: Bump GitHub REST API version to 2026-03-10 (#16435) by bashonly + - utils + - random_user_agent + - Bump version range 137-143 => 142-148 (#16588) by dlp-bot + - Bump version range 142-148 => 143-149 (#16906) by dlp-bot + Extractor changes + - Extract supplemental codecs from DASH manifests (#16827) by chrisellsworth + - _resolve_nuxt_array: Handle Pinia skipHydrate (#16447) by doe1080 + - abematv: Extract subtitles (#16502) by garret1317 + - ard: Support new ardsounds domain (#16381) by evilpie + - bandcamp: weekly: Fix extractor (#16373) by bashonly + - iwara: Fix extractors (#16014) by vpertys + - monstercat: Support older URLs (#16780) by AnAwesomGuy + - onsen: Fix extraction (#16830) by doe1080 + - pornhub: Support browser impersonation (#16794) by 0xvd + - reddit: Fix unauthenticated extraction (#16839) by 0xvd, bashonly, jdesgats + - rtp: Support multi-part episodes and --no-playlist (#16299) by bashonly + - s4c: Extract more metadata (#16813) by Suntooth + - soop: Adapt extractors to new domain (#16436) by thematuu + - soundcloud + - Improve error handling (#16602) by bashonly + - Support --extractor-retries for original formats (#16690) by HarmfulBreeze + - thisoldhouse: Fix extractor (#16909) by bashonly, dirkf + - twitch + - Remove dead rechat subtitles (#16660) by kasper93 + - clips: Fix extractor (#16466) by Ventriduct + - twitter: Fix view_count extraction (#16814) by MemoKing34 + - wikimedia: Rework extractor (#15413) by seproDev + - youtube + - Drop support for bun<1.2.11 and bun>1.3.14 (#16786) by bashonly + - Drop support for deno<2.3.0 (#16788) by bashonly + - Drop support for node<22 (#16787) by bashonly + - Fix PO token sanitization for Python 3.15 (#16884) by Grub4K + - Fix PO token sanitization for Python>=3.14.4 (#16453) by syphyr + - Fix outdated quickjs-ng warning (#16437) by bashonly + Downloader changes + - external + - aria2c: Remove support for m3u8/dash protocols by bashonly + - curl: Fix cookie leak on redirect by Grub4K + - ffmpeg: Use info dict http_headers for direct merge downloads (#15456) by bashonly + Postprocessor changes + - exec: Restrict --exec template usage to safe conversions (#16883) by bashonly + - ffmpegmetadata: Avoid erroneous ISO 639 conversions (#16046) by bashonly + Networking changes + - Request Handler + - curl_cffi + - Add actual reason to response (#16818) by antorlovsky + - Fix supported impersonate targets (#16440) by bashonly + - Support curl_cffi 0.15.x (#16429) by bashonly + Misc. changes + - build + - Harden build/release workflows (#16358) by bashonly, Grub4K (With fixes in cdc465a by bashonly) + - Harden release workflow (#16444) by bashonly + - Rename requirements files to clean up dependency graph (#16740) by bashonly + - Update 12 dependencies (#16903) by dlp-bot + - Update 14 dependencies (#16589) by dlp-bot + - Update 28 dependencies (#16467) by bashonly + - Upgrade all Linux binaries to Python 3.14 (#16738) by bashonly + - ci + - Bump pytest to 9.x (#16470) by bashonly, Grub4K + - Test with Python 3.15 (#16896) by bashonly + - Update 2 actions in 2 workflows (#16743) by dlp-bot + - Update 3 actions in 9 workflows (#16782) by dlp-bot + - Update 8 actions in 7 workflows (#16384) by bashonly + - Update wiki via this repository (#16446) by bashonly (With fixes in 9f0fc9a) + - cleanup + - Remove dead extractors (#16137) by bashonly, doe1080 + - Miscellaneous + - 35684c1, 3a12be7 by bashonly + - 821bef0 by bashonly, Grub4K + - devscripts + - Handle ejs updates for requirements files (#16374) by bashonly, Grub4K + - update_requirements: Add reporting functionality (#16454) by bashonly, Grub4K + - docs: Update badges (#14893) by seproDev + - test: Add default and curl-cffi extras to hatch-test env (#16397) by JSubelj +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.06.09.230517 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: Update Channels + DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.yaml similarity index 73% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.yaml index 71ea6af0a478..ad3b1d68d00b 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.28.233656/yt-dlp.yt-dlp.nightly.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.06.09.230517/yt-dlp.yt-dlp.nightly.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.03.28.233656 +PackageVersion: 2026.06.09.230517 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index f6d1ce5f593f..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,114 +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.4.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: |- - This week's release includes support for skills, a global AGENTS.md file for user-wide agent instructions, the ability to choose a base branch in the branch diff view, and a new editor: toggle all diff hunks action. - Features - AI - - Agent: Added support for skills. - - Agent: Added support for a global AGENTS.md file alongside settings.json for user-wide instructions that are included in every project’s system prompt. (#56757) - - Agent: Added commands to open global and project-specific AGENTS.md rules. (#57847) - - Agent: Added agent: new terminal thread for defining custom shortcuts to launch an Agent Panel terminal thread. (#57400) - - Agent: Added support for image output from MCP tools. (#57134) - - Agent: Added support for OAuth client pre-registration with a client ID and client secret in the built-in MCP client. (#52900) - - OpenCode: Updated available models and metadata, including reasoning support, image support, and token counts. (#57076; thanks Vlaaaaaaad) - Git - - Added the ability to choose the base branch in the branch diff view. (#56569) - - Added keyboard shortcuts for switching between the Changes and History tabs: cmd-1/cmd-2 on macOS and ctrl-1/ctrl-2 on Linux/Windows. (#56743) - - Added editor: toggle all diff hunks to expand or collapse all diff hunks at once. (#56421) - - Improved the display of user avatars in Git-related surfaces. (#56755) - - Improved diff stats by formatting large line counts with thousand separators. (#56754) - - Added the git.show_stage_restore_buttons setting to hide Stage/Restore buttons on diff hunks. (#56740) - Languages - - Added runnables for C++. (#57161; thanks Helmutt03) - Linux - - Added support for buffer_font_fallbacks on Linux. (#54878; thanks Albab-Hasan) - - Improved the first mouse-driven text copy action on Wayland. (#50406; thanks soundslocke) - Other - - Added markdown_preview_code_font_family to override the code font in the markdown preview. (#56744; thanks wln) - - Improved CSV preview with column pinning to keep identifiers visible while scrolling. (#56619; thanks HalavicH) - - Improved restricted mode by making it more obvious and requiring immediate action when opening an untrusted project. (#57056) - - Improved truncated text labels so they no longer show trailing spaces or punctuation before the ellipsis. (#57106) - Bug Fixes - - Agent: Fixed image output from tools not being reloaded when restoring a thread. (#57143) - - MCP OAuth: Fixed authentication failing when an MCP server returned a broken metadata URL. (#53502) - - MCP OAuth: Fixed OAuth client registration failing with some MCP servers. (#53501) - - Fixed AI completions from OpenAI-compatible providers failing when token usage details were missing. (#55919; thanks marius851000) - - Git Graph: Fixed breakage that occurred when Git’s log.showSignature setting was enabled. (#55708; thanks toddlerer) - - OpenAI: Fixed an issue where error messages would not appear properly. (#57750) - - Fixed certain ACP registry agents not cleaning up old versions. (#55290; thanks cppcoffee) - - Fixed some Gemini tool calls failing because Zed could send incomplete tool schemas. (#57160) - - Fixed a bug where using Gemini with certain tools, especially via MCP, resulted in "Invalid JSON payload received" errors due to incompatible JSON schema formats. (#49292; thanks dastrobu) - - Fixed zed --new ssh://host/path reusing an existing SSH window instead of opening a new one. This also applied to other URL-shaped path arguments. (#54408) - - Fixed a bug where non-ASCII characters in diagnostic messages were incorrectly rendered with spurious \ characters. (#55782; thanks alkinun) - - Fixed a crash in GPUI when typing into an Input widget inside a cached view (#50456). (#50665; thanks xcb3d) - - Fixed a panic that could occur when streaming in text with the edit_file tool. (#57100) - - Fixed a panic when loading certain Tree-sitter grammars containing supertypes. (#57183) - - Fixed a rare panic that could occur when lines in the editor contained many invisible characters. (#57137) - - Fixed agent edits sometimes not getting auto-accepted when they were committed. (#56892) - - Fixed the agent erroring when using Copilot as a provider and switching between OpenAI and Anthropic models. (#56655) - - Fixed bash syntax highlighting for conditional expressions, arithmetic expressions, and related operators. (#56484; thanks terror) - - Fixed the activity indicator in the status bar not opening a menu with items to cancel running actions. (#56865) - - Fixed commit title length checks miscounting multi-byte characters as multiple characters. (#57025; thanks koxya) - - Fixed context server availability updates when a new worktree is added to or removed from a project. (#51244; thanks rioriost) - - Fixed importing the VS Code setting files.simpleDialog.enable with the opposite value. (#55678; thanks Earlopain) - - Fixed macOS Cmd-E/Cmd-G find behavior so Cmd-E seeds find from the cursor or selection and Cmd-G advances through the newly seeded matches. (#56681) - - Fixed markdown preview content being clipped past the pane edge when the buffer search bar is open. (#55009; thanks tkilaker) - - Fixed Mermaid diagrams not rendering with the default UI typeface. (#56695) - - Fixed npm-backed tool installs to better respect npm release-age filters. (#56957) - - Fixed pressing "New Thread" or cmd-n doing nothing when the Agent Panel's Settings view was open. (#56818) - - Fixed running Zed on Ubuntu 20.04 installed via the installer by bundling the required libstdc++.so. (#57132) - - Fixed Settings UI search returning unrelated results for multi-word queries. (#56835) - - Fixed the agent: toggle profile selector keybinding being ignored while the agent was generating a response. (#56784; thanks Rfluid) - - Fixed the Agent Panel’s @-mention menu not appearing when @ immediately follows (, [, or {. (#55504) - - Fixed tool paths preferring files in subdirectories named after the project root. (#56230; thanks procr1337) - - Fixed UI freezes on Linux (Wayland) with certain GPU/driver combinations. (#57077; thanks higorprado) - - Fixed text selection not always matching the mouse position in markdown blocks in the Agent Panel. (#56861; thanks timvermeulen) - - Fixed zed:// links focusing Zed and improved handling of zed://agent links. (#57047) - - Fixed workspace: open files ignoring the Project Panel's sort_mode setting. (#56720; thanks hron) - - Fixed undo behavior after accepting LSP completions, so completions and their additional edits are reverted together. (#53980; thanks HuaGu-Dragon) - - Fixed the Python REPL UI not populating correctly in remote projects. (#54709; thanks MostlyKIGuess) - - Removed code lens blocks from diff views to fix broken background highlights. (#56726) - - Fixed "speed: Extra inputs are not permitted" errors for Opus 4.6 and 4.7 in the Anthropic API provider. (#57707) - - Fixed code lens flickering when no commands were resolved. (#57790) - Breaking Changes and Notices - - Removed the rules library and replaced it with skills support. - - Replaced the @rule autocomplete entry with @skill in the agent chat input. (#56902) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.4.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.4.2/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.installer.yaml similarity index 50% rename from manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.installer.yaml rename to manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.installer.yaml index 057fd94740f1..29aad640b4c3 100644 --- a/manifests/z/ZedIndustries/Zed/1.4.2/ZedIndustries.Zed.installer.yaml +++ b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.installer.yaml @@ -1,8 +1,8 @@ # 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: ZedIndustries.Zed -PackageVersion: 1.4.2 +PackageIdentifier: ZedIndustries.Zed.Preview +PackageVersion: 1.6.2-pre InstallerLocale: en-US InstallerType: inno Scope: machine @@ -11,18 +11,19 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-05-27 +ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +ReleaseDate: 2026-06-09 AppsAndFeaturesEntries: -- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +- DisplayVersion: 1.6.2 + ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed' + DefaultInstallLocation: '%ProgramFiles%\Zed Preview' Installers: - Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.4.2/Zed-x86_64.exe - InstallerSha256: F195D8C78C426DD02B2513819039206053394A7146DA2786235AC1AA56D0651B + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.6.2-pre/Zed-x86_64.exe + InstallerSha256: 31515B079385C3C551B1DD557E36CC52444CA32C5521B251D6E077FA9302CE9F - Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.4.2/Zed-aarch64.exe - InstallerSha256: DCD75EF9655134DD0B4EEF0239F269AA9ADBE6C00CCD398A818CCEDC1638EE8F + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.6.2-pre/Zed-aarch64.exe + InstallerSha256: 687C885A8B1DE967B91EF68C162D3CC8EA9449BF631928DD505B3DD32B5DC2DE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..f29ba275978b --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml @@ -0,0 +1,45 @@ +# 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.Preview +PackageVersion: 1.6.2-pre +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 Preview +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. +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: |- + - Add Claude Fable 5 to Anthropic BYOK (#58955) + - Fixed a crash in hang detection when foreground thread statistics were missing. (#58850) + - Fixed a bug where clicking the button to trust a git repository would do nothing. (#58715) +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.6.2-pre +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/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.yaml new file mode 100644 index 000000000000..0eec7a6845fa --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.6.2-pre/ZedIndustries.Zed.Preview.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: ZedIndustries.Zed.Preview +PackageVersion: 1.6.2-pre +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml similarity index 80% rename from manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.installer.yaml rename to manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index b5180694513f..da1f7f7bbad5 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Zen-Team.Zen-Browser.Twilight -PackageVersion: 1.21t +PackageVersion: 1.22t InstallerType: exe Scope: machine InstallModes: @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-06-08 +ReleaseDate: 2026-06-10 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 085A79CF480739E00872141353A57EEDF49A114EA399E68270740BEBBD232C76 + InstallerSha256: 905FA8F3AF67925CFE250F139AEA943E4360C4C78ABF55A665B0BA2C9D35B25D AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: 116D2B1A273EC5F7796C5BFFFF7BA9246C99DAA1B18C4EA6DA41735BBD8275DD + InstallerSha256: 69E9392765589E9826711C12E411865EFE7E31DA3F9931F6586992445ADE7128 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml similarity index 95% rename from manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml rename to manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml index 7b7c6eae59e7..f82c5e5cad41 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Zen-Team.Zen-Browser.Twilight -PackageVersion: 1.21t +PackageVersion: 1.22t PackageLocale: en-US Publisher: Zen OSS Team PublisherUrl: https://zen-browser.app/ diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.yaml similarity index 89% rename from manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.yaml rename to manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.yaml index e3c5e52f1574..0aa840fdd398 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.21t/Zen-Team.Zen-Browser.Twilight.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Zen-Team.Zen-Browser.Twilight -PackageVersion: 1.21t +PackageVersion: 1.22t DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.installer.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.installer.yaml new file mode 100644 index 000000000000..acecf12c2264 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.8 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ccgui +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/download/v0.5.8/ccgui_0.5.8_x64-setup.exe + InstallerSha256: A1E7104DF4DC504F305FBF88D30A4EAE93588369FBE3814C3052E3C551EAC21C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.en-US.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.en-US.yaml new file mode 100644 index 000000000000..d479f879338a --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.8 +PackageLocale: en-US +ShortDescription: CC GUI Client (Vibe Coding Platform Designed for Developers) +Description: CC GUI targets professional developers, serving as a replacement for Cursor. Focusing on developer experience, our ultimate goal is to build a 100% open-source and transparent next-generation Vibe Coding editor (supporting engines such as Claude Code, Codex, etc.) +Tags: +- ai +- claude-code +- code +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..6c0b0f931a60 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.8 +PackageLocale: zh-CN +Publisher: zhukunpenglinyutong +PublisherUrl: https://github.com/zhukunpenglinyutong +PublisherSupportUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/issues +Author: 朱昆鹏 +PackageName: ccgui +PackageUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui +License: MIT +LicenseUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 Thomas Ricouard + Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) +ShortDescription: CC GUI 客户端(专为开发者打造的 Vibe Coding 平台) +Description: CC GUI 目标群体是专业开发者,可以替代 Curosr 使用。专注于开发者体验,我们最终目标是打造一个 100% 开源透明的下一代 Vibe Coding 编辑器(支持 Claude Code,Codex 等引擎) +Tags: +- claude-code +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ReleaseNotes: |- + New Features + - 收口客户端运行态 P0 + - 增强提示词支持手动配置模型 + - 扩展客户端字号覆盖范围 + - 扩展自定义主题配色 + - 深化语义 diff 证据审查 + - 增加轮次产物语义 diff + - 保留 provider home 会话侧栏连续性 + - 恢复 provider home 会话目录扫描 + - 增加会话列表供应商标签开关 + - 支持 Codex 会话 provider 选择与展示 + - 支持 provider 作用域 runtime 与会话绑定 + - 回写关系定位移除与 Read Path 提案对齐 + - 优化阅读路径与 Java 关系精度 + - 打磨文件关系与接口契约视图 + Fixes + - 避免分叉改写工作区文件 + - 提升浅色主题快照卡可读性 + - 调整运行中状态浅色配色 + - 修复长会话锚点跳转失效 + - 精简会话活动列表项样式减少视觉噪音 + - 修复接口探索面板高度 + - 避让 Windows 窗口控制区 + - 强化跨平台边界条件 + - 稳定追加上下文气泡列宽 + - 兼容 Codex 会话归属恢复错误 + - 修复磁盘会话 stale thread 重试 + - 显示当前 Codex provider 标签 + - 区分用户输入提交与取消 + - 收敛旧品牌兼容入口 + - 修复大文件拆分后的启动崩溃 + - 稳定实时对话幕布渲染 + - 清理 Read Path 门禁错误 +ReleaseNotesUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/tag/v0.5.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.yaml new file mode 100644 index 000000000000..d890fad520be --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.8/zhukunpenglinyutong.CCGUI.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: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0