diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..3832921c6531c --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.107 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_x64-setup.exe + InstallerSha256: 420FE1B8F674F85FA271017C2A9BB50159BB5AA23510F2C8A8E0CE477BD4B9E3 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_arm64-setup.exe + InstallerSha256: 4D224E950CDA287E737D6B8E38C9D7C13BBA950B830FC1866C2D8E80509E4C51 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_x64_en-US.msi + InstallerSha256: C243B35D077306AC915BA7C519797715F216324C211EDABEFA24A421F3AB4A65 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{95461BF1-C385-4A1D-BA35-524364951426}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.107/AQBot_0.0.107_arm64_en-US.msi + InstallerSha256: AE98E22B29058CB2D6998F8E376B3CDD9004FBDFBDECB3FFE41056A0EDA77118 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{78BDF110-87A6-4A38-A415-7BA8EEFE4381}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..d9445a8e31f6b --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.107 +PackageLocale: en-US +ShortDescription: ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client +Description: |- + ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client + + Features + Chat and Models + - Multi-provider support — Compatible with all OpenAI-compatible APIs including OpenAI, Anthropic Claude, Google Gemini, etc. + - Model management — Supports remote fetching of model lists and custom parameters (temperature, max tokens, top-p, etc.) + - Multi-key round-robin — Configure multiple API keys per provider; automatically rotates to distribute rate-limit pressure + - Streaming output — Real-time token-by-token rendering; thinking blocks can be folded or expanded + - Message versions — Each response supports multiple versions for easy comparison of different models or parameter settings + - Conversation branching — Create new branches from any message node, enabling side-by-side branch comparisons + - Conversation management — Supports pinning, archiving, time-based grouping, and batch operations + - Conversation compression — Automatically compresses long conversations, preserving key information to save context space + - Multi-model same query — Ask the same question to multiple models simultaneously, with support for comparative analysis of responses + AI Agent + - Agent mode — Switch to Agent mode, allowing AI to autonomously perform multi-step tasks: reading/writing files, running commands, code analysis, etc. + - Three-tier permissions — Default mode (edits require approval), accept edits (automatically approve changes), full access (no prompts), ensuring secure and controlled operation + - Workspace sandbox — Agent operations strictly confined to designated workspace directory, preventing unauthorized access + - Tool approval panel — Real-time display of tool invocation requests, supporting per-item review, one-click always allow or deny + - Cost tracking — Real-time token usage and cost statistics for each session + Content Rendering + - Markdown rendering — Full support for syntax highlighting, LaTeX math formulas, tables, and task lists + - Monaco code editor — Embedded Monaco Editor in code blocks, supporting syntax highlighting, copy, and diff preview + - Chart rendering — Built-in Mermaid flowchart and D2 architecture diagram rendering + - Artifact panel — Preview code snippets, HTML drafts, Markdown notes, reports in isolated panels + - Real-time voice chat — (Coming soon) WebRTC-based real-time voice, compatible with OpenAI Realtime API + Search and Knowledge + - Web search — Integrated with Tavily, Zhipu WebSearch, Bocha, etc., with search results annotated with source references + - Local knowledge base (RAG) — Supports multiple knowledge bases; upload documents to automatically parse, segment, and build indexes, then semantically retrieve relevant passages during chat + - Memory system — Supports multi-namespace conversation memory; entries can be manually added or automatically extracted by AI (AI auto-extraction coming soon) + - Context management — Flexibly attach files, search results, knowledge base snippets, memory entries, and tool outputs + Tools and Extensions + - MCP protocol — Fully implements Model Context Protocol, supporting both stdio and HTTP transport methods + - Built-in tools — Includes ready-to-use built-in MCP tools such as @aqbot/fetch + - Tool execution panel — Visual display of tool invocation requests and return results + API Gateway + - Local API gateway — Built-in local API server with native OpenAI-compatible, Claude, Gemini interfaces; can serve as backend for any compatible client + - API key management — Generate, revoke, enable, or disable access keys with descriptive notes + - Usage statistics — Analyze request volume and token usage by key, provider, and date + - SSL/TLS support — Built-in self-signed certificate generation, also supports mounting custom certificates + - Request logs — Fully record all API requests and responses passing through the gateway + - Configuration templates — Pre-configured integration templates for common CLI tools like Claude, Codex, OpenCode, Gemini + Data and Security + - AES-256 encryption — Sensitive data such as API keys are encrypted and stored locally using AES-256; master key has file permission 0600 + - Data directory isolation — Application state stored in ~/.aqbot/, user files in ~/Documents/aqbot/ + - Automatic backup — Supports scheduled automatic backups to local directories or WebDAV storage + - Backup recovery — One-click restore full data from historical backups + - Chat export — Export conversations as PNG screenshots, Markdown, plain text, or JSON format + Desktop Experience + - Theme switching — Dark/light themes,可 follow system preference or be manually set + - Interface language — Fully supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Spanish, Russian, Hindi, and Arabic; switch anytime in settings + - System tray — Minimizes to system tray on window close, without interrupting background services + - Always on top — Keep main window permanently on top + - Global shortcuts — Customizable global hotkeys to summon the main window at any time + - Auto-start on boot — Option to launch automatically with the system + - Proxy support — Supports HTTP and SOCKS5 proxy configurations + - Auto-update — Automatically checks for new versions on startup and prompts to update +Tags: +- ai +- chatbot +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b343e77582e9d --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,93 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.107 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + Merge + - 合并划词工具栏优化 (#5dd7d0f) + 🐛 Bug 修复 + - drawing: 修复全模型兼容与图片破图 (#0f91243) + - chat: 修复空白对话压缩状态误判 (#494b214) + 🚀 新功能 + - selection-toolbar: 优化显示模式与交互体验 (#ea3f9d1) + - selection-toolbar: 优化触发方式与工具预览 (#4ec0d13) + - updater: 支持更新公告 Markdown 渲染 (#686f012) + - settings: 支持设置页侧栏密度 (#5354d12) + - chat: 增加输入框 Actions 缩放 (#a240170) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.107 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..314c4a318876e --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.107/AQBot.AQBot.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.107 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.installer.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.installer.yaml new file mode 100644 index 0000000000000..74146066e1875 --- /dev/null +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AcoustID.Chromaprint +PackageVersion: 1.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: chromaprint-fpcalc-1.6.1-windows-x86_64\fpcalc.exe + PortableCommandAlias: fpcalc +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/acoustid/chromaprint/releases/download/v1.6.1/chromaprint-fpcalc-1.6.1-windows-x86_64.zip + InstallerSha256: 735D6182B38E9F364B84CE6F4CCD682C75E2851DE89735711D6B762D12B92A4E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.locale.en-US.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.locale.en-US.yaml new file mode 100644 index 0000000000000..99eda1a8e8597 --- /dev/null +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AcoustID.Chromaprint +PackageVersion: 1.6.1 +PackageLocale: en-US +Publisher: AcoustID +PublisherUrl: https://acoustid.org/ +PublisherSupportUrl: https://github.com/acoustid/chromaprint/issues +PackageName: Chromaprint +PackageUrl: https://github.com/acoustid/chromaprint +License: MIT License +LicenseUrl: https://github.com/acoustid/chromaprint/blob/HEAD/LICENSE.md +ShortDescription: C library for generating audio fingerprints used by AcoustID +Moniker: fpcalc +Tags: +- acoustid +- audio +- audio-analysis +- audio-fingerprinting +- audio-processing +- chromaprint +ReleaseNotes: |- + - Fixed a heap buffer overflow when decoding a fingerprint that has extra data after the encoded values. Applications that decode fingerprints from untrusted sources should update. + - Fixed building against FFmpeg 4.x, which had not compiled since the channel layout API changed in 5.1 + - Audio can now be fed in buffers that do not end on a frame boundary; previously a partial frame at the end of a call was dropped + - Fixed an implicit integer conversion warning on LLVM + - Fixed installing to absolute paths + - Build fpcalc against the system FFmpeg in CI +ReleaseNotesUrl: https://github.com/acoustid/chromaprint/releases/tag/v1.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml similarity index 54% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml rename to manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml index 827e939320a5c..bc5d3adfc21e5 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.yaml +++ b/manifests/a/AcoustID/Chromaprint/1.6.1/AcoustID.Chromaprint.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AcoustID.Chromaprint +PackageVersion: 1.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..2e2cd9b02075a --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_8.6.8.102.exe + InstallerSha256: E4F727FA845172A2840254079B6D51F034B5074C2F516DE2C0AB4011D27E0811 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..daa8d307bb737 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +PackageLocale: en-US +Author: Beijing Duyou Technology Co., Ltd. +License: Proprietary +ShortDescription: Personal cloud service product by Baidu. +Description: Baidu Netdisk is a convenient and easy-to-use cloud storage product that is serving more than 700 million users, which has mass storage and several self-hosted data centers, supports backup, sharing, viewing and processing multiple types of files, and protects users' data security under two top international security certifications ISO27001 and ISO27018. It would be your best choice if you want to back up your data, free up your phone's space, share files with others or operate files online. +Tags: +- backup +- china +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- prc +- share +- sync +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8dbc0368c69f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +PackageLocale: zh-CN +Publisher: 北京度友科技有限公司 +PublisherUrl: https://www.baidu.com/ +PublisherSupportUrl: https://pan.baidu.com/disk/help +PrivacyUrl: https://privacy.baidu.com/policy +Author: 北京度友科技有限公司 +PackageName: 百度网盘 +PackageUrl: https://pan.baidu.com/ +License: 专有软件 +LicenseUrl: https://pan.baidu.com/disk/main#/protocol/duty_mobi +Copyright: Copyright © 2026 Baidu, Inc. All rights reserved. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 百度公司出品的个人云服务产品 +Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 百度云 +- 百度云管家 +- 网盘 +ReleaseNotes: |- + 1. 百度网盘全新升级 + 2. 优化团队空间用户使用体验 +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..88a8237578183 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.6.8/Baidu.BaiduNetdisk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.6.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml new file mode 100644 index 0000000000000..c354b3642a123 --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: betterleaks.exe + PortableCommandAlias: betterleaks +UpgradeBehavior: install +Commands: +- betterleaks +FileExtensions: +- betterleaks.toml +- betterleaksignore +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/betterleaks/betterleaks/releases/download/v1.7.1/betterleaks_1.7.1_windows_x64.zip + InstallerSha256: 41696E5F4A2D3B01A4BA028512F061E6731588FB14DE6529C2C2FEFE8927A13E +- Architecture: arm64 + InstallerUrl: https://github.com/betterleaks/betterleaks/releases/download/v1.7.1/betterleaks_1.7.1_windows_arm64.zip + InstallerSha256: F35B5231A34E317C2BA9ABF09B8E443F29BD7B6219A1F73C8178D3CC068C0411 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml new file mode 100644 index 0000000000000..645264b5aee38 --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +PackageLocale: en-US +Publisher: Zachary Rice +PublisherUrl: https://github.com/betterleaks +PublisherSupportUrl: https://github.com/betterleaks/betterleaks/issues +Author: Zachary Rice +PackageName: Betterleaks +PackageUrl: https://github.com/betterleaks/betterleaks +License: MIT +LicenseUrl: https://github.com/betterleaks/betterleaks/blob/HEAD/LICENSE +Copyright: Copyright (c) Zachary Rice +CopyrightUrl: https://github.com/betterleaks/betterleaks/blob/HEAD/LICENSE +ShortDescription: Scan the world (for secrets) +Description: Betterleaks is a tool for finding secrets like passwords and API keys. +Moniker: betterleaks +Tags: +- cicd +- credentials +- developer-tools +- devops +- devsecops +- git +- github +- gitleaks +- go +- golang +- llm-tools +- nhi +- secret +- secrets +ReleaseNotes: |- + What's New + The last thing we want is for Betterleaks to be spamming providers with unnecessary API calls. Betterleaks caches requests per unique finding so hitting a rate limit shouldn't be a common occurrence. If you find you are getting rate limited, then we probably need to tweak the rule to fire less often. + This release gives users the ability to control requests per second and max requests. + --validation-max-requests int maximum validation requests sent to each provider target (0 = unlimited) + --validation-rps float global validation requests per second (0 = unlimited) + --validation-rps-rule strings rule-specific validation request rate as RULE=RPS (repeatable) + Fixed + Fixed a potential panic on archive handling #266 and #270 + Changelog + - d56727e add validation limits (#273) + - c197f8d bump min ver for config (#271) + - ca147d7 fix(sources): don't crash the process on archive/decompress panics (#266) + - 968138e fix(sources): recover from panics on the archive extractor path (#270) + - 42fbff2 rm POST validators for aikido (#272) +ReleaseNotesUrl: https://github.com/betterleaks/betterleaks/releases/tag/v1.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.yaml b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.yaml new file mode 100644 index 0000000000000..71aeef5a18c2d --- /dev/null +++ b/manifests/b/Betterleaks/Betterleaks/1.7.1/Betterleaks.Betterleaks.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Betterleaks.Betterleaks +PackageVersion: 1.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..553430abf604e --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.installer.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Beta +PackageVersion: 151.1.94.97 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneSilentBetaSetup32.exe + InstallerSha256: 14A2DD3A18E7E89B5795DF7BFCF49EE7A9759EE54F7A70B3A4EFC3D50BD21396 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneBetaSetup32.exe + InstallerSha256: A6DC71A9C9E89ACD28AD143267A64CD69854F437658B2A15708B163651019EB3 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneSilentBetaSetup.exe + InstallerSha256: D5CC6849504A8D201D78AD2CCEF9AA5D3F6352D1AFE957DB5C090BBC9BD30521 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneBetaSetup.exe + InstallerSha256: 49E6FBBE497C3E9F25167B24FD90A99FBF0C220AECC12EDA8C7D0B7B98FA836E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneSilentBetaSetupArm64.exe + InstallerSha256: CF7FD0794B060B8DF55A8F5380A95AA9233B852F32CF0162F66E24F9E7F0ECFC + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.94.97/BraveBrowserStandaloneBetaSetupArm64.exe + InstallerSha256: 5D39E18B2B7D4A002CBE197BE7C001120D983104334679D39C37250FB6B94B89 + 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/Beta/151.1.94.97/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..6f8eaa3fd61f6 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.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.Beta +PackageVersion: 151.1.94.97 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +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 Beta is an early preview for new versions of Brave that showcases the newest advances that we're bringing to your browser. +Description: |- + Brave Beta is an early preview for new versions of Brave. + This build showcases the newest advances that we’re bringing to your browser and it’s ready for your daily use. + Brave Beta 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/Beta/151.1.94.97/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3ddd34285f16f --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.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.Beta +PackageVersion: 151.1.94.97 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Beta +PackageUrl: https://brave.com/download-beta +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 Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展。 +Description: Brave Beta 是 Brave 新版本的早期预览,展示了我们为您的浏览器带来的最新进展,并已经准备好供您日常使用。当出现问题时,Brave Beta 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..130789eabf8c0 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/151.1.94.97/Brave.Brave.Beta.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.Beta +PackageVersion: 151.1.94.97 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.installer.yaml b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.installer.yaml new file mode 100644 index 0000000000000..8e97aed2459ea --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.installer.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.39.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dua-v2.39.0-x86_64-pc-windows-msvc/dua.exe +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- dua +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Byron/dua-cli/releases/download/v2.39.0/dua-v2.39.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 020FBE4D9E9636453820032B7FB7AF80582AE02B8E67695FB200EAC51706F990 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.locale.en-US.yaml b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..1ee2aed650059 --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.39.0 +PackageLocale: en-US +Publisher: Sebastian Thiel +PublisherUrl: https://github.com/Byron +PublisherSupportUrl: https://github.com/Byron/dua-cli/issues +Author: Sebastian Thiel +PackageName: Disk Usage Analyzer +PackageUrl: https://github.com/Byron/dua-cli +License: MIT +LicenseUrl: https://github.com/Byron/dua-cli/blob/HEAD/LICENSE +Copyright: © Sebastian Thiel +CopyrightUrl: https://github.com/Byron/dua-cli/raw/main/LICENSE +ShortDescription: View disk space usage and delete unwanted data, fast. +Description: dua (→ Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. Optionally delete superfluous data, and do so more quickly than rm. +Moniker: dua +Tags: +- cleaner +- disk-usage-analyser +- disk-usage-analyzer +- diskusageanalyser +- diskusageanalyzer +- duacli +- harddisk +- harddrive +- requirescmd +- space-use +- ssd +ReleaseNotes: |- + The main feature this release is parallel deletion, both for collecting files to be deleted as well as the deletion itself. On my local disk, it now reaches 144k files/s overall deletion performance. + New Features + - delete files in parallel + Recursive deletion now uses the same worker count selected with --threads for + the initial filesystem scan, to accelerate the collection of files to be deleted, + as well as the deletion of files. + When marked directories are deleted, dua now: + 1. walks the selected tree without (following symbolic links as usual) + 2. collects regular files and symbolic links; + 3. removes those entries across the configured workers; + 4. removes directories from deepest to shallowest after their contents are gone on a single thread. + A value of 1 keeps deletion effectively serial. Larger values allow + independent file removals to overlap, which is most useful for large directory + trees or filesystems with concurrent metadata operations. + + Bug Fixes + - open errors and cleanup/gitignored footer labels + + Refactor + - use jwalk for parallel, symlink-safe deletion + Replace the hand-rolled stack traversal in delete_directory_recursively + with a jwalk WalkDir (follow_links=false, skip_hidden=false). This is + the same walker the rest of dua uses for scanning, so deletion now + benefits from parallel traversal on multi-core machines. + Behaviour preserved: + - Symlinks are removed without following them (remove_file on the link). + - Directories are removed deepest-first so each remove_dir sees an + empty directory. + - Error counting and byte accounting unchanged. + Adds unit tests covering: single file, nested tree, symlink safety, + and missing-path error reporting. + + Test + - Make traversal tree tests filesystem-independent + That way, tests will work locally. + + Commit Statistics + - 10 commits contributed to the release over the course of 4 calendar days. + - 8 days passed between releases. + - 4 commits were understood as conventional. + - 0 issues like '(#ID)' were seen in commit messages + + Commit Details + view details + - Uncategorized + - Prepare changelog for release (254ea4f) + - Merge pull request #353 from Solaris-star/fix/43-jwalk-parallel-deletion (0f55a5c) + - Delete files in parallel (b04f9f3) + - Review (cd82444) + - Make traversal tree tests filesystem-independent (48fb6df) + - Use jwalk for parallel, symlink-safe deletion (7e9d0a8) + - Merge pull request #352 from l0rush1/main (496bd78) + - Rustfmt annotation_message match arm (3dba5a4) + - Open errors and cleanup/gitignored footer labels (f2a957a) + - Fix: interactive exit code and footer entries/s (1b3f60d) +ReleaseNotesUrl: https://github.com/Byron/dua-cli/releases/tag/v2.39.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.yaml b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.yaml new file mode 100644 index 0000000000000..bcd775f80420e --- /dev/null +++ b/manifests/b/Byron/dua-cli/2.39.0/Byron.dua-cli.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Byron.dua-cli +PackageVersion: 2.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.installer.yaml b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.installer.yaml new file mode 100644 index 0000000000000..3f638701b6c71 --- /dev/null +++ b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Hue +PackageVersion: 6.7.0 +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/hue-uxp/win/Hue-6.7.0-win.exe + InstallerSha256: 316BDD96EC98D1C534A2CC8D6F048B48C8901AF53E3755B247C7289790D80CAA + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + ProductCode: 4d78e435-734d-5271-bf8e-b18504b45e0f +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/hue-uxp/win/Hue-6.7.0-win.exe + InstallerSha256: 316BDD96EC98D1C534A2CC8D6F048B48C8901AF53E3755B247C7289790D80CAA + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + ProductCode: 4d78e435-734d-5271-bf8e-b18504b45e0f +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/hue-uxp/win/Hue-6.7.0-win.msi + InstallerSha256: 8DFACE1F4F2735DAC1947D9D19E3EA6E2A69B264898C1AE824D32BEDF4FC2573 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{A018D741-7F0F-4F31-8E4E-3D2C83FC9706}' + AppsAndFeaturesEntries: + - UpgradeCode: '{89608236-D06C-51BC-9A59-1A00EC743D2B}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.en-US.yaml b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.en-US.yaml new file mode 100644 index 0000000000000..b288d0dcaa459 --- /dev/null +++ b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Hue +PackageVersion: 6.7.0 +PackageLocale: en-US +Publisher: Creative Force +PublisherUrl: https://www.creativeforce.io/ +PublisherSupportUrl: https://help.creativeforce.io/ +PrivacyUrl: https://www.creativeforce.io/legal/privacy-policy/ +Author: CreativeForce.io, Inc +PackageName: Hue +PackageUrl: https://download.creativeforce.io/ +License: Proprietary +LicenseUrl: https://www.creativeforce.io/legal/eula/ +Copyright: Copyright © 2026 Creative Force, Inc. All rights reserved, +CopyrightUrl: https://www.creativeforce.io/legal/eula/ +ShortDescription: Integrates with Photoshop to let retouchers select tasks, open files directly, and access delivery specs, annotations, and reference files for precise retouching. +Tags: +- photoshop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.zh-CN.yaml b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fb37bfd1de986 --- /dev/null +++ b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Hue +PackageVersion: 6.7.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 集成至 Photoshop 后,修图师可以选择任务、直接打开文件,并访问交付规范、注释和参考文件,从而精确修图。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.yaml b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.yaml new file mode 100644 index 0000000000000..0fcc115cb5a3e --- /dev/null +++ b/manifests/c/CreativeForce/Hue/6.7.0/CreativeForce.Hue.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: CreativeForce.Hue +PackageVersion: 6.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.installer.yaml b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.installer.yaml new file mode 100644 index 0000000000000..a1ac45cca40c7 --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.6.0 +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.6.0-win.exe + InstallerSha256: 303C410F9CF8F4F2941DB88E02E55B778551B15FFB89E655C19F315487F2DFD8 + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + ProductCode: 7e2819b4-e614-5cd2-a0f7-7168a4dae796 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.6.0-win.exe + InstallerSha256: 303C410F9CF8F4F2941DB88E02E55B778551B15FFB89E655C19F315487F2DFD8 + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + ProductCode: 7e2819b4-e614-5cd2-a0f7-7168a4dae796 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.6.0-win.msi + InstallerSha256: A4043369440922A834C208FFD1C537D5A3FFEFB59F01256555DA07CFEA2A8387 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{9EB6147D-585C-4154-9F4D-A0F202991E24}' + AppsAndFeaturesEntries: + - UpgradeCode: '{71B15111-BB2F-566A-BBC4-D3737D388F73}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.en-US.yaml b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.en-US.yaml new file mode 100644 index 0000000000000..f377e982b91ac --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: Creative Force +PublisherUrl: https://www.creativeforce.io/ +PublisherSupportUrl: https://help.creativeforce.io/ +PrivacyUrl: https://www.creativeforce.io/legal/privacy-policy/ +Author: CreativeForce.io, Inc +PackageName: Luma +PackageUrl: https://download.creativeforce.io/ +License: Proprietary +LicenseUrl: https://www.creativeforce.io/legal/eula/ +Copyright: Copyright © 2026 Creative Force, Inc. All rights reserved, +CopyrightUrl: https://www.creativeforce.io/legal/eula/ +ShortDescription: Enables video editing teams to manage tasks through a standalone app and Adobe Premiere Pro extension, with organized file management, detailed markings, and built-in quality checks for post-production. +Tags: +- premiere +- premiere-pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.zh-CN.yaml b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7c77421b6cead --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.6.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 通过独立应用和 Adobe Premiere Pro 扩展程序让视频编辑团队能够管理任务,并为后期制作提供有序的文件管理、详细标记和内置质量检查。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.yaml b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.yaml new file mode 100644 index 0000000000000..decee36117a4d --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.6.0/CreativeForce.Luma.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: CreativeForce.Luma +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.installer.yaml b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.installer.yaml new file mode 100644 index 0000000000000..868d03f97552b --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.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: Dataflare.Dataflare +PackageVersion: 3.1.6 +InstallerType: nullsoft +Scope: user +ProductCode: Dataflare +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- Publisher: dataflare + ProductCode: Dataflare +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Dataflare' +Installers: +- Architecture: x64 + InstallerUrl: https://assets.dataflare.app/release/windows/x86_64/Dataflare-Setup-3.1.6.exe + InstallerSha256: A57017433F3E277CD9EF8F9A9765B8612A510088AAB0FA58E32E1DE6D6D7E10D +- Architecture: arm64 + InstallerUrl: https://assets.dataflare.app/release/windows/aarch64/Dataflare-Setup-3.1.6.exe + InstallerSha256: 5BF4776920D95E7FAA3F14340A9FF0DD7AEA8F7E3B8B42D907035AAAA1D72E62 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.locale.en-US.yaml b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.locale.en-US.yaml new file mode 100644 index 0000000000000..bef94cb2c3b03 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dataflare.Dataflare +PackageVersion: 3.1.6 +PackageLocale: en-US +Publisher: Dataflare +PublisherUrl: https://dataflare.app/ +PublisherSupportUrl: https://github.com/DataflareApp/Dataflare/issues +PrivacyUrl: https://dataflare.app/privacy +Author: Dataflare +PackageName: Dataflare +PackageUrl: https://dataflare.app/ +License: Proprietary +Copyright: Copyright © 2026 Dataflare. All Rights Reserved. +ShortDescription: Dataflare is a simple, easy-to-use database manager. Connect to your databases, manage tables, view data, write SQL and run queries easily. +PurchaseUrl: https://dataflare.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.yaml b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.yaml new file mode 100644 index 0000000000000..3e7f515e50851 --- /dev/null +++ b/manifests/d/Dataflare/Dataflare/3.1.6/Dataflare.Dataflare.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: Dataflare.Dataflare +PackageVersion: 3.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml new file mode 100644 index 0000000000000..915ef9ec058d3 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.installer.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.28.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: REBOOT=ReallySuppress +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2228.msi + InstallerSha256: E73360FE1508E86646A8699683B9774571FCD4BE2D0AA6D2A044FEF7927434BA + ProductCode: '{A92D5579-142C-4962-BDFE-56FB680C3B15}' + AppsAndFeaturesEntries: + - ProductCode: '{A92D5579-142C-4962-BDFE-56FB680C3B15}' + UpgradeCode: '{960B967D-8BE1-46CF-9BCB-1C57E489E1A9}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\datronicsoft' +- Architecture: x64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_11_64_v2228.msi + InstallerSha256: F2D2A5B1A79FF0DD39ED65C87A5C2182261D12C333EF6E42885D3BCF9D12EF63 + ProductCode: '{D59F844E-6F71-426A-BD6F-EA8E8CDA33FA}' + AppsAndFeaturesEntries: + - ProductCode: '{D59F844E-6F71-426A-BD6F-EA8E8CDA33FA}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +- Architecture: arm64 + InstallerUrl: https://downloads.spacedesk.net/downloads/spacedesk_driver_Win_11_ARM64_v2228.msi + InstallerSha256: F319A0217521A23541EF5137AE078DD896D19956BC8BEB915E0F782BF4C5F105 + ProductCode: '{D59F844E-6F71-426A-BD6F-EA8E8CDA33FA}' + AppsAndFeaturesEntries: + - ProductCode: '{D59F844E-6F71-426A-BD6F-EA8E8CDA33FA}' + UpgradeCode: '{3CBC4D7B-B6A4-4107-BB9E-66EDFF3909B0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\datronicsoft' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.locale.en-US.yaml new file mode 100644 index 0000000000000..010b0f3516c7d --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.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: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.28.0 +PackageLocale: en-US +Publisher: datronicsoft Inc. +PublisherUrl: https://spacedesk.net/ +PublisherSupportUrl: https://forum.spacedesk.ph/ +PrivacyUrl: https://spacedesk.net/privacy-policy/ +Author: datronicsoft +PackageName: spacedesk Windows DRIVER +PackageUrl: https://spacedesk.net/##box_430 +License: Proprietary +LicenseUrl: https://spacedesk.net/#licensing +Copyright: Copyright © 2021 – datronicsoft +CopyrightUrl: https://spacedesk.net/legal-notice/ +ShortDescription: Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10 +Moniker: spacedesk-server +Tags: +- display +- network +- spacedeskdisplay.inf +- spacedeskdriverandroidcontrol.inf +- spacedeskdriverandroidusb.inf +- spacedeskdriveraudio.inf +- spacedeskdriverbus.inf +- spacedeskdriverhid.inf +- spacedeskktminputmouse.inf +- spacedeskvideocapture.inf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.yaml b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.yaml new file mode 100644 index 0000000000000..56263721f75d6 --- /dev/null +++ b/manifests/d/Datronicsoft/SpacedeskDriver/Server/2.2.28.0/Datronicsoft.SpacedeskDriver.Server.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: Datronicsoft.SpacedeskDriver.Server +PackageVersion: 2.2.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.installer.yaml b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.installer.yaml new file mode 100644 index 0000000000000..d0d22c4505954 --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{0678B05F-3CB5-4E36-9435-F8870C86803C}' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{DB3903D6-C451-4393-BD80-EB9F45B90214}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/DevolutionsGateway-2026.2.4.0-x64.msi + InstallerSha256: 3E88E66C7DE1BD90F710B0CEC8617B11B637A11058601263BD60F1D99B41D0E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.locale.en-US.yaml b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.locale.en-US.yaml new file mode 100644 index 0000000000000..58f3fdc791d4b --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.4 +PackageLocale: en-US +Publisher: Devolutions +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://github.com/Devolutions/devolutions-gateway/issues +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions inc. +PackageName: Devolutions Gateway +PackageUrl: https://devolutions.net/gateway/ +License: Apache-2.0, MIT +Copyright: Copyright (c) 2006-2026 Devolutions Inc. +CopyrightUrl: https://devolutions.net/legal/software-license-agreements +ShortDescription: Secure remote access management — No VPN required +Description: Devolutions Gateway offers a lightweight alternative to Apache Guacamole and traditional VPNs for organizations requiring secure access to remote network segments. Meant for small deployments, the standalone version is free to install and use (commercial and personal), and offers you a simple web interface as an external launcher to connect to internally hosted services via RDP, SSH, Telnet, VNC, or ARD! +ReleaseNotes: |- + New features + - Service - Add support for Session Recording Log (.slog) recording artifacts + Improvements + - Service - Automatically retry transient Kerberos (KDC) connection drops to avoid occasional authentication failures + - Service - Write a boot stack trace file when running as a service, making startup failures easier to diagnose +ReleaseNotesUrl: https://devolutions.net/gateway/release-notes/#v2026.2.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.locale.zh-CN.yaml b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0acb28b0bc282 --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.4 +PackageLocale: zh-CN +ShortDescription: 安全远程访问管理 - 无需 VPN +Description: Devolutions Gateway 为需要安全访问远程网络段的组织提供了 Apache Guacamole 和传统 VPN 的轻量级替代方案。该独立版本专为小型部署设计,可免费安装使用(商业及个人用途均适用),并通过简洁的网页界面作为外部启动器,支持通过 RDP、SSH、Telnet、VNC 或 ARD 协议连接内部托管服务! +ReleaseNotesUrl: https://devolutions.net/gateway/release-notes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.yaml b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.yaml new file mode 100644 index 0000000000000..6cefe3dadc209 --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.4/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..75bb9f1704b5c --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.9 +InstallerType: nullsoft +Scope: user +ProductCode: 29165f8a-586b-5470-a1cc-cfff30a85ed3 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.18.9/openwork-cloud-win-x64-0.18.9.exe + InstallerSha256: C6E72AC2CCBF1207EC4C4D8EA799E3720D18131FDD3777F787F2CCA7061DD50B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..f883cedf4e94f --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.9 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + What's new + OpenWork v0.18.9 desktop release. + - Public artifacts use the openwork-* naming convention. + - Cloud artifacts use openwork-cloud-* and require sign-in without enterprise activation. + - Enterprise artifacts use openwork-enterprise-* while retaining the standard OpenWork app identity. + - Public, Cloud, and enterprise Electron builds use separate updater manifests on this release. + Windows installer is temporarily unsigned while production code signing is being finalized. +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.18.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3455548c083e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.9 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..7984d6050773e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.9/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml new file mode 100644 index 0000000000000..66829b2b3a28f --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +Installers: + - Architecture: x64 + InstallerType: exe + InstallerUrl: https://github.com/dixieflatline76/Spice/releases/download/v2.6.2/Spice-Setup-2.6.2-windows-amd64.exe + InstallerSha256: 07A5604AB7C917CA9075DE4D271AA938F5A0E02B2B17FB85F79E4F256ECA1D68 + UpgradeBehavior: install + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml new file mode 100644 index 0000000000000..371105552bc08 --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.locale.en-US.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: dixieflatline76 +PackageName: Spice +License: PolyForm Noncommercial 1.0.0 +ShortDescription: A highly-concurrent, plugin-driven desktop environment engine. +Moniker: spice +Tags: + - wallpaper + - desktop + - customization + - go + - engine +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml new file mode 100644 index 0000000000000..2d4ef831bc224 --- /dev/null +++ b/manifests/d/dixieflatline76/Spice/2.6.2/dixieflatline76.Spice.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dixieflatline76.Spice +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 0000000000000..99f4d4743a0c2 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.3/Mini-Term_0.8.3_x64-setup.exe + InstallerSha256: 0748FBE5EA8918C56238AB549E91C52673C3CB442C43A0E2D2C002747F278E80 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.8.3/Mini-Term_0.8.3_x64_en-US.msi + InstallerSha256: 71A9910EAC4FCEF654C32F9E65ECD0979CA09D3E5CD9198B504B69306FF5DD27 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3ADAC406-8EC0-4DFF-A727-E76AFBA1FF4F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 0000000000000..167c69f835f31 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e8cc7d6461a7c --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,84 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + 更新内容 + 修复 + - 修复分屏终端长时间静置后整屏乱码:多个终端共享同一份 WebGL 字形纹理图集(atlas),此前单个终端挂载或切回可见时会把共享图集整个清空、却只修复自己 —— 其余终端的顶点数据仍指向旧坐标,在图集按新布局重新填充后的下一次渲染出现整屏「换字」乱码,只能靠滚动或切换项目恢复。现在改为只重建本终端自身的渲染模型与顶点缓冲,不再触碰共享图集,静置的分屏终端不会再被其他终端的操作「投毒」 + - 修复 WebGL context 丢失后无法恢复的问题:此前显卡上下文丢失(如驱动重置)后该终端会永久退回 DOM 渲染,现在重新打开标签页即可恢复 WebGL 渲染 + 下载 + + | 平台 | 文件 | + | --------------------- | ------------------------------ | + | Windows (推荐) | Mini-Term_0.8.3_x64-setup.exe | + | Windows (MSI) | Mini-Term_0.8.3_x64_en-US.msi | + | macOS (Apple Silicon) | Mini-Term_0.8.3_aarch64.dmg | + | Linux (Debian/Ubuntu) | Mini-Term_0.8.3_amd64.deb | + | Linux (Fedora/RHEL) | Mini-Term-0.8.3-1.x86_64.rpm | + | Linux (通用) | Mini-Term_0.8.3_amd64.AppImage | + + macOS 未签名,首次打开若提示「已损坏」,请在终端执行:xattr -cr /Applications/Mini-Term.app + 完整变更:https://github.com/dreamlonglll/mini-term/compare/v0.8.2...v0.8.3 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml new file mode 100644 index 0000000000000..561aae5e1646e --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.8.3/dreamlonglll.Mini-Term.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.8.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.installer.yaml b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.installer.yaml new file mode 100644 index 0000000000000..fda135f3fe3d6 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.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: Elgato.StreamDeck +PackageVersion: 7.5.1.22901 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_DIR_COMPANY="" +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{ED591028-8D85-4D44-AA11-B2D8EC905F91}' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{01432FFB-C9DB-40F6-8E32-575FB514874C}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://edge.elgato.com/egc/windows/sd/Stream_Deck_7.5.1.22901.msi + InstallerSha256: 65C1C2C1709C6B95AA1EA5671D314FEEBE03803A1ECDB1386165C5E7C0C08556 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.locale.en-US.yaml b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.locale.en-US.yaml new file mode 100644 index 0000000000000..60c92752f41cc --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.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: Elgato.StreamDeck +PackageVersion: 7.5.1.22901 +PackageLocale: en-US +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/ +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/s/downloads +License: Proprietary +LicenseUrl: https://www.elgato.com/s/terms-of-use +Copyright: Copyright © 2017-2026 Corsair Memory, Inc. +ShortDescription: With Stream Deck, unleash your creative genius and make waves across Twitch and YouTube. All while focusing on what matters most your audience. As a broadcaster that likes to produce on the fly and have high quality production. +Moniker: streamdeck +Tags: +- broadcasting +- streaming +- twitch +- video +ReleaseNotes: |- + What’s new in Stream Deck 7.5.1? + This update focuses on bug fixes and performance improvements. + + Improvements & Bug fixes + - (macOS) Fixed an issue, introduced in version 7.5.0, where Stream Deck could show an unexpected local network "trampoline_handler" permission prompt on launch. + - Other minor bug fixes + + Want to share feedback on Stream Deck 7.5.1? Connect with us: + - Leave a comment on our Subreddit + - Chat with fellow community members on Discord + - Hit up @elgato on X + - Discover more on Explorer + - Contact our Support Team + 1Password menu is available. Press down arrow to select. +ReleaseNotesUrl: https://edge.elgato.com/egc/sd_content/releasenotes/7.5.1.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.locale.zh-CN.yaml b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9f5e67ae395fb --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.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: Elgato.StreamDeck +PackageVersion: 7.5.1.22901 +PackageLocale: zh-CN +Publisher: Corsair Memory, Inc. +PublisherUrl: https://www.elgato.com/cn/zh +PublisherSupportUrl: https://help.elgato.com/ +PrivacyUrl: https://www.elgato.com/cn/zh/s/privacy-policy +Author: Corsair Memory Inc. +PackageName: Elgato Stream Deck +PackageUrl: https://www.elgato.com/cn/zh/s/downloads +License: 专有软件 +LicenseUrl: https://www.elgato.com/cn/zh/s/terms-of-use +Copyright: Copyright © 2017-2026 Corsair Memory, Inc. +ShortDescription: 使用 Stream Deck,释放你的创意天分,在 Twitch 和 YouTube 上掀起波澜,专注于观众最关心的内容,并致力于即时高质量的制作。 +Tags: +- twitch +- 串流 +- 直播 +- 视频 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.yaml b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.yaml new file mode 100644 index 0000000000000..18c5f84d53d60 --- /dev/null +++ b/manifests/e/Elgato/StreamDeck/7.5.1.22901/Elgato.StreamDeck.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: Elgato.StreamDeck +PackageVersion: 7.5.1.22901 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.installer.yaml b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.installer.yaml new file mode 100644 index 0000000000000..bd5d0313bde57 --- /dev/null +++ b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Envarly.Envarly +PackageVersion: 1.4.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{5D685D07-E38D-4E49-95F5-79796DA8362E}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iray-tno/envarly/releases/download/v1.4.0/Envarly_1.4.0_x64_en-US.msi + InstallerSha256: 994CA80401C00B90DEE9F68F4E9375ADAE48844D97846D8551EA9ADF4C61C920 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-26 diff --git a/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.locale.en-US.yaml b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.locale.en-US.yaml new file mode 100644 index 0000000000000..c5845ba4a28b6 --- /dev/null +++ b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Envarly.Envarly +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Envarly +PublisherUrl: https://github.com/iray-tno +PublisherSupportUrl: https://github.com/iray-tno/envarly/issues +Author: tanao +PackageName: Envarly +PackageUrl: https://iray-tno.github.io/envarly/ +License: MIT +LicenseUrl: https://github.com/iray-tno/envarly/blob/main/LICENSE +Copyright: Copyright (c) 2026 Envarly +ShortDescription: Modern Windows environment variable manager +Description: Envarly is a Windows environment variable manager for editing PATH and other User/System variables with previews, snapshots, import/export, secret detection, and safer apply workflows. +Moniker: envarly +Tags: +- environment +- path +- windows +- developer-tools +ReleaseNotes: |- + ## What's new in v1.4.0 + + ## Downloads + + - Recommended: `Envarly_1.4.0_x64-setup.exe` + - Managed install: `Envarly_1.4.0_x64_en-US.msi` + - Portable: `Envarly_1.4.0_x64-portable.zip` + - Checksums: `SHA256SUMS.txt` + + --- + + ### Resizable panels + + - The sidebar and snapshots panel can now be resized by dragging their edge + - Widths are clamped to a sensible minimum/maximum and persist across restarts + + --- + + ### Check command + + - New header tool: enter a command name (`node`) or a full exe path (including a path copied via Explorer's "Copy as path") to find out whether it resolves on the effective PATH + - Detects shadowing — if a same-named file exists in more than one PATH directory, only the first one actually runs; the rest are flagged + - When given a full path, tells you whether that exact file is the one that runs, is shadowed by another, or isn't on the effective PATH at all + + --- + + **Full changelog:** https://github.com/iray-tno/envarly/compare/v1.3.0...v1.4.0 +ReleaseNotesUrl: https://github.com/iray-tno/envarly/releases/tag/v1.4.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iray-tno/envarly/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.yaml b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.yaml new file mode 100644 index 0000000000000..3bfb45a73c8a2 --- /dev/null +++ b/manifests/e/Envarly/Envarly/1.4.0/Envarly.Envarly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Envarly.Envarly +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.installer.yaml b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.installer.yaml new file mode 100644 index 0000000000000..e8389bd89a35c --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.749.21628 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://installer.filedini.app/Filedini-0.7.749.21628-Installer.exe + InstallerSha256: AD8BDAE8BA67E1971489E4DB69A6957E20E9B5065B2F34FF85803CF064CEAE5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.locale.en-US.yaml b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.locale.en-US.yaml new file mode 100644 index 0000000000000..27af458983172 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.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: Filedini.Filedini +PackageVersion: 0.7.749.21628 +PackageLocale: en-US +Publisher: Filedini +PackageName: Filedini +License: Proprietary +ShortDescription: A fast, keyboard-first file manager for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.yaml b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.yaml new file mode 100644 index 0000000000000..8acc29edb0e18 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.749.21628/Filedini.Filedini.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: Filedini.Filedini +PackageVersion: 0.7.749.21628 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml new file mode 100644 index 0000000000000..ce216b78a63b4 --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fjrevoredo/mini-diarium/releases/download/v0.6.3/Mini-Diarium-0.6.3-windows.exe + InstallerSha256: 3815E7323C825D70E402EBBF074165479107F3D11D24A50368976037DDE95CE9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-27 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml new file mode 100644 index 0000000000000..fc82da9990244 --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.locale.en-US.yaml @@ -0,0 +1,157 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +PackageLocale: en-US +Publisher: fjrevoredo +PublisherUrl: https://mini-diarium.com/ +PublisherSupportUrl: https://github.com/fjrevoredo/mini-diarium/issues +PrivacyUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/docs/PRIVACY.md +Author: Francisco J. Revoredo +PackageName: Mini Diarium +PackageUrl: https://github.com/fjrevoredo/mini-diarium +License: MIT +LicenseUrl: https://github.com/fjrevoredo/mini-diarium/blob/master/LICENSE +Copyright: Copyright (c) 2026 Francisco J. Revoredo +ShortDescription: Encrypted, local-first journaling app +Description: A local-first journal with serious encryption. Free, open source, and never touches the internet. +Moniker: mini-diarium +Tags: +- privacy +- journaling +- journal +- diary +- foss +- open-source +- rust +ReleaseNotes: |- + What's Changed + + This release completes the in-app navigation migration with header day controls and a ⋮ menu, adds + timeline display preferences and a donation page, and fixes Linux spell check. Internally, the + backend is now a three-crate open-core workspace with a sealed API façade, and the Microsoft Store + update pipeline is live. + + Added + - Website donation page: added a donation page at mini-diarium.com/donate/ + (https://mini-diarium.com/donate/), reachable from a "Support the project" section on the homepage + and a Donate link in the site-wide footer. It lists Ko-fi (card, PayPal, Apple Pay) and the + Monero, Bitcoin, and Bitcoin-over-Lightning addresses, each with a copy-to-clipboard button, plus + the same network-mismatch and traceability notes as DONATE.md. Donations were previously reachable + only from the GitHub repo. + - Day navigation in the header (TODO-0063): the header date is now flanked by previous-day (◀) and + next-day (▶) buttons, and clicking the date opens the Go to Date picker. These actions no longer + require opening the OS menu bar. The next-day button respects the "allow future entries" + preference, stopping at today when future entries are disabled. + - Statistics, Import, and Export are now always available from the app (TODO-0065): the header ⋮ + menu always shows Preferences, Statistics, Import, and Export. None of them require a trip to the + OS menu bar anymore. + - Timeline display preferences (TODO-0072, addressing #205 + (https://github.com/fjrevoredo/mini-diarium/issues/205)): a new Timeline section under Preferences + → Writing lets you shrink the timeline date column and hide the entry preview. Date format offers + Full ("Monday, January 15, 2024"), Long, Medium, Short, and ISO (2024-01-15). Every style except + ISO follows your interface language, and each option in the dropdown shows a live example using + today's date. Show entry preview collapses each row to just the date and title when turned off, + fitting more entries on screen. Both default to the previous behavior, so nothing changes unless + you opt in. Screen readers always hear the full date, even when the visible column uses a short + format. + + Changed + - The native OS menu is now just Preferences and Exit (TODO-0065): every other native menu item + (Previous/Next Day, Go to Today, Go to Date, Previous/Next Month, Statistics, Import, Export, + About) is gone now that all of them are reachable inside the app, from the header controls and the + ⋮ menu. On Windows and Linux the menu bar is a single File menu. On macOS the Mini Diarium app + menu keeps Preferences and Quit alongside the standard Services/Hide/Show All items (Edit and + Window are untouched, since they back standard OS text-editing and window behavior). About now + opens from the ⓘ button in the header, which already did the same thing. All keyboard shortcuts + (Ctrl/Cmd+[, ], Shift+[, Shift+], T, G, F, ,) continue to work exactly as before. + + Fixed + - Spell check now works on Linux (TODO-0081, addressing #227 + (https://github.com/fjrevoredo/mini-diarium/issues/227)): the "Enable spellcheck" preference + silently did nothing on Linux, so misspelled words never got the red squiggly underline. It now + works. Mini Diarium turns on spell checking and picks a dictionary based on your interface + language, refined by your system locale's region when the two agree. Toggling the preference off + removes the underlines immediately, with no restart needed. Windows and macOS are unchanged. The + Flatpak build bundles dictionaries for all seven interface languages. The .deb/.rpm builds use + your system's installed hunspell dictionaries, or you can drop your own into your enchant config + directory. See Preferences → Spell check on Linux (https://mini-diarium.com/docs/preferences/) for + details. + - Missing Linux spellcheck dictionary guidance: Preferences now gives plain-language recovery steps + when spell checking is unavailable, including a link to Linux setup instructions and Flatpak + repair guidance. + + Internal + - Native-menu removal and the JS shortcut layer (TODO-0065, closing TODO-0062/0063/0064): + src-tauri/src/menu.rs now builds only the Preferences item, so menu-preferences is the only menu-* + event the backend emits and MainLayout is its only listener. The LockableMenuItems managed state + and updatemenulockstate are gone (Preferences is always enabled), removing eight call sites across + the auth commands and the AppHandle parameters that existed only to reach them. + MenuLabels/updatemenu_locale shrank to the two surviving labels across all six locales. The six + removed accelerators are now a single keydown handler in the new src/lib/keyboard-shortcuts.ts + (registered by MainLayout): it matches brackets on e.code, ignoring Alt so AltGr bracket input + still reaches the editor. Their navigation logic moved into src/lib/day-navigation.ts (goToToday, + goToPreviousMonth, goToNextMonth, the latter keeping the future-clamp). The "is any overlay open" + guard that MainLayout used to duplicate is now a single isAnyOverlayOpen() in src/state/ui.ts, + shared by all three consumers. + - inAppMenu feature flag graduated and retired (TODO-0065): the flag is gone from the FeatureFlag + union and DEFAULTS, per the ADR's no-migration retirement rule. src/state/feature-flags.ts is now + dormant infrastructure with an empty union. The next feature needing a runtime toggle adds three + lines rather than rebuilding the store. Flags are declared in a FEATURE_FLAGS registry that pairs + each with its label's i18n key. Preferences → Advanced → Experimental Features renders from that + registry and hides itself entirely when it's empty, which is the case today. The inAppMenuLabel + translation was deleted from en.ts and all six locale files. e2e/specs/header-actions.spec.ts no + longer seeds the flag and instead adds a Ctrl+[ smoke check. That's the only proof the JS shortcut + layer really replaced the OS accelerators in a real WebView. helpers.ts keeps its now-callerless + setFeatureFlag helper on purpose, because the WebView2 reload gotcha it encodes is expensive to + rediscover. The onboarding tour's Import step no longer needs a native-menu-bar fallback, which + removed the last consumer of edgeHint. EdgeHint, computeEdgeHintPosition, and EdgeDot came out of + OnboardingOverlay.tsx (the remaining cleanup is tracked as TODO-0062-01). + - Core-crate distribution decided (TODO-0084, open-core M4a): recorded the decision in + docs/decisions/2026-07-core-crate-distribution.md, which settles how the two library crates + (mini-diarium-core, mini-diarium-crypto) would reach a second consumer. The choice is a tagged git + dependency. crates.io publication is deferred behind an explicit trigger, not rejected. A git + submodule is rejected outright. The reasoning is a permanence asymmetry: a crates.io yank neither + deletes the artifact nor frees the name, while a git dependency can always be upgraded to a + published crate later. No second consumer exists yet, so publishing now would create a semver + obligation with no matching benefit. Publishing is also transitive: shipping mini-diarium-core on + crates.io would require publishing mini-diarium-crypto first, which is why "publish crypto only" + is recorded as the fallback if a crate name ever comes under threat (all three names were + unclaimed as of 2026-07-24, and leaving them unclaimed is a knowingly-accepted risk). Both library + crates keep independent 0.x versions decoupled from the app's, stay out of bump-version.sh/.ps1, + the pre-release guard, and RELEASING.md, and the pre-1.0/internal API.md contract is unchanged. + Both API.md files, RELEASING.md, and OPENCORESTRATEGY.md were updated to match. Documentation + only, no code or behavior change. + - Filled in the Cargo manifest license and author metadata: none of the three crates declared a + license, despite the repo being MIT, and all three carried a placeholder authors = ["you"]. Both + are now correct (license = "MIT", repository, and the real copyright holder). This is a + correctness fix made independently of the M4a distribution decision above, not publishing prep. + One user-visible effect: Tauri derives the Debian package Maintainer field from the app crate's + authors, so .deb releases previously shipped Maintainer: you. The Windows Installer Manufacturer + field is unaffected, since tauri-utils derives bundle.publisher from the identifier + (com.minidiarium → minidiarium), not from authors. + - Enabled the Microsoft Store update pipeline (TODO-0078): brought the never-run msstore-publish.yml + to a working state and validated it end-to-end with a green dry run (draft submission created via + --noCommit, confirmed PendingCommit, never published). The dry runs surfaced four fixes. + - The msstore publish call now uses Microsoft's documented MSIX package-update form, msstore publish + -id . It previously passed the product id as the positional project/URL + argument. + - scripts/build-msix.ps1 is invoked directly in the already-shell: pwsh pack step, instead of + through a nested pwsh that failed to resolve the script on the runner. + - An optional dryrunversion input lets the pipeline be validated against a branch that actually + contains the msix/ tooling. No released tag at or before v0.6.2 does, since it was added hours after + that tag, and such a tag's version wouldn't exceed the live Store package either. + - winget install failures are now fail-fast. PowerShell doesn't treat a nonzero winget exit code as + terminating, so a transient download failure was previously swallowed until a confusing error showed + up 15 minutes later in the pack step. + + Real releases are unaffected: they omit dryrunversion and derive the version from the tag. This also + required a maintainer-side fix outside the codebase. The account had no Microsoft Entra tenant to + … (truncated — see ReleaseNotesUrl for full notes) +ReleaseNotesUrl: https://github.com/fjrevoredo/mini-diarium/releases/tag/v0.6.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fjrevoredo/mini-diarium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.yaml b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.yaml new file mode 100644 index 0000000000000..10ec1865b3c0e --- /dev/null +++ b/manifests/f/fjrevoredo/MiniDiarium/0.6.3/fjrevoredo.MiniDiarium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: fjrevoredo.MiniDiarium +PackageVersion: 0.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.installer.yaml new file mode 100644 index 0000000000000..fc8fd5b42d9e1 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.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: GDevelop.GDevelop +PackageVersion: 5.6.275 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.6.275/GDevelop-5-Setup-5.6.275.exe + InstallerSha256: ED42582C3C1B232FB21289A06061AEED0B7D6F965A8259EB7FC52DE42D968933 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.6.275/GDevelop-5-Setup-5.6.275.exe + InstallerSha256: ED42582C3C1B232FB21289A06061AEED0B7D6F965A8259EB7FC52DE42D968933 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 0000000000000..2ca872aad91ea --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.6.275 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026-present Florian Rival +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 💝 Improvements + - Improve object list, project manager and other lists by having top header sticky, including sub-folders. This is helpful for large games when having a lot of objects in different folders for example. + + - Improve sprite editor performance, especially when having a lot of animations. + - UI improvements: + - Focus the closest tab when a tab is closed, instead of the home tab. + - Collapsed sections in the side panel are now saved and persisted between usages. + - Tilemap improvements: + - Optimize tile map trimming. It avoids to scan all the tiles when scanning just a few rows and column is often enough (only 2 tiles in the best case scenario). + - Allow to edit external tile maps at runtime + - Add support for the latest Android version 16 (API 36) for Google Play exports. + - Also mention the Android file format ".AAB" in the Android export dialog (thanks @Bouh) + 🐛 Bug fixes + - Fix double menu opening when right clicking in event sheet or animation thumbnails + - Fix importation of extensions with dependency between them + - Fix not encoding urls properly, leading to resources not loaded on mobile apps + - This was causing some resources not to be loaded properly when the game was exported to Android, following the update to Android 16 (API 36) + - Fix variable parameter "add or edit" auto-completions: "Add or edit" options for variables, properties and parameter were wrongly always displayed. + - Fix 3D boxes not reacting to light in the 2D editor + - Fix context menus for custom objects not opening properly on mobile + - Fix scroll of animations list on mobile/touch screens + ⚙️ Extensions + - [Experimental] [3D text] Upgrade to troika-three-text 0.52.4 + - [Reviewed] [Shadow clones] Add an emitter behavior + 🎨 Assets + - Add a new pack: 2D Pixel Quest Vol.4 - The Paladin by BarelyApes + - Add Pixel Quest Vol.2 - The Necromancers Order by BarelyApes + - 437 new high-definition 3D models with PBR materials, made available for free under the CC0 license thanks to Poly Haven! ❤️ + 🕹 Examples + - New example to test the shadow clones extension + 🛠 Internal changes (for developers) + - Run CLI commands in the live editor when the project is already open (Thanks @malec-palec!) + CLI commands with --run-command used to always start a separate headless process, even when the target project was already open in the editor. They now goes to the live window so results (for example imported extensions) appear in memory right away, without reopening the project. + - Add support for experimental script-based agents. This, and the previous point, are stepping stones toward allowing to run scripts and commands through the command line to control the editor and edit the game projects. + - Add test projects for the documentation + - Enhance CLI export behavior with diagnostic error handling (thanks @ViktorVovk!): + - Added flags --block-on-diagnostic-errors and --no-block-on-diagnostic-errors to control export behavior based on project diagnostic errors. + - Also modified recent project handling to exclude headless CLI commands from the recent projects list. + - Update all examples legacy actions/conditions to internal new names +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.6.275 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a745fc4d72cf --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.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: GDevelop.GDevelop +PackageVersion: 5.6.275 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026-present Florian Rival +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +Tags: +- 开发 +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.6.275 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.yaml new file mode 100644 index 0000000000000..aedce953cb9a9 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.275/GDevelop.GDevelop.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: GDevelop.GDevelop +PackageVersion: 5.6.275 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml new file mode 100644 index 0000000000000..3c582756c06d1 --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v2.3.0/gitea-runner-2.3.0-windows-amd64.exe + InstallerSha256: BB57C3360F84FF258751CBCF5BAF773351C1C6C92A9CFE17522648655441346A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 0000000000000..056de2a0bb12c --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml new file mode 100644 index 0000000000000..44baef22822ff --- /dev/null +++ b/manifests/g/Gitea/Runner/2.3.0/Gitea.Runner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.installer.yaml similarity index 55% rename from manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.installer.yaml index 96cd2f7b07462..270cac6a1a27e 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7976.0 +PackageVersion: 152.0.7977.0 InstallerType: exe Scope: user InstallModes: @@ -35,16 +35,16 @@ FileExtensions: - xht - xhtml ProductCode: Google Chrome -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/n2gmhbynkapa33kccoqzqpzagi_152.0.7976.0/152.0.7976.0_chrome_installer_uncompressed.exe - InstallerSha256: 014335F8F04C23574C1A1F2BABB5B02E1E5290FE491B7D43FA50AA9415E9C134 + InstallerUrl: https://dl.google.com/release2/chrome/adyzkx2illbagvbdp6lil273nzja_152.0.7977.0/152.0.7977.0_chrome_installer_uncompressed.exe + InstallerSha256: 149AC41C335A2E6D2F34ADA0EC033A033CA8975DD2E81E3C13B99A45B049A722 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ejidghfakdg4gooxjmjjb55kfu_152.0.7976.0/152.0.7976.0_chrome_installer_uncompressed.exe - InstallerSha256: 8067B9A597B7926DA08085C32DA78C2005CFCA09A91DB47247B61F02C1E931B1 + InstallerUrl: https://dl.google.com/release2/chrome/acffmaxfrhbkjlwogyknfy4aze4q_152.0.7977.0/152.0.7977.0_chrome_installer_uncompressed.exe + InstallerSha256: DB34B465D4052E704CEAAC437614B371BCBFC47C3FB01A99B532DF6E98535351 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adwm6i5qhw76gqtixwtvf3fwx7xq_152.0.7976.0/152.0.7976.0_chrome_installer_uncompressed.exe - InstallerSha256: F67C57FEB6451326402FEA955D2DB9A29E09C8EC389FE7B59AB3B6FA060B0DFE + InstallerUrl: https://dl.google.com/release2/chrome/adiloytymm5qnantrdkm3vupozqq_152.0.7977.0/152.0.7977.0_chrome_installer_uncompressed.exe + InstallerSha256: CD85999CFE7B9E4EA1EFD4DD437011D20A22D2A86008C4805DFA4E471F97B33F ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.en-US.yaml index f32c1d6160b0d..3d416aeaef3c4 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7976.0 +PackageVersion: 152.0.7977.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.nb-NO.yaml index 0f5a23979983a..94f214da8458d 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7976.0 +PackageVersion: 152.0.7977.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.zh-CN.yaml index 6992321456ba6..b942fbe93f3b4 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7976.0 +PackageVersion: 152.0.7977.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.yaml index 8de255aecfb6b..338cf9a54ae12 100644 --- a/manifests/g/Google/Chrome/Canary/152.0.7976.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/152.0.7977.0/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 152.0.7976.0 +PackageVersion: 152.0.7977.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..2b3e7396703ea --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode_1.3.182_windows_x64.msi + InstallerSha256: 9C66C5DEC1EE817A7C90D606FBDB14264AA4EFB49ECF675643A799B810FF086F + ProductCode: '{0C21384D-B61B-4532-A671-352B9E6B8C75}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{0C21384D-B61B-4532-A671-352B9E6B8C75}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.182/ggcode_1.3.182_windows_arm64.msi + InstallerSha256: FDC6AC035108F9BD9C71DFEC295F9F0F4FFB2452086815063801C8C258A277BB + ProductCode: '{AABF14B8-B2C2-4C67-92ED-7FA4FF1F1074}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{AABF14B8-B2C2-4C67-92ED-7FA4FF1F1074}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..c6b5253a473dd --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.182 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..e0bda8c0ec5e0 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.182/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.182 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..37f9989dc0de9 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10155 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-27 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b10155/llama-b10155-bin-win-vulkan-x64.zip + InstallerSha256: D9D6C72AB8922123B7FB040B4178105E96F15E296CC4B6C3153B938A1C7FF0B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..b15d19036e8f8 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10155 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + mtmd: support MiMo-V2.5 audio input (RVQ-based model) (#26190) + - gguf converter for mimo audio + - fix conv + - cpp impl + - nits + - nits 2 + Website: + - https://llama.app + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b10155 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..51cf6c44698de --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10155/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10155 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..749dc71b8913c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2288/Jackett.Installer.Windows.exe + InstallerSha256: 65C787478CFCF546EA942329DAB6F0FBE6901D61C6EF8C05F5F035C011E9DB66 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..e9a17fb7f42e0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 23d3fbc Update 52bt.yml + - 4b9b35a 52bt: new selectors and switch to english + - 932b1bb torrentavenue: new cats #16892 part 4of4 + - 0b66c7e torrentavenue: new cat #16892 part 3 + - 56ddbe2 bitpalace: update cat AGAIN + - d73a75e tr4ker: drop infohash #16969 + - 5f5c6d3 tr4ker: Revert "switch to private" #16969 and remove the infohash to prevent Jackett building a magnet + - 5bd5692 tr4ker: switch to private + - 83c3e9e torrentavenue: new cat #16892 part 2 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2288 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..43eacfe4181e9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2288/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2288 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..d832184ddf9f0 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.6 +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.6/Sessions.Viewer_0.3.6_x64-setup.exe + InstallerSha256: 086BB18A7EF5ABD44BA089200AA5A7B721658D135299FE017641C702D21537D5 + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.6/Sessions.Viewer_0.3.6_x64_en-US.msi + InstallerSha256: DFA3EE1321862909C3823E92F655482FC152A910D786447835974DBF3F872D25 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F60A0BE2-A1C5-48AB-98AE-84162D22D0E1}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..9fe7aab4bbad8 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.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: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.6 +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 + - Integrate desktop pet task states - by @KodeChicken (37c1f) + - Add desktop pet activity and opencode trash support - by wuchao (a3e9e) + 🐞 Bug Fixes + - Keep desktop pet task panel open - by @KodeChicken (1fa66) + - Refine desktop pet gaze and terminal cursor - by @KodeChicken (3a8ff) + - Preserve Codex multiline composer cursor - by @KodeChicken (bf0c8) + - Smooth desktop pet gaze transitions - by @KodeChicken (31722) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db89c6b19a3e3 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.6 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..494611477fad3 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.6/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml index 14867f6098dc4..2dcaf10212e77 100644 --- a/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml +++ b/manifests/k/KDE/Granatier/master/KDE.Granatier.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: granatier +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-931-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8E4497252C4CDF1E4ABE9EB7FD0A021F04CEA140DDF42AC499F2591D2FD0F61F + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-935-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AEBDEE7D0BC78EB0E216EEA6F96F840635360A42F1EF2C234C72F26670E461CB InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-931-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 8E4497252C4CDF1E4ABE9EB7FD0A021F04CEA140DDF42AC499F2591D2FD0F61F + InstallerUrl: https://cdn.kde.org/ci-builds/games/granatier/master/windows/granatier-master-935-windows-cl-msvc2022-x86_64.exe + InstallerSha256: AEBDEE7D0BC78EB0E216EEA6F96F840635360A42F1EF2C234C72F26670E461CB InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml b/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml index 7f8ed9c0bb2d1..999b2b70b4050 100644 --- a/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml +++ b/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: katomic +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-919-windows-cl-msvc2022-x86_64.exe - InstallerSha256: ED75CAED8DC0517FFA13705494135B542BC902D3D9D49AD321695DB551ED7E9B + InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-923-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 71FC5748DDD7080C75505DFF25A4E5539D454E2E5BC4555961D75E0A95AF2A71 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-919-windows-cl-msvc2022-x86_64.exe - InstallerSha256: ED75CAED8DC0517FFA13705494135B542BC902D3D9D49AD321695DB551ED7E9B + InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-923-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 71FC5748DDD7080C75505DFF25A4E5539D454E2E5BC4555961D75E0A95AF2A71 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml b/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml index 0d02fe54b2a1b..c84d332b0080d 100644 --- a/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml +++ b/manifests/k/KDE/KBlackbox/master/KDE.KBlackbox.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kblackbox +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-880-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A7275D540B458C36965197599CA90D747A5DAF6E463AE1A1C01DA3C186CDB034 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-886-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BAAB57DAA4898B572CE1CDD29B5C26B925EAF7CDAD9A69A779576B9CC161DD74 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-880-windows-cl-msvc2022-x86_64.exe - InstallerSha256: A7275D540B458C36965197599CA90D747A5DAF6E463AE1A1C01DA3C186CDB034 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblackbox/master/windows/kblackbox-master-886-windows-cl-msvc2022-x86_64.exe + InstallerSha256: BAAB57DAA4898B572CE1CDD29B5C26B925EAF7CDAD9A69A779576B9CC161DD74 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml b/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml index c2e5d535793bb..247ad8bdf3715 100644 --- a/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml +++ b/manifests/k/KDE/KBlocks/master/KDE.KBlocks.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kblocks +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-949-windows-cl-msvc2022-x86_64.exe - InstallerSha256: C3A29139EF5D361330581952195B3BCFBA25FDA28318DF2B3C8F3F73AF0C7B7B + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-954-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 70C4C31E273A2F127CE48A5873F9DBBB2162B0A3A76AF3B0BE82B30C5761AC0F InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-949-windows-cl-msvc2022-x86_64.exe - InstallerSha256: C3A29139EF5D361330581952195B3BCFBA25FDA28318DF2B3C8F3F73AF0C7B7B + InstallerUrl: https://cdn.kde.org/ci-builds/games/kblocks/master/windows/kblocks-master-954-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 70C4C31E273A2F127CE48A5873F9DBBB2162B0A3A76AF3B0BE82B30C5761AC0F InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml index 86375abb807c7..2795d31f9eec6 100644 --- a/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml +++ b/manifests/k/KDE/KNetWalk/master/KDE.KNetWalk.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: knetwalk +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-857-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E6C13F316840069553D2DD73686136C9F666470A3724DCEB81F959341343BDD8 + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-863-windows-cl-msvc2022-x86_64.exe + InstallerSha256: FDF60282BA8742D3F2D1F37043C7382A4822C00F6E8271CCD1E01D259C6194BE InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-857-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E6C13F316840069553D2DD73686136C9F666470A3724DCEB81F959341343BDD8 + InstallerUrl: https://cdn.kde.org/ci-builds/games/knetwalk/master/windows/knetwalk-master-863-windows-cl-msvc2022-x86_64.exe + InstallerSha256: FDF60282BA8742D3F2D1F37043C7382A4822C00F6E8271CCD1E01D259C6194BE InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml index af1f1c5161b7a..37bd26805a265 100644 --- a/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml +++ b/manifests/k/KDE/KReversi/master/KDE.KReversi.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kreversi +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-925-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 899683F2F99E9F9B6A12E712FCB9C75D0FAD0606087AD9CD85A97D2A65382CE1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-929-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 651EEA44EDD0927BCF42C1ABB1F937F62C320404309F1CADB8A33B2267F87C80 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-925-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 899683F2F99E9F9B6A12E712FCB9C75D0FAD0606087AD9CD85A97D2A65382CE1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kreversi/master/windows/kreversi-master-929-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 651EEA44EDD0927BCF42C1ABB1F937F62C320404309F1CADB8A33B2267F87C80 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml b/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml index 8b043e84dbb45..fa6a743432770 100644 --- a/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml +++ b/manifests/k/KDE/KShisen/master/KDE.KShisen.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kshisen +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-919-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 919CE776497AE734CC3A31464768360D07F725B728D53197B3BDC827CE9E6F31 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-923-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E67DAF27B6DEDC5BD6A219505EF49A68E172F05834172CC8618647F4970A789A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-919-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 919CE776497AE734CC3A31464768360D07F725B728D53197B3BDC827CE9E6F31 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kshisen/master/windows/kshisen-master-923-windows-cl-msvc2022-x86_64.exe + InstallerSha256: E67DAF27B6DEDC5BD6A219505EF49A68E172F05834172CC8618647F4970A789A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml index 1eb0df2f3943b..34e86c41620d2 100644 --- a/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml +++ b/manifests/k/KDE/Kapman/master/KDE.Kapman.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kapman +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-898-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 13358268461C6B3B96C35AECDA030F90597B83496145A23A50DA7E4D73A7D8D6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-902-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3EA9628F5A5297226BF1F96E43DDCAD05A2666A7182110E57667FFC422BB3230 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-898-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 13358268461C6B3B96C35AECDA030F90597B83496145A23A50DA7E4D73A7D8D6 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kapman/master/windows/kapman-master-902-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 3EA9628F5A5297226BF1F96E43DDCAD05A2666A7182110E57667FFC422BB3230 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml b/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml index de5a04a5ea051..43fdbf1de613e 100644 --- a/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml +++ b/manifests/k/KDE/Kiriki/master/KDE.Kiriki.installer.yaml @@ -6,18 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kiriki -ReleaseDate: 2026-07-24 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-839-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AEC7F1B24A8C2441429EB6E839A89B106A4AB5C679C2FCE41D8E265524A3AB38 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-845-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 1F2260DAE35D7B496337DF8F1537598CEF5D83C88F75E4388C06BBB65547DDFF InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-839-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AEC7F1B24A8C2441429EB6E839A89B106A4AB5C679C2FCE41D8E265524A3AB38 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kiriki/master/windows/kiriki-master-845-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 1F2260DAE35D7B496337DF8F1537598CEF5D83C88F75E4388C06BBB65547DDFF InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml index 9871646ff84ad..842d7b43cd27f 100644 --- a/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml +++ b/manifests/k/KDE/Kolf/master/KDE.Kolf.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kolf +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1034-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 620CE261DC1994CAF547BF329BEB7DA641A52A3781AC38434F834C1394416A40 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1038-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 748B04BA534DF54F4B2E3A9FCFF1FE9D01540B70A88AE8B33609859C802043A9 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1034-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 620CE261DC1994CAF547BF329BEB7DA641A52A3781AC38434F834C1394416A40 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kolf/master/windows/kolf-master-1038-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 748B04BA534DF54F4B2E3A9FCFF1FE9D01540B70A88AE8B33609859C802043A9 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml index 65936ff1c8cad..06f7c7fbb19d6 100644 --- a/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml +++ b/manifests/k/KDE/Kollision/master/KDE.Kollision.installer.yaml @@ -6,17 +6,18 @@ PackageVersion: master InstallerType: nullsoft UpgradeBehavior: install ProductCode: kollision +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-853-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 4F313D31B87E54521BD0F2F6B4BFF54112C9CE1BFF93D96B532B5B6FC3EEB1C1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-857-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0F915ED3A77682C02655BF212BF20C66FF1ED976BF49C8D658031EDF0E474E72 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-853-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 4F313D31B87E54521BD0F2F6B4BFF54112C9CE1BFF93D96B532B5B6FC3EEB1C1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/kollision/master/windows/kollision-master-857-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 0F915ED3A77682C02655BF212BF20C66FF1ED976BF49C8D658031EDF0E474E72 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml index 029a70f90bba8..587a2d4995845 100644 --- a/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml +++ b/manifests/k/KDE/Tellico/4.1.5/KDE.Tellico.installer.yaml @@ -6,18 +6,18 @@ PackageVersion: 4.1.5 InstallerType: nullsoft UpgradeBehavior: install ProductCode: Tellico -ReleaseDate: 2026-07-26 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2063-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 46500DD46131624DFECB69B9E530A835B4D560F558F85CD336B2FA4480298258 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2068-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B3AD21B85FB6CC8EE594961BC861C17B20B082D61AAECC908364A1723F577CAC InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2063-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 46500DD46131624DFECB69B9E530A835B4D560F558F85CD336B2FA4480298258 + InstallerUrl: https://cdn.kde.org/ci-builds/office/tellico/4.2/windows/tellico-4.2-2068-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B3AD21B85FB6CC8EE594961BC861C17B20B082D61AAECC908364A1723F577CAC InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.installer.yaml b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.installer.yaml new file mode 100644 index 0000000000000..9d3c0bf718e13 --- /dev/null +++ b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.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: LedgerHQ.LedgerLive +PackageVersion: 4.13.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +Protocols: +- ledgerlive +ProductCode: c62032b2-0bca-5abc-b458-fd67cfc9e49b +ReleaseDate: 2025-07-24 +AppsAndFeaturesEntries: +- DisplayName: Ledger Wallet 4.13.0 + Publisher: Ledger Wallet Team + ProductCode: c62032b2-0bca-5abc-b458-fd67cfc9e49b +Installers: +- Architecture: x64 + InstallerUrl: https://download.live.ledger.com/ledger-live-desktop-4.13.0-win-x64.exe + InstallerSha256: 75D154FD5D4BC28ACA64974EDDD9EACCAA11A005E4672C471D36159404317646 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.en-US.yaml b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.en-US.yaml new file mode 100644 index 0000000000000..4cd8884bfdef8 --- /dev/null +++ b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LedgerHQ.LedgerLive +PackageVersion: 4.13.0 +PackageLocale: en-US +Publisher: Ledger Live Team +PublisherUrl: https://www.ledger.com/ +PublisherSupportUrl: https://support.ledger.com/ +PrivacyUrl: https://www.ledger.com/privacy-policy +Author: Ledger SAS +PackageName: Ledger Live +PackageUrl: https://www.ledger.com/ledger-live +License: Proprietary +LicenseUrl: https://shop.ledger.com/pages/ledger-live-terms-of-use +Copyright: Copyright © Ledger SAS. All rights reserved. +CopyrightUrl: https://shop.ledger.com/pages/ledger-live-terms-of-use +ShortDescription: A crypto wallet app and Web3 gateway +Description: |- + The Ledger Live app is a safe and easy interface for managing your cryptocurrencies using your Ledger device. + Unlike most apps, the Ledger Live crypto wallet app keeps your data directly on your phone or computer, so there’s no need to sign in using an email and password. All that’s required is your Ledger device and of course, you. +Tags: +- blockchain +- crypto +- nft +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.zh-CN.yaml b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f9bca855bc75 --- /dev/null +++ b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LedgerHQ.LedgerLive +PackageVersion: 4.13.0 +PackageLocale: zh-CN +PublisherUrl: https://www.ledger.com/zh-hans +PublisherSupportUrl: https://support.ledger.com/zh-CN/ +PrivacyUrl: https://www.ledger.com/zh-hans/privacy-policy +PackageUrl: https://www.ledger.com/zh-hans/ledger-live +License: 专有软件 +ShortDescription: 加密钱包应用程序和 Web3 门户 +Description: |- + Ledger Live 应用程序提供一个安全且简单的界面,与 Ledger 设备结合使用,轻松管理您的加密货币。 + 与大多数应用程序不同,Ledger Live 加密钱包应用程序将您的数据直接保存在您的手机或计算机上,因此无需使用电子邮件和密码登录。 所需的全部只是您的 Ledger 设备,当然还需要:您本人。 +Tags: +- nft +- 加密货币 +- 区块链 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.yaml b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.yaml new file mode 100644 index 0000000000000..920b76eb1470b --- /dev/null +++ b/manifests/l/LedgerHQ/LedgerLive/4.13.0/LedgerHQ.LedgerLive.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: LedgerHQ.LedgerLive +PackageVersion: 4.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.installer.yaml similarity index 81% rename from manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.installer.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.installer.yaml index dfa52f4cbd20a..1348617c9bad9 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.86/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.85 +PackageVersion: 1.3.86 InstallerType: exe Scope: machine InstallModes: @@ -17,10 +17,10 @@ Protocols: FileExtensions: - easyclaw ProductCode: easyclaw -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe - InstallerSha256: 2954F60126FFF2083E9BAE33FDF47975D76F76AB4C9E72CEF77879BB68E1ECEF + InstallerSha256: D73EE3E9D0F2B49A0B99145C5F2AF6F1395EA7E01B7F7CAAC0F69DFDDA92DEE7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.locale.en-US.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.locale.en-US.yaml index 91081879ed675..9965f2f762b5f 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.86/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.85 +PackageVersion: 1.3.86 PackageLocale: en-US Publisher: EasyClaw Team PublisherUrl: https://easyclaw.com/ diff --git a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.locale.zh-CN.yaml similarity index 96% rename from manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.locale.zh-CN.yaml index f77193115e2b1..4b1058f9b5f16 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.86/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.85 +PackageVersion: 1.3.86 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.85/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.yaml rename to manifests/l/Lingbao/EasyClaw/1.3.86/Lingbao.EasyClaw.yaml index 8829fb5dd9ab0..ffa993ddfc892 100644 --- a/manifests/l/Lingbao/EasyClaw/1.3.85/Lingbao.EasyClaw.yaml +++ b/manifests/l/Lingbao/EasyClaw/1.3.86/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.85 +PackageVersion: 1.3.86 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.installer.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.installer.yaml new file mode 100644 index 0000000000000..e8700e92efa52 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.12 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 42d05a3d-6aaa-5911-87a9-5bf650cf7199 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.12/LobeHub-2.2.12-setup.exe + InstallerSha256: 72A01432A9AE75DEFEEDC975246FE705E22C604F3044768277EA1C02128FF7DD + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/lobehub/lobehub/releases/download/v2.2.12/LobeHub-2.2.12-setup.exe + InstallerSha256: 72A01432A9AE75DEFEEDC975246FE705E22C604F3044768277EA1C02128FF7DD + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml new file mode 100644 index 0000000000000..2889b81af6b21 --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.en-US.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.12 +PackageLocale: en-US +Publisher: LobeHub +PublisherUrl: https://github.com/lobehub +PublisherSupportUrl: https://github.com/lobehub/lobe-chat/issues +Author: LobeHub LLC +PackageName: LobeHub +PackageUrl: https://github.com/lobehub/lobe-chat +License: Apache-2.0 +LicenseUrl: https://github.com/lobehub/lobe-chat/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026/06/17 - current LobeHub LLC. All rights reserved. +ShortDescription: An open-source, modern-design AI chat framework. Supports Multi AI Providers (OpenAI / Claude 4 / Gemini / Ollama / DeepSeek / Qwen), Knowledge Base (file upload / knowledge management / RAG), Multi-Modals (Plugins/Artifacts) and Thinking. +Tags: +- ai +- artificial-intelligence +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- google-gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- ollama +- qwen +- rag +ReleaseNotes: |- + This release was automatically published from PR #17665. + Changes + See PR description: https://github.com/lobehub/lobehub/pull/17665 + Commit Message + 🚀 LobeHub Release (20260728) + Release Date: July 28, 2026 + Since v2.2.11: 92 merged PRs · 17 contributors + This weekly release makes Agent work easier to review and recover, with structured verification, broader model access, clearer completion feedback, and a smoother desktop experience. + + ✨ Highlights + - Acceptance review flow — Open focused checks, review structured metrics and charts, and accept or reject delivery from one unified surface. (#17566, #17631, #17633, #17650) + - Chat image generation — Let chat models discover image models, inspect parameters, start generation, and follow generation status through a built-in tool. (#15332) + - More model access — Use a ChatGPT subscription through device authorization, run Claude Opus 5, and select the latest Gemini Flash models. (#17527, #17582, #17608, #17433) + - Agent work visibility — Turn generated files into durable Works, summarize edited files, and notify users when long Agent runs finish. (#17423, #17331) + - Desktop file preview — Preview local HTML work with its relative assets while keeping file access inside the approved project root. (#17545) + + 🏗️ Agents, Tasks, and Verification + - Unified Task criteria, check results, focused review comments, and accept or reject actions across desktop and mobile. (#17631) + - Added versioned structured verification data for metric comparisons, curves, scatter plots, heatmaps, SOTA tables, and grouped bar charts while retaining the raw evidence. (#17633) + - Kept shorter Acceptance checklists flat, grouped only larger lists, and protected owner-only run history in shared views. (#17650) + - Kept scheduled runs visible in active conversations and triggered recall for success-like completion states, including auto-repair outcomes. (#17473, #17613) + - Preserved human-intervention message ancestry after server-runtime rehydration so submitted or skipped responses stay attached to the requesting assistant. (#17628) + - Synchronized Task editor state and grouped retries, and restored image paste in the browser runtime. (#17585, #17644) + + 🤖 Models and Generation + - Added ChatGPT subscription authentication through the Codex OAuth device flow and a provider-scoped Responses runtime. (#17527) + - Added Claude Opus 5 runtime and model-card support, including adaptive-thinking defaults and summarized thinking display. (#17582, #17608, #17620) + - Sanitized replayed reasoning for Anthropic-compatible providers so missing text and foreign signatures do not break cross-model conversations. (#17629) + - Added Gemini 3.6 Flash and Gemini 3.5 Flash-Lite, preserved Google image resolution when aspect ratio is automatic, and corrected range-priced GPT model costs. (#17433, #16677, #16991) + - Added a built-in chat image-generation tool that reuses the existing model discovery, generation, and status pipeline. (#15332) + + 🖥️ Desktop and User Experience + - Added Preview and Source modes for local HTML files, including project-scoped asset resolution for CSS, JavaScript, images, fonts, audio, and video. (#17545) + - Moved the Working Sidebar behind a shared feature boundary and filtered OS metadata, dependency directories, caches, generated artifacts, and editor backups from project files. (#17646) + - Rendered gitignored project files in the Agent file browser and retained desktop browser webviews in the renderer. (#17517, #17513) + - Unified development tools in a bottom DevDock and restored React DevTools through a standalone desktop bridge. (#17499, #17602) + - Preserved Windows PATH order when locating Claude Code and Codex, and simplified terminal controls and Topic context menus. (#17381, #17609, #17642) + + 🔒 Security and Reliability + - Security: Kept local HTML preview resources inside the approved project root after symlink resolution. (#17545) + - Reliability: Restored correct provider error handling for Ollama and woke registered-only gateway connections during sync. (#17344, #17536) + - Reliability: Removed layout animation jank from the generation Topic grid while preserving tooltip behavior. (#17661) + - Reliability: Restored CI translations and English fallback, guarded calculator null values, and made tool-name compression fully disable when configured with a zero limit. (#17605, #17588, #17530) + + 👥 Contributors + Huge thanks to 17 contributors who shipped 92 merged PRs this cycle. + @smbslt3 · @H-TTTTT · @Solaris-star · @YOYO-do · @alienslime · @jiuyige · @sxjeru · @AmAzing129 · @Innei · @tjx666 · @arvinxx · @rdmclin2 · @nekomeowww · @rivertwilight · @sudongyuer · @ONLY-yours · @cy948 + + Full Changelog: v2.2.11...release/weekly-20260728 +ReleaseNotesUrl: https://github.com/lobehub/lobehub/releases/tag/v2.2.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.zh-CN.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0061f4426a90c --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.12 +PackageLocale: zh-CN +ShortDescription: 一个开源、现代化设计的 AI聊天框架。支持多 AI 供应商(OpenAI/Claude 4/Gemini/Ollama/DeepSeek/Qwen)、知识库(文件上传/知识管理/RAG)、多模态(插件/工件)及思维链功能。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- ollama +- rag +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.yaml b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.yaml new file mode 100644 index 0000000000000..df9b81b2f7fcc --- /dev/null +++ b/manifests/l/LobeHub/LobeHub/2.2.12/LobeHub.LobeHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LobeHub.LobeHub +PackageVersion: 2.2.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loxone/LoxoneConfig/17.1/Loxone.LoxoneConfig.installer.yaml b/manifests/l/Loxone/LoxoneConfig/17.1/Loxone.LoxoneConfig.installer.yaml index f58337de708c9..bcd40cbc4ae34 100644 --- a/manifests/l/Loxone/LoxoneConfig/17.1/Loxone.LoxoneConfig.installer.yaml +++ b/manifests/l/Loxone/LoxoneConfig/17.1/Loxone.LoxoneConfig.installer.yaml @@ -17,9 +17,10 @@ FileExtensions: - lxplan - lxtrust ProductCode: LoxoneConfig_is1 +ReleaseDate: 2026-07-27 Installers: - Architecture: x86 - InstallerUrl: https://updatefiles.loxone.com/LoxConfig/LoxoneConfigSetup_17010630.zip - InstallerSha256: A8D8A32DDC11CCAE2988A62333BEAF5997D9BA518967A69A2D659CC7F02F3498 + InstallerUrl: https://updatefiles.loxone.com/LoxConfig/LoxoneConfigSetup_17010727.zip + InstallerSha256: 478B163C6883514D9FAF83E4CE2FC1D4637BD0C5B3B8D05600B4EEADE475949A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..ea42865bdb2b1 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.104 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.104/CLIProxyAPI_7.2.104_windows_amd64.zip + InstallerSha256: 5C2A5AB399BC9EE752A16F5B83C539E1D7F5CAA0B78E8EC2C9BF3449356F71A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..d720677326a13 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.104 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - feat(home): enhance client recovery and dispatch handling with new state management and error reporting (8eed5f1b) + - feat(home): update concurrency release logic to include takeover eligibility state in error handling (3b4f4cf1) + - feat(home): improve error handling in cluster discovery and enhance GetConfig tests (f943926f) + - feat(home): add membership takeover eligibility handling and update related tests (bb43b7a3) + - Merge pull request #4621 from router-for-me/home (fbd77b46) + - feat(signature): validate Claude CAIS reasoning signatures (5b2890b3) + - Merge pull request #4624 from sususu98/feat/claude-cais-signature-validation (f894317e) + - fix(antigravity): recover tool provenance instead of failing closed (#4599) (e47c4365) + - fix(antigravity): keep thought signatures when replay context drifts (d2c0c58b) + - fix(antigravity): replay text thought signatures across context drift (a06e21b4) + - feat(home): enhance membership protocol handling (7f2f4a5b) + - Merge pull request #4627 from router-for-me/home (31106e2a) + - Merge pull request #4626 from sususu98/fix/4599-tool-provenance-degradation (1161a4f1) + - feat(auth): introduce weighted round-robin scheduler and credential weight validation (5dcca50f) + - feat(logging): add client request metadata extraction and propagation (c9417c8a) + What's Changed + - feat(home): add membership takeover eligibility handling and update related tests by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/4621 + - feat(signature): validate Claude CAIS reasoning signatures by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4624 + - feat(home): enhance membership protocol handling by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/4627 + - fix(antigravity): stop killing sessions on unresolved tool provenance (#4599) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4626 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.103...v7.2.104 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.104 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a81f28b443d6 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.104 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..03da41f09530f --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.104/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.104 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.installer.yaml b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.installer.yaml new file mode 100644 index 0000000000000..849e05d52f6fb --- /dev/null +++ b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.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: LunarWerxs.SageThumbs2K +PackageVersion: 1.3.8 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: '{B0A1C2D3-E4F5-4607-8899-AABBCCDDEEFF}_is1' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- Publisher: lunarwerx + ProductCode: '{B0A1C2D3-E4F5-4607-8899-AABBCCDDEEFF}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SageThumbs2K' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/LunarWerxs/SageThumbs-2k/releases/download/v1.3.8/SageThumbs2K-Setup-1.3.8.exe + InstallerSha256: ED437F5270A2034D89BB82BB4254C91EE14879A3E3B11AEA7D386D56CAE4F13E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.locale.en-US.yaml b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.locale.en-US.yaml new file mode 100644 index 0000000000000..05fd14af3fd7c --- /dev/null +++ b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.locale.en-US.yaml @@ -0,0 +1,39 @@ +# 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: LunarWerxs.SageThumbs2K +PackageVersion: 1.3.8 +PackageLocale: en-US +Publisher: LunarWerx +PublisherUrl: https://github.com/LunarWerxs +PublisherSupportUrl: https://github.com/LunarWerxs/SageThumbs-2k/issues +PackageName: SageThumbs 2K +PackageUrl: https://github.com/LunarWerxs/SageThumbs-2k +License: PolyForm Noncommercial License 1.0.0 +LicenseUrl: https://github.com/LunarWerxs/SageThumbs-2k/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026 LunarWerx +ShortDescription: Explorer thumbnails for 326 file types Windows can't read, plus a right-click image toolkit. +Description: SageThumbs 2K is a modern, crash-isolated Windows 11 shell extension written in Rust that rebuilds the classic SageThumbs. It gives File Explorer thumbnails for 326 file types Windows can't preview on its own — camera RAW, HEIC/AVIF, Photoshop, DjVu, ebooks and comics, video frames, 3D-print files and a long tail of obscure formats — plus a right-click image toolkit (convert, resize, rotate, OCR, color picker, metadata strip, combine-to-PDF/CBZ) and a console/AI CLI. Free for personal use. +Moniker: sagethumbs2k +Tags: +- converter +- explorer +- heic +- image +- raw +- shell-extension +- thumbnails +ReleaseNotes: |- + What's changed + Fixed + - HEIC and AVIF thumbnails keep their declared colors. Files that pair Display-P3 + primaries with a non-sRGB transfer curve are no longer forced through an incompatible + Display-P3 profile, which could produce a visible color cast. Embedded ICC profiles and + standard iPhone Display-P3 images continue through the normal color-managed path. + Verified installer + - File: SageThumbs2K-Setup-1.3.8.exe + - Size: 13130707 bytes + - SHA-256: ed437f5270a2034d89bb82bb4254c91ee14879a3e3b11aea7d386d56cae4f13e +ReleaseNotesUrl: https://github.com/LunarWerxs/SageThumbs-2k/releases/tag/v1.3.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.yaml b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.yaml new file mode 100644 index 0000000000000..ce993a9fb39e8 --- /dev/null +++ b/manifests/l/LunarWerxs/SageThumbs2K/1.3.8/LunarWerxs.SageThumbs2K.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: LunarWerxs.SageThumbs2K +PackageVersion: 1.3.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.installer.yaml b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.installer.yaml new file mode 100644 index 0000000000000..8ad2730c6731f --- /dev/null +++ b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: leduftw.dbird +PackageVersion: 1.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dbird-v1.2.0-x86_64-pc-windows-msvc\dbird.exe + PortableCommandAlias: dbird +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/leduftw/dbird/releases/download/v1.2.0/dbird-v1.2.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 33BA609C3D78A752B894487B171014D5D15A97E9E57AD1C92A9C83358C31CEC2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-19 diff --git a/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.locale.en-US.yaml b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.locale.en-US.yaml new file mode 100644 index 0000000000000..5d44f67ccf532 --- /dev/null +++ b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: leduftw.dbird +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: leduftw +PublisherUrl: https://github.com/leduftw +PublisherSupportUrl: https://github.com/leduftw/dbird/issues +PackageName: dbird +PackageUrl: https://github.com/leduftw/dbird +License: MIT +LicenseUrl: https://github.com/leduftw/dbird/blob/main/LICENSE +ShortDescription: A fully playable terminal recreation of the classic Flappy Bird game +Moniker: dbird +Tags: +- game +- terminal +- tui +ReleaseNotesUrl: https://github.com/leduftw/dbird/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.yaml b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.yaml new file mode 100644 index 0000000000000..7123b15df8245 --- /dev/null +++ b/manifests/l/leduftw/dbird/1.2.0/leduftw.dbird.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: leduftw.dbird +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..b155f69dfef19 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.3.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.3.2/microclaw-0.3.2-x86_64-windows-msvc.zip + InstallerSha256: 0C5FBCFF5F79A8E90A2E5975FB1F2A0CCB2D14319FFEC4EB673B15A0616B3DAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..e160ef98fbf05 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,81 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - Durable Coworker and Secure Runtime by @everettjf in https://github.com/microclaw/microclaw/pull/464 + - Add verified long-horizon learning by @everettjf in https://github.com/microclaw/microclaw/pull/465 + - feat: add task-aware evaluated skills and recovery by @everettjf in https://github.com/microclaw/microclaw/pull/466 + - feat: add comparative reflection and governed skill evolution by @everettjf in https://github.com/microclaw/microclaw/pull/468 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.1...v0.3.2 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.3.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3351e2eaef44e --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.3.2 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..4373eff5fbd5a --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.3.2/MicroClaw.MicroClaw.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: MicroClaw.MicroClaw +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..17c98744f4c28 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.386.0&arch=x86 + InstallerSha256: AA823706BFB0DB3901AA2DF0A14E4B0076A39003A5237AE315DF8D6C2F07D934 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.386.0&arch=amd64 + InstallerSha256: E773AF9E09DE544E5AC46AB6CC972CAC7DFCE195C51D3BC10E498D6DD87324C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..18eb541145e14 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..1df198d1683ae --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.386.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.386.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..3807171c1d08d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.388.0&arch=x86 + InstallerSha256: C3FF9EC90314BF7EFEC6C97CD5098313FE5893F10ED9A9441DD85543E3D1057A +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.388.0&arch=amd64 + InstallerSha256: 152FC8FD07EAB30D01CBA3502704DC9A7F4814B46504703F5435D12F1E999620 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..ae6e0be8d21f2 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..914ad995e6894 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.388.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.388.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..73e806e371abb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.390.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.390.0&arch=x86 + InstallerSha256: 538121D388D0AB0AD33D87A20465AC0F465C5A36CE970DFA4AC4C6CED62A0791 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.390.0&arch=amd64 + InstallerSha256: 85A0EFBC52969C34748E7D7A7890DCB28392D194AF5D7CED4DCCB775279634B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..dbcc73223687f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.390.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..7a57b927b2c72 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.390.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.390.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.installer.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.installer.yaml new file mode 100644 index 0000000000000..38eed7c3e3265 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.installer.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '244' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-swap.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mostlygeek/llama-swap/releases/download/v244/llama-swap_244_windows_amd64.zip + InstallerSha256: 706A9D7095613B9D4122E6D283EA1CDC7BBE7A9F5D311458A259904AA4E663F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml new file mode 100644 index 0000000000000..ea9ec4e9d62d6 --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '244' +PackageLocale: en-US +Publisher: mostlygeek +PublisherUrl: https://mostlygeek.com/ +PublisherSupportUrl: https://github.com/mostlygeek/llama-swap/issues +PackageName: llama-swap +PackageUrl: https://github.com/mostlygeek/llama-swap +License: MIT +LicenseUrl: https://github.com/mostlygeek/llama-swap/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2024 Benson Wong +ShortDescription: Model swapping for llama.cpp +Description: llama-swap is a light weight, transparent proxy server that provides automatic model swapping to llama.cpp's server. +Moniker: llama-swap +Tags: +- golang +- llama +- llamacpp +- localllama +- localllm +- openai +- openai-api +- vllm +ReleaseNotes: |- + Changelog + - 0c42333 internal/matrix: solve matrix expressions symbolically (#960) +ReleaseNotesUrl: https://github.com/mostlygeek/llama-swap/releases/tag/v244 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.yaml b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.yaml new file mode 100644 index 0000000000000..160266ae8770b --- /dev/null +++ b/manifests/m/mostlygeek/llama-swap/244/mostlygeek.llama-swap.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: mostlygeek.llama-swap +PackageVersion: '244' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.installer.yaml b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.installer.yaml new file mode 100644 index 0000000000000..83f0f40091c8c --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.75.1 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.75.1/netbird_installer_0.75.1_windows_amd64.msi + InstallerSha256: 00935457E227BB31DCA610B424132837EC9606B74C7940212D4CFF84D3B53E69 + ProductCode: '{777F315D-55EE-4BC7-A9FF-FF5383C88F85}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.75.1 + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.75.1/netbird_installer_0.75.1_windows_amd64.exe + InstallerSha256: FFCE7779AA915E246283C7D75BE739F92D79C18CE74C64FDD3C98952CB22C74D + ProductCode: Netbird + AppsAndFeaturesEntries: + - DisplayVersion: 0.75.1.30344630279 +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.75.1/netbird_installer_0.75.1_windows_arm64.msi + InstallerSha256: C9469DE4858CAD944A6A2B760A26BEA543F90403844E91F69ECBBC0574DC0630 + ProductCode: '{9EDB554F-3013-481D-8557-0875C987BE8A}' + AppsAndFeaturesEntries: + - DisplayVersion: 0.75.1 + UpgradeCode: '{6456EC4E-3AD6-4B9B-A2BE-98E81CB21CCF}' +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/netbirdio/netbird/releases/download/v0.75.1/netbird_installer_0.75.1_windows_arm64.exe + InstallerSha256: 25A382976117075EDDF9578DCC253767278235E64ACB9AC47326B4A31D9BFDDB + ProductCode: Netbird + AppsAndFeaturesEntries: + - DisplayVersion: 0.75.1.30344630279 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.en-US.yaml b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.en-US.yaml new file mode 100644 index 0000000000000..93bf68e79319b --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.75.1 +PackageLocale: en-US +Publisher: NetBird GmbH +PublisherUrl: https://netbird.io/ +PublisherSupportUrl: https://github.com/netbirdio/netbird/issues +PrivacyUrl: https://netbird.io/privacy +Author: Wiretrustee UG (haftungsbeschreankt) +PackageName: Netbird +PackageUrl: https://netbird.io/ +License: BSD-3-Clause +LicenseUrl: https://github.com/netbirdio/netbird/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Wiretrustee UG (haftungsbeschränkt) & AUTHORS +CopyrightUrl: https://netbird.io/terms +ShortDescription: Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls. +Description: |- + NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home. + Connect. NetBird creates a WireGuard-based overlay network that automatically connects your machines over an encrypted tunnel, leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. + Secure. NetBird enables secure remote access by applying granular access policies while allowing you to manage them intuitively from a single place. Works universally on any infrastructure. +Moniker: netbird +Tags: +- network +- security +- vpn +- wireguard +ReleaseNotes: |- + What's New + Agent Network + - Added prompt cache token and cost accounting to Agent Network usage. + https://github.com/netbirdio/netbird/pull/6900 + - Added support for Claude Opus 5. + https://github.com/netbirdio/netbird/pull/6895 + - Scoped Agent Network model allowlists per policy, group, and provider. + https://github.com/netbirdio/netbird/pull/6905 + Client Improvements + - Reconcile routed AllowedIPs when a lazy connection becomes idle. + https://github.com/netbirdio/netbird/pull/6863 + - Fetch FreeBSD port files from the GitHub mirror instead of cgit. + https://github.com/netbirdio/netbird/pull/6880 + - Restored the missing backup.Reset behavior. + https://github.com/netbirdio/netbird/pull/6883 + - Made Test_ConnectPeers deterministic under Docker/eBPF kernel and Darwin CI. + https://github.com/netbirdio/netbird/pull/6884 + - Export agent version information for iOS. + https://github.com/netbirdio/netbird/pull/6918 + - Use platform-specific installer URLs for manual update downloads. + https://github.com/netbirdio/netbird/pull/6922 + - Exit the GUI immediately when the Windows session ends. + https://github.com/netbirdio/netbird/pull/6878 + - Fixed stale routing peers after removing overlapping-prefix networks. + https://github.com/netbirdio/netbird/pull/6799 + - Added ReapplyMatching support to the dedicated AllowedIPsRefCounter. + https://github.com/netbirdio/netbird/pull/6935 + Infrastructure & Miscellaneous + - Restored the rootless-latest Docker image tag. + https://github.com/netbirdio/netbird/pull/6914 + Full Changelog: https://github.com/netbirdio/netbird/compare/v0.75.0...v0.75.1 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.75.1 +PurchaseUrl: https://netbird.io/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.netbird.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.zh-CN.yaml b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2b4432f1f1b3 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Netbird.Netbird +PackageVersion: 0.75.1 +PackageLocale: zh-CN +ShortDescription: 通过 SSO、MFA 和细粒度访问控制,将设备连接到基于 WireGuard® 的安全覆盖网络。 +Description: |- + NetBird 将免配置点对点专用网络和集中式访问控制系统结合在一个平台中,帮助您轻松为组织或家庭创建安全的专用网络。 + 连接:NetBird 创建基于 WireGuard 的覆盖网络,通过加密隧道自动连接您的机器,省去了打开端口、复杂防火墙规则、VPN 网关等麻烦。 + 安全:NetBird 通过应用细粒度的访问策略实现安全的远程访问,同时允许您从一个地方对其进行直观的管理。在任何基础设施上通用。 +Tags: +- vpn +- wireguard +- 安全 +- 网络 +ReleaseNotesUrl: https://github.com/netbirdio/netbird/releases/tag/v0.75.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.netbird.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.yaml b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.yaml new file mode 100644 index 0000000000000..05e4f8d3bc766 --- /dev/null +++ b/manifests/n/Netbird/Netbird/0.75.1/Netbird.Netbird.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: Netbird.Netbird +PackageVersion: 0.75.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.installer.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.installer.yaml similarity index 74% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.installer.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.installer.yaml index 2afa579c8e566..76da631e23bf2 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.installer.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.5 +PackageVersion: 16.1.7 InstallerType: nullsoft Scope: machine FileExtensions: @@ -13,9 +13,9 @@ ReleaseDate: 2026-07-27 Installers: - Architecture: x86 InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 1C0D14D484E0B5E969908143829F2E88F2D28A92EF6681CF87E97790D38B8BDE + InstallerSha256: 3133E8950EFEE1922811C509296DEE7286E2BE74C1AD78D1B5C4B02FE534C72B - Architecture: x64 InstallerUrl: https://download.httpwatch.com/httpwatch.exe - InstallerSha256: 1C0D14D484E0B5E969908143829F2E88F2D28A92EF6681CF87E97790D38B8BDE + InstallerSha256: 3133E8950EFEE1922811C509296DEE7286E2BE74C1AD78D1B5C4B02FE534C72B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.en-US.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml similarity index 86% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.en-US.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml index e5f36354a5fd3..456babbf01f21 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.en-US.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.5 +PackageVersion: 16.1.7 PackageLocale: en-US Publisher: Neumetrix Limited PublisherUrl: https://www.httpwatch.com/ @@ -25,10 +25,7 @@ Tags: - performance - web - webpage -ReleaseNotes: |- - - New: HttpWatch can now be installed without administrator rights for the current user only - - New: To install for all users on the machine, run the installer with the /all-users=1 command line option - - Fixed: the uninstaller did not remove all HttpWatch items from the Windows Start menu +ReleaseNotes: "- Fixed: an 'abnormal termination error' could occur when installing HttpWatch" ReleaseNotesUrl: https://www.httpwatch.com/download/versionhistory/ PurchaseUrl: https://www.httpwatch.com/buy/ Documentations: diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml similarity index 98% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml index 3ac0d163673d5..bba0e436a1504 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.5 +PackageVersion: 16.1.7 PackageLocale: zh-CN License: 专有软件 ShortDescription: 使用浏览器内 HTTP 嗅探工具,成为调试与网页性能大师。 diff --git a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.yaml b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.yaml similarity index 91% rename from manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.yaml rename to manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.yaml index 478ad106c1dfb..0cb8a6aacc620 100644 --- a/manifests/n/Neumetrix/HttpWatch/Basic/16.1.5/Neumetrix.HttpWatch.Basic.yaml +++ b/manifests/n/Neumetrix/HttpWatch/Basic/16.1.7/Neumetrix.HttpWatch.Basic.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Neumetrix.HttpWatch.Basic -PackageVersion: 16.1.5 +PackageVersion: 16.1.7 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.installer.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.installer.yaml new file mode 100644 index 0000000000000..31a3c715d7b12 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.installer.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: Reboot=ReallySuppress +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{942AD7B0-5948-4DB1-A17B-E3452D4D6CA7}' +ReleaseDate: 2026-07-27 +AppsAndFeaturesEntries: +- DisplayVersion: 34.0.0.20260727 + ProductCode: '{942AD7B0-5948-4DB1-A17B-E3452D4D6CA7}' + UpgradeCode: '{FD2FCCA9-BB8F-4485-8F70-A0621B84A7F4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Nextcloud' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextcloud-releases/desktop/releases/download/v34.0.0/Nextcloud-34.0.0-x64.msi + InstallerSha256: 6A04598FFC5E39EC519CDC7E3F17C87ED7556214E73FD3294755643BAC0DB349 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml new file mode 100644 index 0000000000000..df8d5889b2db0 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +PackageLocale: en-GB +PackageName: Nextcloud +ShortDescription: The Nextcloud Desktop Client is a tool to synchronise files from Nextcloud Server with your computer. +Description: Use the desktop clients to keep your files synchronised between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronisation +- utility +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..d22fc3ca562f1 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.locale.en-US.yaml @@ -0,0 +1,141 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +PackageLocale: en-US +Publisher: Nextcloud GmbH +PublisherUrl: https://nextcloud.com/ +PublisherSupportUrl: https://github.com/nextcloud/desktop/issues +PrivacyUrl: https://nextcloud.com/privacy +Author: Nextcloud GmbH +PackageName: Nextcloud +PackageUrl: https://nextcloud.com/ +License: GPL-2.0 +LicenseUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +Copyright: © 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +ShortDescription: The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. +Description: |- + Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. + Select one or more directories on your local machine and always have access to your latest files wherever you are. +Moniker: nextclouddesktop +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronization +- utility +ReleaseNotes: |- + What's Changed + - Automatically label issues with OS extracted from description by @i2h3 in nextcloud/desktop#9479 + - Drop macOS 12 Support by @i2h3 in nextcloud/desktop#9477 + - fix: show paused status when account has no sync sources by @Rello in nextcloud/desktop#9473 + - chore(i18n): id -> ID by @rakekniven in nextcloud/desktop#9476 + - Server Actions Integration for File Provider Extension by @i2h3 in nextcloud/desktop#9469 + - Consolidated Xcode Workspace by @i2h3 in nextcloud/desktop#9474 + - fix: use text emoji replacements to avoid creating duplicate labels by @nilsding in nextcloud/desktop#9487 + - chore: update Craft and craft cache by @nilsding in nextcloud/desktop#9494 + - fix(macOS): Defined PRODUCT_BUNDLE_IDENTIFIER for FinderSync by @i2h3 in nextcloud/desktop#9498 + - chore(macOS): Updated Xcode Project Settings by @i2h3 in nextcloud/desktop#9499 + - fix(macOS): macdeployqt now finds libvpx by @i2h3 in nextcloud/desktop#9497 + - fix(macOS): Resolved warning about deprecated ld_classic by @i2h3 in nextcloud/desktop#9495 + - fix(macOS): Resolved Some Xcode Compiler Warnings by @i2h3 in nextcloud/desktop#9500 + - fix(e2ee): ensure PIN input dialog is top most window by @mgallien in nextcloud/desktop#9490 + - chore(i18n): Add context for translators by @rakekniven in nextcloud/desktop#9492 + - chore(deps): bump actions/stale from 10.1.1 to 10.2.0 by @dependabot[bot] in nextcloud/desktop#9493 + - fix: enhanced detail in "Stale DB entry" log entry by @Rello in nextcloud/desktop#9483 + - fix(macOS): skip build-tree RPATH to prevent install_name_tool conflict by @i2h3 in nextcloud/desktop#9509 + - fix(macOS): Remove TARGETED_DEVICE_FAMILY by @i2h3 in nextcloud/desktop#9510 + - fix: remove hard-coded app name from sync folder path by @Rello in nextcloud/desktop#9515 + - Fix #7009: Remove leftover .msi and msi.log after update by @chrip in nextcloud/desktop#8980 + - fix: disable server version check (<7.0) by @Rello in nextcloud/desktop#9475 + - feat(macOS): QtWebEngine Switch by @i2h3 in nextcloud/desktop#9517 + - Fix FinderSync Extension by @i2h3 in nextcloud/desktop#9528 + - fix(win32): only increase ACL size if a new ACE is about to be added by @nilsding in nextcloud/desktop#9491 + - chore: test upload of a locked file inside a remote deleted folder by @mgallien in nextcloud/desktop#9336 + - feature: new settings UI by @Rello in nextcloud/desktop#9419 + - Bugfix/e2ee fixes for hardware certificate end to end encryption by @mgallien in nextcloud/desktop#9514 + - test(integration): add tests for FileActionsModel. by @camilasan in nextcloud/desktop#9518 + - fix(macOS): fix crash for FileProviderSettings by @nilsding in nextcloud/desktop#9540 + - fix: load app icons for external sites app by @Rello in nextcloud/desktop#9542 + - fix: suppress duplicate "The log output cannot be saved" popups by @Rello in nextcloud/desktop#9539 + - Regain Synchronization Folder Access by @i2h3 in nextcloud/desktop#9556 + - Note about missing End-to-End Encryption Support in File Provider Extension by @i2h3 in nextcloud/desktop#9561 + - chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in nextcloud/desktop#9554 + - fix(accountmanager): check existing account proxy type setting. by @camilasan in nextcloud/desktop#9551 + - fix(file-provider): Fetch share options by user ID not user name (#9074) by @i2h3 in nextcloud/desktop#9579 + - Improve error handling and clean menu texts by @mgallien in nextcloud/desktop#9585 + - feat(e2ee): add basic support for e2ee metadata format 2.1 by @mgallien in nextcloud/desktop#9571 + - fix(e2ee/vfs): disable on-demand population of encrypted folders by @mgallien in nextcloud/desktop#9570 + - Bugfix/migrate user encryption certificate by @mgallien in nextcloud/desktop#9568 + - Bugfix/better handling of locked files during upload by @mgallien in nextcloud/desktop#9566 + - feat(syncengine): fail and restart the sync if discovery is suspicious by @nilsding in nextcloud/desktop#9572 + - fix(e2ee): allow read of metadata 1.2 again by @mgallien in nextcloud/desktop#9544 + - Handle macOS alias files in File Provider Extension by @i2h3 in nextcloud/desktop#9445 + - Sync Status on App Launch by @i2h3 in nextcloud/desktop#9595 + - Updated File Provider Extension Translations by @i2h3 in nextcloud/desktop#9596 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.16.7 to 2.17.0 by @dependabot[bot] in nextcloud/desktop#9583 + - fix: Robustly parse file action responses and handle tooltip/URL children by @Rello in nextcloud/desktop#9547 + - fix(propagateuploadng): do not encode davUrl by @nilsding in nextcloud/desktop#9588 + - Refactored change enumeration completion by @i2h3 in nextcloud/desktop#9601 + - Bugfix/use display name for e2ee shares by @mgallien in nextcloud/desktop#9605 + - Refine new settings dialog by @nilsding in nextcloud/desktop#9599 + - Improve integration. by @camilasan in nextcloud/desktop#9617 + - fix(i18n): let Qt handle plural forms by @nilsding in nextcloud/desktop#9621 + - fix(file-provider): Working Set Change Enumeration by @i2h3 in nextcloud/desktop#9625 + - Sanitized file provider UI extension string catalog by @i2h3 in nextcloud/desktop#9633 + - fix(filesystem): deal with win32 long paths when recursively removing folders by @nilsding in nextcloud/desktop#9634 + - Set folders writable if remote perms require it, recurse into subdirs if etag and remoteperms differ by @nilsding in nextcloud/desktop#9637 + - chore(network): enable again our request timeout feature by @mgallien in nextcloud/desktop#9646 + - fix(read-only): make the parent folder writable before deleting a file by @mgallien in nextcloud/desktop#9655 + - feature(icon/ai): improved Nextcloud Assistant icon by @mgallien in nextcloud/desktop#9658 + - fix(macOS): Fix developer build by @i2h3 in nextcloud/desktop#9667 + - chore(i18n): Correct text case in error message label by @rakekniven in nextcloud/desktop#9672 + - chore(l10n): Update QLabel text property to not translate by @rakekniven in nextcloud/desktop#9673 + - fix(settings): add missing endGroup() in Folder::removeFromSettings by @agners in nextcloud/desktop#9607 + - Replace UNIX sockets with XPC on macOS by @i2h3 in nextcloud/desktop#9463 + - Remove Debian build by @ivaradi in nextcloud/desktop#9700 + - chore(deps): bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 by @dependabot[bot] in nextcloud/desktop#9669 + - Fix build with Xcode 26.4 by @i2h3 in nextcloud/desktop#9706 + - fix(macOS): hide dock icon when closing settings with ⌘+W by @i2h3 in nextcloud/desktop#9702 + - chore: improve one translated string by @mgallien in nextcloud/desktop#9692 + - fix(asyncimageresponse): enhance check for received SVG response by @nilsding in nextcloud/desktop#9697 + - fix(gui/settings): use different palette colour for backgrounds by @nilsding in nextcloud/desktop#9703 + - fix(integration): only call parseEndpoints if fileId is not empty. by @camilasan in nextcloud/desktop#9701 + - chore(legalnotice): update copyright year by @nilsding in nextcloud/desktop#9717 + - chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in nextcloud/desktop#9668 + - fix(macOS): Extension Display Names by @i2h3 in nextcloud/desktop#9723 + - Improve Sandbox Migration Experience by @i2h3 in nextcloud/desktop#9720 + - fix(windows/vfs): do not create DB record for invalid virtual items by @mgallien in nextcloud/desktop#9737 + - fix(windows/vfs): automated test for Windows VFS case clash items by @mgallien in nextcloud/desktop#9741 + - fix(macOS): Fix background update check incorrectly calling Sparkle when automaticallyChecksForUpdates is NO by @i2h3 in nextcloud/desktop#9744 + - fix(macOS): Sparkle Sandboxing by @i2h3 in nextcloud/desktop#9752 + - Chore/remove compilation warning qt 6.10 by @mgallien in nextcloud/desktop#9749 + - chore: systemd service is now wanted by graphical target by @mgallien in nextcloud/desktop#9758 + - fix(macOS): Set app extension version information correctly by @i2h3 in nextcloud/desktop#9766 + - fix(macOS): Launch on Login by @i2h3 in nextcloud/desktop#9773 + - fix(macOS): macOS 13 Ventura Compatibility by @i2h3 in nextcloud/desktop#9778 + - chore(ci): update images by @nilsding in nextcloud/desktop#9786 + - chore: PPA Debian package type is a community packaging by @mgallien in nextcloud/desktop#9790 + - fix(gui): use native QLineEdit styling for server address by @nilsding in nextcloud/desktop#9801 + - fix(windows/vfs): ensure critical logs are going to be produced by @mgallien in nextcloud/desktop#9800 + - Bugfix/remove useless output debug at start by @mgallien in nextcloud/desktop#9792 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.17.0 to 2.17.1 by @dependabot[bot] in nextcloud/desktop#9799 + - fix: remove unused COPY_SECUREFILEDROP_LINK socket command by @Rello in nextcloud/desktop#9808 + - fix(folderman): disconnect slotFolderCanSyncChanged when unloading folder. by @camilasan in nextcloud/desktop#9813 + - Remove Windows Shell/Explorer pinning fallback commands from SocketApi by @Rello in nextcloud/desktop#9819 + - fix(macOS): Open app settings on necessity of sandbox folder migration by @i2h3 in nextcloud/desktop#9830 + - Fix File Provider Domain Account Setup by @i2h3 in nextcloud/desktop#9838 + - fix(macOS): Word wrap in sandbox migration error display by @i2h3 in nextcloud/desktop#9841 + - keep sync dylib install_name as @rpath through cmake --install by @i2h3 in nextcloud/desktop#9844 + - fix: use openBrowser to open URLs by @Rello in nextcloud/desktop#9849 + - Store credentials provided through command line in macOS keychain by @i2h3 in nextcloud/desktop#9847 + - chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in nextcloud/desktop#9834 + - chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 by @dependabot[bot] in nextcloud/desktop#9833 + - chore(deps): bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in nextcloud/desktop#9832 + - chore(deps): bump cpp-linter/cpp-linter-action from 2.17.1 to 2.18.0 by @dependabot[bot] in nextcloud/desktop#9831 + - feature(file-provider): Open folder tray window header button by @i2h3 in nextcloud/desktop#9857 +ReleaseNotesUrl: https://github.com/nextcloud-releases/desktop/releases/tag/v34.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.yaml b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.yaml new file mode 100644 index 0000000000000..f577041818ec2 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/34.0.0/Nextcloud.NextcloudDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 34.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..7bc566a30a7fd --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.3.0 +InstallerType: wix +ProductCode: '{0336D8FA-2EF1-4F0F-85A0-E85A84A86BF2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.3.0/nimbus-headless-windows-x64.msi + InstallerSha256: 46013DC7C8466EB12D4737D720DBE92D8D2BD6E016E9540807F0ACDFB5E1FCE2 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..87578128b18fc --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..1fda75d5fd5ed --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.3.0/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..cb65c465cb2c5 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.0 +InstallerType: wix +ProductCode: '{8FC787C9-E091-49C5-905B-A3F8515E8E38}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.4.0/nimbus-headless-windows-x64.msi + InstallerSha256: 49FC552CCD4907938851B1B379F9FC01ADF5E7BD2896893144A3E1205CBCD06E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..6def3f1218361 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..003a3383e7edd --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.0/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..e665372e0d9d8 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.1 +InstallerType: wix +ProductCode: '{54D19F24-C899-455C-BAF1-A0F3436057D6}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.4.1/nimbus-headless-windows-x64.msi + InstallerSha256: E6A01E915FD5DC5C927E68B701ED609F5845F12FC1092D538335DE0A761E7E22 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..a37f31a451556 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.1 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.4.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..1327526703119 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.1/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml new file mode 100644 index 0000000000000..ebf212701253b --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oksion.XiControl +PackageVersion: 0.7.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- xicontrol +ReleaseDate: 2026-07-28 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Oksion/XiControl/releases/download/v0.7.0/XiControl-v0.7.0-win-x64.exe + InstallerSha256: F50D9083F9A1305456E67FFCB886E3BC4D7C2CD4C15ACFEBB97F3B78595F9184 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml new file mode 100644 index 0000000000000..d88a2359806b5 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oksion.XiControl +PackageVersion: 0.7.0 +PackageLocale: en-US +Publisher: Oksion +PublisherUrl: https://github.com/Oksion +PublisherSupportUrl: https://github.com/Oksion/XiControl/issues +PackageName: Xi Control +PackageUrl: https://github.com/Oksion/XiControl +License: GPL-3.0 +LicenseUrl: https://github.com/Oksion/XiControl/blob/HEAD/LICENSE +Copyright: Copyright (c) Oksion +ShortDescription: Tray utility for Xiaomi/Redmi laptops - battery charge limit, performance modes, OSD and Mi button, driver-free via the stock firmware WMI interface (MIFS). +Description: |- + Xi Control is a lightweight tray utility for Xiaomi / Redmi (Redmibook) laptops, + built primarily for the Xiaomi Book Pro 14 (2026) but not limited to it. + Battery care (charge limit) with automatic re-arm after sleep, five performance + modes including the hidden Eco mode, OSD overlays, Mi button gestures, special + key fixes (Fn-Lock OSD, microphone mute, keyboard backlight levels) and an + owl mode that keeps the system awake while the lid is closed on AC power. + Everything is driven through the firmware's stock WMI interface - no WinRing0, + no third-party drivers. Requires administrator rights (a firmware WMI + requirement); the app elevates itself via UAC on launch. +Moniker: xicontrol +Tags: +- battery +- charge-limit +- laptop +- redmi +- redmibook +- tray +- wmi +- xiaomi +ReleaseNotes: |- + What's Changed + - Auto refresh rate: 120 Hz on AC, 60 Hz on battery by @39ma in #1 + - Монитор: компактные виды — мини-строка и «только ватты» by @39ma in #2 + - Профили питания: свой режим и яркость при зарядке и от батареи by @39ma in #3 + - Фикс: отключение тачскрина больше не гасит PCI-контроллер шины by @39ma in #5 + - HTTP API для локальной сети (opt-in): режимы, заряд, статус (XIC-13) by @Oksion in #6 + New Contributors + - @39ma made their first contribution in #1 + - @Oksion made their first contribution in #6 + Full Changelog: v0.6.0...v0.7.0 +ReleaseNotesUrl: https://github.com/Oksion/XiControl/releases/tag/v0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.yaml b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.yaml new file mode 100644 index 0000000000000..76de5b35dd074 --- /dev/null +++ b/manifests/o/Oksion/XiControl/0.7.0/Oksion.XiControl.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oksion.XiControl +PackageVersion: 0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml b/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml deleted file mode 100644 index 0481e78cf9504..0000000000000 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" -InstallerType: nullsoft -Scope: machine -ProductCode: AnyBurn -ReleaseDate: 2025-07-09 -Installers: -- Architecture: x86 - InstallerUrl: https://anyburn.com/anyburn_setup.exe - InstallerSha256: 4B097FA0BEDE17A916600C17C19DAD92C9D5A38808BB270CB3974803A4A428C1 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\AnyBurn' -- Architecture: arm64 - InstallerUrl: https://anyburn.com/anyburn_setup_arm64.exe - InstallerSha256: C83C166AC3CE8F4576B0CA8EDCC5CABB3629F0BC3ED9030D7FA6BF3E2BF9EF19 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\AnyBurn' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml new file mode 100644 index 0000000000000..d07d30e3a91a2 --- /dev/null +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.installer.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" +InstallerType: nullsoft +Scope: machine +ProductCode: AnyBurnPro +ReleaseDate: 2026-04-22 +Installers: +- Architecture: x86 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\AnyBurn' +- Architecture: x64 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AnyBurn' +- Architecture: arm64 + InstallerUrl: https://anyburn.com/anyburn_pro_setup.exe + InstallerSha256: A3880EC781F63C93DAE2FE941E76E31956BB5B178B477F4BB4E79B822A21D69E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\AnyBurn' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml similarity index 77% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml index d40665ec95f08..e74c7a1fc5154 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.en-US.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.en-US.yaml @@ -1,17 +1,17 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: en-US Publisher: Power Software Ltd PublisherUrl: https://powersoftware.com/ PublisherSupportUrl: https://anyburn.com/contact.htm Author: Power Software Ltd. -PackageName: AnyBurn +PackageName: AnyBurnPro PackageUrl: https://anyburn.com/ -License: Freeware -Copyright: Copyright 2004-2025 Power Software Ltd. All rights reserved. +License: Proprietary +Copyright: Copyright 2004-2026 Power Software Ltd. All rights reserved. ShortDescription: A light weight but professional CD / DVD / Blu-ray burning software Description: |- AnyBurn is a light weight but professional CD / DVD / Blu-ray burning software that everyone must have. It provides complete solution for burning and disc imaging. @@ -37,11 +37,10 @@ Tags: - cd - dvd ReleaseNotes: |- - +) Supports compressed image files (zst, lz, and br format). - +) Can create image file from USB drive and write image file to USB drive. - +) The UI font can be changed. + +) Supports creating bootable USB drive from zip, rar, 7z files. *) Some minor bug fixes and enhancements. ReleaseNotesUrl: https://anyburn.com/tutorials/history.htm +PurchaseUrl: https://anyburn.com/order.htm Documentations: - DocumentLabel: Tutorials DocumentUrl: https://anyburn.com/tutorials/ diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml similarity index 61% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml index df71eaa055e17..d1023819058b3 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-CN.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-CN.yaml @@ -1,10 +1,10 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: zh-CN -License: 免费软件 +License: 专有软件 ShortDescription: 轻量专业的 CD / DVD / Blu-ray 刻录软件 Tags: - bd diff --git a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml similarity index 61% rename from manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml rename to manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml index ccc2a9dfbdb75..f5ccab1d815af 100644 --- a/manifests/p/PowerSoftware/AnyBurn/6.8.0.0/PowerSoftware.AnyBurn.locale.zh-TW.yaml +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.locale.zh-TW.yaml @@ -1,10 +1,10 @@ -# Automatically updated by the winget bot at 2026/May/07 +# Automatically updated by the winget bot at 2026/Jul/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json -PackageIdentifier: PowerSoftware.AnyBurn -PackageVersion: "6.8.0.0" +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" PackageLocale: zh-TW -License: 免費軟體 +License: 專有軟體 ShortDescription: 輕量專業的 CD / DVD / Blu-ray 燒錄軟體 Tags: - bd diff --git a/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml new file mode 100644 index 0000000000000..142a99df73c5a --- /dev/null +++ b/manifests/p/PowerSoftware/AnyBurn/Pro/6.9.0.0/PowerSoftware.AnyBurn.Pro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PowerSoftware.AnyBurn.Pro +PackageVersion: "6.9.0.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.installer.yaml b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.installer.yaml new file mode 100644 index 0000000000000..d139657d88c73 --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rakudo.Rakudo +PackageVersion: 26.7.1 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: uninstallPrevious +ProductCode: '{64D96B6F-A5E3-4ECA-81DC-CFF200C63834}' +ReleaseDate: 2025-05-17 +AppsAndFeaturesEntries: +- DisplayName: Rakudo 2026.07 + ProductCode: '{64D96B6F-A5E3-4ECA-81DC-CFF200C63834}' + UpgradeCode: '{08B7EB05-7EAC-4B60-9F5B-AF6E367FE0FD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rakudo' +Installers: +- Architecture: x64 + InstallerUrl: https://rakudo.org/dl/rakudo/rakudo-moar-2026.07-01-win-x86_64-msvc.msi + InstallerSha256: 5B3DF842D2DC9184471C0F204CB4DB9DC4164523CB0FCA3882CE0B828BCE5C64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.locale.en-US.yaml b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.locale.en-US.yaml new file mode 100644 index 0000000000000..a6f27b03002eb --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.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: Rakudo.Rakudo +PackageVersion: 26.7.1 +PackageLocale: en-US +Publisher: The Raku Community +PublisherUrl: https://rakudo.org/ +PublisherSupportUrl: https://github.com/rakudo/rakudo/issues +PackageName: Rakudo +PackageUrl: https://rakudo.org/downloads +License: Artistic-2.0 +LicenseUrl: https://github.com/rakudo/rakudo/blob/main/LICENSE +Copyright: Copyright © The Raku Foundation. +CopyrightUrl: https://github.com/rakudo/rakudo/blob/main/LICENSE +ShortDescription: The most mature, production-ready implementation of the Raku language. +Description: | + This is Rakudo, a Raku Programming Language compiler for the MoarVM, JVM and Javascript virtual machines. +Tags: +- hacktoberfest +- moarvm +- nqp +- raku +- rakudo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.yaml b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.yaml new file mode 100644 index 0000000000000..6a4ae3143f395 --- /dev/null +++ b/manifests/r/Rakudo/Rakudo/26.7.1/Rakudo.Rakudo.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: Rakudo.Rakudo +PackageVersion: 26.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml new file mode 100644 index 0000000000000..31baf31733555 --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.installer.yaml @@ -0,0 +1,12 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +InstallerType: portable +Commands: + - asc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/download/3.1.3/asc_3.1.3_windows_amd64.exe + InstallerSha256: 234397712B93A931D032A83CD5330228AF9317A2E5F0BA72A6E67D970B8E7437 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml new file mode 100644 index 0000000000000..249587aacafac --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: Rorkai +PackageName: asc +PackageUrl: https://github.com/rorkai/App-Store-Connect-CLI +License: MIT +LicenseUrl: https://github.com/rorkai/App-Store-Connect-CLI/blob/main/LICENSE +ShortDescription: Fast, scriptable CLI for the App Store Connect API. +Moniker: asc +Tags: + - app-store-connect + - app-store-connect-api + - cli + - ios + - testflight +ReleaseNotesUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/3.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml new file mode 100644 index 0000000000000..e99bac1ce461c --- /dev/null +++ b/manifests/r/Rorkai/ASC/3.1.3/Rorkai.ASC.yaml @@ -0,0 +1,6 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml new file mode 100644 index 0000000000000..8ea167c90b261 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.1/Rio-installer-x86_64.msi + InstallerSha256: 796F779AC3C4202E414C9EA02E00E9D42593406D5ADEB6A5166BF088B97297A5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{E6FBF97B-820A-45AD-BAFE-33F27120EE66}' + AppsAndFeaturesEntries: + - ProductCode: '{E6FBF97B-820A-45AD-BAFE-33F27120EE66}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.1/Rio-installer-aarch64.msi + InstallerSha256: 904FDB8860670AD6EE1F54DA8D0850097B309795159A80BF548D07F2C9AE9F1A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{79444D91-7AB2-49E1-A156-39EE0373718D}' + AppsAndFeaturesEntries: + - ProductCode: '{79444D91-7AB2-49E1-A156-39EE0373718D}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 0000000000000..1234dc7b5fb47 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml new file mode 100644 index 0000000000000..d80672c972883 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.1/raphamorim.rio.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.installer.yaml b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.installer.yaml new file mode 100644 index 0000000000000..173fb6062133a --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.installer.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.2 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-07-28 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.2/Rio-installer-x86_64.msi + InstallerSha256: 207FF8A31BB9C420500B4D8916D1E444A83AB15871302ADE459F4BA08466E87F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{DD3AE4FB-4069-4937-9550-8F77D1F1304E}' + AppsAndFeaturesEntries: + - ProductCode: '{DD3AE4FB-4069-4937-9550-8F77D1F1304E}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +- Architecture: arm64 + InstallerUrl: https://github.com/raphamorim/rio/releases/download/v0.5.2/Rio-installer-aarch64.msi + InstallerSha256: 13DC50F2083301C0D80E33B256E1A400A90E136DCE568F22F9E31A7C59AFF3E0 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 + ProductCode: '{CB2A02E8-29AD-402F-BEE7-8D2C83CD785E}' + AppsAndFeaturesEntries: + - ProductCode: '{CB2A02E8-29AD-402F-BEE7-8D2C83CD785E}' + UpgradeCode: '{87C21C74-DBD5-4584-89D5-46D9CD0C40A8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.locale.en-US.yaml b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.locale.en-US.yaml new file mode 100644 index 0000000000000..cdf367ac9c3aa --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.2 +PackageLocale: en-US +Publisher: Raphael Amorim +PublisherUrl: https://github.com/raphamorim/rio +PublisherSupportUrl: https://github.com/raphamorim/rio/issues +Author: Raphael Amorim +PackageName: Rio +PackageUrl: https://github.com/raphamorim/rio +License: MIT +LicenseUrl: https://github.com/raphamorim/rio/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022-present Raphael Amorim +CopyrightUrl: https://raw.githubusercontent.com/raphamorim/rio/main/LICENSE +ShortDescription: Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. +Description: |- + Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers. + The supported platforms currently consist of BSD, Linux, MacOS and Windows. +Moniker: rio +Tags: +- cross-platform +- terminal +- terminal-emulators +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.yaml b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.yaml new file mode 100644 index 0000000000000..e89479d993d76 --- /dev/null +++ b/manifests/r/raphamorim/rio/0.5.2/raphamorim.rio.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raphamorim.rio +PackageVersion: 0.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.installer.yaml b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.installer.yaml new file mode 100644 index 0000000000000..094ffd8d19bd5 --- /dev/null +++ b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: rvben.rumdl +PackageVersion: 0.2.44 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rumdl.exe + PortableCommandAlias: rumdl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rvben/rumdl/releases/download/v0.2.44/rumdl-v0.2.44-x86_64-pc-windows-msvc.zip + InstallerSha256: 0D5C39E65847721C03ADCD68EA50F0102FD130C1C75F7E765878BCFEA72DE1A4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.locale.en-US.yaml b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.locale.en-US.yaml new file mode 100644 index 0000000000000..a0355768a51da --- /dev/null +++ b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: rvben.rumdl +PackageVersion: 0.2.44 +PackageLocale: en-US +Publisher: Ruben J. Jongejan +PublisherUrl: https://github.com/rvben +PublisherSupportUrl: https://github.com/rvben/rumdl/issues +Author: Ruben J. Jongejan +PackageName: rumdl +PackageUrl: https://github.com/rvben/rumdl +License: MIT +LicenseUrl: https://github.com/rvben/rumdl/blob/main/LICENSE +Copyright: Copyright (c) 2024-2025 Ruben J. Jongejan +ShortDescription: A fast Markdown linter and formatter written in Rust. +Description: |- + rumdl is a high-performance Markdown linter and formatter written in Rust. + It catches stylistic and structural issues in Markdown documents, fixes + them automatically where possible, and integrates with editors through + the Language Server Protocol. rumdl ships a comprehensive rule set, + intelligent caching for fast incremental runs, and is configured via + pyproject.toml or .rumdl.toml. +Moniker: rumdl +Tags: +- cli +- documentation +- formatter +- linter +- markdown +- markdown-linter +- rust +- static-analysis +ReleaseNotesUrl: https://github.com/rvben/rumdl/releases/tag/v0.2.44 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/rvben/rumdl/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.yaml b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.yaml new file mode 100644 index 0000000000000..7de572e459c8e --- /dev/null +++ b/manifests/r/rvben/rumdl/0.2.44/rvben.rumdl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: rvben.rumdl +PackageVersion: 0.2.44 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.installer.yaml b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.installer.yaml new file mode 100644 index 0000000000000..bfce47b6b07f5 --- /dev/null +++ b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.installer.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SBCL.SBCL +PackageVersion: 2.6.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ReleaseDate: 2026-07-28 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Steel Bank Common Lisp' +Installers: +- Architecture: x64 + InstallerUrl: https://prdownloads.sourceforge.net/sbcl/sbcl-2.6.7-x86-64-windows-binary.msi + InstallerSha256: D85FA1805202DB7C2A55BC87FF3F642646854F5698BEFAE7D5B222905E4EFFEA + ProductCode: '{EE668746-0E9E-4FBB-BBE3-11BE3AFFCEEB}' + AppsAndFeaturesEntries: + - DisplayName: Steel Bank Common Lisp 2.6.7 (X86-64) + Publisher: http://www.sbcl.org + ProductCode: '{EE668746-0E9E-4FBB-BBE3-11BE3AFFCEEB}' + UpgradeCode: '{BFF1D4CA-0153-4AAC-BB21-06DC4B8EAD7D}' +- Architecture: arm64 + InstallerUrl: https://prdownloads.sourceforge.net/sbcl/sbcl-2.6.7-arm64-windows-binary.msi + InstallerSha256: FE9B94D7308EA1E98E8EBC0EFE946D6E4748B63E0462B981B3BEB69856D70E4C + ProductCode: '{FDF2693D-15C8-4FF5-99E0-00952E91F82E}' + AppsAndFeaturesEntries: + - DisplayName: Steel Bank Common Lisp 2.6.7 (ARM64) + Publisher: http://www.sbcl.org + ProductCode: '{FDF2693D-15C8-4FF5-99E0-00952E91F82E}' + UpgradeCode: '{BFF1D4CA-0153-4AAC-BB21-06DC4B8EAD7D}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.locale.en-US.yaml b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.locale.en-US.yaml new file mode 100644 index 0000000000000..54d36ea2e9cc8 --- /dev/null +++ b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SBCL.SBCL +PackageVersion: 2.6.7 +PackageLocale: en-US +Publisher: Steel Bank Common Lisp +PublisherUrl: https://www.sbcl.org/ +PublisherSupportUrl: https://bugs.launchpad.net/sbcl +Author: Steel Bank Common Lisp +PackageName: Steel Bank Common Lisp +PackageUrl: https://www.sbcl.org/ +License: BSD-3-Clause AND Public Domain +LicenseUrl: https://www.sbcl.org/history.html +ShortDescription: Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. +Moniker: sbcl +Tags: +- lisp +- sbcl +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.sbcl.org/manual/index.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.yaml b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.yaml new file mode 100644 index 0000000000000..ffa676831a6b4 --- /dev/null +++ b/manifests/s/SBCL/SBCL/2.6.7/SBCL.SBCL.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: SBCL.SBCL +PackageVersion: 2.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.installer.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.installer.yaml new file mode 100644 index 0000000000000..06e91cc5d8621 --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9704.32632 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://dl.jami.net/windows/beta/jami.beta.x64.msi + InstallerSha256: 6DC33A45570787893436399506D4F140318EEA0A552AA9E91A0D1A24269E3DE6 + ProductCode: '{0C80C9D2-5FD9-473F-A0D3-EDCAD4F0B1F8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.locale.en-US.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..b5306304d9734 --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9704.32632 +PackageLocale: en-US +Publisher: Savoir-Faire Linux +PackageName: Jami (BETA) +License: gnu +ShortDescription: Jami is a free and universal communication platform which preserves the user's privacy and freedoms. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.yaml b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.yaml new file mode 100644 index 0000000000000..c698c8e5f7e8a --- /dev/null +++ b/manifests/s/SFLinux/Jami/Beta/1.0.9704.32632/SFLinux.Jami.Beta.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SFLinux.Jami.Beta +PackageVersion: 1.0.9704.32632 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..b3a994cee75a9 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +InstallerType: nullsoft +Scope: user +ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: OpenCode 1.18.8 + ProductCode: d074f30d-5f88-5885-b075-be1348cc7676 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.8/opencode-desktop-win-x64.exe + InstallerSha256: B688C9313CEFDC0A20BFF5AEE47A145C2BCB97D03A4865B172AD369AAFC39FD3 +- Architecture: arm64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.18.8/opencode-desktop-win-arm64.exe + InstallerSha256: 38305B8DB95830BC1A25FB8EF85B3D061DECE22672AA47EE7156FF47A30170ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..9336eb09d7296 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +PackageLocale: en-US +Publisher: OpenCode +PublisherUrl: https://anoma.ly/ +PublisherSupportUrl: https://github.com/anomalyco/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It's available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI and desktop app. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + + Improvements + - Improved compatibility with newer MCP servers and OAuth flows. + + Bugfixes + - Reconnects MCP servers after expired SDK sessions, including concurrent requests. + - Honors configured MCP OAuth callback ports in mcp debug. + - Stops sending deprecated sampling defaults to newer Gemini models. + + Desktop + + Improvements + - Added a shortcut to open the project selector in new sessions. + + Bugfixes + - Tab keyboard navigation now follows the visible tab order. + - Opening files now expands Windows folders with trailing separators. + - Server status uses blue when an integration needs attention. + - Provider connection state now refreshes immediately after changes. + - Linux packages now install AppStream metadata. (@develop7) + - Local desktop runs now use the channel database. + - Prevents freezes when closing projects from the home view. + - Prevents the right panel from freezing the session view while loading. + Thank you to 2 community contributors: + - @OpeOginni: + - fix(core): correct MCP environment field in built-in skill (#39175) + - @develop7: + - fix(desktop): install AppStream metainfo in Linux packages (#36872) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.18.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..b27b04441439e --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.18.8/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.18.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml index 60f5a98760615..fe5bb2fae5624 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.installer.yaml @@ -1,381 +1,381 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -InstallerType: inno -UpgradeBehavior: install -Commands: -- bcomp -FileExtensions: -- bcpkg -- bcss -ProductCode: BeyondCompare5_is1 -ReleaseDate: 2026-07-22 -Installers: -- InstallerLocale: en - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: en - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: en - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: en - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe - InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: de - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: de - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: de - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: de - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe - InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: fr - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: fr - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: fr - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: fr - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe - InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ja - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ja - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ja - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ja - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe - InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-CN - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-CN - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe - InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: cs - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: cs - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: cs - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: cs - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe - InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: es - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: es - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: es - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: es - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe - InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ga - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ga - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ga - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ga - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe - InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: id - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: id - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: id - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: id - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe - InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: it - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: it - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: it - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: it - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe - InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ko - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ko - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: ko - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: ko - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe - InstallerSha256: 848483BF5E42322F11540DCD6C18F9889BB585BB1E2208F6A1ABCC16DB5E66C1 - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: nl - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: nl - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: nl - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: nl - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe - InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-TW - Architecture: x86 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-TW - Architecture: x86 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /ALLUSERS -- InstallerLocale: zh-TW - Architecture: x64 - Scope: user - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /CURRENTUSER -- InstallerLocale: zh-TW - Architecture: x64 - Scope: machine - InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe - InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +InstallerType: inno +UpgradeBehavior: install +Commands: +- bcomp +FileExtensions: +- bcpkg +- bcss +ProductCode: BeyondCompare5_is1 +ReleaseDate: 2026-07-22 +Installers: +- InstallerLocale: en + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: en + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: en + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-5.2.4.32425.exe + InstallerSha256: D0392ABFFD378727D88988C7DEFF57E9E6D936165DB4C599F6E007F7F48A405C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: de + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: de + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-de-5.2.4.32425.exe + InstallerSha256: 1736961C5DDE57FF0799BB1135642C8B96CCFE07CEA8FB08C0AD56F1ABA83D07 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: fr + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: fr + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-fr-5.2.4.32425.exe + InstallerSha256: 4AA7BA26EF1EA92F931E3FAAEAF3D320BBF519BB387E607C931775D45A7C6DA4 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ja + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ja + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-jp-5.2.4.32425.exe + InstallerSha256: E8FE9265AB7EC413D9D9D66C278C1AA6A3D3A688D9E7596CDD08753DB97F2496 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-CN + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-CN + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-zh-5.2.4.32425.exe + InstallerSha256: 2E41B86F20747D708AA8A28F86FD9B7248C51E76E16AA7D248155FA3E4256FEA + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: cs + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: cs + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: cs + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: cs + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cs-5.2.4.32425.exe + InstallerSha256: 41AE09BB5AFAC8A3EB2066879BB09C10ACE01DC5818643644C2883B4E53CB074 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: es + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: es + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: es + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-es-5.2.4.32425.exe + InstallerSha256: 75CFF3E186B047AFAF5D2B789C72C4CE99C421B120E2753D7523AA70F8E4C18A + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ga + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ga + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ga + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ga + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-ga-5.2.4.32425.exe + InstallerSha256: FC53A1CD19842EE17ABFDFCD3EBFB041E7EA7FB4C2B779B5C1E1024614502B45 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: id + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: id + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-id-5.2.4.32425.exe + InstallerSha256: C1B5B949F2EF5EE77CD92D57F19A5117D4B4E2992EE5BCC74DA2D3F80A49D855 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: it + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: it + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: it + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: it + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-it-5.2.4.32425.exe + InstallerSha256: 30E81CF6327E327ADC0102EFA3B273749759366C947D8E7D881654818F7D073E + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: ko + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: ko + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-kr-5.2.4.32425.exe + InstallerSha256: 2431C3124A0BCAE5770B713FF3858C189405BC95F56F8486753BFE515F9480E5 + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: nl + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: nl + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: nl + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: nl + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-nl-5.2.4.32425.exe + InstallerSha256: 2B2BEAECDD626CC0975DCD8A7CE112A965631D0B921E0E07F913D63630C47F8F + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-TW + Architecture: x86 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-TW + Architecture: x86 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /ALLUSERS +- InstallerLocale: zh-TW + Architecture: x64 + Scope: user + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /CURRENTUSER +- InstallerLocale: zh-TW + Architecture: x64 + Scope: machine + InstallerUrl: https://www.scootersoftware.com/files/BCompare-cn-5.2.4.32425.exe + InstallerSha256: 2BE8689D8183A190EB59DDEFE5D510BBCCA3C588D8320244978D82B0AA03D34C + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml index 4069be5bee7c3..a822e5ee19814 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.en-US.yaml @@ -1,36 +1,36 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -PackageLocale: en-US -Publisher: Scooter Software -PublisherUrl: https://www.scootersoftware.com/ -PublisherSupportUrl: https://www.scootersoftware.com/support -PrivacyUrl: https://www.scootersoftware.com/kb/privacy -Author: Scooter Software, Inc. -PackageName: Beyond Compare 5 -PackageUrl: https://www.scootersoftware.com/download -License: Proprietary -LicenseUrl: https://www.scootersoftware.com/kb/licensev5 -Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. -CopyrightUrl: https://www.scootersoftware.com/about/legal -ShortDescription: Beyond Compare is the popular choice for data comparison. Compare folders, text files, images, and tables. Review differences efficiently and merge changes with confidence. -Tags: -- compare -- file -- merge -ReleaseNotes: |- - Folder Compare - - Windows: Fixed folders on FAT32 drives showing incorrect timestamps after opening them. - Third Party Libraries - - Updated 7-zip to v26.02. Fixes CVE-2026-14266. - - Updated UnRAR source to v7.2.7 and UnRAR.dll to v7.2.3. - - Windows: Updated Delphi to v13.1. - Crashes - - Windows: Fixed crash when shutting down Beyond Compare with unsaved Text Compare edits. - - Linux: Fixed crash when running on systems without SSE3 or SSE4 instructions. -ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog -PurchaseUrl: https://www.scootersoftware.com/shop -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +PackageLocale: en-US +Publisher: Scooter Software +PublisherUrl: https://www.scootersoftware.com/ +PublisherSupportUrl: https://www.scootersoftware.com/support +PrivacyUrl: https://www.scootersoftware.com/kb/privacy +Author: Scooter Software, Inc. +PackageName: Beyond Compare 5 +PackageUrl: https://www.scootersoftware.com/download +License: Proprietary +LicenseUrl: https://www.scootersoftware.com/kb/licensev5 +Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. +CopyrightUrl: https://www.scootersoftware.com/about/legal +ShortDescription: Beyond Compare is the popular choice for data comparison. Compare folders, text files, images, and tables. Review differences efficiently and merge changes with confidence. +Tags: +- compare +- file +- merge +ReleaseNotes: |- + Folder Compare + - Windows: Fixed folders on FAT32 drives showing incorrect timestamps after opening them. + Third Party Libraries + - Updated 7-zip to v26.02. Fixes CVE-2026-14266. + - Updated UnRAR source to v7.2.7 and UnRAR.dll to v7.2.3. + - Windows: Updated Delphi to v13.1. + Crashes + - Windows: Fixed crash when shutting down Beyond Compare with unsaved Text Compare edits. + - Linux: Fixed crash when running on systems without SSE3 or SSE4 instructions. +ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog +PurchaseUrl: https://www.scootersoftware.com/shop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml index fc70893ed953a..b5e195365b50f 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.locale.zh-CN.yaml @@ -1,26 +1,26 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -PackageLocale: zh-CN -Publisher: Scooter Software -PublisherUrl: https://www.scootersoftware.com/ -PublisherSupportUrl: https://www.scootersoftware.com/support -PrivacyUrl: https://www.scootersoftware.com/kb/privacy -Author: Scooter Software, Inc. -PackageName: Beyond Compare 5 -PackageUrl: https://www.scootersoftware.com/download -License: 专有软件 -LicenseUrl: https://www.scootersoftware.com/kb/licensev5 -Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. -CopyrightUrl: https://www.scootersoftware.com/about/legal -ShortDescription: Beyond Compare 是数据对比的首选。可比较文件夹、文本文件、图像和表格。高效审查差异,放心合并更改。 -Tags: -- 合并 -- 文件 -- 比较 -ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog -PurchaseUrl: https://www.scootersoftware.com/shop -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +PackageLocale: zh-CN +Publisher: Scooter Software +PublisherUrl: https://www.scootersoftware.com/ +PublisherSupportUrl: https://www.scootersoftware.com/support +PrivacyUrl: https://www.scootersoftware.com/kb/privacy +Author: Scooter Software, Inc. +PackageName: Beyond Compare 5 +PackageUrl: https://www.scootersoftware.com/download +License: 专有软件 +LicenseUrl: https://www.scootersoftware.com/kb/licensev5 +Copyright: Copyright © 1996-2026 Scooter Software Inc. All rights reserved. +CopyrightUrl: https://www.scootersoftware.com/about/legal +ShortDescription: Beyond Compare 是数据对比的首选。可比较文件夹、文本文件、图像和表格。高效审查差异,放心合并更改。 +Tags: +- 合并 +- 文件 +- 比较 +ReleaseNotesUrl: https://www.scootersoftware.com/download/v5changelog +PurchaseUrl: https://www.scootersoftware.com/shop +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml index 7f8a0d0ffa109..2ae82a372ee30 100644 --- a/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml +++ b/manifests/s/ScooterSoftware/BeyondCompare/5/5.2.4.32425/ScooterSoftware.BeyondCompare.5.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ScooterSoftware.BeyondCompare.5 -PackageVersion: 5.2.4.32425 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ScooterSoftware.BeyondCompare.5 +PackageVersion: 5.2.4.32425 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml index 3a7097fdc76a6..62d0f60cf5020 100644 --- a/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml +++ b/manifests/s/Seafuture/NetpasMessage/1.0/Seafuture.NetpasMessage.installer.yaml @@ -8,12 +8,13 @@ Scope: machine Protocols: - netpasmessage ProductCode: '{5744BE9E-4C12-4A23-BFFD-BBAE8C84456E}_is1' +ReleaseDate: 2026-07-28 Installers: - Architecture: x86 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 3696FB59F99D0DC6890CDA10AAC10DA80D1C419F261BBF86704CE815313625F6 + InstallerSha256: 877678F7D4E5CCA2A8F8532F1C237C02B56E24B461BADB9F1381135238FE76FC - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasMessageSetup.exe - InstallerSha256: 3696FB59F99D0DC6890CDA10AAC10DA80D1C419F261BBF86704CE815313625F6 + InstallerSha256: 877678F7D4E5CCA2A8F8532F1C237C02B56E24B461BADB9F1381135238FE76FC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml new file mode 100644 index 0000000000000..af19cd03c98de --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- SHARPpy-Reimagined +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/download/v0.6.0/SHARPpy-Reimagined-v0.6.0-windows-x64.exe + InstallerSha256: C86DE9DEEDE6BE03B30120197F35872601FFC61BEA753E906EE2BFE5E526E457 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml new file mode 100644 index 0000000000000..97f84b4d4e176 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: Shian Michael +PublisherUrl: https://github.com/ShianMike +PublisherSupportUrl: https://github.com/ShianMike/SHARPpy-Reimagined/issues +Author: Shian Michael +PackageName: SHARPpy-Reimagined +PackageUrl: https://github.com/ShianMike/SHARPpy-Reimagined +License: BSD-3-Clause +LicenseUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +Copyright: Copyright © Shian Michael +CopyrightUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +ShortDescription: Modern sounding analysis and SHARPpy-style rendering for Python 3.11+, Qt6/PySide6, UWyo, ERA5, and WRF workflows. +Description: SHARPpy Reimagined - Modern sounding analysis and SHARPpy-style rendering for Python 3.11+. SHARPpy Reimagined is a modernized, standalone fork of SHARPpy, focused on packageable Python 3.11+ workflows, Qt6/PySide6 rendering, and reproducible point-sounding tools. It keeps the familiar SPC-style skew-T, hodograph, hazard, and derived-parameter views while adding clean command-line entry points, bundled resources, and a test-backed decoder/extractor layer. +Moniker: sharppy-reimagined +Tags: +- atmospheric-science +- hodograph +- meteorology +- pyside6 +- python +- qt6 +- severe-weather +- sharppy +- skew-t +- sounding +- weather +ReleaseNotes: |- + What's Changed + - Release v0.6.0 by @ShianMike in #15 +ReleaseNotesUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/tag/v0.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.yaml new file mode 100644 index 0000000000000..35d7267eac414 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/0.6.0/ShianMike.SHARPpy-Reimagined.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml similarity index 60% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml index a053370a2d786..57c9668ef0f80 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785184098-gdd0f3f +PackageVersion: 0.0.1785228716-gedda19 InstallerType: portable Commands: - amp Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1785184098-gdd0f3f/amp-windows-x64-baseline.exe - InstallerSha256: 25772BB6E76A7F0B3ED8D2C0E17868A0389F3CAA02CFB3841E1C534D636150A5 + InstallerUrl: https://static.ampcode.com/cli/0.0.1785228716-gedda19/amp-windows-x64-baseline.exe + InstallerSha256: B0E4DF5981FF41401A8191436CBDB26C883C79643C4C5BC7736C64329F58365A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml index 1258e27fb3a4e..cc0a26a2f5e94 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785184098-gdd0f3f +PackageVersion: 0.0.1785228716-gedda19 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml index c56586114fdc1..4b02e96393ce1 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785184098-gdd0f3f +PackageVersion: 0.0.1785228716-gedda19 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml index 4622633a39017..55f42fc121487 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785184098-gdd0f3f/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785184098-gdd0f3f +PackageVersion: 0.0.1785228716-gedda19 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.installer.yaml b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.installer.yaml new file mode 100644 index 0000000000000..81a5272c1c56e --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.18.8 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{D99EA7F4-1817-4315-86F5-9860EBA590D4}' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{9A01B1BB-D16F-5024-B6C4-49466D7730D8}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.aptakube.com/Aptakube_1.18.8_x64_en-US.msi + InstallerSha256: 0ED24212F4D3B23DB10EEDBDBA01AD09B83D34C1BC74B065439EF3DFB8C97775 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.locale.en-US.yaml b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.locale.en-US.yaml new file mode 100644 index 0000000000000..bbfae83ef1b5e --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SumbitLabs.Aptakube +PackageVersion: 1.18.8 +PackageLocale: en-US +Publisher: Sumbit Labs Limited +PublisherUrl: https://aptakube.com/ +PublisherSupportUrl: https://github.com/aptakube/aptakube/issues +PrivacyUrl: https://aptakube.com/legal/privacy +Author: Sumbit Labs Limited +PackageName: Aptakube +PackageUrl: https://aptakube.com/ +License: Proprietary +LicenseUrl: https://aptakube.com/legal/eula +Copyright: © 2026 Sumbit Labs Limited. All rights reserved. +CopyrightUrl: https://aptakube.com/legal/eula +ShortDescription: Modern, lightweight and multi-cluster Kubernetes GUI. +Description: |- + Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux. + Features: + - 💯 Connect to one or more clusters simultaneously + - ⚡️ Aggregated Log Viewer + - ⚖️ Resource Diff + - ✌️ Multi-Namespace Selector + - 💪 Human-friendly resource view + - ✍️ View & modify objects + - 🎉 Zero-config setup + - 😉 NOT another Electron app + - ✅ Works with any Kubernetes cluster: on-prem, GKE, EKS, AKS and others. + - 💻 Available on Windows, macOS and Linux +Tags: +- cluster +- docker +- k8s +- kubectl +- kubernetes +ReleaseNotes: This release contains no public-facing changes, only underlying dependency updates to enhance stability. +ReleaseNotesUrl: https://github.com/aptakube/aptakube/releases/tag/1.18.8 +PurchaseUrl: https://aptakube.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.locale.zh-CN.yaml b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3da5de15300f --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.18.8 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 现代、轻量级且支持多集群的 Kubernetes 图形界面。 +Description: |- + 现代、轻量级且支持多集群的 Kubernetes 图形界面。适用于 Windows、macOS 和 Linux 系统。 + 功能亮点: + - 💯 同时连接一个或多个集群 + - ⚡️ 聚合日志查看器 + - ⚖️ 资源差异对比 + - ✌️ 多命名空间选择器 + - 💪 人性化的资源视图 + - ✍️ 查看与编辑对象 + - 🎉 零配置快速上手 + - 😉 绝非又一款 Electron 应用 + - ✅ 兼容所有 Kubernetes 集群:本地部署、GKE、EKS、AKS 及其他平台 + - 💻 支持 Windows、macOS 和 Linux 三大平台 +Tags: +- docker +- k8s +- kubectl +- kubernetes +- 集群 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.yaml b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.yaml new file mode 100644 index 0000000000000..ea19222b80756 --- /dev/null +++ b/manifests/s/SumbitLabs/Aptakube/1.18.8/SumbitLabs.Aptakube.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: SumbitLabs.Aptakube +PackageVersion: 1.18.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.installer.yaml b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml similarity index 74% rename from manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.installer.yaml rename to manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml index 6cc0eb74e56ae..c9d19f32ef3ca 100644 --- a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.installer.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.41.1 +PackageVersion: 9.42.0 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -12,13 +12,13 @@ Protocols: - ssh - terminus ProductCode: 783bade9-3e66-5d68-a8fa-f225b8034101 -ReleaseDate: 2026-07-09 +ReleaseDate: 2026-07-28 Installers: - Architecture: x86 InstallerUrl: https://autoupdate.termius.com/windows-beta/Install%20Termius%20Beta.exe - InstallerSha256: AB907515629E85C0277BA79C046C8E2364D67F1333E28CAEFE76F51F748EE4CE + InstallerSha256: D2C328C1BC9A9C2CE7876ED5B36A95D5BD48AC06F14546F87D8EB9E1801A2F66 - Architecture: x64 InstallerUrl: https://autoupdate.termius.com/windows-beta/Install%20Termius%20Beta.exe - InstallerSha256: AB907515629E85C0277BA79C046C8E2364D67F1333E28CAEFE76F51F748EE4CE + InstallerSha256: D2C328C1BC9A9C2CE7876ED5B36A95D5BD48AC06F14546F87D8EB9E1801A2F66 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.en-US.yaml b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml similarity index 98% rename from manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.en-US.yaml rename to manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml index 350a884fcae3b..249054b5cb4bd 100644 --- a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.en-US.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.41.1 +PackageVersion: 9.42.0 PackageLocale: en-US Publisher: Termius Corporation PublisherUrl: https://termius.com/ diff --git a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.zh-CN.yaml b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml similarity index 97% rename from manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.zh-CN.yaml rename to manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml index 8bc053463eb98..b3d09a9f5a387 100644 --- a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.locale.zh-CN.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.41.1 +PackageVersion: 9.42.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于 Windows 的现代 SSH 客户端 diff --git a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.yaml b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml similarity index 91% rename from manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.yaml rename to manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml index 1bce0e6f9962f..ebc2749baec18 100644 --- a/manifests/t/Termius/Termius/Beta/9.41.1/Termius.Termius.Beta.yaml +++ b/manifests/t/Termius/Termius/Beta/9.42.0/Termius.Termius.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Termius.Termius.Beta -PackageVersion: 9.41.1 +PackageVersion: 9.42.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.installer.yaml new file mode 100644 index 0000000000000..e18a33227d28c --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.0 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.0/dotweave-win-x64.exe + InstallerSha256: 7CCC32641D7A8B46119C0D4C33B300EB8065782120B6581A71287DBD947A622A +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.0/dotweave-win-arm64.exe + InstallerSha256: 483ED8386F2E5E6B88F232620603A511B3CE01E0EFF76F12CF250354F3510D8C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 0000000000000..7c105e33af6d3 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v2.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.yaml new file mode 100644 index 0000000000000..318bb1082e09e --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.0/tinyrack.dotweave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.installer.yaml new file mode 100644 index 0000000000000..26f99096e7df4 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.1 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.1/dotweave-win-x64.exe + InstallerSha256: 295B193030B361EE9E63A2CC8FADA4BEB8D8B3ECEF6C500D4634648549B1DB96 +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.1.1/dotweave-win-arm64.exe + InstallerSha256: 1DDFF6657C0EEBF60E607B03B4D911D369522207E5FE8B833C9EB3566AA46DEF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 0000000000000..8cf018734dea4 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.1 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v2.1.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.yaml new file mode 100644 index 0000000000000..137ce611896f1 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.1.1/tinyrack.dotweave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.installer.yaml b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.installer.yaml new file mode 100644 index 0000000000000..901d5dc2b96fc --- /dev/null +++ b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.proxer +PackageVersion: 0.14.1 +InstallerLocale: en-US +InstallerType: portable +Commands: +- proxer +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/proxer/releases/download/v0.14.1/proxer-win-x64.exe + InstallerSha256: B40311F4D12A9F5F8A11A011342953DD1FEFB02C5E549C63AFA91D2BC8D8A55D +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/proxer/releases/download/v0.14.1/proxer-win-arm64.exe + InstallerSha256: B2EAE10EFB169652C19E893275176E989E3B270AFC21CD64443E4CE39B62912D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.locale.en-US.yaml b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.locale.en-US.yaml new file mode 100644 index 0000000000000..67c8bee89e49a --- /dev/null +++ b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.proxer +PackageVersion: 0.14.1 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/proxer/issues +PackageName: proxer +PackageUrl: https://github.com/tinyrack-net/proxer +License: MIT +LicenseUrl: https://github.com/tinyrack-net/proxer/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Reverse-tunnel CLI for exposing local HTTP, SSE, and WebSocket services +Tags: +- cli +- tunnel +- reverse-tunnel +- http-proxy +- websocket +ReleaseNotesUrl: https://github.com/tinyrack-net/proxer/releases/tag/v0.14.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/proxer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.yaml b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.yaml new file mode 100644 index 0000000000000..30c8d84f85b49 --- /dev/null +++ b/manifests/t/tinyrack/proxer/0.14.1/tinyrack.proxer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tinyrack.proxer +PackageVersion: 0.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.installer.yaml b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.installer.yaml new file mode 100644 index 0000000000000..2d27e48ed100d --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: omniget +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: omniget + Publisher: tonho + ProductCode: omniget +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\omniget' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tonhowtf/omniget/releases/download/v0.7.6/omniget_0.7.6_x64-setup.exe + InstallerSha256: 91C4878C5E47778AD9CD727FF053577116EB2D7858228A6E5954212CCC7009E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.locale.en-US.yaml b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.locale.en-US.yaml new file mode 100644 index 0000000000000..b13e7e39979ff --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.6 +PackageLocale: en-US +Publisher: tonhowtf +PublisherUrl: https://github.com/tonhowtf +PublisherSupportUrl: https://github.com/tonhowtf/omniget/issues +Author: tonhowtf +PackageName: OmniGet +PackageUrl: https://github.com/tonhowtf/omniget +License: GPL-3.0 +LicenseUrl: https://github.com/tonhowtf/omniget/blob/HEAD/LICENSE +ShortDescription: Desktop app to download videos, courses, and media from 50+ platforms. +Description: Desktop app to download videos, courses, and media from 50+ platforms. YouTube, Instagram, TikTok, Bilibili (哔哩哔哩), Douyin (抖音), 小红书, 快手, 优酷, Hotmart, Udemy, Kiwify, Telegram, and 1000+ more via yt-dlp. Download torrents and send files between devices over P2P. +Tags: +- bilibili-downloader +- course-downloader +- download-manager +- hotmart-downloader +- instagram-downloader +- media-downloader +- reddit-downloader +- rust +- tauri +- tiktok-downloader +- twitter-downloader +- udemy +- udemy-downloader +- video-downloader +- youtube-downloader +- yt-dlp +ReleaseNotes: |- + Downloads + Windows: .exe installer or portable. + macOS: .dmg (Apple Silicon aarch64 or Intel x86_64). + Linux: .AppImage (universal) or .deb (Debian/Ubuntu). + Debian/Ubuntu users — AppImage compatibility + Debian 12+ ships without FUSE 2 by default, which AppImage requires. + If ./omniget.AppImage fails with a libfuse error, run: + sudo apt install libfuse2 + …or use ./omniget.AppImage --appimage-extract-and-run. + Easier alternative: download the .deb instead — works out of the + box on Debian 12+ and Ubuntu 22.04+. + macOS users — "OmniGet is damaged and can't be opened" + The app is not notarized with Apple yet, so Gatekeeper quarantines it. + After moving the app to /Applications, run: + xattr -cr /Applications/omniget.app + Then open it normally. If it still refuses, allow it under + System Settings → Privacy & Security. +ReleaseNotesUrl: https://github.com/tonhowtf/omniget/releases/tag/v0.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.yaml b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.yaml new file mode 100644 index 0000000000000..7e538fb359a15 --- /dev/null +++ b/manifests/t/tonhowtf/OmniGet/0.7.6/tonhowtf.OmniGet.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonhowtf.OmniGet +PackageVersion: 0.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml similarity index 75% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml index 617b13b3182bc..17b1174a7bc42 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.installer.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.installer.yaml @@ -2,25 +2,25 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 InstallerType: nullsoft InstallerSwitches: Upgrade: --updated Protocols: - upnote ProductCode: 25d6aa7b-585b-5b4c-8403-aece86b972ea -ReleaseDate: 2026-07-19 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 7ADD4482ECFFA992E586F0A5091760ACCF35314963390FB7074DCF94E93A3DF8 + InstallerSha256: ED6D718DB840B04CFDDED285FD2FB31D5F45C1B55940B6A94B404E1E527B6615 InstallerSwitches: Custom: /currentuser - Architecture: x64 Scope: machine InstallerUrl: https://download.getupnote.com/app/UpNote%20Setup.exe - InstallerSha256: 7ADD4482ECFFA992E586F0A5091760ACCF35314963390FB7074DCF94E93A3DF8 + InstallerSha256: ED6D718DB840B04CFDDED285FD2FB31D5F45C1B55940B6A94B404E1E527B6615 InstallerSwitches: Custom: /allusers ManifestType: installer diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml similarity index 79% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml index 63f28f59178c5..1a48bbe73d860 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.en-US.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 PackageLocale: en-US Publisher: UpNote Pte. Ltd. PublisherUrl: https://getupnote.com/ @@ -20,6 +20,10 @@ Tags: - memo - memorandum - notes +ReleaseNotes: |- + - Improved app security and reliability. + - Fixed an issue where the file selection dialog always defaulted to the Downloads folder. + - Added support for RPM packages on Fedora and other RPM-based Linux distributions. ReleaseNotesUrl: https://help.getupnote.com/more/release-notes/mac-windows-and-linux-apps PurchaseUrl: https://getupnote.com/#pricing Documentations: diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml similarity index 95% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml index 06d91e24df55d..f981d2935ad09 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.locale.zh-CN.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款强大而优雅的笔记整理应用 diff --git a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml similarity index 91% rename from manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml rename to manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml index b37bd1fa049fc..3c71476092eea 100644 --- a/manifests/u/UpNote/UpNote/9.19.3/UpNote.UpNote.yaml +++ b/manifests/u/UpNote/UpNote/9.20.0/UpNote.UpNote.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: UpNote.UpNote -PackageVersion: 9.19.3 +PackageVersion: 9.20.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.installer.yaml b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.installer.yaml new file mode 100644 index 0000000000000..4b86629559798 --- /dev/null +++ b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: User123.KeyboardMouseInteraction +PackageVersion: 1.1.2 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/User123456789-0/Keyboard-mouse-interaction/releases/download/v1.1.2/Keyboard-Mouse-Interaction-Setup-1.1.2.exe + InstallerSha256: A3591DCD64611E1C313B9FA6DC224C8D6FBA85AAEC6ACD29C79BD92194D9BE4E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-13 diff --git a/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.locale.en-US.yaml b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.locale.en-US.yaml new file mode 100644 index 0000000000000..b043c03658088 --- /dev/null +++ b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: User123.KeyboardMouseInteraction +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: Adit +PublisherUrl: https://github.com/User123456789-0 +PublisherSupportUrl: https://github.com/User123456789-0/Keyboard-mouse-interaction/issues +PackageName: Keyboard Mouse Interaction +PackageUrl: https://github.com/User123456789-0/Keyboard-mouse-interaction +License: Proprietary +ShortDescription: Used when computer mouse is not working +ReleaseNotesUrl: https://github.com/User123456789-0/Keyboard-mouse-interaction/releases/tag/v1.1.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/User123456789-0/Keyboard-mouse-interaction/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.yaml b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.yaml new file mode 100644 index 0000000000000..1718174d51b4d --- /dev/null +++ b/manifests/u/User123/KeyboardMouseInteraction/1.1.2/User123.KeyboardMouseInteraction.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: User123.KeyboardMouseInteraction +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 0000000000000..65b061ca41766 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.installer.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4116.3 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4116.3.x64.exe + InstallerSha256: DF7A7902D82BF6F48C766C0D65976C46518FF0494EB422F89FE80180E13EC8B0 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4116.3.x64.exe + InstallerSha256: DF7A7902D82BF6F48C766C0D65976C46518FF0494EB422F89FE80180E13EC8B0 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4116.3.arm64.exe + InstallerSha256: C08425E31F4D39EF091085A45EF64AC2A9F243237CB623063FE87981D48452EF + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.8.2.4116.3.arm64.exe + InstallerSha256: C08425E31F4D39EF091085A45EF64AC2A9F243237CB623063FE87981D48452EF + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 0000000000000..cf8f1a7ba4d8f --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4116.3 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [Chromium] Update to 152.0.7967.0 + - [Crash] On pressing Search multimedia hardware key event VB-130322 + - [Reader] No focus on reader view activation VB-118875 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/8.2.4116.3.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db46baccc91fa --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.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: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4116.3 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 0000000000000..a6686ae281144 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/8.2.4116.3/Vivaldi.Vivaldi.Snapshot.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 8.2.4116.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml similarity index 76% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml index d2a973b9aea87..acadd80738ae9 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.installer.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.installer.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -20,7 +20,7 @@ InstallationMetadata: Installers: - Architecture: x86 InstallerUrl: https://files.vovsoft.com/desktop-diary.exe - InstallerSha256: F6BACD2D70BA39EFEFE83540407E7010FDEA9F51193C6D7A48B8598CFF126155 + InstallerSha256: B3DD7B85B29C3B5DECD970713748F713FE62090685B7957A0A6C7C8C256961A3 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-07-06 +ReleaseDate: 2026-07-28 diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml similarity index 96% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml index d1434e513ad47..074a27150b571 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.locale.en-US.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml similarity index 73% rename from manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml rename to manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml index a54cb337727e2..e150ca3fa20e1 100644 --- a/manifests/v/VovSoft/DesktopDiary/3.2.0.0/VovSoft.DesktopDiary.yaml +++ b/manifests/v/VovSoft/DesktopDiary/3.3.0.0/VovSoft.DesktopDiary.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VovSoft.DesktopDiary -PackageVersion: 3.2.0.0 +PackageVersion: 3.3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.installer.yaml b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.installer.yaml new file mode 100644 index 0000000000000..b9ba5ae42614d --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Xpoz.XpozCli +PackageVersion: 0.3.10 +InstallerType: portable +Commands: +- xpoz-cli +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XPOZpublic/xpoz-cli/releases/download/v0.3.10/xpoz-cli-windows-amd64.exe + InstallerSha256: 029232B8BCC2DCC762C6536BBE865C9596C92534E4602B5F355B75E1328DF917 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.locale.en-US.yaml b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.locale.en-US.yaml new file mode 100644 index 0000000000000..e77d55d40bc2b --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Xpoz.XpozCli +PackageVersion: 0.3.10 +PackageLocale: en-US +Publisher: Xpoz +PublisherUrl: https://www.xpoz.ai +PublisherSupportUrl: https://github.com/XPOZpublic/xpoz-cli/issues +Author: Xpoz +PackageName: xpoz-cli +PackageUrl: https://github.com/XPOZpublic/xpoz-cli +License: MIT +LicenseUrl: https://github.com/XPOZpublic/xpoz-cli/blob/main/LICENSE +ShortDescription: Standalone CLI wrapper around the Xpoz Python SDK. +Description: |- + xpoz-cli is the official command-line interface for the Xpoz social media intelligence platform. + It wraps the Xpoz Python SDK and exposes every SDK method as a CLI subcommand across Twitter, + Instagram, Reddit, TikTok, and tracking — with paginated result handling, CSV export, and + persistent authentication. +Moniker: xpoz-cli +Tags: +- cli +- xpoz +- social-media +- twitter +- instagram +- reddit +- tiktok +ReleaseNotesUrl: https://github.com/XPOZpublic/xpoz-cli/releases/tag/v0.3.10 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/XPOZpublic/xpoz-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.yaml b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.yaml new file mode 100644 index 0000000000000..0a8f70f773356 --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.10/Xpoz.XpozCli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Xpoz.XpozCli +PackageVersion: 0.3.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.installer.yaml b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.installer.yaml new file mode 100644 index 0000000000000..631849bebf708 --- /dev/null +++ b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yandex.Disk +PackageVersion: 3.2.49.5187 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -silent -norestart + SilentWithProgress: -silent -norestart +UpgradeBehavior: install +Protocols: +- telemost +- yandex-disk +ProductCode: YandexDisk2 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://disk.cdn.yandex.net/update/stable/790ac6f48265a855e8a39584eac2b4c2/YandexDisk30Setup_x86.exe + InstallerSha256: 7C3EBC8733196B1673F5AA7041A1CCEB271900E80818B12F716E5563379FD3E9 +- Architecture: x86 + Scope: machine + InstallerUrl: https://disk.cdn.yandex.net/update/stable/790ac6f48265a855e8a39584eac2b4c2/YandexDisk30Setup_x86.exe + InstallerSha256: 7C3EBC8733196B1673F5AA7041A1CCEB271900E80818B12F716E5563379FD3E9 + InstallerSwitches: + Custom: -permachine +- Architecture: x64 + Scope: user + InstallerUrl: https://disk.cdn.yandex.net/update/stable/dc24b474f0ad029f74fa341beb37b1ea/YandexDisk30Setup_x64.exe + InstallerSha256: 95E33CCCA1641DEC786B5FF1C74DB6845CBEDBC35740F0E40F71A1367B07224A +- Architecture: x64 + Scope: machine + InstallerUrl: https://disk.cdn.yandex.net/update/stable/dc24b474f0ad029f74fa341beb37b1ea/YandexDisk30Setup_x64.exe + InstallerSha256: 95E33CCCA1641DEC786B5FF1C74DB6845CBEDBC35740F0E40F71A1367B07224A + InstallerSwitches: + Custom: -permachine +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.locale.en-US.yaml b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.locale.en-US.yaml new file mode 100644 index 0000000000000..bed3150799161 --- /dev/null +++ b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.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: Yandex.Disk +PackageVersion: 3.2.49.5187 +PackageLocale: en-US +Publisher: Yandex +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://yandex.com/support/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Yandex.Disk +PackageUrl: https://360.yandex.com/disk/download/ +License: Proprietary +LicenseUrl: https://yandex.com/legal/disk_termsofuse/en/ +Copyright: © 2001—2026, Yandex +ShortDescription: A computer program that syncs your files with Yandex cloud storage so you can access them anywhere from different devices. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://360.yandex.com/premium-plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.locale.zh-CN.yaml b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b667cd2768a3f --- /dev/null +++ b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.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: Yandex.Disk +PackageVersion: 3.2.49.5187 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款可将您的文件与 Yandex 云存储同步的电脑程序,这样您就可以通过不同设备随时随地访问这些文件。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.yaml b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.yaml new file mode 100644 index 0000000000000..6977259d25e4a --- /dev/null +++ b/manifests/y/Yandex/Disk/3.2.49.5187/Yandex.Disk.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: Yandex.Disk +PackageVersion: 3.2.49.5187 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.900/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..a51821bdb1da4 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.900 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.900-win-x64.exe + InstallerSha256: 7A6F82F5E8043252A87E64B6732D45768FDEDFB19865F08FCD51064266280FA9 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.900-win-x64.exe + InstallerSha256: 7A6F82F5E8043252A87E64B6732D45768FDEDFB19865F08FCD51064266280FA9 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..4be049aba79e0 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.900 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Bug Fixes + - Fixed the appearance of the active element in the Win98 theme so that it now appears raised instead of being pressed in. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd68f4d28d8c8 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.900 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.900/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.yaml new file mode 100644 index 0000000000000..0a4328a6a9c91 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.900/yetone.Alma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.900 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.installer.yaml b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.installer.yaml new file mode 100644 index 0000000000000..3527f8c3fdb43 --- /dev/null +++ b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.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: zafaco.Breitbandmessung +PackageVersion: 3.12.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 14607473-30db-509f-94f0-bb7c085c619e +ReleaseDate: 2026-07-27 +Installers: +- Architecture: x64 + InstallerUrl: https://download.breitbandmessung.de/bbm/Breitbandmessung-3.12.0-win.exe + InstallerSha256: 6E83E35E7E2E86CA19928E7F5A47A0EC8C301FAFCC13E11B19FE36818969D659 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.de-DE.yaml b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.de-DE.yaml new file mode 100644 index 0000000000000..22441646d66b9 --- /dev/null +++ b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.de-DE.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zafaco.Breitbandmessung +PackageVersion: 3.12.0 +PackageLocale: de-DE +Publisher: zafaco GmbH +PublisherUrl: https://www.zafaco.de/ +PrivacyUrl: https://breitbandmessung.de/datenschutz +Author: zafaco GmbH +PackageName: Breitbandmessung +PackageUrl: https://breitbandmessung.de/ +License: Proprietäre +LicenseUrl: https://breitbandmessung.de/nutzungsbedingungen +Copyright: Copyright © 2026 zafaco GmbH +ShortDescription: Testen Sie schnell und einfach die Geschwindigkeit Ihres Internetzugangs. +Description: Die Breitbandmessung Desktop-App ermöglicht es Ihnen, die tatsächliche Datenübertragungsrate Ihres Internetzugangs zu ermitteln und mit der vertraglich vereinbarten Datenübertragungsrate zu vergleichen. +Documentations: +- DocumentLabel: Fragen und Antworten + DocumentUrl: https://breitbandmessung.de/fragen-und-antworten +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.en-US.yaml b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.en-US.yaml new file mode 100644 index 0000000000000..e61c634dfc8d0 --- /dev/null +++ b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zafaco.Breitbandmessung +PackageVersion: 3.12.0 +PackageLocale: en-US +Publisher: zafaco GmbH +PublisherUrl: https://www.zafaco.de/ +PrivacyUrl: https://breitbandmessung.de/datenschutz +Author: zafaco GmbH +PackageName: Breitbandmessung +PackageUrl: https://breitbandmessung.de/ +License: Proprietary +LicenseUrl: https://breitbandmessung.de/nutzungsbedingungen +Copyright: Copyright © 2026 zafaco GmbH +ShortDescription: Quickly and easily test the speed of your Internet access. +Description: The Broadband Measurement desktop app allows you to determine the actual data transfer rate of your Internet access and compare it with the contractually agreed data transfer rate. +Tags: +- network +- speed +- speedtest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://breitbandmessung.de/fragen-und-antworten +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.zh-CN.yaml b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a49a8e1467dad --- /dev/null +++ b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.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: zafaco.Breitbandmessung +PackageVersion: 3.12.0 +PackageLocale: zh-CN +Publisher: zafaco GmbH +PublisherUrl: https://www.zafaco.de/ +PrivacyUrl: https://breitbandmessung.de/datenschutz +Author: zafaco GmbH +PackageName: Breitbandmessung +PackageUrl: https://breitbandmessung.de/ +License: 专有软件 +LicenseUrl: https://breitbandmessung.de/nutzungsbedingungen +Copyright: Copyright © 2026 zafaco GmbH +ShortDescription: 轻松快速地测试您的网速。 +Description: 宽带测量桌面应用允许您确定您的实际网速,并将其与合同约定的网速相比较。 +Tags: +- 网络 +- 网速 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://breitbandmessung.de/fragen-und-antworten +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.yaml b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.yaml new file mode 100644 index 0000000000000..da3aa8314424a --- /dev/null +++ b/manifests/z/zafaco/Breitbandmessung/3.12.0/zafaco.Breitbandmessung.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: zafaco.Breitbandmessung +PackageVersion: 3.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0