diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..4e71c1968146b --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/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.120 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_x64-setup.exe + InstallerSha256: C27E1B1B601673D34C782F93C3AEAE0EEB1FAAF4FF23B19318B50246CBF230F3 + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_arm64-setup.exe + InstallerSha256: C4D159F5DFE39ECFE990B573D2D243DAE3805164A87EE6178188B9ADC042072A + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_x64_en-US.msi + InstallerSha256: 339895E00C257473A84E7B13800D0B9FC5C0D8FEE80E6FE527D7A623B0027AB1 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D0E5CFD0-EC66-49BA-9A64-9A6F3202301A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.120/AQBot_0.0.120_arm64_en-US.msi + InstallerSha256: 9D3473A6C33C7B8159B4015E5E9CD1619DABF349AF2DF91281F1C33602CA0056 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3F1C9838-A13C-4E27-9CD1-F037DF1D361C}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..d887f3d86accd --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/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.120 +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.120/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e030bd7921309 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,90 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.120 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🐛 Bug 修复 + - acp: 修复问卷组件 Checkbox/Radio 的 TypeScript 编译错误 (#3504789) + - acp: 修复 Grok Build 启动失败并优化品牌图标 (#7ac158e) + 📦 杂项 + - deps: 更新 markstream-vue 以支持 ACP 对话样式 (#abedf16) + 🚀 新功能 + - acp: 完善 Agent 会话交互、计划持久化与权限始终允许 (#9b112cd) + - acp: 新增 ACP Agent 工作台与设置 (#b798652) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.120 +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.120/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.120/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..6063820f0c667 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.120/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.120 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.installer.yaml new file mode 100644 index 0000000000000..257309fc64ed0 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/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.7.0 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia +ProductCode: 百度云管家 +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_8.7.0.101.exe + InstallerSha256: 312EA90A0623E1E414652B04B9275A06BF47E071A83CACFAF31FBBB734C9B748 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml new file mode 100644 index 0000000000000..4703a86cbb377 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/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.7.0 +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.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a3bc5cd56ac32 --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.BaiduNetdisk +PackageVersion: 8.7.0 +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. 【智能播放器】播放器新增 AI 字幕、音频提取、逐帧观看、外网资源导入(Windows 本地图片右键打开方式选择智能播放器) + 3. 【时光轴】端内图片支持时光轴模式,支持按时间线和标签回溯图片,查找更高效 + 4. 【悬浮球】一键轻松截取长页面,信息记录更完整;新增独立悬浮提示,传输进度看得见 +PurchaseUrl: https://pan.baidu.com/buy/center +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/8.7.0/Baidu.BaiduNetdisk.yaml new file mode 100644 index 0000000000000..bfa15c88b527f --- /dev/null +++ b/manifests/b/Baidu/BaiduNetdisk/8.7.0/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.7.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml new file mode 100644 index 0000000000000..3d26f091ecaef --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.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: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.7.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{A0F2FECD-3BEB-4832-9BC6-4A57B20ED947}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.7.1/dji-metadata-embedder-setup-2.7.1.exe + InstallerSha256: 45660DCB5AD946D52B331BE301A06A5B8C8CEF3AE2BCB72CC0BFA7F17B2F8BAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..50dd010b9b1bd --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.7.1 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder Desktop +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Desktop app to map DJI drone footage and embed flight telemetry into videos +Description: | + Desktop application for DJI drone footage: drag a folder in and get + interactive maps of your flights and photos (including a 360-degree + panorama viewer), or embed the flight telemetry from DJI .SRT logs into + the video files so photo apps can sort and place them. + + This installer bundles everything the app needs (FFmpeg, ExifTool, the + dji-embed command-line engine) and installs per-user with no admin + rights required. + + Note: this package also puts the dji-embed command on PATH. Install + either this desktop package or the portable CLI package + (CallMarcus.DJIMetadataEmbedder) - not both. +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- map +- panorama +- gui +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.7.1 +InstallationNotes: | + Start the app from the Start menu ("DJI Metadata Embedder"). The + dji-embed command is also available in new terminals. +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/HELP.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml new file mode 100644 index 0000000000000..6a032e1f18eaa --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.7.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml new file mode 100644 index 0000000000000..7656f94322ca5 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: MyTerminal +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CrazyFigure/MyTerminal/releases/download/v0.7.2/MyTerminal_0.7.2_windows_x64-setup.exe + InstallerSha256: 18F91044DB0BE83CF451162FF4D04F3A2F4D45519C493ADA849DA00815696297 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.yaml new file mode 100644 index 0000000000000..5fd099370c2cd --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +PackageLocale: en-US +ShortDescription: A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. +Description: |- + A modern desktop SSH terminal manager built with Rust, Tauri 2, and React. + MyTerminal brings terminal tabs, SSH profiles with jump hosts and proxies, SFTP file management, remote file editing, local port forwarding, and WebDAV backup into one clean desktop app. It is designed for developers and operators who want a lightweight, open, and hackable alternative to heavyweight remote terminal suites. +Tags: +- console +- download +- file +- remote +- server +- sftp +- shell +- ssh +- terminal +- transfer +- upload +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..22f8f28333377 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +PackageLocale: zh-CN +Publisher: myterminal +PublisherUrl: https://github.com/CrazyFigure +PublisherSupportUrl: https://github.com/CrazyFigure/MyTerminal/issues +PackageName: MyTerminal +PackageUrl: https://github.com/CrazyFigure/MyTerminal +License: MIT +LicenseUrl: https://github.com/CrazyFigure/MyTerminal/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 CrazyFigure +ShortDescription: 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 +Description: |- + 一个基于 Rust、Tauri 2 和 React 构建的现代桌面 SSH 终端管理工具。 + MyTerminal 把终端标签页、支持跳板机与代理的 SSH 连接管理、SFTP 文件管理、远程文件编辑、本地端口转发和 WebDAV 备份放到一个清爽的桌面应用里。它面向开发者和运维场景,希望提供一个轻量、开放、可折腾的远程终端工具。 +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ReleaseNotes: |- + 新增: + - 实现终端分屏功能支持标签拖拽布局 + 修复: + - 本次暂无修复项。 + 优化: + - update star history +ReleaseNotesUrl: https://github.com/CrazyFigure/MyTerminal/releases/tag/v0.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.yaml b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.yaml new file mode 100644 index 0000000000000..c18e71793e374 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.7.2/CrazyFigure.MyTerminal.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: CrazyFigure.MyTerminal +PackageVersion: 0.7.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml new file mode 100644 index 0000000000000..8ef0a43af3d33 --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.4.0/entra-emulator_0.4.0_windows_arm64.zip + InstallerSha256: 4a028a0f2f9bda2c0895141955d87e655d0c6c3aa763e15f9b5deec3089c8f1a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: entra-emulator.exe + PortableCommandAlias: entra-emulator + InstallerUrl: https://github.com/calvinchengx/entra-emulator/releases/download/v0.4.0/entra-emulator_0.4.0_windows_amd64.zip + InstallerSha256: 95ab9f0b9b165c2781a27d5d10c3e9d99a7950d0d41e413470c39230592fd2d2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml new file mode 100644 index 0000000000000..d29513f36cfac --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.locale.en-US.yaml @@ -0,0 +1,27 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: calvinchengx +PackageName: entra-emulator +PackageUrl: https://github.com/calvinchengx/entra-emulator +License: Apache-2.0 +ShortDescription: A local, MSAL-compatible emulator of Microsoft Entra ID (Azure AD) in a single Go binary. +Description: | + Entra Emulator is a local, MSAL-compatible emulator of Microsoft Entra ID + (Azure AD) in a single Go binary: the OIDC/OAuth 2.0 v2.0 endpoints MSAL + talks to, a minimal read-only Microsoft Graph, and an admin REST API — so + you can develop sign-in, token acquisition, and protected-API calls + offline with no cloud tenant. Local development tool only. +Moniker: entra-emulator +Tags: + - entra + - azure-ad + - oidc + - oauth2 + - msal + - emulator +ReleaseNotesUrl: https://github.com/calvinchengx/entra-emulator/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml new file mode 100644 index 0000000000000..ac54975c1a1ee --- /dev/null +++ b/manifests/c/calvinchengx/entra-emulator/0.4.0/calvinchengx.entra-emulator.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: calvinchengx.entra-emulator +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml new file mode 100644 index 0000000000000..0146747ed7a75 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ReasonixReasonix +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.21.3/Reasonix-windows-amd64-installer.exe + InstallerSha256: 57EF26E65C4254590ACD39CE1A531D3CF5EC98DE5813DA31836FF27BB7C798D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..15da73401d2f1 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +PackageLocale: en-US +Publisher: reasonix +PublisherUrl: https://esengine.cn/ +PublisherSupportUrl: https://github.com/esengine/DeepSeek-Reasonix/issues +PackageName: Reasonix +PackageUrl: https://esengine.github.io/DeepSeek-Reasonix/ +License: MIT +LicenseUrl: https://github.com/esengine/DeepSeek-Reasonix/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Reasonix Contributors +ShortDescription: A DeepSeek-native coding agent, for your terminal. +Description: Reasonix talks straight to api.deepseek.com. The loop is append-only, engineered around DeepSeek's byte-stable prefix cache — long sessions hold 90%+ cache hit and input-token cost collapses to ~1/5. Terminal-first, leave it running. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布渠道:稳定版 · v1.21.3 + English → · 网页版完整更新日志 → + 使用攻略 + - 自定义 Kimi K3 网关设置 — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + - 自定义 Kimi K3 网关设置(中文) — 了解如何配置自定义 OpenAI 兼容网关以使用 Kimi K3 推理协议。 + 概览 + Reasonix v1.21.3 — Reasonix v1.21.3 + 此版本为思考过程带来 Markdown 渲染,为自定义网关提供显式 Kimi K3 推理支持,新增存储路径展示与自适应无进展防护,并修复 Windows 安装位置、任务栏分组、重试导致的提前压缩以及流合并问题。 + 发布日期:2026-08-08 + 重点内容 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 新功能 + - 自定义网关的显式 Kimi K3 推理 — 自定义 OpenAI 兼容网关现在可以在提供商编辑器中直接选择 Kimi K3 推理协议。推理历史得以保留,精选的 OpenCode Go 中继保持不变。 (#7903) + 改进 + - 思考过程现在以 Markdown 渲染 — 推理面板、折叠轮次和子代理预览现在可以正确显示标题、强调、列表和代码块。推理完成后立即停止流式传输,隐藏内容保持轻量。 (#7940) + - 存储路径可见,Windows 保留安装位置 — 设置中现在会以只读方式显示运行时实际使用的工作区、会话与记忆、缓存和扩展路径。Windows 安装与更新会继续使用用户现有的安装目录。 (#7942) + - 自适应无进展防护取代固定轮次计数 — 代理现在仅在连续轮次未添加新证据时升级,任何进展都会重置。这可以防止在取得进展时进行不必要的提示和强制停止。 (#7915) + 修复 + - 修复 Windows 任务栏图标分组 — 从固定快捷方式启动现在会重用固定图标,而不是创建第二个图标。现有快捷方式会自动修复,0.53 版本保持独立身份。 (#7925) + - 修复重试导致的提前压缩决策 — 自动压缩现在使用最新的单次请求提示大小,防止流中断导致多次尝试时过早折叠上下文。计费总额保持准确。 (#7930) + - 流合并现在在热路径上生效 — 修复了接线问题,确保代理的令牌突发在到达前端之前正确合并,减少 UI 抖动和事件量。 (#7905) + 升级提醒 + 本版本无需手动迁移。 + 风险提示 + 当前没有需要额外操作的已知风险。 + 致谢 + 感谢本版本的贡献者:@SivanCola、@esengine + 下载与安装 + - 官网按平台下载 + - 查看完整差异 +ReleaseNotesUrl: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.21.3 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74d1d26249211 --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +PackageLocale: zh-CN +ShortDescription: 为终端而生的 DeepSeek 原生编程 Agent。 +Description: Reasonix 直接对接 api.deepseek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://esengine.github.io/DeepSeek-Reasonix/index.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml new file mode 100644 index 0000000000000..fd57a33b1f1ae --- /dev/null +++ b/manifests/e/ESEngine/ReasonixDesktop/1.21.3/ESEngine.ReasonixDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ESEngine.ReasonixDesktop +PackageVersion: 1.21.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.installer.yaml b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.installer.yaml new file mode 100644 index 0000000000000..0e3eaeacb6878 --- /dev/null +++ b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xfind +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xfind.exe + PortableCommandAlias: xfind +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xfiles/releases/download/v1.7.0/xfind_1.7.0_windows_amd64.zip + InstallerSha256: F4703196CFBC571060C1243729A0F17D8FA1D9286E8868E65FC5B716B88DF9E8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.locale.en-US.yaml b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.locale.en-US.yaml new file mode 100644 index 0000000000000..014ed5af610e9 --- /dev/null +++ b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xfind +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xfiles/issues +Author: David M. Anderson +PackageName: xfind +PackageUrl: https://github.com/excelano/xfiles +License: MIT +LicenseUrl: https://github.com/excelano/xfiles/blob/HEAD/LICENSE +ShortDescription: Find files in SharePoint document libraries, like find +Moniker: xfind +Tags: +- cli +- files +- find +- microsoft-365 +- sharepoint +ReleaseNotes: |- + Changelog + - 5f33600: Install the Claude Code skill from any of the five binaries (@anderix) + - 2aacf83: Point the README at --install-skill, on every install channel (@anderix) +ReleaseNotesUrl: https://github.com/excelano/xfiles/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.yaml b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.yaml new file mode 100644 index 0000000000000..9fab36b671d1d --- /dev/null +++ b/manifests/e/Excelano/xfind/1.7.0/Excelano.xfind.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: Excelano.xfind +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.installer.yaml b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.installer.yaml new file mode 100644 index 0000000000000..f269f53086373 --- /dev/null +++ b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xftp +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xftp.exe + PortableCommandAlias: xftp +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xfiles/releases/download/v1.7.0/xftp_1.7.0_windows_amd64.zip + InstallerSha256: 5B3F17122F44E4ABC4756942A8252672BD154DDE02A4556C143B24795D1CB36D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.locale.en-US.yaml b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.locale.en-US.yaml new file mode 100644 index 0000000000000..57e7b626c4758 --- /dev/null +++ b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xftp +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xfiles/issues +Author: David M. Anderson +PackageName: xftp +PackageUrl: https://github.com/excelano/xfiles +License: MIT +LicenseUrl: https://github.com/excelano/xfiles/blob/HEAD/LICENSE +ShortDescription: FTP-style interactive client for SharePoint document libraries +Moniker: xftp +Tags: +- cli +- files +- ftp +- microsoft-365 +- sharepoint +ReleaseNotes: |- + Changelog + - 5f33600: Install the Claude Code skill from any of the five binaries (@anderix) + - 2aacf83: Point the README at --install-skill, on every install channel (@anderix) +ReleaseNotesUrl: https://github.com/excelano/xfiles/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.yaml b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.yaml new file mode 100644 index 0000000000000..2f22b3a07ff2d --- /dev/null +++ b/manifests/e/Excelano/xftp/1.7.0/Excelano.xftp.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: Excelano.xftp +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xql/1.9.0/Excelano.xql.installer.yaml b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.installer.yaml new file mode 100644 index 0000000000000..2fc16d2fe69af --- /dev/null +++ b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xql +PackageVersion: 1.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xql.exe + PortableCommandAlias: xql +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xql/releases/download/v1.9.0/xql_1.9.0_windows_amd64.zip + InstallerSha256: 382256011C671406EEC538C32CD2C138265CDDFD7EB1F459E7AADA686060D649 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xql/1.9.0/Excelano.xql.locale.en-US.yaml b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.locale.en-US.yaml new file mode 100644 index 0000000000000..85584140f7fba --- /dev/null +++ b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xql +PackageVersion: 1.9.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xql/issues +Author: David M. Anderson +PackageName: xql +PackageUrl: https://excelano.com/xql/ +License: MIT +LicenseUrl: https://github.com/excelano/xql/blob/HEAD/LICENSE +ShortDescription: Run real SQL against SharePoint Lists and CSV files +Moniker: xql +Tags: +- cli +- csv +- microsoft-365 +- sharepoint +- sql +ReleaseNotes: |- + Changelog + - 877a34a: Install the Claude Code skill from the binary itself (@anderix) + - 8601dd1: Point the README and --help at --install-skill (@anderix) +ReleaseNotesUrl: https://github.com/excelano/xql/releases/tag/v1.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xql/1.9.0/Excelano.xql.yaml b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.yaml new file mode 100644 index 0000000000000..63699e0e82440 --- /dev/null +++ b/manifests/e/Excelano/xql/1.9.0/Excelano.xql.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: Excelano.xql +PackageVersion: 1.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.installer.yaml b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.installer.yaml new file mode 100644 index 0000000000000..5d4524a21b972 --- /dev/null +++ b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xsync +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xsync.exe + PortableCommandAlias: xsync +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xfiles/releases/download/v1.7.0/xsync_1.7.0_windows_amd64.zip + InstallerSha256: E55CF317845D56167B7FEDB58214F80695D7DE9F6C12672E48F717E162311A27 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.locale.en-US.yaml b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.locale.en-US.yaml new file mode 100644 index 0000000000000..cb6d7a7063045 --- /dev/null +++ b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xsync +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xfiles/issues +Author: David M. Anderson +PackageName: xsync +PackageUrl: https://github.com/excelano/xfiles +License: MIT +LicenseUrl: https://github.com/excelano/xfiles/blob/HEAD/LICENSE +ShortDescription: Sync local directories with SharePoint document libraries +Moniker: xsync +Tags: +- cli +- files +- microsoft-365 +- sharepoint +- sync +ReleaseNotes: |- + Changelog + - 5f33600: Install the Claude Code skill from any of the five binaries (@anderix) + - 2aacf83: Point the README at --install-skill, on every install channel (@anderix) +ReleaseNotesUrl: https://github.com/excelano/xfiles/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.yaml b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.yaml new file mode 100644 index 0000000000000..a24c0d3c1c3cd --- /dev/null +++ b/manifests/e/Excelano/xsync/1.7.0/Excelano.xsync.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: Excelano.xsync +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.installer.yaml b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.installer.yaml new file mode 100644 index 0000000000000..6ebccd7bb682b --- /dev/null +++ b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Excelano.xtree +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xtree.exe + PortableCommandAlias: xtree +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/excelano/xfiles/releases/download/v1.7.0/xtree_1.7.0_windows_amd64.zip + InstallerSha256: 89BE77ABE07C48C8A73A832D97FE25E00F131C478D4A425B1673ABE5EDCDC1F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.locale.en-US.yaml b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.locale.en-US.yaml new file mode 100644 index 0000000000000..99a467f3c69be --- /dev/null +++ b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Excelano.xtree +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Excelano LLC +PublisherUrl: https://excelano.com/ +PublisherSupportUrl: https://github.com/excelano/xfiles/issues +Author: David M. Anderson +PackageName: xtree +PackageUrl: https://github.com/excelano/xfiles +License: MIT +LicenseUrl: https://github.com/excelano/xfiles/blob/HEAD/LICENSE +ShortDescription: Show SharePoint document libraries as a tree, like tree +Moniker: xtree +Tags: +- cli +- files +- microsoft-365 +- sharepoint +- tree +ReleaseNotes: |- + Changelog + - 5f33600: Install the Claude Code skill from any of the five binaries (@anderix) + - 2aacf83: Point the README at --install-skill, on every install channel (@anderix) +ReleaseNotesUrl: https://github.com/excelano/xfiles/releases/tag/v1.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.yaml b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.yaml new file mode 100644 index 0000000000000..de05ed6e4ec6b --- /dev/null +++ b/manifests/e/Excelano/xtree/1.7.0/Excelano.xtree.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: Excelano.xtree +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml new file mode 100644 index 0000000000000..ebdbc9edc8d13 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-08-08 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-x64-en-US.msi + InstallerSha256: CEB1CE9FE52FC0E3D3A09314CA62A0CFB615EAF637CF0FB85A61BA05E9C75D08 + InstallerLocale: en-US + ProductCode: '{AB308767-EAB8-43C3-8655-60FD9E2CBB40}' + AppsAndFeaturesEntries: + - ProductCode: '{AB308767-EAB8-43C3-8655-60FD9E2CBB40}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-arm64-en-US.msi + InstallerSha256: FBAEE1057B0289BC5C8F6F44B7108E1D82571850852074533B62C4AFC3A6718B + InstallerLocale: en-US + ProductCode: '{F1600262-3E6D-41FD-9A9C-B160962A78F9}' + AppsAndFeaturesEntries: + - ProductCode: '{F1600262-3E6D-41FD-9A9C-B160962A78F9}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-x64-zh-CN.msi + InstallerSha256: D0DEF46A20A26683190FA1C805AA367CFCB2B7FD14CDDA65D1F86C41BDDAAEE6 + InstallerLocale: zh-CN + ProductCode: '{A97D7C7F-7EBF-46DA-A3EE-D7E800657D20}' + AppsAndFeaturesEntries: + - ProductCode: '{A97D7C7F-7EBF-46DA-A3EE-D7E800657D20}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: arm64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v3.2.2.397/fafarunner-3.2.2.397-windows-arm64-zh-CN.msi + InstallerSha256: 5CF092FF96F1AB9F66CBE463AEC46F02ED80FC9230B81179F28B8BA459B9BA50 + InstallerLocale: zh-CN + ProductCode: '{6E443018-80AC-49FA-9BBA-612E3F44E6B7}' + AppsAndFeaturesEntries: + - ProductCode: '{6E443018-80AC-49FA-9BBA-612E3F44E6B7}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..3401d50a2802b --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +PackageLocale: en-US +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/en/support +PrivacyUrl: https://fafarunner.com/en/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: Enjoy smooth gameplay, stunning graphics, and endless fun. +Description: | + Step into the enchanting world of FaFa Runner: Dawn Legends, where an epic adventure awaits! Developed using Flutter and the Flame engine, this RPG delivers a seamless gaming experience with stunning visual effects. + + Embark on your journey as a brave adventurer, explore mysterious lands, uncover hidden secrets, and face endless challenges. With rich story-driven quests and diverse character progression systems, every battle offers a unique sense of achievement. + + Key Features: + + Dynamic Combat System: Enjoy intuitive controls and fluid action as you take on powerful enemies and formidable bosses. + Gorgeous Visuals: Experience vivid graphics and captivating animations, thanks to the powerful Flutter and Flame engine. + Rich Quest System: Engage in main quests and side stories, with each adventure offering surprises and challenges. + Customizable Character Growth: Tailor your hero with various skills and equipment to build the ultimate warrior. + Interactive World Exploration: Discover hidden treasures and secret locations across a fantastical map. + + Join FaFa Runner: Dawn Legends and create your own legendary tale in this magical world. Download now and begin your epic adventure! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.2.397/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16e381777b778 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +PackageLocale: zh-CN +Publisher: Qiazo +PublisherUrl: https://qiazo.com +PublisherSupportUrl: https://qiazo.com/zh/support +PrivacyUrl: https://fafarunner.com/zh/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 Qiazo +ShortDescription: 享受流畅的游戏、令人惊叹的图形和无尽的乐趣。 +Description: | + 踏入《发发跑酷》的魔幻世界,开启一段前所未有的奇幻旅程!这款RPG游戏由Flutter和Flame引擎精心打造,为你带来流畅的游戏体验和绚丽的视觉效果。 + + 在这里,你将化身为一位勇敢的冒险者,探索神秘的大陆,解锁隐藏的秘密,迎接无尽的挑战。游戏中拥有丰富的剧情任务和多样的角色成长系统,让你在每一次战斗中都能体验到前所未有的成就感。 + + 主要特点: + + 动感十足的战斗系统:使用直观的操作,体验流畅的动作打击感,挑战各种强大的敌人和首领。 + 绚丽的视觉效果:利用Flutter和Flame引擎的强大性能,呈现精美的画面和生动的动画效果。 + 丰富的任务系统:从主线任务到支线剧情,每一次冒险都充满惊喜和挑战。 + 多样化的角色成长:自由定制你的角色,选择不同的技能和装备,打造最强的战斗力。 + 互动式的世界探索:探索充满奇幻的地图,发现隐藏的宝藏和秘密地点。 + + 加入《发发跑酷》,在这个奇妙的世界中书写属于你的传奇故事。赶快下载,开启你的冒险之旅吧! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v3.2.2.397/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml new file mode 100644 index 0000000000000..e1fe8866c14d3 --- /dev/null +++ b/manifests/f/FaFaRunner/FaFaRunner/3.2.2.397/FaFaRunner.FaFaRunner.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 $debug=NVS1.CRLF.7-4-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FaFaRunner.FaFaRunner +PackageVersion: 3.2.2.397 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml new file mode 100644 index 0000000000000..7af4c60a1af8c --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fluxzy.exe + PortableCommandAlias: fluxzy +- RelativeFilePath: fluxzynetcap.exe + PortableCommandAlias: fluxzynetcap +ReleaseDate: 2026-08-07 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/haga-rak/fluxzy.core/releases/download/v1.39.46.4170/fluxzy-cli-1.39.46.4170-win-x86.zip + InstallerSha256: 0B26732F6A87F2001151CEDD39D046D0322A9BA14432D18CFACF4A3BDEBFA7AC +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml new file mode 100644 index 0000000000000..14018ab2c376d --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +PackageLocale: en-US +Publisher: Fluxzy SAS +PublisherUrl: https://github.com/haga-rak +PublisherSupportUrl: https://github.com/haga-rak/fluxzy.core/issues +PackageName: Fluxzy +PackageUrl: https://github.com/haga-rak/fluxzy.core +License: GPLv3 +LicenseUrl: https://github.com/haga-rak/fluxzy.core/blob/HEAD/LICENSE.md +ShortDescription: MITM HTTP debugging proxy for intercepting and altering HTTP/1.1, H2, and WebSocket traffic +Tags: +- csharp +- dotnet +- http +- http-archive +- http2 +- https +- impersonate +- mitm +- mitmproxy +- pcap +- proxy +ReleaseNotes: |- + Official .NET builds are signed and published at nuget.org. + vv1.39.46 vv1.39.46 + - CLI binaries are available as assets or downloadable via this page. + - Docker images are available at Docker Hub. + CLI Installation + npm (Windows, macOS, Linux): + npm install -g @fluxzy/cli + Or run directly without installing: + npx @fluxzy/cli start --llo + Windows (winget): + winget install Fluxzy.Fluxzy + macOS (Homebrew): + brew tap haga-rak/fluxzy + brew install fluxzy + What's Changed + Fixes + - Fix/track downstream http stream halves by @bbartels in #764 + - Fix event writer body dispatch by @bbartels in #766 + Dependencies + - Bump Fluxzy.Core from 1.37.2 to 1.39.45 by @dependabot[bot] in #759 + - Bump Fluxzy.Core.Pcap from 1.38.20 to 1.39.45 by @dependabot[bot] in #760 + - Bump Grpc.Tools from 2.82.0 to 2.83.0 by @dependabot[bot] in #761 + - Bump System.Threading.AccessControl from 10.0.9 to 10.0.10 by @dependabot[bot] in #771 + - Bump System.IO.Pipelines from 10.0.9 to 10.0.10 by @dependabot[bot] in #770 + - Bump MessagePack from 2.5.301 to 2.5.302 by @dependabot[bot] in #762 + - Bump Grpc.Net.Client from 2.80.0 to 2.83.0 by @dependabot[bot] in #769 + Other Changes + - Use the native macOS authorization dialog for graphical elevation by @haga-rak in #757 + - Fix downstream exchange channel completion by @bbartels in #763 + - Coalesce HTTP/1 chunk frames and use memory-based copy paths by @bbartels in #765 + - Fix HTTP/2 stream buffer ownership by @bbartels in #767 + Full Changelog: v1.39.45.50076...v1.39.46.4170 +ReleaseNotesUrl: https://github.com/haga-rak/fluxzy.core/releases/tag/v1.39.46.4170 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml new file mode 100644 index 0000000000000..a599c484c2be3 --- /dev/null +++ b/manifests/f/Fluxzy/Fluxzy/1.39.46.4170/Fluxzy.Fluxzy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Fluxzy.Fluxzy +PackageVersion: 1.39.46.4170 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..30c959d54851a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.89 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.89/TK-Copilot.Setup.1.8.89.exe + InstallerSha256: A9E5905B02593467343B3AD8C84A70FD5DBDF539B0182F7DC7F0D9EAC7ADD7B1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.89/TK-Copilot.Setup.1.8.89.exe + InstallerSha256: A9E5905B02593467343B3AD8C84A70FD5DBDF539B0182F7DC7F0D9EAC7ADD7B1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..6b7d46a295132 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.89 +PackageLocale: en-US +Publisher: RIVON LLC +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: TK Copilot +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.89 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5f857a20a7f21 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.89 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..40f454772e02a --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.89/GaoyangZhang.RivonClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.89 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.installer.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.installer.yaml new file mode 100644 index 0000000000000..56ff27e67b729 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.90 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 51492edb-6d67-582c-a781-6b48bbf5f3bf +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.90/TK-Copilot.Setup.1.8.90.exe + InstallerSha256: 18DD8BE4702EFC56CCE567CE10F407B76FF03B701FE890BC368E345C553DF0F9 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gaoyangz77/rivonclaw/releases/download/v1.8.90/TK-Copilot.Setup.1.8.90.exe + InstallerSha256: 18DD8BE4702EFC56CCE567CE10F407B76FF03B701FE890BC368E345C553DF0F9 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.en-US.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..3cc095214b979 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.90 +PackageLocale: en-US +Publisher: RIVON LLC +PublisherUrl: https://github.com/gaoyangz77 +PublisherSupportUrl: https://github.com/gaoyangz77/rivonclaw/issues +Author: Gaoyang Zhang +PackageName: TK Copilot +PackageUrl: https://github.com/gaoyangz77/rivonclaw +License: MIT +LicenseUrl: https://github.com/gaoyangz77/rivonclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Gaoyang Zhang +ShortDescription: An easy-mode runtime and UI layer built on top of OpenClaw, designed to turn long-lived AI agents into personal digital butlers. +Description: |- + OpenClaw is a powerful agent runtime — but it's built for engineers. Setting it up means editing config files, managing processes, and juggling API keys from the terminal. For non-programmers (designers, operators, small business owners), that barrier is too high. + RivonClaw wraps OpenClaw into a desktop app that anyone can use: install, launch from the system tray, and manage everything through a local web panel. Write rules in plain language instead of code, configure LLM providers and messaging channels with a few clicks, and let the agent learn your preferences over time. No terminal required. + In short: OpenClaw is the engine; RivonClaw is the cockpit. + + Features + - Natural Language Rules: Write rules in plain language—they compile to policy, guards, or skills and take effect immediately (no restart) + - Multi-Provider LLM Support: 20+ providers (OpenAI, Anthropic, Google Gemini, DeepSeek, Zhipu/Z.ai, Moonshot/Kimi, Qwen, Groq, Mistral, xAI, OpenRouter, MiniMax, Venice AI, Xiaomi/MiMo, Volcengine/Doubao, Amazon Bedrock, NVIDIA NIM, etc.) plus subscription/coding plans (Claude, Gemini, Zhipu Coding, Qwen Coding, Kimi Code, MiniMax Coding, Volcengine Coding) and Ollama for local models + - OAuth & Subscription Plans: Sign in with Google for free-tier Gemini access or connect Claude/Anthropic subscription—no API key needed. Auto-detects or installs CLI credentials + - Per-Provider Proxy Support: Configure HTTP/SOCKS5 proxies per LLM provider or API key, with automatic routing and hot reload—essential for restricted regions + - Multi-Account Channels: Configure Telegram, WhatsApp, Discord, Slack, Google Chat, Signal, iMessage, Feishu/Lark, LINE, Matrix, Mattermost, Microsoft Teams, and more through UI with secure secret storage (Keychain/DPAPI) + - Token Usage Tracking: Real-time statistics by model and provider, auto-refreshed from OpenClaw session files + - Speech-to-Text: Region-aware STT integration for voice messages (Groq, Volcengine) + - Visual Permissions: Control file read/write access through UI + - Zero-Restart Updates: API key, proxy, and channel changes apply instantly via hot reload—no gateway restart needed + - Local-First & Private: All data stays on your machine; secrets never stored in plaintext + - Chat with Agent: Real-time WebSocket chat with markdown rendering, emoji picker, image attachments, model switching, and persistent conversation history + - Skills Marketplace: Browse, search, and install community skills from a built-in marketplace; manage installed skills with one click + - Auto-Update: Client update checker with static manifest hosting + - Privacy-First Telemetry: Optional anonymous usage analytics—no PII collected + + How File Permissions Work + RivonClaw enforces file access permissions through an OpenClaw plugin that intercepts tool calls before they execute. Here's what's protected: + - File access tools (read, write, edit, image, apply-patch): Fully protected—paths are validated against your configured permissions + - Command execution (exec, process): Working directory is validated, but paths inside command strings (like cat /etc/passwd) cannot be inspected + Coverage: ~85-90% of file access scenarios. For maximum security, consider restricting or disabling exec tools through Rules. + Technical note: The file permissions plugin uses OpenClaw's before_tool_call hook—no vendor source code modifications needed, so RivonClaw can cleanly pull upstream OpenClaw updates. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/gaoyangz77/rivonclaw/releases/tag/v1.8.90 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.zh-CN.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07e07c56c2c76 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.90 +PackageLocale: zh-CN +ShortDescription: 基于 OpenClaw 构建的简易模式运行时与 UI 层,旨在将长生命周期 AI 智能体转化为个人数字管家。 +Description: |- + OpenClaw 是一款功能强大的智能体运行时,但它专为工程师打造:配置需编辑配置文件、管理进程,并在终端中调度各类 API 密钥。对非程序员(如设计师、运营人员、小企业主)而言,这一门槛过高。 + RivonClaw 将 OpenClaw 封装为桌面应用,人人可用:安装后从系统托盘启动,通过本地 Web 面板管理一切。用自然语言编写规则而非代码,只需几次点击即可配置大语言模型(LLM)提供商与消息渠道,并让智能体随时间学习您的偏好。无需终端。 + 简言之:OpenClaw 是引擎,RivonClaw 是驾驶舱。 + + 功能特性 + - 自然语言规则:用通俗语言编写规则,自动编译为策略、防护器或技能,即时生效(无需重启) + - 多提供商 LLM 支持:支持 20+ 提供商(OpenAI、Anthropic、Google Gemini、DeepSeek、智谱/Z.ai、Moonshot/Kimi、通义千问/Qwen、Groq、Mistral、xAI、OpenRouter、MiniMax、Venice AI、小米/MiMo、火山引擎/豆包、Amazon Bedrock、NVIDIA NIM 等),另含订阅/编码计划(Claude、Gemini、智谱编码、通义编码、Kimi Code、MiniMax 编码、火山引擎编码),并支持 Ollama 本地模型 + - OAuth 与订阅计划:使用 Google 登录即可免费访问 Gemini,或连接 Claude/Anthropic 订阅——无需 API 密钥;自动检测或安装 CLI 凭证 + - 每提供商代理支持:为每个 LLM 提供商或 API 密钥单独配置 HTTP/SOCKS5 代理,支持自动路由与热重载——对受限地区至关重要 + - 多账号消息渠道:通过图形界面配置 Telegram、WhatsApp、Discord、Slack、Google Chat、Signal、iMessage、飞书/Lark、LINE、Matrix、Mattermost、Microsoft Teams 等,并提供安全的密钥存储(Keychain/DPAPI) + - Token 用量追踪:按模型与提供商实时统计用量,基于 OpenClaw 会话文件自动刷新 + - 语音转文字(STT):集成区域感知的 STT 功能,支持语音消息处理(Groq、火山引擎) + - 可视化权限控制:通过图形界面管理文件读写访问权限 + - 零重启更新:API 密钥、代理及渠道变更通过热重载即时生效,无需重启网关 + - 本地优先与隐私保护:所有数据留存于本机,敏感信息绝不以明文存储 + - 与智能体对话:基于 WebSocket 的实时聊天,支持 Markdown 渲染、表情选择器、图片附件、模型切换及持久化对话历史 + - 技能市场:内置市场可浏览、搜索并安装社区技能,一键管理已安装技能 + - 自动更新:客户端更新检查器,支持静态清单托管 + - 隐私优先遥测:可选的匿名使用分析,不收集任何个人身份信息(PII) + + 文件权限工作原理 + RivonClaw 通过一个 OpenClaw 插件强制执行文件访问权限,该插件在工具调用执行前进行拦截。受保护内容包括: + - 文件访问工具(读取、写入、编辑、图像处理、应用补丁):全面保护——路径将对照您配置的权限进行验证 + - 命令执行(exec、process):工作目录会被验证,但命令字符串内部的路径(例如 cat /etc/passwd)无法被检查 + 覆盖范围:约 85–90% 的文件访问场景。为实现最高安全性,建议通过规则限制或禁用 exec 工具。 + 技术说明:文件权限插件利用 OpenClaw 的 before_tool_call 钩子实现,无需修改厂商源代码,因此 RivonClaw 可干净地拉取上游 OpenClaw 更新。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.yaml b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.yaml new file mode 100644 index 0000000000000..148f2091f4446 --- /dev/null +++ b/manifests/g/GaoyangZhang/RivonClaw/1.8.90/GaoyangZhang.RivonClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GaoyangZhang.RivonClaw +PackageVersion: 1.8.90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..44bfd2a950ace --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.0/Gitify-Setup-7.3.0.exe + InstallerSha256: 3154C20EC313AC20A4BEBD2CA48016C68FBEA7E340D35672575C6C230B802110 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.0/Gitify-Setup-7.3.0.exe + InstallerSha256: 3154C20EC313AC20A4BEBD2CA48016C68FBEA7E340D35672575C6C230B802110 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..0adcfea5e4464 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.0 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.3.0 (2026-08-08) + 🚀 Features + - metrics: add pills for issue and stacked (#3159) (c0b8718) + - theme: add a Glass option to show status icon colors (19fa9fd) + - theme: add a Glass option to show status icon colors (#3158) (a17ca8a) + - theme: add design-language chrome token layer via @theme inline (f21a27a) + - theme: add design-language settings axis with Classic/Glass selector (21e4c9a) + - theme: add Glass design language (#3130) (3505bbe) + - theme: add Glass shell surfaces with per-platform material branch (b4c1e5e) + - theme: add useAppearance hook with design-language root attributes (83126c1) + - theme: apply Glass to controls, list rows, and overlays (fe3afab) + - theme: bare the Glass account-profile button inside account cards (22ab3d0) + - theme: degrade Glass to solid under reduced transparency / contrast (e5859d6) + - theme: desaturate Glass status palette toward a native tone (627957e) + - theme: dissolve sidebar into unified Glass and mute the primary CTA (d9065bd) + - theme: float the Glass account header directly on the glass (3aa607a) + - theme: lighten Glass tints, soften blur, and use a translucent nav selection (fb7fae2) + - theme: make Glass translucency always-on and add a visible sidebar divider (86dcbf9) + - theme: make the sidebar logo follow the icon colour under Glass (80b6298) + - theme: re-add high contrast for Classic, driven by the setting and the OS (1446862) + - theme: refine Glass surfaces (26a88db) + - theme: soften notification grouping bands and count pills under Glass (10db05d) + - theme: wire macOS window vibrancy via IPC for Glass (8ecbe70) + - ui: fade scrollable content at the top and bottom edges (#3124) (cd6a1ad) + 🐛 Bug Fixes + - bitbucket: fallback for missing notification URLs (#3131) (0fbe08f) + - correct online state on startup instead of waiting for a network event (#3147) (1110bde) + - online state (3d45a5d) + - rollback failed notification interaction with visual warning (#3145) (cfa12a2) + - seed online status from the online manager on first render (b5f72e2) + - sonarqube issues (046bb8e) + - theme: construct a transparent vibrant window on macOS so Glass material shows (9cc01ea) + - theme: harden the native-theme sync (9b3df25) + - theme: keep Glass status icons monochrome (39744c0) + - theme: keep Glass translucent after a runtime Classic to Glass switch (f926d56) + - theme: make Glass vibrancy show the real desktop on macOS (11433a1) + - theme: resolve Glass tokens under the System theme (5242380) + - theme: resolve the base colour tokens under the System theme (3d77d37) + - theme: restore the notification status icon colours (850f7c0) + 🧼 Code Refactoring + - api: configure gc and stale time (#3146) (a9c0021) + - bitbucket: simplify repo url transform (#3133) (c15b323) + - components: import Primer directly instead of the ui barrel (da34ca4) + - correct online state before any query can run (223992f) + - settings: drop the redundant "value display" comments (a421629) + - simplify bitbucket repo url (c15b323) + - theme: drop the redundant light-dark scoping comment (6c03cf7) + - theme: route renderer through app-owned ui/ layer with import boundary (ab9fc5b) + - theme: source the base colour tokens from Primer (#3148) (28a3566) + - theme: trim non-essential comments (90dc3f3) + 🤖 Continuous Integration + - deploy website after the release pipeline publishes (#3123) (da807d2) + - format contributors section as unordered list (#3126) (a9726d3) + - skip release PR generation when a release was just created (#3120) (4fc6f83) + 🫶 Contributors + - @ShiroKSH + - @afonsojramos + - @setchy + New Contributors + - @ShiroKSH made their first contribution in https://github.com/gitify-app/gitify/pull/3131 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.3.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d6db17d88877d --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.0 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.0.1 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..8c38b2a7b0cfc --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.0/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..ccd33b84f2796 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.1/Gitify-Setup-7.3.1.exe + InstallerSha256: 98494FB7A7963BA1EA2A4112BC25291D0E95943F076F77822B35483A38724FE1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v7.3.1/Gitify-Setup-7.3.1.exe + InstallerSha256: 98494FB7A7963BA1EA2A4112BC25291D0E95943F076F77822B35483A38724FE1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..707fc978e9506 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.1 +PackageLocale: en-US +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: GitHub notifications on your menu bar. +Description: Ever got lost with GitHub notifications? Too many emails? Gitify is all about making your life easier. Sitting on your menu bar, it informs you for any GitHub notifications without being annoying and of course without adverts. It just gets the job done. Works with GitHub and GitHub Enterprise. You can even connect multiple accounts. +Tags: +- github +ReleaseNotes: |- + 7.3.1 (2026-08-08) + 🐛 Bug Fixes + - restart to install update, and three update-flow bugs (#3167) (01fed23) + 🫶 Contributors + - @afonsojramos +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.3.1 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fede60b42fa80 --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.1 +PackageLocale: zh-CN +Publisher: Emmanouil Konstantinidis +PublisherUrl: https://www.gitify.io/ +PublisherSupportUrl: https://github.com/gitify-app/gitify/issues +PackageName: Gitify +PackageUrl: https://www.gitify.io/ +License: MIT +LicenseUrl: https://github.com/gitify-app/gitify/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2026 Emmanouil Konstantinidis +ShortDescription: 菜单栏上的 GitHub 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v7.0.1 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..5f637ef55811b --- /dev/null +++ b/manifests/g/Gitify/Gitify/7.3.1/Gitify.Gitify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitify.Gitify +PackageVersion: 7.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.installer.yaml similarity index 55% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.installer.yaml index fb9421dc0fdf4..48234cc435d4d 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.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: 153.0.7992.3 +PackageVersion: 153.0.7997.0 InstallerType: exe Scope: user InstallModes: @@ -35,16 +35,16 @@ FileExtensions: - xht - xhtml ProductCode: Google Chrome -ReleaseDate: 2026-08-05 +ReleaseDate: 2026-08-08 Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ad4e7jkxup2joc74tlaqpaqil3dq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: D8575FEEAAE6DCB108135F513B9FEF38B3FD874EC7A5A595D21BE431C83A8806 + InstallerUrl: https://dl.google.com/release2/chrome/bzaginktbjh5i3pjjt5zt4stmi_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: AB26BF207BBF0884F1FE4B67D0A9451186A51EE9D537FFC624877658B566AD01 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ad4w7bii3exotamrwnao4lw36gvq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: E27604E2A815074A1C0A34A22732AE4340A51A8C34382539729EC991C28DDE2C + InstallerUrl: https://dl.google.com/release2/chrome/hx22n3fxfoqorvss7vzicv65sq_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: 97FD92BE796BBD71777DDCAAEF0B660F3C7F2CE20E9E2FCE59C2829C624D8626 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acef2jhtxoeuydjq64oj3xrs3naq_153.0.7992.3/153.0.7992.3_chrome_installer_uncompressed.exe - InstallerSha256: 132F5FBBCC36A29375117E059C47055CEEFA9FFD244AAD77D22AA836C77F9ABA + InstallerUrl: https://dl.google.com/release2/chrome/ac4cig4wtaae5ntdyukca5hp4ilq_153.0.7997.0/153.0.7997.0_chrome_installer_uncompressed.exe + InstallerSha256: 280726AA08D001CA174770862DA546CDDFECEB9E1FA69A0D5BBA4A6197FD21AD ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.en-US.yaml index aede47abd46e3..040f97fabfcef 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.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: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.nb-NO.yaml index d2c6a6d061502..c67d674ae3625 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.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: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.locale.zh-CN.yaml index f75991d1222ed..f61082b782ffa 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.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: 153.0.7992.3 +PackageVersion: 153.0.7997.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/153.0.7997.0/Google.Chrome.Canary.yaml index a20c9cf386ba3..54b5ad8dad994 100644 --- a/manifests/g/Google/Chrome/Canary/153.0.7992.3/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/153.0.7997.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: 153.0.7992.3 +PackageVersion: 153.0.7997.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.installer.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.installer.yaml new file mode 100644 index 0000000000000..3100133d1cf69 --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.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: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +InstallerLocale: en-US +InstallerType: inno +Scope: user +ProductCode: '{8B5E2A4C-6F1D-4E9A-9C3B-2D7A1F0E5B66}_is1' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: '{8B5E2A4C-6F1D-4E9A-9C3B-2D7A1F0E5B66}_is1' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\MarkdownBlaze' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bwets/MarkdownBlaze/releases/download/v1.0.21/MarkdownBlaze-1.0.21-win-x64-setup.exe + InstallerSha256: E77E271793E9B8662FC5930549B2A172A5A92DAFF128B3B39F41794563118656 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml new file mode 100644 index 0000000000000..77b4a6475aaa5 --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +PackageLocale: en-US +Publisher: Gregory Kieffer +PublisherUrl: https://github.com/bwets +PublisherSupportUrl: https://github.com/bwets/MarkdownBlaze/issues +PackageName: MarkdownBlaze +PackageUrl: https://github.com/bwets/MarkdownBlaze +License: MIT +LicenseUrl: https://github.com/bwets/MarkdownBlaze/blob/HEAD/LICENSE +ShortDescription: A fast, offline Markdown viewer — syntax highlighting, Mermaid diagrams, callouts, and a live outline. +ReleaseNotes: 'Full Changelog: v1.0.18...v1.0.21' +ReleaseNotesUrl: https://github.com/bwets/MarkdownBlaze/releases/tag/v1.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.yaml b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.yaml new file mode 100644 index 0000000000000..be20f4cb3905a --- /dev/null +++ b/manifests/g/GregoryKieffer/MarkdownBlaze/1.0.21/GregoryKieffer.MarkdownBlaze.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: GregoryKieffer.MarkdownBlaze +PackageVersion: 1.0.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..6ff45fef91264 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/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.198 +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.198/ggcode_1.3.198_windows_x64.msi + InstallerSha256: D7D79F57D0864E2B346113AB03E3A31C659FD818046E12422B19C86C4565201D + ProductCode: '{5D83E45E-0DAB-4562-ACB1-4AF3AD9EFD05}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{5D83E45E-0DAB-4562-ACB1-4AF3AD9EFD05}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.198/ggcode_1.3.198_windows_arm64.msi + InstallerSha256: 8DDEDEA30CC209F4DF31571500BC2F567C214FFF818DD94369FE45313414E4F7 + ProductCode: '{F3E748B5-A93E-42B0-86E7-EDED48BAA5B3}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{F3E748B5-A93E-42B0-86E7-EDED48BAA5B3}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..b1a741b7971c8 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/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.198 +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.198 +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.198/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.198/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..8e1e87966f704 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.198/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.198 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.installer.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.installer.yaml new file mode 100644 index 0000000000000..16d820729ed84 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.5 +InstallerType: portable +Commands: +- codewhale +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.5/codewhale-tui-windows-x64.exe + InstallerSha256: 4F758E62071D5E71C23C97AA0242176AAD8E2BA4666D9236ACAFE181950BE687 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml new file mode 100644 index 0000000000000..ed90e665053a6 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: CodeWhale +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Codewhale v0.9.5 consolidates the terminal application into one compiled runtime while preserving the familiar codewhale and codew commands. It also expands the managed Runtime API, makes session and Fleet work easier to inspect and resume, and removes the hidden local continuation backstop that could end productive work without a final assistant response. + Added + - model = "auto" for prompt-based tier selection: When set, the dispatcher analyses the user's prompt before delegating to the TUI and selects deepseek-v4-pro for complex tasks or deepseek-v4-flash for simple tasks (PR #5257). + - Runtime API controls for persistent goals, bounded memory inspection, MCP server and skill lifecycle management, and durable Fleet receipt evidence. + - Append-only session-tree history with /tree, /branch, /fork, and /resume, plus /rc remote control and managed login. + - A unified Fleet roster for built-in dispatch postures and a pinned indicator that keeps active background work visible above the composer. + - Incremental MCP registry refreshes that return the local snapshot immediately and update it in the background. + - Scout and Reviewer agents can use a bounded direct-command evidence shell for read-only workspace, Git, and GitHub inspection, and can keep private working notes in their own To-do while the durable transcript retains their evidence. + Changed + - codewhale-cli now contains the terminal runtime directly. Release installers expose byte-identical codewhale and codew commands without a separate TUI executable. The v0.9.5 asset set alone retains deprecated codewhale-tui-* filenames as byte-identical compatibility copies so installed v0.9.4 clients can discover and complete this upgrade. + - Startup release checks cache successful lookups for one hour. The updater downloads and verifies the primary runtime once, then refreshes any existing codew or legacy codewhale-tui command paths from the same bytes. + - Headless codewhale exec runs and verifier benchmark rollouts no longer impose a 100-step default. --max-turns remains available as an explicit opt-in ceiling; Fleet workers retain their separately configured budget. + - Goal token and time budgets are telemetry rather than default stop conditions, and automatic goal continuation is unlimited unless the user explicitly configures a continuation ceiling. + - Command-palette and slash-completion shadowing now share one alias-aware discovery contract. + - The website install guidance, localized product copy, navigation controls, social metadata, and Cloudflare build pipeline now describe and deploy the same one-runtime release contract. + Fixed + - The hidden 20-step no-user-input backstop no longer ends productive turns. Tool results, queued steering, child completions, REPL feedback, and goal continuations can all reach the next provider step and a final assistant response; explicit user-configured limits and genuine stuck-loop guards remain. + - Complete error details are directly inspectable after a failure instead of leaving the terminal with a clipped, unrecoverable error fragment. + - A newly minted OAuth credential is adopted in the same provider-selection flow instead of requiring a second picker trip. + - Fresh session titles can replace a stale cached New Session placeholder, unknown model context limits fail loudly, and release/source-install fallbacks no longer request binaries removed by the single-runtime conversion. + Contributors + - Sh1Zuku (@SparkofSpike) fixed stale cached session titles that could pin the New Session placeholder. + - Paulo Aboim Pinto (@aboimpinto) built the shared alias-aware command discovery contract and acceptance coverage. + - Sun Zhenyuan (@bistack) contributed the background incremental MCP Registry refresh. + - SKY ZHAO (@skyzhao1223) contributed prompt-based model = "auto" routing in PR #5257. +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#095---2026-08-08 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.zh-CN.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9e3edd6572d34 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.5 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.yaml b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.yaml new file mode 100644 index 0000000000000..aa0b0a29a4548 --- /dev/null +++ b/manifests/h/HunterBown/CodeWhale/0.9.5/HunterBown.CodeWhale.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HunterBown.CodeWhale +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml similarity index 73% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml index a716d8cb0dfd6..4191f7e5403d8 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.installer.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.installer.yaml @@ -2,19 +2,19 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Hypixel StudiosHytale Launcher -ReleaseDate: 2026-07-29 +ReleaseDate: 2026-08-08 AppsAndFeaturesEntries: - ProductCode: Hypixel StudiosHytale Launcher InstallationMetadata: DefaultInstallLocation: '%LocalAppData%\Programs\Hypixel Studios\Hytale Launcher' Installers: - Architecture: x64 - InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.07.29-8228f98.exe - InstallerSha256: 3331A72E737EF041863A1C26ABC96B953C18A5DBDAC49342130748B91F92EA74 + InstallerUrl: https://launcher.hytale.com/builds/release/windows/amd64/hytale-launcher-installer-2026.08.06-68d97a2.exe + InstallerSha256: 837CB6EA097F59AC24DC15EADD4CB999A3C218A742A69A9A70B1DBD12344572A ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml similarity index 96% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml index 63b51773e1b15..e2a700d1d5bb4 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.locale.en-US.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 PackageLocale: en-US Publisher: Hypixel Studios Canada inc. PublisherUrl: https://hytale.com/ diff --git a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml similarity index 84% rename from manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml rename to manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml index c7c4af84b5ea7..f7db2a9c68891 100644 --- a/manifests/h/HypixelStudios/Hytale/2026.07.29-8228f98/HypixelStudios.Hytale.yaml +++ b/manifests/h/HypixelStudios/Hytale/2026.08.06-68d97a2/HypixelStudios.Hytale.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HypixelStudios.Hytale -PackageVersion: 2026.07.29-8228f98 +PackageVersion: 2026.08.06-68d97a2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.installer.yaml new file mode 100644 index 0000000000000..ce85b0ff8d0ba --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.33.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mdns-tui-browser-v1.33.1-Windows-x86_64/mdns-tui-browser.exe + PortableCommandAlias: mdns-tui-browser +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- mdns-tui-browser +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/download/v1.33.1/mdns-tui-browser-v1.33.1-Windows-x86_64.zip + InstallerSha256: AEBE793E12BB5046D9FEE6BC40D7BB2F6E505E4350C3184B3B480CD1D2BD0AAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..f562cfe590909 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.33.1 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-tui-browser/issues +Author: hrzlgnm +PackageName: mDNS TUI Browser +PackageUrl: https://github.com/hrzlgnm/mdns-tui-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-tui-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +CopyrightUrl: https://raw.githubusercontent.com/hrzlgnm/mdns-tui-browser/refs/heads/main/LICENSE +ShortDescription: Cross platform TUI mdns-browser written in rust, vibe coded with opencode free model +Tags: +- mdns-sd +- ratatui +- rust +- terminal-ui +ReleaseNotes: |- + What's Changed + 🐛 Bug Fixes + - Retry browse when mdns-sd command queue is full @hrzlgnm (#535) + 📜 Documentation + - Document AUR packaging tests @hrzlgnm (#540) + ⬆️ Dependency Updates + - Update ghcr.io/hrzlgnm/mdns-browser-arch-aur-builder:v1 docker digest to a767676 @renovate[bot] (#536) + Full Changelog + v1.33.0...v1.33.1 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-tui-browser/releases/tag/v1.33.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.yaml b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.yaml new file mode 100644 index 0000000000000..d4338cdc37787 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-tui-browser/v1.33.1/hrzlgnm.mdns-tui-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-tui-browser +PackageVersion: v1.33.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml new file mode 100644 index 0000000000000..bc0b22dce1f63 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.installer.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.0 +InstallerLocale: en-US +InstallModes: +- interactive +UpgradeBehavior: install +Commands: +- zux +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.0/zux_1.1.0_x64-setup.exe + InstallerSha256: 8FA14E9BD63D1F66E077F54EC5BF80FEF4A56841F799ADE641B716904317393E + ProductCode: zux + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: zux + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\zux' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.0/zux_1.1.0_x64_en-US.msi + InstallerSha256: E7E3BC582FABED5E3EE5DC2230949062CB63C6BCFAC8D01209E72D07B10EB5F0 + ProductCode: '{06A643B8-8BAC-4AA5-B8F4-0FDACEF6B214}' + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: '{06A643B8-8BAC-4AA5-B8F4-0FDACEF6B214}' + UpgradeCode: '{5815D5F5-1FC0-5793-BA28-8FF79F8636D3}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/zux' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml new file mode 100644 index 0000000000000..2970ec16e8a39 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/zux/issues +Author: hrzlgnm +PackageName: zux +PackageUrl: https://github.com/hrzlgnm/zux +License: MIT +LicenseUrl: https://github.com/hrzlgnm/zux/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +ShortDescription: zux +Description: mDNS-SD visualizer with force-directed graph visualization +Tags: +- mdns-sd +- sveltejs +- tauri-app +- tauri-v2 +- vis-network +ReleaseNotes: |- + What's Changed + - Throttle mDNS event delivery and retry transient browse failures by @hrzlgnm in #116 + Full Changelog: v1.0.3...v1.1.0 +ReleaseNotesUrl: https://github.com/hrzlgnm/zux/releases/tag/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.yaml b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.yaml new file mode 100644 index 0000000000000..d29c86fbe68b9 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.0/hrzlgnm.zux.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.installer.yaml b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.installer.yaml new file mode 100644 index 0000000000000..df80b3910f921 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.installer.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.2 +InstallerLocale: en-US +InstallModes: +- interactive +UpgradeBehavior: install +Commands: +- zux +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.2/zux_1.1.2_x64-setup.exe + InstallerSha256: 31E1B80F1B0D70B8620103A7BCEA95839BBC843E1295634C4B7834B66C25C6FC + ProductCode: zux + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: zux + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\zux' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/hrzlgnm/zux/releases/download/v1.1.2/zux_1.1.2_x64_en-US.msi + InstallerSha256: 2C9F17C18501AB76D93F4B0EF932B881F19C04185B7DA1FEDE5CEF7368E1513A + ProductCode: '{DAB81367-A737-46CF-99EF-01F1177E82E0}' + AppsAndFeaturesEntries: + - Publisher: github + ProductCode: '{DAB81367-A737-46CF-99EF-01F1177E82E0}' + UpgradeCode: '{5815D5F5-1FC0-5793-BA28-8FF79F8636D3}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/zux' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.locale.en-US.yaml b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.locale.en-US.yaml new file mode 100644 index 0000000000000..af1a8eddde8fb --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/zux/issues +Author: hrzlgnm +PackageName: zux +PackageUrl: https://github.com/hrzlgnm/zux +License: MIT +LicenseUrl: https://github.com/hrzlgnm/zux/blob/HEAD/LICENSE +Copyright: Copyright (c) hrzlgnm +ShortDescription: zux +Description: mDNS-SD visualizer with force-directed graph visualization +Tags: +- mdns-sd +- sveltejs +- tauri-app +- tauri-v2 +- vis-network +ReleaseNotes: |- + What's Changed + - chore: replace tauri-plugin-http with a direct reqwest dependency by @hrzlgnm in #121 + Full Changelog: v1.1.1...v1.1.2 +ReleaseNotesUrl: https://github.com/hrzlgnm/zux/releases/tag/v1.1.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.yaml b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.yaml new file mode 100644 index 0000000000000..198cd818c8894 --- /dev/null +++ b/manifests/h/hrzlgnm/zux/1.1.2/hrzlgnm.zux.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.zux +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml new file mode 100644 index 0000000000000..35c6c1faf5e74 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.installer.yaml @@ -0,0 +1,15 @@ +# 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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +InstallerType: portable +Commands: +- qiv +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/download/v2.250.1.320/QuickImageViewer.exe + InstallerSha256: 6AA9FF804DE65D3DAB1F6638B78CA603B3780C1E4536FE3E6327E5EDAB6CD5D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..67f9e0ac98f5d --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +PackageLocale: en-US +Publisher: IcyHotY2K +PublisherUrl: https://github.com/icyhoty2k +PublisherSupportUrl: https://github.com/icyhoty2k/QuickImageViewer/issues +PackageName: QuickImageViewer +PackageUrl: https://github.com/icyhoty2k/QuickImageViewer +License: AGPL-3.0 +LicenseUrl: https://github.com/icyhoty2k/QuickImageViewer/blob/HEAD/LICENSE +Copyright: Copyright © 2026 All rights reserved, Ivan Hristov Yanev +ShortDescription: Fast native Windows image viewer. +Tags: +- cpp +- fast-image-viewer +- image-viewer +- lightweight-app +- native-cpp +- no-install +- performance-optimized +- portable-exe +- webp +- win32 +ReleaseNotes: tcp/ip protocol additions +ReleaseNotesUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/tag/v2.250.1.320 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/icyhoty2k/QuickImageViewer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.yaml new file mode 100644 index 0000000000000..39f27e3468717 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.250.1.320/IcyHotY2K.QuickImageViewer.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: IcyHotY2K.QuickImageViewer +PackageVersion: 2.250.1.320 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.installer.yaml b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.installer.yaml new file mode 100644 index 0000000000000..8068240542828 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JordanCoin.codemap +PackageVersion: 4.3.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-08" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: codemap.exe + PortableCommandAlias: codemap + InstallerUrl: https://github.com/JordanCoin/codemap/releases/download/v4.3.1/codemap_4.3.1_windows_amd64.zip + InstallerSha256: 32e2d86215ab836e5546193eb02389237f660bb32d55ac2020562105889702bd + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.locale.en-US.yaml b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.locale.en-US.yaml new file mode 100644 index 0000000000000..ea731b65cdf1e --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.locale.en-US.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: JordanCoin.codemap +PackageVersion: 4.3.1 +PackageLocale: en-US +Publisher: JordanCoin +PublisherUrl: https://github.com/JordanCoin +PublisherSupportUrl: https://github.com/JordanCoin/codemap/issues +PackageName: codemap +PackageUrl: https://github.com/JordanCoin/codemap +License: MIT +LicenseUrl: https://github.com/JordanCoin/codemap/blob/main/LICENSE +ShortDescription: Generate a brain map of your codebase for LLM context +Description: | + codemap generates a compact, structured "brain map" of your codebase + that LLMs can instantly understand. One command gives instant + architectural context without burning tokens. +Moniker: codemap +Tags: + - cli + - developer-tools + - ai + - llm + - code-analysis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.yaml b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.yaml new file mode 100644 index 0000000000000..fb9a1fea7f9f7 --- /dev/null +++ b/manifests/j/JordanCoin/codemap/4.3.1/JordanCoin.codemap.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: JordanCoin.codemap +PackageVersion: 4.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.installer.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.installer.yaml new file mode 100644 index 0000000000000..aa796f0fdc4fb --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.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: jetyu.Snaptium +PackageVersion: 2.2.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58fb3351-66b2-52bf-917d-2e5a8c35a106 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/jetyu/Snaptium/releases/download/v2.2.3/Snaptium-Windows-x64.exe + InstallerSha256: 2DC20A3A8980B22B8DC616EAB74FB73643B921B9A145BBDB58102C153C4F0763 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/jetyu/Snaptium/releases/download/v2.2.3/Snaptium-Windows-x64.exe + InstallerSha256: 2DC20A3A8980B22B8DC616EAB74FB73643B921B9A145BBDB58102C153C4F0763 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml new file mode 100644 index 0000000000000..7e46513bb6605 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jetyu.Snaptium +PackageVersion: 2.2.3 +PackageLocale: en-US +Publisher: Snaptium Team +PublisherUrl: https://jetyu.me/ +PublisherSupportUrl: https://github.com/jetyu/Snaptium/issues +PackageName: Snaptium +PackageUrl: https://github.com/jetyu/Snaptium +License: MIT +LicenseUrl: https://github.com/jetyu/Snaptium/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Snaptium Team +ShortDescription: A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. +Description: |- + A modern cross-platform note-taking desktop application built with Electron, featuring local data storage for complete security and control. + Features + - Minimalist Interface: Simple, pure, and ad-free + - Cross-Platform: Supports Windows, macOS, and Linux + - Easy Migration: Supports complete Snaptium proprietary format (.nwp) for full import/export, as well as Markdown (.md) format import/export + - Local Encrypted Storage: All note data can be encrypte(AES-256-GCM algorithm) and stored under the user's local control. + - Markdown Support: Real-time preview of Markdown rendering + - AI-Powered Writing Assistant: AI-powered writing assistance to make your writing easier (Off by default) + - Internationalization: Supports 19 languages and regional settings worldwide +Tags: +- article +- docs +- document +- editor +- markdown +- writing +ReleaseNotes: This update optimizes details and the user experience. +ReleaseNotesUrl: https://github.com/jetyu/Snaptium/blob/HEAD/docs/Changelog/history_en.md#v223---2026-08-08 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/jetyu/Snaptium/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.zh-CN.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.zh-CN.yaml new file mode 100644 index 0000000000000..635cc8f479f58 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jetyu.Snaptium +PackageVersion: 2.2.3 +PackageLocale: zh-CN +ShortDescription: 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 +Description: |- + 一款基于 Electron 开发的现代化跨平台桌面级笔记应用,数据本地存储,让数据始终安全可控。 + 功能特点 + - 极简界面:简单纯粹无广告 + - 跨平台:支持 Windows、macOS 和 Linux 系统 + - 便捷迁移:支持 Snaptium 专有格式 (.nwp) 完整导入导出,支持 Markdown (.md) 格式导入导出 + - 本地加密存储:所有笔记数据可加密 (AES-256-GCM 算法) 保存在本地,安全可控 + - Markdown 支持:实时预览 Markdown 渲染效果 + - AI 智能辅助写作:AI 智能辅助写作,让您的写作更轻松 (默认关闭) + - 国际化:支持全球 19 种语言及地区设置 +Tags: +- markdown +- 写作 +- 文档 +- 文稿 +- 文章 +- 编辑器 +ReleaseNotes: 本次更新优化了细节及用户体验。 +ReleaseNotesUrl: https://github.com/jetyu/Snaptium/blob/HEAD/docs/Changelog/history_cn.md#v223---2026-08-08 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.yaml b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.yaml new file mode 100644 index 0000000000000..1f99e761e2905 --- /dev/null +++ b/manifests/j/jetyu/Snaptium/2.2.3/jetyu.Snaptium.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: jetyu.Snaptium +PackageVersion: 2.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml index a77bf3225511e..6d5364f8a0723 100644 --- a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml +++ b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml @@ -6,18 +6,18 @@ PackageVersion: "0.1" InstallerType: nullsoft UpgradeBehavior: install ProductCode: Chessament -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-784-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 64FDC65BD896BD411F0DDE9680028C813A4B52D827308AEF705ADAFC0A888DC5 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-786-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D8722F54C32F9656D45A3301BB4682D77A06F066238B7FC6E6427A46D9DE7677 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-784-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 64FDC65BD896BD411F0DDE9680028C813A4B52D827308AEF705ADAFC0A888DC5 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-786-windows-cl-msvc2022-x86_64.exe + InstallerSha256: D8722F54C32F9656D45A3301BB4682D77A06F066238B7FC6E6427A46D9DE7677 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml new file mode 100644 index 0000000000000..b70462b29ec5c --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Karoterra.Aulua +PackageVersion: 0.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aulua.exe + PortableCommandAlias: aulua +UpgradeBehavior: install +Commands: +- aulua +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/karoterra/aviutl2-aulua/releases/download/v0.11.0/aulua-v0.11.0-windows-x64.zip + InstallerSha256: D52F763C42B01FC4EA4617C54858414C96050E28F5B82BF88F50253C86F131FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml new file mode 100644 index 0000000000000..626d9d266b2f2 --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Karoterra.Aulua +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: Karoterra +PublisherUrl: https://karoterra.com/ +PublisherSupportUrl: https://github.com/karoterra/aviutl2-aulua/issues +Author: Karoterra +PackageName: aulua +PackageUrl: https://github.com/karoterra/aviutl2-aulua +License: MIT +LicenseUrl: https://github.com/karoterra/aviutl2-aulua/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 karoterra +ShortDescription: AviUtl2 Lua script build & install tool +Description: aulua is a command-line development tool for AviUtl ExEdit2 scripts. It helps automate building and installing Lua scripts and related resources. +Tags: +- aviutl2 +ReleaseNotes: |- + What's Changed + Features + - feat: 言語ファイルの生成・更新・検査機能を追加 by @karoterra in #66 + Full Changelog: v0.10.1...v0.11.0 +ReleaseNotesUrl: https://github.com/karoterra/aviutl2-aulua/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.yaml b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.yaml new file mode 100644 index 0000000000000..568f2666bb40b --- /dev/null +++ b/manifests/k/Karoterra/Aulua/0.11.0/Karoterra.Aulua.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: Karoterra.Aulua +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml new file mode 100644 index 0000000000000..3726fdf03d7ce --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +InstallerType: inno +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{B53A7C5D-F22A-4B4F-B255-6C7C5C687780}}_is1' +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kindness-Kismet/stelliberty/releases/download/v2.0.21/stelliberty-v2.0.21-win-x64-setup.exe + InstallerSha256: 04A8209250ABDFAD8F0F067E0D6E12B7BFD90C88E552AD80A9E90435DF4775D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml new file mode 100644 index 0000000000000..a61e06495c791 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +PackageLocale: en-US +License: Freeware +ShortDescription: A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style +Description: |- + A modern cross-platform Clash client built with Flutter and Rust Featuring the unique MD3M (Material Design 3 Modern) visual style + ✨ Features + - 🎨 MD3M Design System: Unique Material Design 3 Modern style combining MD3 color management with acrylic glass effects + - 🦀 Rust Backend: High-performance core powered by Rust with Flutter UI + - 🌐 Multi-language Support: Built-in i18n support using slang + - 🔧 Subscription Management: Full subscription and override configuration support + - 📊 Real-time Monitoring: Connection tracking and traffic statistics + - 🪟 Native Desktop Integration: Windows service, system tray, and auto-start support + - 🔄 Built-in UWP Loopback Manager: Manage Windows UWP app loopback exemptions (Windows only) + 🏆 Implementation Highlights + This might be one of the most detail-oriented Flutter desktop applications: + - ✨ System Tray Dark Mode: Adaptive tray icons for Windows dark/light themes + - 🚀 Flicker-Free Launch: Maximized window startup without visual artifacts + - 👻 Smooth Window Transitions: Show/hide animations without flickering + - 🎯 Pixel-Perfect UI: Carefully crafted MD3M design system +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- network +- proxy +- vpn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c0bdd8e7d32d --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +PackageLocale: zh-CN +Publisher: Stelliberty +PublisherUrl: https://github.com/Kindness-Kismet +PublisherSupportUrl: https://github.com/Kindness-Kismet/Stelliberty/issues +PackageName: Stelliberty +PackageUrl: https://github.com/Kindness-Kismet/Stelliberty +License: 免费软件 +Copyright: Copyright © 2026 Stelliberty. All rights reserved. +ShortDescription: 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 +Description: |- + 一款使用 Flutter 和 Rust 构建的现代跨平台 Clash 客户端,采用独特的 MD3M(Material Design 3 Modern)视觉风格 + ✨ 特性 + - 🎨 MD3M 设计系统:结合 MD3 色彩管理与亚克力玻璃效果的独特 Material Design 3 Modern 风格 + - 🦀 Rust 后端:由 Rust 提供高性能核心,搭配 Flutter 用户界面 + - 🌐 多语言支持:使用 slang 实现内置 i18n 支持 + - 🔧 订阅管理:完整支持订阅与覆盖配置 + - 📊 实时监控:连接追踪与流量统计 + - 🪟 原生桌面集成:支持 Windows 服务、系统托盘及自动启动 + - 🔄 内置 UWP 回环管理器:管理 Windows UWP 应用回环豁免(仅 Windows) + 🏆 实现亮点 + 这可能是最注重细节的 Flutter 桌面应用之一: + - ✨ 系统托盘暗黑模式:针对 Windows 明暗主题自适应的托盘图标 + - 🚀 无闪烁启动:最大化窗口启动无视觉瑕疵 + - 👻 平滑窗口过渡:显示/隐藏动画无闪烁 + - 🎯 像素级精准 UI:精心打造的 MD3M 设计系统 +Tags: +- clash +- clash-meta +- clash-verge +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotes: |- + - Reverted to single-process mode because process separation did not provide clear benefits + - Fixed some override scripts not taking effect + + - 回退到单进程模式,目前看起来并没有得到有效反馈 + - 修复某些覆写脚本不生效的问题 +ReleaseNotesUrl: https://github.com/Kindness-Kismet/stelliberty/releases/tag/v2.0.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml new file mode 100644 index 0000000000000..0c64e92f2f173 --- /dev/null +++ b/manifests/k/Kindness-Kismet/Stelliberty/2.0.21/Kindness-Kismet.Stelliberty.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kindness-Kismet.Stelliberty +PackageVersion: 2.0.21 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.installer.yaml b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.installer.yaml new file mode 100644 index 0000000000000..428051d9bdf47 --- /dev/null +++ b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.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: Kubis1982.GitFlow +PackageVersion: 2.2.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GitFlow.exe + PortableCommandAlias: gitflow +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kubis1982/GitFlow/releases/download/v2.2.0/gitflow-win-x64-v2.2.0.zip + InstallerSha256: A2C607E5059AAA6455C01BBD539130D6B6CA1F4A33E01375C24A22682B80BDBE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-07 diff --git a/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.locale.en-US.yaml b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.locale.en-US.yaml new file mode 100644 index 0000000000000..fa5f6e8b37cd4 --- /dev/null +++ b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubis1982.GitFlow +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Kubis1982 +PublisherUrl: https://github.com/kubis1982 +PublisherSupportUrl: https://github.com/kubis1982/GitFlow/issues +PackageName: GitFlow +PackageUrl: https://github.com/kubis1982/GitFlow +License: MIT Licence +ShortDescription: Git workflow management tool implementing the GitFlow branching model +ReleaseNotesUrl: https://github.com/kubis1982/GitFlow/releases/tag/v2.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kubis1982/GitFlow/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.yaml b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.yaml new file mode 100644 index 0000000000000..81d5ba7cf280f --- /dev/null +++ b/manifests/k/Kubis1982/GitFlow/2.2.0/Kubis1982.GitFlow.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: Kubis1982.GitFlow +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.installer.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.installer.yaml new file mode 100644 index 0000000000000..86fad1364f0a0 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac (manual recovery after WINGET_TOKEN CreateRef failure on release v0.2.7) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ledgerful.exe + PortableCommandAlias: ledgerful +Commands: +- ledgerful +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/download/v0.2.7/ledgerful-x86_64-pc-windows-msvc.zip + InstallerSha256: 85F10FC18D323FD37D591B79E53542131DEEF1E49229D50D8889A835F44316A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.locale.en-US.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.locale.en-US.yaml new file mode 100644 index 0000000000000..86f56c8705b90 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac (manual recovery after WINGET_TOKEN CreateRef failure on release v0.2.7) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.7 +PackageLocale: en-US +Publisher: Ledgerful, LLC +PublisherUrl: https://github.com/Ryan-AI-Studios/Ledgerful +PublisherSupportUrl: https://github.com/Ryan-AI-Studios/Ledgerful/issues +Author: Ledgerful, LLC +PackageName: Ledgerful +PackageUrl: https://github.com/Ryan-AI-Studios/Ledgerful +License: PolyForm Noncommercial 1.0.0 +LicenseUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/HEAD/LICENSE +Copyright: Copyright 2026 Ledgerful, LLC +CopyrightUrl: https://github.com/Ryan-AI-Studios/Ledgerful/blob/v0.1.9/LICENSE +ShortDescription: Local-first change intelligence CLI for impact analysis and verification +Description: |- + Ledgerful is a local-first command-line tool for deterministic change intelligence: + impact and risk analysis, signed provenance for code changes, verification planning, + and local knowledge-graph indexing. The product is source-available under the PolyForm + Noncommercial License 1.0.0, with a separate small-entity commercial exception + documented in COMMERCIAL-EXCEPTION.md in the source repository. +Moniker: ledgerful +Tags: +- change-intelligence +- cli +- developer-tools +- local-first +- provenance +- verification +ReleaseNotesUrl: https://github.com/Ryan-AI-Studios/Ledgerful/releases/tag/v0.2.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.yaml b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.yaml new file mode 100644 index 0000000000000..072cb8e52ac36 --- /dev/null +++ b/manifests/l/Ledgerful/Ledgerful/0.2.7/Ledgerful.Ledgerful.yaml @@ -0,0 +1,8 @@ +# Created with komac (manual recovery after WINGET_TOKEN CreateRef failure on release v0.2.7) +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ledgerful.Ledgerful +PackageVersion: 0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml new file mode 100644 index 0000000000000..e23da89f8e157 --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- lime +ProductCode: lime +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/limecloud/lime/releases/download/v1.124.0/Lime-1.124.0.Setup.exe + InstallerSha256: DA7C2A5B12DA0022D385884E3AB9AEDCE0F5FAFE4E8C59B161A0A26ACA97A60C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml new file mode 100644 index 0000000000000..0a8abc9fa94cf --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +PackageLocale: en-US +License: Proprietary +ShortDescription: An open-source AI content workbench built for Chinese creators. +Description: |- + Lime is an open-source Electron desktop AI content workbench designed for Chinese creators, brand operators, research-oriented writers, and small teams. It covers AI writing, topic research, asset management, prompt accumulation, knowledge bases, and multi-model creative workflows. + + You can think of it as an AI workspace better suited for long-term creation: + - It’s not just about single questions and answers; it’s about making continuous progress on a project. + - It’s not about finding references and rewriting prompts every time; it’s about accumulating references, styles, and methodologies. + - It’s not about results getting lost in chat history after generation; it’s about saving results so they can be reused next time. + - It’s not tied to a single AI service; it allows you to use the model capabilities you have already configured. + If you frequently switch between bookmarks, documents, chat tools, image tools, and model backends, Lime aims to consolidate these actions into a single creative space. + + What you can do with Lime: + - AI Writing and Content Creation: Write WeChat Official Account articles, Xiaohongshu notes, video scripts, podcast outlines, and livestream scripts. + - Research and Knowledge Organization: Organize webpages, notes, screenshots, interviews, and historical materials to generate reports or briefs. + - Topic Analysis and Content Review: Deconstruct viral cases, competitor content, publishing cadences, and expression styles. + - Prompt Management and Style Reuse: Save common writing styles, brand tones, topic selection methods, and team templates. + - Multimodal Creative Preparation: Generate image prompts, cover directions, presentation structures, or webpage drafts. + - Multi-Model Workflow: Use your own configured AI providers and models to continuously edit, expand, compress, or cross-post within the same task. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78f6a55872d64 --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.locale.zh-CN.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +PackageLocale: zh-CN +Publisher: Lime +PublisherUrl: https://limeai.run/ +PublisherSupportUrl: https://github.com/limecloud/lime/issues +PrivacyUrl: https://limeai.run/privacy/ +PackageName: Lime +PackageUrl: https://limeai.run/ +License: 专有软件 +LicenseUrl: https://limeai.run/terms/ +Copyright: © 2026 Lime +ShortDescription: 给中文创作者用的开源 AI 内容工作台 +Description: |- + Lime 是一个开源的 Electron 桌面端 AI 内容工作台,面向中文创作者、品牌运营、研究型写作者和小团队,覆盖 AI 写作、选题研究、素材管理、提示词沉淀、知识库和多模型创作流程。 + + 你可以把它理解成一个更适合长期创作的 AI 工作台: + - 不是只问一句、答一句,而是围绕一个项目持续推进 + - 不是每次都重新找资料、重新写提示词,而是把参考、风格和做法沉淀下来 + - 不是生成完就散落在聊天记录里,而是把结果保存起来,下一次还能继续用 + - 不是绑定某一家 AI 服务,而是让你使用自己已经配置好的模型能力 + 如果你经常在收藏夹、文档、聊天工具、图片工具和模型后台之间来回切换,Lime 想帮你把这些动作收回到同一个创作空间里。 + + 你可以用 Lime 做什么 + - AI 写作与内容创作:写公众号文章、小红书笔记、视频脚本、播客提纲和直播话术 + - 资料研究与知识整理:整理网页、笔记、截图、访谈和历史材料,生成报告或简报 + - 选题分析与内容复盘:拆解爆款案例、竞品内容、发布节奏和表达风格 + - 提示词管理与风格复用:保存常用写法、品牌语气、选题方法和团队模板 + - 多模态创作准备:生成图片提示词、封面方向、演示稿结构或网页草稿 + - 多模型工作流:使用自己配置的 AI 服务商和模型,在同一个任务里持续修改、扩写、压缩或换平台发布 +ReleaseNotes: |- + Lime v1.124.0 + 新功能 + - 将 Lime 的产品定位升级为全栈 AI Agent:统一覆盖代码、文件、终端、工具、MCP、Skills、多模态、Provider 和多 Agent 长任务。 + - 新增 current App Server v2 文件系统与进程能力,支持目录/文件读写、复制、删除、监听、终端进程启动、输出流、stdin、终止与状态恢复。 + - 将 Agent 工作区、Thread/Turn/Item 投影、artifact 和桌面 GUI 连接到同一条可追踪执行链,面向类似 Claude Code、WorkBuddy、Codex 的任务型 Agent 使用方式。 + - 补齐 current Plugin package、Browser 能力资产和 Gate B 打包/运行验证入口。 + 修复 + - 修复文件、进程、后台终端和 Agent 任务状态在 App Server、Electron host、gateway 与 GUI 之间的投影不一致。 + - 修复 current runtime 在长任务、取消、输出流和历史恢复场景中的生命周期边界,保持失败关闭和权限审阅语义。 + - 修复协议 schema、生成客户端和模型/Provider 能力目录在 v2 迁移后的漂移,避免不可执行模型进入 Agent 路由。 + 优化与重构 + - 物理删除已退役的 Plugin runtime、旧 worker、旧 v0 文件/进程/插件 wire 与脱离构建图的 Electron/Renderer facade,不保留生产 mock fallback 或兼容双轨。 + - 收敛 App Server v2 protocol、schema registry、Rust/TypeScript typed client、runtime owner 与 GUI gateway,保持 Electron Desktop Host -> App Server JSON-RPC -> RuntimeCore -> Thread/Turn/Item projection -> GUI 单一产品链。 + - 将文件、进程、工具、Skills、MCP、Plugin 和多 Agent 能力归回各自 current owner,减少重复入口和跨层状态复制。 + 测试与质量 + - 新增文件系统、进程、后台终端、Agent runtime、Plugin package 和协议 v2 的 Rust、TypeScript、JSON-RPC 与真实 Electron 回归。 + - 扩展 current Agent fixture、工具/Skills/MCP 场景、Gate B 打包验证、历史恢复和取消/重试路径证据。 + - 同步 generated protocol schema/types、命令契约、legacy 回流守卫、脚本治理、五语言 GUI 回归与 README 定位文档。 + 文档 + - 重写中英文根 README,明确 Lime 是类似 Claude Code、WorkBuddy、Codex 的全栈桌面 AI Agent,并保留原有产品图片。 + - 更新 App Server 文件/进程边界、Agent runtime 主链、Plugin current owner、治理路线图和 v2 协议说明。 + 其他 + - 将根应用、CLI npm 包、Rust workspace 与 Cargo.lock 版本统一提升到 1.124.0。 + 完整变更:v1.123.0 → v1.124.0 +ReleaseNotesUrl: https://github.com/limecloud/lime/releases/tag/v1.124.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml new file mode 100644 index 0000000000000..3e2bfbe0dd20b --- /dev/null +++ b/manifests/l/Lime/Lime/1.124.0/Lime.Lime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lime.Lime +PackageVersion: 1.124.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..69f3fea5bce55 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.124/CLIProxyAPI_7.2.124_windows_amd64.zip + InstallerSha256: C3E7922C77458C95DBA60174D26B20A91C000D2FFDA80B1834C62B7C83D75CE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..c73463b3c9163 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.2.124 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + FreeBSD release assets + - CLIProxyAPI__freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins. + Changelog + - fix(claude): synthesize belated tool_use starts for empty-name calls (37609fa1) + - fix(cliproxy): centralize client error status mapping and apply context cancellation/deadline HTTP codes (4b3cc55c) + - fix(kimi): canonicalize K2.7 Code model aliases to official Kimi-For-Coding IDs (36936340) + - fix(codex): resolve credential-aware model before forwarding API-key alpha search requests (e64cdbf5) + - fix(cliproxy): delegate OpenAI-compatible OAuth refresh to plugin auth providers (01a21b77) + - fix(cliproxy): stop non-streaming keep-alive after OpenAI handler execution (9829bd9d) + - fix(codex): deduplicate Responses tools when converting to OpenAI Chat Completions (aff2095a) + - feat(signature): identify Kimi thinking signatures by fixed size (8558f443) + - feat(signature): add Grok as a target-only provider family (4abb0e66) + - fix(codex): normalize custom_tool_call IDs with ctc_ prefix during Codex input sanitization (197f5204) + What's Changed + - feat(signature): identify Kimi thinking signatures and scope Grok as target-only by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4835 + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.123...v7.2.124 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.124 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a851be70481cf --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +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.124/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..dc5d17666f5fb --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.2.124/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.124 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml b/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml index 23275b14c195c..aeb8016d5dd4b 100644 --- a/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml +++ b/manifests/m/Meitu/ColorByte/Pro/7.9.3/Meitu.ColorByte.Pro.installer.yaml @@ -9,10 +9,10 @@ InstallerSuccessCodes: - 2 UpgradeBehavior: install ProductCode: ColorByte -ReleaseDate: 2026-07-20 +ReleaseDate: 2026-08-07 Installers: - Architecture: x64 - InstallerUrl: https://yunxiu-dl.meitudata.com/electron/colorbyte/7.9.3/8271/MeituYunxiu7.9.3.exe - InstallerSha256: B85228C1C2BFD0FDF9496498F51500AB638C933F58C64E6B5D5E5868FE54D5CB + InstallerUrl: https://yunxiu-dl.meitudata.com/electron/colorbyte/7.9.3/8306/MeituYunxiu7.9.3.exe + InstallerSha256: 74CA64FD288040F51ECDFE74F525A2DA1120FC0C103D938CA1199F6A246F540C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml new file mode 100644 index 0000000000000..ccbda5d84e850 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +ProductCode: OpenFreebuds_APP +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: OpenFreebuds_APP +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MelianMiko\OpenFreebuds' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/melianmiko/OpenFreebuds/releases/download/v0.18.0/openfreebuds_0.18.0_x86_64_windows.exe + InstallerSha256: B576FEA295CBA9F2CD2FB2EE0A0EC081A75934BAAC9A1F4EC9DB6E975E5F3E98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml new file mode 100644 index 0000000000000..b1e02d5d58606 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +PackageLocale: en-US +Publisher: MelianMiko +PublisherUrl: https://mmk.pw/en/ +PublisherSupportUrl: https://github.com/melianmiko/OpenFreebuds/issues +PackageName: OpenFreebuds +PackageUrl: https://mmk.pw/en/openfreebuds/ +License: GPL-3.0 +LicenseUrl: https://github.com/melianmiko/OpenFreebuds/blob/HEAD/LICENSE +ShortDescription: OpenFreebuds is a management software for HUAWEI FreeBuds/Honor EarBuds series devices for computer. +Tags: +- ai-life +- freebuds +- honor-earbuds +- huawei +ReleaseNotes: |- + FreeBuds Pro 5, FreeClip compactibility, initial macOS build ability (no release binaries + currently), low battery pop-up. + - [Platform] Initial macOS compatibility (thx @IAL32) + - [Device compatibility] HUAWEI FreeBuds Pro 5 (thx @JehuAlv) + - [Device compatibility] HUAWEI FreeClip / FreeClip 2 (thx @hereshui3) + - [Feature] Low battery / device connection popup (thx @Ast1va) +ReleaseNotesUrl: https://github.com/melianmiko/OpenFreebuds/releases/tag/v0.18.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.yaml b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.yaml new file mode 100644 index 0000000000000..c3041f4cca990 --- /dev/null +++ b/manifests/m/MelianMiko/OpenFreebuds/0.18.0/MelianMiko.OpenFreebuds.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: MelianMiko.OpenFreebuds +PackageVersion: 0.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..0393e1aed1f7a --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/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.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.4.0/microclaw-0.4.0-x86_64-windows-msvc.zip + InstallerSha256: 7051ED8065B708F3B68E742447221CCF8C1B034EF7B1FF14803B6F95B2FF9E6D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..529767ca65bbf --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/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.4.0 +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 + - build(deps-dev): bump the web-development-non-major group in /web with 2 updates by @dependabot[bot] in https://github.com/microclaw/microclaw/pull/476 + - Revert "build(deps-dev): bump the web-development-non-major group in /web with 2 updates" by @everettjf in https://github.com/microclaw/microclaw/pull/477 + - v0.4.0 workstreams: competitive intel, plan, and full implementation by @everettjf in https://github.com/microclaw/microclaw/pull/478 + - release: prepare v0.4.0 (web approval buttons, benchmark script portability) by @everettjf in https://github.com/microclaw/microclaw/pull/479 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.3.5...v0.4.0 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.4.0 +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.4.0/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..83f6ea9bd6d97 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/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.4.0 +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.4.0/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.4.0/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..59404a05941e6 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.4.0/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.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d4587ae0f1dfc --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.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.457.62.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.62.0&arch=x86 + InstallerSha256: A4DAB78306987012E077C3D231DE349531EC10BB789B2C3C321EEE39BF818E13 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.62.0&arch=amd64 + InstallerSha256: E5050937293E0A3AA2ABDE31FDF470D6736C12D2AAF3123B1390E5F8E3035588 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..1717f6caa4501 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.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.457.62.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.457.62.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.62.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..5a80de302474c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.62.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.457.62.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..d2a7e76ac6e9f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.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.457.67.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.67.0&arch=x86 + InstallerSha256: FD6515136780AE1955EC4E5AE06490D196F582ECFDACA5107A432382F8EAC120 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.67.0&arch=amd64 + InstallerSha256: A60B8B17DD66C7D033F7969D99FA0C5E4E4CCEF73AA399B8FF39154584551C5C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..56c3b92fb0a6a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.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.457.67.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.457.67.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.67.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..6ae432d40736a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.67.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.457.67.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..a4efb3e70098d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.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.457.69.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.69.0&arch=x86 + InstallerSha256: 987640BA118C8FC1A5F7EAAA4DB450E917B8AF1B23A291B05076DF41ECA1F37E +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.69.0&arch=amd64 + InstallerSha256: 5AF469D633C736FF16B15644272AB2E938B47E47E11B4B4BDE27A17386EAFDC0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..ad79dec1e3cdc --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.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.457.69.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.457.69.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.69.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..9872b771d2139 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.69.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.457.69.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 0000000000000..4fd0842072152 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.6/mockzilla-v2.8.6-windows-amd64.exe + InstallerSha256: 3B56D4A9B70B2B60F6DDE836CF596E1733D70CE4366E3C02FD5E89F2FE83A4F7 +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.8.6/mockzilla-v2.8.6-windows-arm64.exe + InstallerSha256: 82FF173D082DAD9EB9DD278654B0CCFB87224BB2F1A7AC264F8822665F36AA27 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 0000000000000..db6f7c4ba390c --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/HEAD/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ReleaseNotes: |- + What's Changed + - Resolve a $ref that carries sibling keys to the schema it names by @jbn2336mz in #62 + Full Changelog: v2.8.5...v2.8.6 +ReleaseNotesUrl: https://github.com/mockzilla/mockzilla/releases/tag/v2.8.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.yaml new file mode 100644 index 0000000000000..d587b1d1a56c6 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.8.6/Mockzilla.Mockzilla.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.8.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.installer.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.installer.yaml new file mode 100644 index 0000000000000..9579ce0b074eb --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{25ABDC90-ED0A-40BC-90C2-04D8F94728DE}' +ReleaseDate: 2026-08-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{B90F6FC4-DDEE-59A6-9DE8-49A41A495360}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/misxzaiz/Polaris/releases/download/v10.2.3/polaris_10.2.3_x64_en-US.msi + InstallerSha256: 2A7A4C581B17DE1895C2082BBF7DE70862C300323293D7920270AAEB5577ACB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.yaml new file mode 100644 index 0000000000000..30829f7e4b15f --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.en-US.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +PackageLocale: en-US +License: Freeware +ShortDescription: Cross-platform desktop client for multi-engine AI coding assistants +Description: Polaris is a cross-platform desktop application built with Tauri 2.x, providing a unified graphical interface for multiple AI coding CLI tools. It supports OpenAI Codex CLI, Claude Code CLI, and OpenAI-compatible APIs, enabling AI-assisted programming without the command line. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74d4f9d66741e --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.locale.zh-CN.yaml @@ -0,0 +1,104 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: misxzaiz.Polaris +PackageVersion: 10.2.3 +PackageLocale: zh-CN +Publisher: polaris +PublisherUrl: https://github.com/misxzaiz +PublisherSupportUrl: https://github.com/misxzaiz/Polaris/issues +PackageName: polaris +PackageUrl: https://github.com/misxzaiz/Polaris +License: 免费软件 +ShortDescription: 多引擎 AI 编程助手的跨平台桌面客户端 +Description: Polaris 是一款基于 Tauri 2.x 构建的跨平台桌面应用,为多种 AI 编程 CLI 工具提供统一的图形化操作界面。支持 OpenAI Codex CLI、Claude Code CLI 和 OpenAI 兼容 API 三种引擎,让你无需命令行也能享受 AI 辅助编程的体验。 +Tags: +- claude-code +- codex +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + Polaris 10.2.3 发布说明 + 本次发布包含 Tauri 桌面端 + Web 独立服务双端产物。 + 优化与变更 + - ca810972 chore: release v10.2.3 + - 96bf33f5 fix(ai): 修复 AI 引擎 session 生命周期回调 & 集成管理器思考事件节流 + - f54207c3 fix: Pi 引擎 IM 集成缺 provider 配置导致空回复 + 多项 TS 修复 + - 2b712b81 fix: 统一引擎顺序为 claude → codex → pi → simple-ai + - cb29a6e1 refactor: 统一引擎注册与元数据分发,消除硬编码 + - 2a2d0165 refactor: 统一 MCP 配置准备逻辑,抽取 SessionLauncher 模块 + - ca5c3494 fix(lsp): 注册 LSP 模式下跳转定义快捷键 (Mod-Alt-b) + - 9f441f3b fix(dingtalk): 使用 sessionWebhook 回复消息 + - 85d2a5d3 fix: 去掉 max-width 封顶,改用基于列数的 min-width 动态宽度 + - 2732e968 fix(dingtalk): 移除等待 REGISTERED 消息的逻辑 + - aa4f1b4a fix: 用 JS 动态计算列宽并插入 colgroup,替代纯 CSS 方案 + - a89bdf6b fix(dingtalk): 添加 EVENT 订阅以接收系统消息 + - bba1cb0a fix: 将 td code 的 word-break: break-all 改为 overflow-wrap: anywhere + - 0450fe0b feat: 流式图片渲染 - LightweightMarkdown 支持 图片语法 + - 996addd6 debug(dingtalk): 添加注册阶段消息日志 + - 1f6762e5 fix: 优化 Markdown 表格列宽,防止列被压窄且限制表格整体宽度 + - ae071065 chore: 规范化换行符 + 表格 CSS 溢出修复 + - bb1aa615 feat: 流式表格渲染 - 未完成表格走 marked 完整渲染替代 LightweightMarkdown + - ae8f5a63 fix: 流式代码块未闭合时直接渲染为代码块容器而非纯文本 + - cabc51aa Revert "fix(chat): 工具调用块运行时自动展开 + 原始内容查看" + - 15f387a3 fix(dingtalk): 处理 Binary 帧和 Frame 变体 + - 4277a0d6 fix(chat): 工具调用块运行时自动展开 + 原始内容查看 + - 8856aa2d refactor(dingtalk): 切换为 Stream Mode 连接方式 + - e58be907 style(chat): 思考块改为呼吸光晕风格 - 蓝色调 + - 9fad452f refactor: 简化优化架构 — 引擎基类提取/死代码清理/状态瘦身 + - 01591c94 fix(chat): 修复思考块流式渲染冻结问题 + 视觉优化 + - 2e17793e fix(dingtalk): 修复 WebSocket 连接 URL 域名和路径 + - a21868c3 feat: Pi 引擎集成 + 系统提示词设置重构 + 压缩交接进度面板位置修复 + - 2683f76e feat: 统一机器人管理面板,移除设置页中的独立机器人 Tab + - 088b24d0 feat: 移除 Mimo 引擎 + - 532c07d0 fix(pi): MCP 工具结果结构化数据透传,支持预览卡片渲染 + - d75812c2 fix(pi): toTypeBox 处理 JSON Schema required 字段,可选参数无需必填 + - 014a2528 feat: Pi MCP 桥接并行化 + 三内置 MCP 插件注册 + 模型提供者预设入口移除 + - ea7da34e fix(pi): agent_end drain + kill 兜底,消除 EPIPE 崩溃与无响应中断 + - efb1130f fix: Pi MCP 桥接 — 配置保存路径 + alias 兼容 + fileURLToPath + 分组白名单 + - 99d25e96 Revert "fix: update pi engine" + - ede26eca fix: update pi engine + - 561169ff fix: update pi engine, dialog index, and conversation store + - 57655410 fix(chat): 修复中断时消息消失与误报异常退出 — P0 保留 currentMessage + P1 主动中断标志 + - 21f44eeb feat(engine): 引擎完整支持 — Pi 图片/用量/压缩/MCP 桥接 + 辅助引擎 + AI 标题生成 + - 3deb944e fix(history): 修复 PI 引擎会话不展示在历史面板 + - 1c05c313 fix(chat): 工具调用展开详情始终显示起止时间,去掉 >1s 限制 + - 6fb17a4c feat: integrate pi agent engine + - 241f6bd2 fix(dingtalk): 修复钉钉集成两个致命缺陷 — initIntegration 未传配置 & app_handle 未注入 + - 1484e503 feat(integrations): 添加钉钉机器人支持 + - ef3051e9 fix(claude): 增强 CLI 异常退出时 stderr 错误回传与前端兜底 + - 69540b10 fix(simpleai): 剥离 CLI 私有模型后缀 [1m],注入 Anthropic beta 信号 + - bcb42e39 fix(browser): 应用启动时清理残留 WebView 会话 + - 370d3880 feat(pocket): 文件管理器 + 签名文档 + CI workflow + - 241be8b8 feat(pocket): 实施 v2 工具链 Phase 3 — Android 原生桥接 + - 1d424cb5 feat(pocket): 实施 v2 工具链 Phase 1-2 + - c9fb925b chore(pocket): 添加 .apk.idsig 到 gitignore + - 1fb082a2 docs(pocket): 添加 v2 规格与技术计划文档 + - a9677395 fix(pocket): 还原 Agent 循环集成到 ChatPage + - fc19fe95 docs(pocket): 添加 AI 工具调用扩展重构总结文档 + - e8dfb585 fix(pocket): 修正 mobile.json 插件权限名 + - f4d2577c docs(acknowledgment): add OpenMinis technical reference and acknowledgment + - cd70f948 feat(pocket): 大幅扩展 AI 工具 — 定位修复+文件系统+通知+扫码+震动+原生插件 + - 4a41778f fix(pocket): 输入框自适应高度 + 停止时保留部分回复 + - 600382d1 feat(pocket): AI 回复 Markdown 渲染 + 空状态建议 + 消息操作 + 设置精简 + - 8a8be80b refactor(pocket): 精简导航为三 Tab + 新增 AI 供应商管理 + 清理旧页面 + - 94a24899 refactor(mobile): 删除旧版 ?mobile=1 MobileApp 壳代码,精简 platform.ts 仅保留 isMobileTauriRuntime + - e53ea9a7 fix(pocket): 修复 AI 对话无响应 + 连接桌面无 Token 输入 + - 350d2e06 docs(pocket): 新增 Android 打包文档 + APK 问题记录 + - f6b23c02 feat(pocket): 新增 Polaris Pocket 独立 AI 多功能工具 + - 1f2af24d feat(mobile): 手动断开连接 + 历史记录支持 + - 13c2674a feat: AI 窗口默认开启多会话模式 + - 9e7f96ed docs: 完善 ngrok 连接问题修复文档(含多层次根因分析 + 验证结果) + - bd449b46 fix(mobile): UA 修复保留 Android 关键字避免平台误判 + - b91d6c1b fix: 浏览器 acquire 超时返回详细错误信息 + - 382ecc9a docs: 新增 ngrok 连接问题修复文档 + 浏览器 MCP 输出格式修复 + - 112254c8 fix(mobile): 用非标准 User-Agent 绕过 ngrok 中间页 + - 5c659611 feat: 移动端打包 — 新增 ngrok-skip-browser-warning 请求头跳过中间页 +ReleaseNotesUrl: https://github.com/misxzaiz/Polaris/releases/tag/v10.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.yaml b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.yaml new file mode 100644 index 0000000000000..078196b319702 --- /dev/null +++ b/manifests/m/misxzaiz/Polaris/10.2.3/misxzaiz.Polaris.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: misxzaiz.Polaris +PackageVersion: 10.2.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..b39ada07e8a33 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.2.5/NetSentinel-Setup-2.2.5.exe + InstallerSha256: CDF8637ECAFC147D76D6CCDD62E2F69919EEEBFD185112945D201EB53D605A57 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..241c393276339 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.2.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..caa8a1046687d --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.2.5/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.installer.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.installer.yaml new file mode 100644 index 0000000000000..0bad37498c27c --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 1.0.0 +InstallerType: portable +Commands: +- yoo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nihitdev/yo-cli/releases/download/v1.0.0/yoo-windows-x86_64.exe + InstallerSha256: 30FED97AAB9AA9501DD8B8804BC9F3FBE5D3D358FE493826BB7F6254BC685E9A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml new file mode 100644 index 0000000000000..84214d6f3f318 --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Nihitdev +PublisherUrl: https://github.com/nihitdev +PublisherSupportUrl: https://github.com/nihitdev/yo-cli/issues +PackageName: yoo +PackageUrl: https://github.com/nihitdev/yo-cli +License: GPL-3.0 +ShortDescription: Local CLI for project, Git, and development environment information. +Tags: +- cargo +- cli +- developer-tools +- environment +- git +- productivity +- project +- rust +- terminal +ReleaseNotesUrl: https://github.com/nihitdev/yo-cli/releases/tag/v1.0.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://github.com/nihitdev/yo-cli/blob/main/docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.yaml b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.yaml new file mode 100644 index 0000000000000..b273d3a4c9dbe --- /dev/null +++ b/manifests/n/Nihitdev/yoo/1.0.0/Nihitdev.yoo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nihitdev.yoo +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml new file mode 100644 index 0000000000000..c8fde1d21146e --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nub.Nub +PackageVersion: 0.7.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./bin/nub.exe + PortableCommandAlias: nubx +- RelativeFilePath: bin/nub.exe + PortableCommandAlias: nub +Commands: +- nub +- nubx +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nubjs/nub/releases/download/v0.7.4/nub-win32-x64.zip + InstallerSha256: 70002FA46598417E57F532D50C650F2FC42C0C9EB31C2EBF0592CEBF52D6E3F9 +- Architecture: arm64 + InstallerUrl: https://github.com/nubjs/nub/releases/download/v0.7.4/nub-win32-arm64.zip + InstallerSha256: B5057366E920ABA6226C368026578855D19439F5D1493BEA577247709E46A3A0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml new file mode 100644 index 0000000000000..31ed043e5a780 --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nub.Nub +PackageVersion: 0.7.4 +PackageLocale: en-US +Publisher: nub contributors +PublisherUrl: https://nubjs.com/ +PublisherSupportUrl: https://github.com/nubjs/nub/issues +Author: nub contributors +PackageName: Nub +PackageUrl: https://nubjs.com/ +License: MIT +LicenseUrl: https://github.com/nubjs/nub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 nub contributors +CopyrightUrl: https://github.com/nubjs/nub/blob/HEAD/LICENSE +ShortDescription: The all-in-one JavaScript toolkit that augments Node.js instead of trying to replace it. +Description: "An all-in-one toolkit for Node.js. One Rust binary to run your files and scripts, install dependencies, and manage Node itself — a Bun-like modern DX on top of the node you already have. There's no new runtime to adopt and no lock-in: every augmentation rides on Node's own public extension surfaces." +Moniker: nub +Tags: +- javascript-runtime +- node-version-manager +- nodejs +- package-manager +- script-runner +ReleaseNotes: |- + Nub 0.7.4 adds guided config setup and makes missing-package errors authoritative during installs. + Configuration + nub config init creates a commented, behavior-neutral nub.jsonc at the project root. nub config init --global creates the user config instead, and both forms refuse to replace an existing file. + The config command now uses project scope by default, --global for user scope, and nub global config as the prefix form. The former --location option has been removed. Protected npm credentials continue to default to the user .npmrc; --local selects a project credential explicitly. (#694) + + Package installation + Missing registry packages now fail with ERR_NUB_PACKAGE_NOT_FOUND before similarity or package-age warnings run. Public unscoped typos can include a non-interactive suggestion; scoped package names no longer suggest unrelated basenames from another namespace. (#693) + + Documentation and site + ─────────────────┬──────────────────────────────────────────────────────────────────────────┬──────────── + Area │What changed │Commit + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Release archive │Added the Nub 0.7.3 release post │5b690fb + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Blog structure │Reorganized the Nub 0.7.0 post and extracted the reusable Nub introduction│9888c8a + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Table of contents│Kept identifiers together when sidebar entries wrap │a825d75 + ─────────────────┼──────────────────────────────────────────────────────────────────────────┼──────────── + Config copy │Tightened the config docs and Nub introduction │55b6294 + ─────────────────┴──────────────────────────────────────────────────────────────────────────┴──────────── + + What's Changed + - fix(add): report missing packages before reputation warnings by @colinhacks in #693 + - config: add init and global scope grammar by @colinhacks in #694 +ReleaseNotesUrl: https://github.com/nubjs/nub/releases/tag/v0.7.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://nubjs.com/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nub/Nub/0.7.4/Nub.Nub.yaml b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.yaml new file mode 100644 index 0000000000000..8af5fec21975d --- /dev/null +++ b/manifests/n/Nub/Nub/0.7.4/Nub.Nub.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: Nub.Nub +PackageVersion: 0.7.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml new file mode 100644 index 0000000000000..3a8becedf14dd --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart +UpgradeBehavior: install +Commands: +- rmcl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/objz/rmcl/releases/download/v0.4.0/rmcl-x86_64-pc-windows-msvc.msi + InstallerSha256: A1838F2D9BAF636FB8D427715C290566E25CE790EC4748961F8A532B81EAD0F9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml new file mode 100644 index 0000000000000..5466a31b858e0 --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: objz +PublisherUrl: https://github.com/objz +PublisherSupportUrl: https://github.com/objz/rmcl/issues +Author: objz +PackageName: rmcl +PackageUrl: https://github.com/objz/rmcl +License: GPL-3.0-only +LicenseUrl: https://github.com/objz/rmcl/blob/master/LICENSE +Copyright: Copyright (c) objz +ShortDescription: Minecraft launcher TUI +Description: A fully featured Minecraft launcher TUI with Microsoft account authentication, instance management, mod loaders, imports, content management, and launch support. +Moniker: rmcl +Tags: +- minecraft +- launcher +- cli +- tui +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml new file mode 100644 index 0000000000000..82df1e8c44c2b --- /dev/null +++ b/manifests/o/Objz/Rmcl/0.4.0/Objz.Rmcl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Objz.Rmcl +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml new file mode 100644 index 0000000000000..1563cdd196f97 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openlist.exe +ReleaseDate: 2026-08-07 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-386.zip + InstallerSha256: 1391C0C4D49C8A81DE282174AAE19DD87C6374C6569A861327270E3559F5CD21 +- Architecture: x64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-amd64.zip + InstallerSha256: 12A627F91D5832E73F2D4045A9F6116435E08F423C4F2698AC3E25FDDB946A76 +- Architecture: arm64 + InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.2.5/openlist-windows-arm64.zip + InstallerSha256: B163A97FA82E0EC282EAE51C977A6FB49AF89B4A85A42DE5E7C0DDD7751750AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml new file mode 100644 index 0000000000000..7e18a1b29450e --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenListTeam.OpenList +PackageVersion: 4.2.5 +PackageLocale: en-US +Publisher: OpenList Team +PublisherUrl: https://oplist.org/ +PublisherSupportUrl: https://github.com/OpenListTeam/OpenList/issues +PackageName: OpenList +PackageUrl: https://oplist.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/OpenListTeam/OpenList/blob/HEAD/LICENSE +ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs. +Tags: +- file +- server +- share +- storage +ReleaseNotes: |- + 🚀 Features + - drivers: Add GuangYaPan driver with offline download support - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2882 (6f80d) + - fs: Add pipelined multipart upload - by @thetapilla in https://github.com/OpenListTeam/OpenList/issues/2723 (cca77) + 🐞 Bug Fixes + - ci: + - Allow pr check to run by default - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2856 (6b92c) + - Change missed pull_request to pull_request_target - by @elysia-best in https://github.com/OpenListTeam/OpenList/issues/2873 (f2f7e) + - deps: + - Update module github.com/sheltonzhu/115driver to v1.3.5 - in https://github.com/OpenListTeam/OpenList/issues/2895 (a4ae2) + - Update module github.com/nwaples/rardecode/v2 to v2.3.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2898 (c9717) + - Update module github.com/shirou/gopsutil/v4 to v4.26.7 - in https://github.com/OpenListTeam/OpenList/issues/2896 (ec1f9) + - Update module golang.org/x/sys to v0.47.0 - in https://github.com/OpenListTeam/OpenList/issues/2751 (194f9) + - Update azure-sdk-for-go monorepo - in https://github.com/OpenListTeam/OpenList/issues/2700 (2e278) + - Update module github.com/ipfs/go-cid to v0.6.2 - in https://github.com/OpenListTeam/OpenList/issues/2738 (d8ad2) + - Update module golang.org/x/net to v0.57.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2748 (6d4ad) + - Update module gorm.io/driver/mysql to v1.6.0 - by @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/819 (cc87e) + - drivers/guangyapan: + - Remove default value - by @xrgzs in https://github.com/OpenListTeam/OpenList/issues/2894 (f68f3) + - drivers/lanzou: + - Handle acw_sc__v2 challenge in Login function - by @zf1234d in https://github.com/OpenListTeam/OpenList/issues/2876 (940b6) + - stream: + - Allow seeking beyond file size per Go convention - by @Ovear and @PIKACHUIM in https://github.com/OpenListTeam/OpenList/issues/2667 (7e908) +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.5 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://oplist.org/guide/ +- DocumentLabel: Config + DocumentUrl: https://oplist.org/config/ +- DocumentLabel: FAQ + DocumentUrl: https://oplist.org/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.zh-CN.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.locale.zh-CN.yaml new file mode 100644 index 0000000000000..854f884e464e0 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.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: OpenListTeam.OpenList +PackageVersion: 4.2.5 +PackageLocale: zh-CN +PublisherUrl: https://oplist.org/zh/ +PackageUrl: https://oplist.org/zh/ +ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。 +Tags: +- 共享 +- 分享 +- 发送 +- 文件 +- 服务器 +ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.2.5 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://oplist.org/zh/guide/ +- DocumentLabel: 配置 + DocumentUrl: https://oplist.org/zh/config/ +- DocumentLabel: 常见问题 + DocumentUrl: https://oplist.org/zh/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.yaml b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.yaml new file mode 100644 index 0000000000000..be6027d5da195 --- /dev/null +++ b/manifests/o/OpenListTeam/OpenList/4.2.5/OpenListTeam.OpenList.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: OpenListTeam.OpenList +PackageVersion: 4.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.installer.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.installer.yaml new file mode 100644 index 0000000000000..b631978393161 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.installer.yaml @@ -0,0 +1,15 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.5.0 +InstallerType: portable +Commands: +- tinta +ReleaseDate: 2026-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oipoistar/tinta/releases/download/v2.5.0/tinta.exe + InstallerSha256: C8A13AC039BF0D2D4FC2FC696C2B61233E81BE83224FB7048B9C2944B2BC4FD2 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.locale.en-US.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.locale.en-US.yaml new file mode 100644 index 0000000000000..b914e1d9fa201 --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: oipoistar +PublisherUrl: https://github.com/oipoistar +PublisherSupportUrl: https://github.com/oipoistar/tinta/issues +PackageName: Tinta +PackageUrl: https://tinta.cc +License: MIT +LicenseUrl: https://github.com/oipoistar/tinta/blob/master/LICENSE +Copyright: Copyright (c) oipoistar +ShortDescription: Fast, lightweight markdown and Mermaid viewer for Windows +Description: |- + Tinta is a fast, lightweight markdown viewer and reader for Windows, + built with Direct2D and DirectWrite for hardware-accelerated rendering. + A single native executable under 1 MB that starts in about 200 ms — + no Electron, no web engine, no installer. Features native Mermaid + flowchart rendering, 10 themes, first-class CJK text layout, internal + anchor links, a table of contents, folder browser, full-text search, + text selection, zoom, and an edit mode with live preview. +Moniker: tinta +Tags: +- markdown +- markdown-viewer +- markdown-reader +- markdown-editor +- mermaid +- viewer +- reader +- direct2d +- lightweight +- portable +ReleaseNotesUrl: https://github.com/oipoistar/tinta/releases/tag/v2.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.yaml b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.yaml new file mode 100644 index 0000000000000..147828f0d4d4a --- /dev/null +++ b/manifests/o/oipoistar/Tinta/2.5.0/oipoistar.Tinta.yaml @@ -0,0 +1,8 @@ +# Created with Claude Code +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: oipoistar.Tinta +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml new file mode 100644 index 0000000000000..3f1b62c157c4b --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://codeberg.org/PXStudio/OpenPnt/releases/download/1.1/OpenPnt_setup.exe + InstallerSha256: dbf3d366ed9fbeb2c21d4872c9036506daf5413562a54999428734f942592807 + Scope: machine + InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT + Custom: /SUPPRESSMSGBOXES /NORESTART /SP- +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml new file mode 100644 index 0000000000000..d007a838cf56e --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +PackageLocale: en-US +PackageName: OpenPnt +Publisher: PXStudio +PackageUrl: https://codeberg.org/PXStudio/OpenPnt +License: GPL-3.0 +LicenseUrl: https://codeberg.org/PXStudio/OpenPnt/src/branch/main/LICENSE +ShortDescription: Lightweight open-source image editor built with Python and PyQt6. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml new file mode 100644 index 0000000000000..e8e82ba81f9b3 --- /dev/null +++ b/manifests/p/PXStudio/OpenPnt/1.1/PXStudio.OpenPnt.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: PXStudio.OpenPnt +PackageVersion: 1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26080613/PerfectWorld.PerfectWorldArena.installer.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26080613/PerfectWorld.PerfectWorldArena.installer.yaml index acbac7d0e2038..5a7eb02393846 100644 --- a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26080613/PerfectWorld.PerfectWorldArena.installer.yaml +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26080613/PerfectWorld.PerfectWorldArena.installer.yaml @@ -11,10 +11,10 @@ UpgradeBehavior: install FileExtensions: - wmpvp ProductCode: '{a9be7c93-59b5-5f11-bbb9-964db82cbf57}' -ReleaseDate: 2026-08-06 +ReleaseDate: 2026-08-07 Installers: - Architecture: x86 - InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.26080613_0.exe - InstallerSha256: 3338E7F4183EF7B73906E5CA8D1DBE45D5E6F59F85395164F2E9CE95183E8FAE + InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.26080613_1.exe + InstallerSha256: 947F292D3E9222D61F602356945D875FC2377BAE120D0599C60EB6DF9FFD82E0 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.installer.yaml b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.installer.yaml new file mode 100644 index 0000000000000..162ada5217dd9 --- /dev/null +++ b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.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: PoBruno.Klip +PackageVersion: 1.4.0 +InstallerType: inno +Scope: user +InstallModes: +- silent +- silentWithProgress +ProductCode: '{8E0F7A12-BFB3-4FE8-B9A5-48FD50A15A9C}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PoBruno/klip/releases/download/v1.4.0/Klip-Setup-1.4.0.exe + InstallerSha256: CB1D3BB67D012710131623DD6C80288A7A36C10A67033BF7BA46A910BEF11C71 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.locale.en-US.yaml b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.locale.en-US.yaml new file mode 100644 index 0000000000000..9a81aeb711413 --- /dev/null +++ b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PoBruno.Klip +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: PoBruno +PublisherUrl: https://github.com/PoBruno +PublisherSupportUrl: https://github.com/PoBruno/klip/issues +Author: PoBruno +PackageName: Klip +PackageUrl: https://github.com/PoBruno/klip +License: GPL-3.0 +LicenseUrl: https://github.com/PoBruno/klip/blob/main/LICENSE +Copyright: Copyright (C) PoBruno +ShortDescription: Clipboard history, screen capture and screen recording for Windows 11, without the native limits. +Description: 'Klip keeps the native Win+V and Snipping Tool look and feel and removes the limits: unlimited clipboard history with real search, favorites, tabs and a colored emoji picker; a capture overlay with scrolling capture plus a full editor (pen, shapes, arrow, text, crop, blur/redact, OCR, emoji, rotate); and GIF/MP4 screen recording with system audio and microphones, live controls and a timeline media editor. Runs fully on your machine, no telemetry.' +Moniker: klip +Tags: +- clipboard +- clipboard-history +- clipboard-manager +- screenshot +- screen-capture +- screen-recorder +- gif +- snipping-tool +- scrolling-capture +- ocr +- productivity +- windows-11 +ReleaseNotesUrl: https://github.com/PoBruno/klip/releases/tag/v1.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.yaml b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.yaml new file mode 100644 index 0000000000000..1ed0ac01fd75a --- /dev/null +++ b/manifests/p/PoBruno/Klip/1.4.0/PoBruno.Klip.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: PoBruno.Klip +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml new file mode 100644 index 0000000000000..57e89b6dd8ae4 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: rustty.Rustty +PackageVersion: 1.69.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{87C6ED0D-2692-4553-8792-C389D0386F21}' +ReleaseDate: 2026-08-08 +AppsAndFeaturesEntries: +- ProductCode: '{87C6ED0D-2692-4553-8792-C389D0386F21}' + UpgradeCode: '{3B253B6F-30AE-53D8-984C-60148C2CAC85}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Rustty' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aleixenandros/Rustty/releases/download/v1.69.0/Rustty_1.69.0_x64.msi + InstallerSha256: 12EB423C310914F5A0EED583B451604763127AE500A98A1BFF4DE83434A8920F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml new file mode 100644 index 0000000000000..d6376f89f9b8f --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.locale.es-ES.yaml @@ -0,0 +1,37 @@ +# 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: rustty.Rustty +PackageVersion: 1.69.0 +PackageLocale: es-ES +Publisher: rustty +PublisherUrl: https://rustty.es/ +PublisherSupportUrl: https://github.com/Aleixenandros/Rustty/issues +PrivacyUrl: https://rustty.es/politica-privacidad +Author: Alejandro Soriano +PackageName: Rustty +PackageUrl: https://github.com/Aleixenandros/Rustty +License: Apache-2.0 +LicenseUrl: https://github.com/Aleixenandros/Rustty/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alejandro Soriano +CopyrightUrl: https://github.com/Aleixenandros/Rustty/blob/main/NOTICE +ShortDescription: Cliente de terminal y gestor de conexiones SSH/SFTP/RDP multiplataforma, escrito en Rust +Description: Rustty es un cliente de terminal y gestor de conexiones multiplataforma, moderno y ligero. Soporta SSH, SFTP, FTP, FTPS y RDP, con terminal acelerado por GPU, panel de ficheros integrado, túneles SSH, snippets y paleta de comandos. +Moniker: rustty +Tags: +- console +- ftp +- ftps +- rdp +- rust +- sftp +- shell +- ssh +- tauri +- terminal +ReleaseNotes: Ver CHANGELOG para detalles. +ReleaseNotesUrl: https://github.com/Aleixenandros/Rustty/releases/tag/v1.69.0 +Documentations: +- DocumentUrl: https://rustty.es/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.yaml b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.yaml new file mode 100644 index 0000000000000..d06b760771963 --- /dev/null +++ b/manifests/r/rustty/Rustty/1.69.0/rustty.Rustty.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: rustty.Rustty +PackageVersion: 1.69.0 +DefaultLocale: es-ES +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml similarity index 67% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml index 66256a37c0180..f072b29a19113 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.installer.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,14 +11,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{3F824CEE-4622-4AE9-9145-74D690E42843}' +ProductCode: '{A672613C-70C0-42A6-BEF5-B64FB684D443}' AppsAndFeaturesEntries: -- ProductCode: '{3F824CEE-4622-4AE9-9145-74D690E42843}' +- ProductCode: '{A672613C-70C0-42A6-BEF5-B64FB684D443}' UpgradeCode: '{5CFCD001-B0A1-47C0-8E2E-0F9A02ECB6DA}' Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/SoftrosLANMessengerSetup.msi - InstallerSha256: F97DB6AC18CC65AA8CD893D39A7DDD3B00CC62B8A3C1C03956F725F8C9FBCB68 + InstallerSha256: A6BFBEB5BC539A40369A00C2576BA0E7AD36C6C0E0FA61E2AA3C2D1D225FC793 ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml similarity index 96% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml index 8f9e6286186ca..e7374ec0e6c5e 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.locale.en-US.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml similarity index 88% rename from manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml index 048611a09a06a..1b3216df2a319 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6.4/Softros.SoftrosLANMessenger.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.5/Softros.SoftrosLANMessenger.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: 12.6.4 +PackageVersion: 12.6.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml index a2a2e625cf849..6e6b1022b3488 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-08-08 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1786190746-gd7496c/amp-windows-x64-baseline.exe - InstallerSha256: 8F1B06580ABB9B6115FB9D80EBD87A90F77CCC88D17A8FE062C3E762CF03408E + InstallerUrl: https://static.ampcode.com/cli/0.0.1786205170-g724a7d/amp-windows-x64-baseline.exe + InstallerSha256: C949BE658BCE1389912B51FC8703EF295196BC2DC5E05B8200E435D54C50370C ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.en-US.yaml index b0401b3fc991b..1e774507feb24 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/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.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.locale.zh-CN.yaml index 1065bb0dd1676..6bd46bd37e382 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/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.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/Sourcegraph.Amp.yaml index 7509fba998f19..fc0a1bfbe25ca 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786190746-gd7496c/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786205170-g724a7d/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.1786190746-gd7496c +PackageVersion: 0.0.1786205170-g724a7d DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.installer.yaml b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.installer.yaml new file mode 100644 index 0000000000000..82b045c41cad4 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StackExchange.DNSControl +PackageVersion: 4.46.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dnscontrol.exe +Commands: +- dnscontrol +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v4.46.0/dnscontrol_4.46.0_windows_amd64.zip + InstallerSha256: D6D66232AB308440BF2FB65B40A8B09DBBF26C9377AF3460A29F530E79F698BA +- Architecture: arm64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v4.46.0/dnscontrol_4.46.0_windows_arm64.zip + InstallerSha256: 6B5A4E9C21BFE1F5F9D563899CE75F9BAB29C14C871137B8F04D3A315ADB34B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.en-US.yaml b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.en-US.yaml new file mode 100644 index 0000000000000..8d8823ebd6891 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StackExchange.DNSControl +PackageVersion: 4.46.0 +PackageLocale: en-US +Publisher: Stack Exchange, Inc. +PublisherSupportUrl: https://github.com/StackExchange/dnscontrol/issues +Author: Stack Exchange, Inc. +PackageName: DNSControl +PackageUrl: https://dnscontrol.org/ +License: MIT +LicenseUrl: https://github.com/StackExchange/dnscontrol/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Stack Overflow +ShortDescription: Infrastructure as code for DNS! +Description: DNSControl is an opinionated platform for seamlessly managing your DNS configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Overflow network, and can do the same for you! +Moniker: dnscontrol +Tags: +- dns +ReleaseNotes: |- + Greetings DNS fans! + Release highlights: + NEW PROVIDER: DNSControl now supports NexDNS! Thanks and welcome to @morozov-alexey who joins the project as its maintainer. We look forward to great things! + Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions! + NOTE: The v5.x release is getting near! What does it need most? You're feedback! Please test it with your configuration. There should be zero user-visible differences. However, since much of the underlying code has been rewritten, testing with real configurations is very important. Release candidate 5.0.0-rc5 is due today or tomorrow. See https://github.com/orgs/DNSControl/discussions + Sincerely, + --Tom Limoncelli + Monthly video call! + Everyone is invited to the Monthly DNSControl Community Video Conference Call on the 2nd Tuesday of each month. Join whether you are a new user with questions or an experienced developer that wants to discuss DNSControl internals... or anything in between! Meeting details on + GitHub Discussions. + Changelog + Major features: + - c29a6f7914d9d4bdc0600af5d3e9f26d6ccb817e: NEW PROVIDER: NexDNS (#4685) (@morozov-alexey) + CI/CD: + - 5eba216ac3d56f23689d4125c1c66bd79eb13f27: Build(deps): Bump ip-address from 10.2.0 to 10.4.0 (#4693) (@dependabot[bot]) + - b88ad6e5bd0b159bf857920ee145805bb0e48f78: Build(deps): Bump js-yaml from 4.3.0 to 4.3.1 (#4722) (@dependabot[bot]) + Dependencies: + - 14a70c17e7a8dfa579ee3c33d1fce0bcb9d88a08: CHORE: Update deps (#4721) (@TomOnTime) + Other changes and improvements: + - 48292dc12b138ae818a7dcc0513f4e9191e4110b: Release v4.46.0 (#4723) (@TomOnTime) + Deprecation warnings + Warning + + - REV() will switch from RFC2317 to RFC4183 in v5.0. This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat + - NAMEDOTCOM, OPENSRS and SOFTLAYER need maintainers! These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes. +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v4.46.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.zh-CN.yaml b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fff4a8406f155 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: StackExchange.DNSControl +PackageVersion: 4.46.0 +PackageLocale: zh-CN +ShortDescription: DNS 的基础设施即代码! +Description: DNSControl 是一个有主见的平台,可在云端或您自己的基础架构中无缝管理任意数量 DNS 主机的 DNS 配置。它既可以管理 Stack Overflow 网络的所有域名,也可以为您提供同样的服务! +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v4.46.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.yaml b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.yaml new file mode 100644 index 0000000000000..575ad78d41e02 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.46.0/StackExchange.DNSControl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: StackExchange.DNSControl +PackageVersion: 4.46.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.installer.yaml b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.installer.yaml new file mode 100644 index 0000000000000..b89c74ce43428 --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SteveTheKiller.KillerNotes +PackageVersion: 1.2.0 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: install +FileExtensions: +- kndb +- knote +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SteveTheKiller/KillerNotes/releases/download/v1.2.0/KillerNotes.exe + InstallerSha256: 14C377F2F589A22B794E3C594EAC44D341881E1E688E02D6D01E128A7A662943 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.locale.en-US.yaml b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.locale.en-US.yaml new file mode 100644 index 0000000000000..ff3fd56d9e6df --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SteveTheKiller.KillerNotes +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Steve the Killer +PublisherUrl: https://thekiller.net/ +PublisherSupportUrl: https://github.com/SteveTheKiller/KillerNotes/issues +PackageName: KillerNotes +PackageUrl: https://killernotes.net/ +License: GPL-3.0 +LicenseUrl: https://github.com/SteveTheKiller/KillerNotes/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Steve the Killer +ShortDescription: A searchable, encrypted notepad for techs - rich text, inline images, real tables, full-text search, and tear-off .knote sharing. +Description: KillerNotes is a searchable, encrypted notepad built for techs who live in a dozen Notepad windows. Every note saves itself on every pause, note switch, and close, and full-text search finds any note as fast as you can type. Rich text with inline screenshots, real tables, a full color picker, adjustable font size, and color-coded tags. Optional whole-database SQLCipher AES-256 encryption. Share a note as a tear-off .knote (drag it into Teams or Outlook) or a whole database as .kndb. Opens and exports .txt, .md, .html, .rtf, and images, with a markdown/HTML preview. Single signed exe, portable or one-click install with /silent for RMM, no account, no cloud, no telemetry, GPLv3. Windows 10/11. +Moniker: killernotes +Tags: +- csharp +- dotnet +- encrypted-notes +- encryption +- full-text-search +- note-taking +- notepad +- notes +- portable +- rich-text-editor +- sqlcipher +- sqlite +- sysadmin +- windows +- wpf +ReleaseNotes: |- + 1.2.0 adds dictation with offline speech recognition, code-aware notes with syntax highlighting, freely placed images and recordings, and seven new themes, alongside big-note performance fixes (#16), a markdown detection fix, interface refinements, and an installer fix. + Added + - Dictation (Ctrl+M, or the microphone on the sidebar rail): record, transcribe, then print the text at the caret or embed the recording as a playable inline chip. Everything runs locally; nothing is uploaded. + - Offline speech recognition via whisper.cpp, with three downloadable model sizes. Right-click the rail microphone to change models; without one, transcription falls back to the Windows engine. + - Recording editing: right-click an embedded recording > Edit to slice the waveform and copy, delete, or paste segments, with undo. Saving replaces the original in place. + - Recording sharing: save an embedded recording as a file (FLAC, WAV, or MP3) or copy it as a file to paste elsewhere. + - Recordings are stored as FLAC, roughly half the size, losslessly. Existing WAV recordings keep working. + - Images and recordings can be placed anywhere in a note: drag one out of the text and the paragraph wraps around it. Dropping onto a table cell places it in that cell. + - Optional per-note syntax highlighting (note right-click menu). Language is detected per paragraph, so one note can mix prose with PowerShell, HTML, XAML, XML, Vue, JSON, YAML, Markdown, SQL, C#, Python, JavaScript, TypeScript, CSS, and Bash. + - Seven new themes: 98SE, Ectoplasm, Decay, Mourning, Sepulchre, Delirium and Malaise. + - The file picker shows image thumbnails, and inserting a picture opens with a preview pane. + Changed + - Line numbers count logical lines: a wrapped paragraph carries one number, and a table numbers as one line. + - The SketchPad and dictation pads are independent windows: the main window can be brought in front of them, and their rail icons light while open and close them when clicked again. The Killculator icon lights the same way. + - Warmer accents for Cyanotic, Greed, Blood and Decay: buttons, icons, selection washes, and highlights use each theme's tan accent instead of white. + - Interface brought in line with the KillerUI family standard: 24px icon rail, shared resize grabber, overflow fades, pane-anchored theme and locale flyouts, normalized menus, themed radio buttons, draggable table walls, and a font-size slider. Editor options (syntax highlighting, word wrap, spell check, preview) moved to the note right-click menu. + - Every window draws its title bar, caption close button, dialog card, and edit fields from one shared definition, themed for all thirteen themes. The separate folder picker dialog is gone; folders use the same picker as files. + - Spell check declines notes over 50,000 characters instead of hanging the app. + - The app-size readout clears after five seconds, matching KillerScan and KillerPDF. + - Internal: the codebase follows the family Shell/ / Features/ / Services/ / Models/ / Controls/ layout, oversized files were split, and the F1 shortcut list and keyboard map generate from one shared table. No behavior changes. + Fixed + - Large notes no longer freeze the app when line numbers are on; the gutter only measures the lines actually on screen (#16, thanks MrPapaya-JRR). + - Position memory now restores correctly on large notes instead of stopping about a quarter of the way in (#16, thanks MrPapaya-JRR). + - Pasting a very large script into a highlighted note no longer crashes or stalls the app; highlighting paints the visible area first and keeps up with scrolling, as do the line numbers. + - Code lines without language tells of their own (a bare }, base.OnStartup(e);) now color with the block above them; PowerShell detection covers far more cmdlets, C# detection recognizes method signatures, and Markdown highlights whole bold/italic/strikethrough spans and list markers. + - Switching themes no longer bakes the previous theme's text color into a highlighted note (white-on-white on 98SE), and the waveform recolors on a live theme change, in two shades of the accent. + - The color picker's OK now applies the picked color everywhere it is used (tags, groups, note titles, text, pen color). + - The main window no longer drops behind other applications after closing the SketchPad's color picker. + - The SketchPad can no longer print a drawing into the wrong note; a pad session belongs to the note it was opened from. + - Resizing an image can no longer trap it small: the no-upscale cap reads the bitmap's pixel size, not its DPI-scaled size. + - Switching notes no longer carries a ghost selection into the newly opened note. + - The editor's right-click menu matches what was right-clicked, and linking an image reports it cannot be linked instead of crashing. + - Text and images dropped onto a table no longer disappear; they anchor just above it. + - Plain-text notes with dividers are no longer mistaken for markdown, and the markdown toggle is one checkable item on the note menu (#14, thanks MrPapaya-JRR). + - An image that fails to load reports the problem instead of showing an internal key name. + - A machine-wide install no longer shows the PORTABLE badge or offers a second per-user install. KillerPDF, KillerScan, KillerShell and Killendar already had this fix. + KillerNotes embeds the LAME MP3 encoder (libmp3lame, LGPL-2.1) for exporting recordings. Its complete corresponding source is attached to this release as lame-3.100.tar.gz, and also lives in third_party/audio/ in the tagged source. Build instructions are in third_party/audio/README.md. +ReleaseNotesUrl: https://github.com/SteveTheKiller/KillerNotes/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.yaml b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.yaml new file mode 100644 index 0000000000000..57a8d95657f65 --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerNotes/1.2.0/SteveTheKiller.KillerNotes.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: SteveTheKiller.KillerNotes +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml index 622b8a62d8c02..851e4d4c3b0be 100644 --- a/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml +++ b/manifests/t/TRUSTSING/iDefender/6.0.1.0/TRUSTSING.iDefender.installer.yaml @@ -11,6 +11,6 @@ ReleaseDate: 2026-08-08 Installers: - Architecture: x86 InstallerUrl: https://trustsing.com/publish/iDefender.exe - InstallerSha256: 6B09EC5700DC3B9A0D62F7A26A19D773F744645A672E88A1F013932A8ABEBD03 + InstallerSha256: E0641FBEAEA4314EB81D22DD91D4043806A93EB378E025900E69F89E7FD0BA70 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml similarity index 78% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml index ca38a228175af..72567ba8967b1 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.installer.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 InstallerType: exe Scope: machine InstallModes: @@ -13,10 +13,10 @@ InstallerSwitches: SilentWithProgress: /skipdlgs UpgradeBehavior: install ProductCode: Internet Download Manager -ReleaseDate: 2026-07-22 +ReleaseDate: 2026-08-08 Installers: - Architecture: x86 - InstallerUrl: https://download.internetdownloadmanager.com/idman643build7.exe - InstallerSha256: 006F87A8CD6AEFA83185B8ABBF7057F8C2FE2D5063DA3B224F61FB68BEA4CFF7 + InstallerUrl: https://download.internetdownloadmanager.com/idman643build8.exe + InstallerSha256: 8DE10E88309F0F2C011704CFD039E5B0568402D89470B2992C134F3568426BEF ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml similarity index 81% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml index 9ad76bb1739fe..3f9802f94be42 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.en-US.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 PackageLocale: en-US Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ @@ -19,7 +19,10 @@ Moniker: idm Tags: - download - downloader -ReleaseNotes: '- Fixed a problem causing IDM download panel not to appear on some websites' +ReleaseNotes: |- + - Resolved the problem that caused a "403 Forbidden" error when downloading some files + - Fixed errors that occurred when muxing certain MKV files + - Resolved audio-video desynchronization issues when converting certain TS files to MP4 format ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html Documentations: diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml index e8ef56c60fb7e..0eacdd5cbcd44 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.locale.zh-CN.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 PackageLocale: zh-CN Publisher: Tonec Inc. PublisherUrl: https://www.internetdownloadmanager.com/ diff --git a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml similarity index 91% rename from manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml rename to manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml index ec307ec71788b..ad0d9dd47483d 100644 --- a/manifests/t/Tonec/InternetDownloadManager/6.43.7/Tonec.InternetDownloadManager.yaml +++ b/manifests/t/Tonec/InternetDownloadManager/6.43.8/Tonec.InternetDownloadManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tonec.InternetDownloadManager -PackageVersion: 6.43.7 +PackageVersion: 6.43.8 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml similarity index 76% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml index 916d3c162fc79..1dbb14aa77711 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.installer.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.installer.yaml @@ -1,15 +1,15 @@ -# 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.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 InstallerLocale: en-US Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://files.vovsoft.com/folder-splitter.exe - InstallerSha256: D575A885553DD5A7A2982C9C82B679D16F06AE207E17A3C9B75B1772932BD268 + InstallerSha256: 4FDAE8F679613AF8FA494BC9E4B3018F7B05A51694ECD8869F9D3A0335F29098 InstallModes: - interactive - silent @@ -28,8 +28,8 @@ Installers: - RelativeFilePath: foldersplitter.exe PortableCommandAlias: foldersplitter InstallerUrl: https://files.vovsoft.com/folder-splitter-portable.zip - InstallerSha256: A89922AF299223C943FE6C2E879F6C63CBCB47F72A4250FA794006521BC15FEE + InstallerSha256: 16744B893AA5CF917E920311D6CA63AA119913B0A9712772BA3C8FEEF46010D2 ArchiveBinariesDependOnPath: true ManifestType: installer ManifestVersion: 1.12.0 -ReleaseDate: 2024-05-04 +ReleaseDate: 2026-08-08 diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.locale.en-US.yaml similarity index 96% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.locale.en-US.yaml index 00f01a791504a..24bd54fbeca58 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.locale.en-US.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.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.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 PackageLocale: en-US Publisher: VOVSOFT PublisherUrl: https://vovsoft.com/ diff --git a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.yaml similarity index 73% rename from manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml rename to manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.yaml index 2e010243bc8fd..edb3ed610656e 100644 --- a/manifests/v/VovSoft/FolderSplitter/1.2.0.0/VovSoft.FolderSplitter.yaml +++ b/manifests/v/VovSoft/FolderSplitter/1.3.0.0/VovSoft.FolderSplitter.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.FolderSplitter -PackageVersion: 1.2.0.0 +PackageVersion: 1.3.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml new file mode 100644 index 0000000000000..1f16dff181e46 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: venipa.ytmdesktop +PackageVersion: 1.4.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- ytmd +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Venipa/ytmdesktop2/releases/download/v1.4.4/YouTube-Music-for-Desktop-1.4.4-setup.exe + InstallerSha256: F7729C9C78E7B110499DBD0896D346AE50E25825E9AE57EAB7A40F25EE2700B4 + ProductCode: 8b02f17e-6072-51f9-89f1-5d7ee6ee4c2c + AppsAndFeaturesEntries: + - DisplayName: YouTube Music for Desktop + Publisher: Venipa + DisplayVersion: 1.4.4 + ProductCode: 8b02f17e-6072-51f9-89f1-5d7ee6ee4c2c + InstallerType: nullsoft +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.locale.en-US.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..59b7934d95963 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: venipa.ytmdesktop +PackageVersion: 1.4.4 +PackageLocale: en-US +Publisher: Venipa +PublisherUrl: https://github.com/Venipa +PublisherSupportUrl: https://github.com/Venipa/ytmdesktop2/issues +Author: Venipa +PackageName: YouTube Music for Desktop +PackageUrl: https://youtube-music.app +License: CC0-1.0 +LicenseUrl: https://github.com/Venipa/ytmdesktop2/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Venipa +CopyrightUrl: https://github.com/Venipa/ytmdesktop2/blob/HEAD/LICENSE +ShortDescription: Beautiful Unofficial YouTube Music desktop app that includes several customizations for users and developers. +Description: |- + Unofficial YouTube Music desktop client for Windows, macOS, and Linux. + Features Discord Rich Presence, custom themes, Last.fm scrobbling, tray view, + Stream Deck support, local API, OBS overlays, and ytmd:// shared links. +Moniker: ytmdesktop +Tags: +- discord +- electron +- lastfm +- music +- obs +- player +- scrobble +- streamdeck +- theme +- tray +- youtube +- youtube-music +- ytmdesktop +ReleaseNotes: |- + - feat: enhance Last.fm integration with reauthentication and session validation + - fix: improve type safety and null handling in various components + - chore: web route typings + - fix: Last.fm session management with counterpart video support + - fix: trayview album cover drag should be disabled + - fix: track navigate to empty page +ReleaseNotesUrl: https://github.com/Venipa/ytmdesktop2/releases/tag/v1.4.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://youtube-music.app +- DocumentLabel: GitHub README + DocumentUrl: https://github.com/Venipa/ytmdesktop2#readme +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.yaml b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.yaml new file mode 100644 index 0000000000000..0f821877b11b6 --- /dev/null +++ b/manifests/v/venipa/ytmdesktop/1.4.4/venipa.ytmdesktop.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: venipa.ytmdesktop +PackageVersion: 1.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.installer.yaml b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.installer.yaml new file mode 100644 index 0000000000000..5451f68cbb97b --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.12.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: cc-panes +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.12.2/cc-panes_0.12.2_x64-setup.exe + InstallerSha256: 2698AB5E9940F672D3AE9ECA9891AE2F7D161C3D9D179CCD80B484C5B7C4DA29 +- Architecture: arm64 + InstallerUrl: https://github.com/wuxiran/cc-pane/releases/download/v0.12.2/cc-panes_0.12.2_arm64-setup.exe + InstallerSha256: D9D861FD9764CB7C42596A8D371A3E626B22C9E12CBD0211ABA44FA6682A06D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.en-US.yaml b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.en-US.yaml new file mode 100644 index 0000000000000..c3b0ff6d2db9f --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.12.2 +PackageLocale: en-US +Publisher: ccpanes +PublisherUrl: https://github.com/wuxiran +PublisherSupportUrl: https://github.com/wuxiran/cc-pane/issues +PackageName: cc-panes +PackageUrl: https://github.com/wuxiran/cc-pane +License: GPL-3.0 +LicenseUrl: https://github.com/wuxiran/cc-pane/blob/HEAD/LICENSE +ShortDescription: Multi-instance split-pane manager for Claude Code — a cross-platform desktop app built with Tauri 2 +Description: |- + CC-Panes lets you run multiple Claude Code CLI instances side by side in a split-pane terminal layout. Organize your AI-powered development workflow with workspaces, projects, and tasks — all from a single desktop app. + + Features + - Split-Pane Terminal — Run multiple terminals in flexible horizontal/vertical split layouts with drag-to-resize + - Workspace Management — Organize projects into workspaces with pinning, hiding, and reordering + - Built-in Terminal — Full-featured terminal (xterm.js + PTY) with multi-tab support + - Claude Code Integration — Launch Claude Code sessions, resume conversations, manage providers, and self-dialogue mode + - Git Integration — Branch status, pull/push/fetch/stash, worktree management, and git clone + - Session Management — Track launch history with recent launches panel, clean broken sessions, and resume previous work + - Local History — File version tracking with diff view, labels, branch-aware snapshots, and restore + - File Browser — Project file tree with search, create, rename, delete, copy, and move operations + - Code Editor — Monaco-based editor with 60+ language support, Markdown preview, and image preview + - Quick Search — Global file search (Ctrl+K) across all workspace projects + - Screenshot — Region capture with global shortcut, multi-monitor support, and clipboard copy + - Session Journal — Workspace-level session logging + - Todo & Plans — Task management with priorities, subtasks, and plan archiving + - Memory & Skills — Manage Claude memories and custom skills per project + - MCP Server Config — Configure MCP servers per project + - Hooks/Workflows — Workspace-level hook system for automation + - Provider Management — Multiple API provider support (Anthropic, Bedrock, Vertex, proxy, config profiles) + - Directory Scan Import — Batch import Git repositories from a directory + - Theme Support — Light/dark mode with glassmorphism design + - Borderless, Mini & Fullscreen — Frameless window mode, compact mini view, and F11 fullscreen toggle + - System Tray — Minimize to tray with status monitoring + - Desktop Notifications — Session exit, waiting-for-input, and todo reminder alerts with debounce + - Keyboard Shortcuts — Customizable shortcuts for all major actions + - i18n — English and Chinese (Simplified) interface +Tags: +- claude-code +ReleaseNotesUrl: https://github.com/wuxiran/cc-pane/releases/tag/v0.12.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.zh-CN.yaml b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0609fffef675f --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.12.2 +PackageLocale: zh-CN +ShortDescription: Claude Code 的多实例分窗管理器 —— 基于 Tauri 2 构建的跨平台桌面应用 +Description: |- + CC-Panes 让您在分屏终端布局中并排运行多个 Claude Code CLI 实例。通过单个桌面应用,即可使用工作区、项目和任务来组织您的 AI 驱动开发工作流。 + + 功能特性 + - 分屏终端 — 在灵活的横向/纵向分屏布局中运行多个终端,支持拖拽调整大小 + - 工作区管理 — 将项目组织到工作区中,支持固定、隐藏和重新排序 + - 内置终端 — 功能完整的终端(xterm.js + PTY),支持多标签页 + - Claude Code 集成 — 启动 Claude Code 会话、恢复对话、管理提供商,以及自对话模式 + - Git 集成 — 分支状态、拉取/推送/获取/贮藏、工作树管理,以及 git 克隆 + - 会话管理 — 通过最近启动面板跟踪启动历史、清理损坏会话、恢复之前的工作 + - 本地历史 — 文件版本跟踪,支持差异视图、标签、分支感知快照和恢复 + - 文件浏览器 — 项目文件树,支持搜索、创建、重命名、删除、复制和移动操作 + - 代码编辑器 — 基于 Monaco 的编辑器,支持 60 多种语言、Markdown 预览和图片预览 + - 快速搜索 — 跨所有工作区项目的全局文件搜索(Ctrl+K) + - 截图 — 区域捕获,支持全局快捷键、多显示器和剪贴板复制 + - 会话日志 — 工作区级别的会话记录 + - 待办与计划 — 任务管理,支持优先级、子任务和计划归档 + - 记忆与技能 — 管理 Claude 记忆和每个项目的自定义技能 + - MCP 服务器配置 — 为每个项目配置 MCP 服务器 + - 钩子/工作流 — 工作区级别的钩子系统,用于自动化 + - 提供商管理 — 多 API 提供商支持(Anthropic、Bedrock、Vertex、代理、配置配置文件) + - 目录扫描导入 — 从目录批量导入 Git 仓库 + - 主题支持 — 浅色/深色模式,采用玻璃拟态设计 + - 无边框、迷你与全屏 — 无边框窗口模式、紧凑迷你视图,以及 F11 全屏切换 + - 系统托盘 — 最小化到托盘并支持状态监控 + - 桌面通知 — 会话退出、等待输入和待办提醒警报,支持防抖 + - 键盘快捷键 — 可自定义所有主要操作的快捷键 + - 国际化 — 英文和简体中文界面 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.yaml b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.yaml new file mode 100644 index 0000000000000..962594f56ed69 --- /dev/null +++ b/manifests/w/wuxiran/CC-Panes/0.12.2/wuxiran.CC-Panes.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: wuxiran.CC-Panes +PackageVersion: 0.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml index 929c9f8ea1432..607cd15d31ba3 100644 --- a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml +++ b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.installer.yaml @@ -17,7 +17,7 @@ ReleaseDate: 2026-07-22 ElevationRequirement: elevatesSelf Installers: - Architecture: x86 - InstallerUrl: https://fdfs.xmcdn.com/storages/e758-audiofreehighqps/A5/0D/GAqhQKIONlp2ACAAAAS7Q8AV.exe + InstallerUrl: https://nativedl.pcdn.xmcdn.com/storages/e758-audiofreehighqps/A5/0D/GAqhQKIONlp2ACAAAAS7Q8AV.exe InstallerSha256: 5B189D2CB9B4BA264C70784D210113B11CD0179E034AF02908F161DB1375FFE8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml index 9653046156ac8..91af4c7218118 100644 --- a/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml +++ b/manifests/x/Ximalaya/Ximalaya/4.0.14/Ximalaya.Ximalaya.locale.zh-CN.yaml @@ -24,6 +24,5 @@ Tags: - 电子书 - 语音 - 音频 -ReleaseNotes: '- 修复一些已知问题' ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..c9e12c1bda7f9 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.925-win-x64.exe + InstallerSha256: A0649D18031E58DFD5EC500E747FEF651D399B709B085F0A004E370937A5B57C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.925-win-x64.exe + InstallerSha256: A0649D18031E58DFD5EC500E747FEF651D399B709B085F0A004E370937A5B57C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..ea5c83b4832f2 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.925 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + 0.0.925 + Bug Fixes + - Fixed the right dock so it sits flush against the sidebar when maximized, instead of overlapping it. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d4a7b562c629 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +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.925/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.925/yetone.Alma.yaml new file mode 100644 index 0000000000000..29c908802245d --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.925/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.925 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.949/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.949/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..bcda613b7a91f --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.949/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.949 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.949-win-x64.exe + InstallerSha256: B9E428D54F4EA05EE623BBB75C186D2E4DD6F106534B187128C382053C3B4C5F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.949-win-x64.exe + InstallerSha256: B9E428D54F4EA05EE623BBB75C186D2E4DD6F106534B187128C382053C3B4C5F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.949/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.949/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..737fe5f9ee5ea --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.949/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.949 +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: |- + Version 0.0.949 + Features + - Loading now uses distinct animations for different wait scenarios, selected automatically based on what's happening. + - The activity indicator while composing now displays a thinking orb instead of the previous liveness orb. + Bug Fixes + - Fixed the loading indicator showing 'listening' during wait states—it now correctly displays 'working'. + - Results now replace the loading animation smoothly, eliminating a brief empty flash that occurred during the transition. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.949/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.949/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..09c3f34eaf9bb --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.949/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.949 +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.949/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.949/yetone.Alma.yaml new file mode 100644 index 0000000000000..6a51aeab0b13d --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.949/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.949 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.installer.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.installer.yaml new file mode 100644 index 0000000000000..b00f64ed35cf0 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.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: yyqh01.reaper_yyqh +PackageVersion: "778.16" +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yyqh01/reaper_yyqh_plugins/releases/download/Snapshot/reaper_yyqh.778.16.exe + InstallerSha256: D674BAADA209E29070ECA5B6A3429F7F85DE4AF86381E2915D8ADD922881518F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-22 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.locale.zh-cn.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.locale.zh-cn.yaml new file mode 100644 index 0000000000000..17bbc77dccda1 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.locale.zh-cn.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: yyqh01.reaper_yyqh +PackageVersion: "778.16" +PackageLocale: zh-cn +Publisher: yyqh01 +PublisherUrl: https://github.com/yyqh01 +PublisherSupportUrl: https://github.com/yyqh01/reaper_yyqh_plugins/issues +PackageName: reaper_yyqh +PackageUrl: https://github.com/yyqh01/reaper_yyqh_plugins +License: Proprietary +ShortDescription: yyqh installer +ReleaseNotesUrl: https://github.com/yyqh01/reaper_yyqh_plugins/releases/tag/Snapshot +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yyqh01/reaper_yyqh_plugins/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.yaml b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.yaml new file mode 100644 index 0000000000000..5961a7cb30c61 --- /dev/null +++ b/manifests/y/yyqh01/reaper_yyqh/778.16/yyqh01.reaper_yyqh.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: yyqh01.reaper_yyqh +PackageVersion: "778.16" +DefaultLocale: zh-cn +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.installer.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.installer.yaml new file mode 100644 index 0000000000000..e02afaf524a92 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.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: ZMGID.Kivio +PackageVersion: 2.8.8 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: Kivio Desktop +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ZMGID/kivio/releases/download/v2.8.8/Kivio.Desktop_2.8.8_x64-setup.exe + InstallerSha256: 4815098BE6AB7D0E8CE69644E86137AC88A8BCD3F72402F9C8B1178E51DD740E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml new file mode 100644 index 0000000000000..209f06cfaedd4 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZMGID.Kivio +PackageVersion: 2.8.8 +PackageLocale: en-US +Publisher: zmair +PublisherUrl: https://github.com/ZMGID +PublisherSupportUrl: https://github.com/ZMGID/kivio/issues +PackageName: Kivio +PackageUrl: https://github.com/ZMGID/kivio +License: GPL-3.0 +LicenseUrl: https://github.com/ZMGID/kivio/blob/HEAD/LICENSE +ShortDescription: 'A lightweight desktop AI client and screen-level agent: chat, tools, translation, OCR, and visual Q&A in one small app.' +Description: |- + Kivio is a compact desktop AI client with a built-in agent runtime. It stays in the tray or menu bar, opens when you need it, and keeps a much smaller footprint than a browser-based AI workspace. + - Kivio Agent — chat, projects, assistants, memory, file/image attachments, MCP, Skills, and native tools (file ops, shell, web fetch/search, Pyodide run_python). + - Lens — screenshot-based visual Q&A, OCR, formula extraction, text polishing, and optional web-aware answers. + - Fast translation — typed text, selected text, windows, and arbitrary screen regions. + - Bring your own models — OpenAI-compatible providers and Anthropic Messages, with per-feature model routing and multi-key failover. + - Document-ready — PDF / Word / Excel workflows run on a bundled offline Pyodide sandbox, no first-run CDN download required. + - Private by default — no telemetry; API keys and conversation data stay on your machine. +Tags: +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + - Conversation library — new conversation manager with search, shelves, sort/group, bulk actions, and archive. Plugin management moves to Settings. + - Prompt-cache duration — set provider cache retention to off, short, or long. + - Extension-center languages — Assistant, Skill, MCP, Knowledge, Notes, and Plugin pages follow the app language. + - Session usage — the composer shows input, cache-hit, and output tokens for the current session. + - Title animation — generated conversation titles replace the temporary title with a typewriter effect. + - Cursor Composer — shows context window and pricing for Composer 1 / 1.5 / 2 / 2.5. + - Sidebar actions — pin and one-click archive; full menu on right-click; wave indicator while generating. + - Settings and usage stats — cleaner settings nav and memory layout; usage stats include request success rate. + - Bug fixes — lost content after stream failures, duplicate messages, scroll glitches, leftover bulk-delete state, and white flashes when switching shelves. +ReleaseNotesUrl: https://github.com/ZMGID/kivio/releases/tag/v2.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.zh-CN.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..843b119da5c5e --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZMGID.Kivio +PackageVersion: 2.8.8 +PackageLocale: zh-CN +ShortDescription: 轻量桌面 AI 客户端与屏幕级 Agent:聊天、工具、翻译、OCR、视觉问答,放进一个小应用。 +Description: |- + Kivio 是一个小体积桌面 AI 客户端,内置 Agent 运行时。常驻托盘或菜单栏,需要时再出现,比浏览器里的 AI 工作台更轻。 + - Kivio Agent —— 聊天、项目、助手、记忆、文件/图片附件、MCP、Skills、本地工具(文件操作、终端、网页抓取/搜索、Pyodide run_python)。 + - Lens —— 基于截图的视觉问答、OCR、公式提取、文本优化,可选联网来源回答。 + - 快速翻译 —— 输入文本、选中文本、窗口、任意屏幕区域。 + - 自带模型选择权 —— 支持 OpenAI 兼容接口与 Anthropic Messages,可按功能分别路由模型,多 Key 故障转移。 + - 文档可直接用 —— PDF / Word / Excel 工作流跑在随包的离线 Pyodide 沙箱,不依赖首次运行从 CDN 下载。 + - 默认安静 —— 无遥测;API Key 与对话数据留在本机 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + - Windows — Kivio.Desktop_2.8.8_x64-setup.exe(NSIS 安装包 / installer) + - macOS — Kivio.Desktop_2.8.8_aarch64.dmg(Apple Silicon,未签名 / unsigned) + - 首次启动:右键 → 打开,或运行 xattr -cr "/Applications/Kivio Desktop.app" + - First launch: right-click → Open, or run xattr -cr "/Applications/Kivio Desktop.app" +ReleaseNotesUrl: https://github.com/ZMGID/kivio/releases/tag/v2.8.8 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.yaml b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.yaml new file mode 100644 index 0000000000000..aa41a2ae2efa7 --- /dev/null +++ b/manifests/z/ZMGID/Kivio/2.8.8/ZMGID.Kivio.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: ZMGID.Kivio +PackageVersion: 2.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml index 5add4fe45ce09..8f2201c85c115 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.22t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-08-07 +ReleaseDate: 2026-08-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 9FC3F79BA70DBFFADA8CB85B6E7150F5A31814B5715CFDFE9C58111430B4DB24 + InstallerSha256: 9E49A0804FF5566D5BA2AADC5981990F2E818661B3C8311DF3001385F291C35B AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: 35DB5029FBE3132C20B638D2C9FAA077C8C0837052F283E2B99C34F472B65B8F + InstallerSha256: 4A7B93F778AF847679132028B304A0D5A92176786F233BCDABF054810B264A61 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer