diff --git a/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.installer.yaml b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.installer.yaml new file mode 100644 index 0000000000000..c99b63303f0f8 --- /dev/null +++ b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.installer.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AbishekNarasimhan.RavensPort +PackageVersion: 4.6.0 +Platform: +- Windows.Desktop +# Matches MinVersion in installer/RavensPort.iss and SupportedOSPlatformVersion in +# Directory.Build.props: Windows 10 1809. +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +# PrivilegesRequired=lowest in the .iss, so {autopf} lands in %LocalAppData%\Programs and the +# uninstall entry is written to HKCU. No elevation prompt, which is what lets a silent install run +# unattended. +Scope: user +UpgradeBehavior: install +# Inno appends "_is1" to AppId for the Add or Remove Programs key. This is how winget correlates +# an existing install with the package, so it must track AppId in RavensPort.iss, which never +# changes. +ProductCode: '{C47DF74F-150F-4AD3-9B12-46A8BF02BE9C}_is1' +# RavensPort will not install over a copy of itself that is running, and the [Code] section of +# installer/RavensPort.iss makes that case return 7 -- a code Setup produces for no other reason. +# Without this mapping `winget upgrade` reports only "Installer failed with exit code: 7"; with it, +# winget tells the user the application is in use and to close it. +ExpectedReturnCodes: +- InstallerReturnCode: 7 + ReturnResponse: packageInUse +ReleaseDate: 2026-09-15 +Installers: +# ArchitecturesAllowed=x64compatible, so this also installs and runs on ARM64 Windows under +# emulation; winget treats x64 as applicable there. +- Architecture: x64 + InstallerUrl: https://github.com/abishekvupputur/ravensPort/releases/download/v4.6.0/RavensPort-Setup-4.6.0.exe + # Taken from the published release asset, not a local build: the release is built by CI from the + # tag, and a hash that does not match what winget downloads fails validation. A local installer + # built from the same commit hashes differently — compression settings and Inno's embedded + # timestamps see to that — so this is downloaded from the release every time. See + # docs/WINGET-SUBMISSION.md. + InstallerSha256: A9EE537C8C3F98C5136A19545BAB908067C1B0248B011F47CDE8AA5B1F92F765 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.locale.en-US.yaml b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.locale.en-US.yaml new file mode 100644 index 0000000000000..d95ee327f77dd --- /dev/null +++ b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.locale.en-US.yaml @@ -0,0 +1,85 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AbishekNarasimhan.RavensPort +PackageVersion: 4.6.0 +PackageLocale: en-US +Publisher: Abishek Narasimhan +PublisherUrl: https://github.com/abishekvupputur +PublisherSupportUrl: https://github.com/abishekvupputur/ravensPort/issues +PrivacyUrl: https://github.com/abishekvupputur/ravensPort/blob/main/PRIVACY.md +Author: Abishek Narasimhan +PackageName: RavensPort +PackageUrl: https://github.com/abishekvupputur/ravensPort +License: MIT +LicenseUrl: https://github.com/abishekvupputur/ravensPort/blob/main/LICENSE +Copyright: Copyright (c) 2026 Abishek Narasimhan +CopyrightUrl: https://github.com/abishekvupputur/ravensPort/blob/main/LICENSE +ShortDescription: A tray-resident local proxy that owns the OAuth2 flow for the APIs and MCP servers you use, pools several servers behind one endpoint, and exposes only the tools each AI agent is allowed. +Description: |- + MCP servers are increasingly locked behind OAuth2, but most MCP clients expect a bare HTTP + endpoint with no authentication story. And once an agent is connected to three servers, it sees + all of their tools with no way to say "this agent gets these six." + + RavensPort solves both halves. It runs a local reverse proxy on 127.0.0.1, holds the OAuth2 + grants and API keys for your upstreams, and lets you compose those upstreams into filtered, + per-agent MCP endpoints. Point an agent at http://127.0.0.1:5559/mcp/ and it sees exactly + the toolset you granted it, drawn from as many upstreams as you like, including ones it could + never reach on its own. + + ROUTES + Attach a live OAuth2 token or a static API key to every request forwarded to an upstream. Your + client never handles authentication. Credentials can be placed anywhere the upstream expects + them: an Authorization header, any other header, a query parameter, or a request-body field, + with a custom value prefix. A route may attach none, one, or several credentials at once, and + the same credential may appear in more than one place. Tokens refresh automatically ten minutes + before they expire. + + FUNNELS + Pool several MCP servers behind a single local endpoint and pick exactly which tools, resources, + and prompts it exposes. Each agent gets its own funnel, so tightening what one agent can reach + never touches another. + + A KEY PER ENDPOINT + Every route and every funnel carries its own proxy key with its own expiry. Other processes on + your machine cannot spend your grants, and a key leaked from one client cannot reach the rest. + + YOUR SECRETS STAY IN YOUR PASSWORD MANAGER + OAuth client secrets, access and refresh tokens, API keys, proxy keys, and the whole + configuration are stored in a vault in 1Password or Proton Pass, a vault you nominate and + control. There is no local cache and no fallback file. Nothing is written to the PC except + redacted activity logs. Because the configuration lives in the vault, one install supports as + many profiles as you have vaults. + + While your password manager is locked, everything keeps working: edits, token refreshes, and key + rotation all proceed in memory and are written to the vault as soon as it is reachable again. + + NO TELEMETRY + RavensPort contains no analytics, no crash reporting, and no update checks. It makes no network + connection you have not configured. The full source is public under the MIT License, and every + release is built by GitHub Actions with a build provenance attestation, so a download can be + verified against the workflow and commit that produced it. + + BEFORE YOU INSTALL + RavensPort requires 1Password or Proton Pass, with the matching command-line tool installed and + signed in. It is where the configuration is kept, and the proxy does not start without it. + RavensPort does not install either one; setup inside the app checks what is present and walks + through connecting a vault. Windows 10 1809 or newer, 64-bit. +Moniker: ravensport +Tags: +- 1password +- ai +- api-key +- llm +- mcp +- oauth +- oauth2 +- proton-pass +- proxy +- reverse-proxy +- tray +ReleaseNotesUrl: https://github.com/abishekvupputur/ravensPort/releases/tag/v4.6.0 +Documentations: +- DocumentLabel: Readme + DocumentUrl: https://github.com/abishekvupputur/ravensPort#readme +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.yaml b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.yaml similarity index 61% rename from manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.yaml rename to manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.yaml index 895eb0987ae5f..d53893ab65b92 100644 --- a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.yaml +++ b/manifests/a/AbishekNarasimhan/RavensPort/4.6.0/AbishekNarasimhan.RavensPort.yaml @@ -1,8 +1,7 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AbishekNarasimhan.RavensPort +PackageVersion: 4.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.installer.yaml b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.installer.yaml new file mode 100644 index 0000000000000..f02572fd951a6 --- /dev/null +++ b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.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: Aixbox.DesktopGo +PackageVersion: 1.0.5 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: DesktopGo +ReleaseDate: 2026-09-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aixbox/DesktopGo/releases/download/v1.0.5/DesktopGo_1.0.5_x64-setup.exe + InstallerSha256: 024B18D3FE05D7595FDB17B5D1C02A196E7FF163A193990E980433CBE257D3E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.en-US.yaml b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.en-US.yaml new file mode 100644 index 0000000000000..b4ae23cefbc46 --- /dev/null +++ b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Aixbox.DesktopGo +PackageVersion: 1.0.5 +PackageLocale: en-US +ShortDescription: A Windows desktop launchpad that brings app launching, icon organization, and Everything-powered file search into one focused entry point. +Description: |- + DesktopGo is a Windows desktop launchpad built with Tauri 2, React 19, and Rust. It borrows the interaction spirit of macOS Launchpad, but its feature set is designed around real Windows desktop workflows: + - A global shortcut to bring up a unified entry point + - Drag-and-drop, paged organization for desktop icons and custom app entries + - Fast file search, preview, and launch powered by Everything +Tags: +- directory +- file +- find +- folder +- search +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.zh-CN.yaml b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af1b2faef52e8 --- /dev/null +++ b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aixbox.DesktopGo +PackageVersion: 1.0.5 +PackageLocale: zh-CN +Publisher: Aixbox +PublisherUrl: https://github.com/Aixbox +PublisherSupportUrl: https://github.com/Aixbox/DesktopGo/issues +PackageName: DesktopGo +PackageUrl: https://github.com/Aixbox/DesktopGo +License: MIT +LicenseUrl: https://github.com/Aixbox/DesktopGo/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Aixbox +ShortDescription: 一个面向 Windows 的桌面启动台,把应用唤起、图标整理和 Everything 文件搜索收进同一个入口。 +Description: |- + DesktopGo 是一个使用 Tauri 2 + React 19 + Rust 构建的 Windows 桌面启动台。它参考 macOS Launchpad 的交互方式,但能力设计围绕 Windows 桌面场景展开,重点解决三个问题: + - 用全局快捷键快速呼出统一入口 + - 把桌面图标和自定义应用入口整理成可拖拽、可分页的布局 + - 基于 Everything 提供快速文件搜索、预览和打开能力 +Tags: +- 搜索 +- 文件 +- 文件夹 +- 查找 +- 目录 +ReleaseNotes: |- + DesktopGo v1.0.5 🎉 + v1.0.5 是一次大版本迭代,带来 AI 智能整理、Everything 全局搜索、滚动分组布局三大核心能力,同时全面增强了图标系统与外观自定义,并对设置页和工程质量做了系统性重构。 + 新功能 🚀 + - AI 智能整理助手:新增对话式 AI 面板,支持多协议流式模型接入,可展示模型思考过程并随时停止生成。AI 能分析桌面图标自动生成分组方案,整理结果以网格预览呈现、确认后应用;支持滚动分组智能整理,会话与快照在面板切换间保留。 + - Everything 全局搜索:快捷入口与本地文件混合搜索,按相关性与使用频率排序;一次性加载完整结果快照,大结果集滚动流畅无占位闪烁;支持方向键导航、平滑移动高亮,可配置最佳匹配目录与文件类型、目录清单图标库,并提供图标库管理入口。 + - 滚动分组布局:图标网格支持无限滚动分组、侧边栏紧凑布局与收起;外层与分组间拖拽重定向、组内排序、文件夹拖入自动打开/延迟关闭;FLIP 动画平滑重排,新增网格几何锁定机制防止 DPI 切换导致图标重排。 + - 图标系统全面增强:支持自定义图标源——网站图标提取(含 cookie 支持)、SVG 优化、主色提取、圆角裁剪、文字图标与颜色方案;新增图标编辑与 Windows 平台图标管理,可直接把系统图标拖入启动台。 + - 外观自定义:支持自定义背景图、全局主题色、背景蒙版浓度与模糊;启动台窗口统一透明背景与毛玻璃效果;多选拖框、Dock 线性预览等启动台交互继续完善。 + - 双语安装器:安装程序支持中英文双语界面与被动更新进度窗口。 + 修复与优化 🛠️ + - 修复托盘图标缩放模糊与圆角锯齿。 + - 修复系统图标原生拖放注册、拖拽数据解析与拖放效果协商。 + - 修复导入图片不显示缩略图、导入快捷方式图标边框异常。 + - 设置窗口移除外框、修复表面层级与导航状态颜色、修复主题选中态颜色偏移。 + - 修复滑块文字与刻度重叠,统一表单控件聚焦边框与滑块数值字体。 + - 搜索稳定性:防止 Everything 旧回包污染后续查询、保留未匹配结果的提供方顺序、修复使用数据首次加载。 + - 体验细节:统一应用滚动条样式、全局字体接入主题变量并统一等宽栈、组件懒加载与错误边界兜底。 + 工程与发布 📦 + - Rust 端建立零告警质量门禁(clippy 严格检查 + 文件/函数预算),按模块拆分 AI、搜索、图标、图标网格等职责,显著降低单文件复杂度。 + - 前端重整静态检查基线,拆分大型组件并清理 Hook 告警。 + - 新增提交规范与并行预检工作流(限时构建 + 千行文件门禁)。 + - 修复依赖扫描误扫构建产物的问题;测试构建发布流程改为独立草稿,便于发布前核对。 + 本次发布已同步更新应用版本号与发布说明文件,满足现有 GitHub Actions 发布流程要求。 +ReleaseNotesUrl: https://github.com/Aixbox/DesktopGo/releases/tag/v1.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.yaml b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.yaml new file mode 100644 index 0000000000000..4de6f3d4f291b --- /dev/null +++ b/manifests/a/Aixbox/DesktopGo/1.0.5/Aixbox.DesktopGo.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: Aixbox.DesktopGo +PackageVersion: 1.0.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Kiro/1.1.14/Amazon.Kiro.locale.en-US.yaml b/manifests/a/Amazon/Kiro/1.1.14/Amazon.Kiro.locale.en-US.yaml index 051d47d11fdee..9f8ddb174cee7 100644 --- a/manifests/a/Amazon/Kiro/1.1.14/Amazon.Kiro.locale.en-US.yaml +++ b/manifests/a/Amazon/Kiro/1.1.14/Amazon.Kiro.locale.en-US.yaml @@ -25,7 +25,23 @@ Tags: - editing - editor - programming -ReleaseNotesUrl: https://kiro.dev/changelog/ide/ +ReleaseNotes: |- + Agent Artifacts and Native ARM64 Builds + IDE 1.1 lets agents produce durable artifacts you can review and return to, adds native ARM64 builds for Windows and Linux, and updates the editor foundation to Code OSS 1.131. Compacted conversations retain the right context, MCP failures are clearer, Hooks are more reliable, and enterprise profiles route requests to the selected region. + Review agent-created artifacts + Kiro can turn documents, diagrams, code, images, and other agent outputs into durable artifacts instead of leaving them buried in the chat transcript. Open a compact preview from the conversation, review the full artifact beside the chat in Agent Focus, or return to it from the Agent Focus context panel. Learn more -> + Install Kiro natively on ARM64 + Install native ARM64 builds for Windows and Linux instead of relying on x64 emulation. Choose the ARM64 download for your platform from the Kiro downloads page. + Recent IDE 1.0 highlights + These capabilities shipped earlier in the IDE 1.0 release line and are included here for context. + - Cloud Configuration and synced Powers (1.0.437): Access supported personal configuration across IDE surfaces and try cloud-synced Powers from the installed list. Release notes -> + - Permission improvements and configured Windows shells (1.0.337): Keep ignored files out of search, apply filesystem and command permission rules more accurately, and run agent commands in your configured Windows terminal profile. Release notes -> + - Cloud Sessions and Agent Focus upgrades (1.0.293): Start Cloud Sessions from Agent Focus, collapse the session rail for more chat space, answer attention cards in place, and move back or forward between views. Release notes -> + - Agent Plugin support and session pinning (1.0.288): Use Agent Plugins through Powers and pin important Agent Focus sessions. Release notes -> + Improvements + + Fixes +ReleaseNotesUrl: https://kiro.dev/changelog/ide/1-1/ PurchaseUrl: https://kiro.dev/pricing/ Documentations: - DocumentLabel: Docs diff --git a/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.installer.yaml b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.installer.yaml new file mode 100644 index 0000000000000..269e5538fcfe8 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.33.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topaz.exe + PortableCommandAlias: topaz +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aserto-dev/topaz/releases/download/v0.33.20/topaz_windows_amd64.zip + InstallerSha256: EEEAC154A5A83DF78D0BF3C140464D8EBBA66583F39FB1891B049EBC68215CE3 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-09 diff --git a/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.locale.en-US.yaml b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.locale.en-US.yaml new file mode 100644 index 0000000000000..b815efa923533 --- /dev/null +++ b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.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: Aserto.Topaz +PackageVersion: 0.33.20 +PackageLocale: en-US +Publisher: Aserto +PublisherUrl: https://aserto.com/ +PublisherSupportUrl: https://github.com/aserto-dev/topaz/issues +Author: Gert Drapers +PackageName: Topaz +PackageUrl: https://github.com/aserto-dev/topaz +License: Apache-2.0 +LicenseUrl: https://github.com/aserto-dev/topaz/blob/HEAD/LICENSE +ShortDescription: ReBAC & ABAC Application Authorization Solution +Tags: +- abac +- access-control +- api +- authorization +- cloud-native +- golang +- opa +- rbac +- rebac +- security +- zanzibar +ReleaseNotesUrl: https://github.com/aserto-dev/topaz/releases/tag/v0.33.20 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/aserto-dev/topaz/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.yaml b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.yaml similarity index 55% rename from manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.yaml rename to manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.yaml index 55d609c06ff99..42473ae5872ea 100644 --- a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.yaml +++ b/manifests/a/Aserto/Topaz/0.33.20/Aserto.Topaz.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/11 +# Created using wingetcreate 1.12.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Stardock.Start11.v2 -PackageVersion: 2.7.4.0 +PackageIdentifier: Aserto.Topaz +PackageVersion: 0.33.20 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..dbed94bd0b450 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.12.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +- RelativeFilePath: uvw.exe + PortableCommandAlias: uvw +Commands: +- uv +- uvw +- uvx +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.12.14/uv-i686-pc-windows-msvc.zip + InstallerSha256: DDD9AFD789C60A38D82F3021239E22DAACC67B9EF0719345EE6F0DCC37AB93AE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.12.14/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 02CECB254F37F3396DA625680796D3990164A590FB5611D46F719AD83E7B9A89 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.12.14/uv-aarch64-pc-windows-msvc.zip + InstallerSha256: 46B930BDBB338099C7D9DA711B751240EB97876EDA6A553A2C28323967232041 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..987c02ff61b72 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.12.14 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2026 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Released on 2026-09-15. + Package-operation errors now use uv's standard diagnostics, with consistent hints and compact, labeled cause chains. (#17110, #21599, #21603) + Package-operation exit codes now reflect the underlying cause: expected failures return 1, while recognized operational and internal failures return 2. (#17110) + Enhancements + - Resume interrupted downloads with HTTP Range requests when supported (#21570) + - Show underlying causes and hints in user warnings (#21565) + - Show resolver hints for failed uv tool upgrade operations (#21566) + Preview features + - Export multiple dependency selections from a shared lockfile in one uv export --batch invocation with the batch-export preview feature (#21618) + Performance + - Speed up dependency resolution from local wheelhouses by reading wheel metadata in a single blocking task (#21619) + - Speed up cold resolution against large package indexes by parsing Simple API responses in bounded background workers (#21593) + - Speed up warm-cache resolution by decoding fresh HTTP cache entries in the cache-read task (#21621) + Bug fixes + - Select releases that satisfy required-environments within each resolver fork instead of combining incompatible wheel coverage across forks (#21672) + - Install packages with paths longer than MAX_PATH on Windows systems without long-path support enabled (#21625) + - Prevent uv python install from overwriting valid unmanaged Python symlinks with relative targets on Unix (#21639) + - Redact credentials and signatures from missing-path-segment URL errors (#21616) + - Avoid exceeding the configured retry budget when cached HTTP responses fail revalidation (#21640) + - Prefer bin/python over bin/python3 when discovering interpreters in Unix environments (#21559) + - Suppress managed-Python fallback warnings under --quiet (#21565) + - Keep failed uv tool upgrade errors visible with -q while suppressing them with -qq (#21566) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.12.14 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1e7c4d93469fe --- /dev/null +++ b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.12.14 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.12.14 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.yaml b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.yaml similarity index 54% rename from manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.yaml rename to manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.yaml index 59063d51cc86f..bdb8f326c658d 100644 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.yaml +++ b/manifests/a/astral-sh/uv/0.12.14/astral-sh.uv.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: astral-sh.uv +PackageVersion: 0.12.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.installer.yaml b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.installer.yaml similarity index 83% rename from manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.installer.yaml rename to manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.installer.yaml index f839d841a85c4..68df11d4c7a84 100644 --- a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.installer.yaml +++ b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.28" +PackageVersion: "8.0" InstallerType: exe Scope: machine InstallModes: @@ -83,13 +83,13 @@ FileExtensions: - webp - x3f ProductCode: BandiView -ReleaseDate: 2026-07-15 +ReleaseDate: 2026-09-15 Installers: - Architecture: x64 InstallerUrl: https://bandisoft.app/bandiview/BANDIVIEW-SETUP-X64.EXE - InstallerSha256: 2D6E8DB0E175A30BA1E8F5E564E5B03BBE9FCC4E88B0B28559BC87B6FCBBBF3B + InstallerSha256: 63D7738FDF58369507D56FE06AEEA0F98D1950891BAE192252630D52D2F7F010 - Architecture: arm64 InstallerUrl: https://bandisoft.app/bandiview/BANDIVIEW-SETUP-ALL.EXE - InstallerSha256: C21067F6F417410267630F0A916222E309A7631C26AAE317159DA648F737498D + InstallerSha256: 73D9317CB81C6F7CE38E9137D2EDE4B5EC0D098C070C2BAD52AC7C62C0896CEA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.en-US.yaml b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.en-US.yaml similarity index 54% rename from manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.en-US.yaml rename to manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.en-US.yaml index 2e3c5437875cd..326ae81e70dbc 100644 --- a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.en-US.yaml +++ b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.28" +PackageVersion: "8.0" PackageLocale: en-US Publisher: Bandisoft.com PublisherUrl: https://www.bandisoft.com/ @@ -25,8 +25,24 @@ Tags: - viewer - webtoon ReleaseNotes: |- - - Fixed a vulnerability that could allow arbitrary code execution during the processing of image metadata (KVE-2026-1519) - - Fixed a vulnerability that could occur during the processing of AVIF files (Thanks to MiracleWolf) + - Added a dark themed UI + - Added a feature to show the EXIF metadata in PSD files + - Added a feature to show the compressed metadata in JXL files + - Added support for Ultra HDR HEIC format + - Improved program UI/UX design + - Improved the background color personalization + - Updated the third-party libraries to their latest versions + - Added a Bookmark Manager + - Added a feature to save the image currently visible in the viewer as it is (Ctrl+Alt+S) + - Improved the support for SVG format + - Improved the loading speed for animated GIF, WebP, and AVIF formats + - Fixed an issue that SDR colors are displayed incorrectly for some HEIF images + - Improved program stability + - Fixed a vulnerability that occurs with RAW files (KVE-2026-1707, CVE-2026-21413) + - Fixed a vulnerability that occurs with HEIF files (KVE-2026-1708, KVE-2026-1706) + - Fixed a vulnerability that occurs with JXR files (KVE-2026-1713) + - Improved the support for RAW formats + - Other modifications ReleaseNotesUrl: https://www.bandisoft.com/bandiview/history/ PurchaseUrl: https://www.bandisoft.com/bandiview/buy/ ManifestType: defaultLocale diff --git a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.zh-CN.yaml b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.zh-CN.yaml similarity index 98% rename from manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.zh-CN.yaml rename to manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.zh-CN.yaml index e66a131c69a14..23515a0a5a611 100644 --- a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.locale.zh-CN.yaml +++ b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.28" +PackageVersion: "8.0" PackageLocale: zh-CN Publisher: Bandisoft.com PublisherUrl: https://cn.bandisoft.com/ diff --git a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.yaml b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.yaml similarity index 91% rename from manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.yaml rename to manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.yaml index 3d14906536804..7c8450dc7ec41 100644 --- a/manifests/b/Bandisoft/BandiView/7.28/Bandisoft.BandiView.yaml +++ b/manifests/b/Bandisoft/BandiView/8.0/Bandisoft.BandiView.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.28" +PackageVersion: "8.0" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.installer.yaml b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.installer.yaml new file mode 100644 index 0000000000000..513a2dcfd32e4 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.installer.yaml @@ -0,0 +1,120 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.3.0.4850 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +UpgradeBehavior: install +FileExtensions: +- 3fr +- abr +- af +- afassets +- afbook +- afbrushes +- afdesign +- affont +- afluts +- afmacros +- afpackage +- afpalette +- afphoto +- afpub +- afshort +- afstudio +- afstyles +- aftemplate +- ai +- ari +- arw +- bay +- bmp +- cap +- cr2 +- cr3 +- crw +- dcr +- dcs +- dng +- drf +- dwg +- dxb +- dxf +- emf +- eps +- erf +- exr +- fff +- fh10 +- fh11 +- gif +- hdp +- hdr +- heic +- idml +- iiq +- indd +- j2k +- jp2 +- jpeg +- jpegxr +- jpg +- jxl +- jxr +- k25 +- kdc +- lfp +- mdc +- mef +- mos +- mrw +- nef +- nefx +- nrw +- orf +- pdf +- pef +- png +- ps +- psb +- psd +- ptx +- pxn +- r3d +- raf +- raw +- rw2 +- rwl +- sr2 +- srf +- srw +- svg +- tga +- tif +- tiff +- wdp +- webp +- wmf +- x3f +PackageFamilyName: Canva.Affinity_8a0j1tnjnt4a4 +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-x64-4850-9f63fda98da280bf6a30400121fed8d194ee9edd.msix + InstallerSha256: B393269789E3005FA79E93639CB2CEE835BEA55248FBDBB59346BEA08DDE4049 + SignatureSha256: C6F03C45992E1D232CF92448554F349F86D3E28C689DB1B4CE3DC3BA2A14B7F0 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.3.0.4850_x64__8a0j1tnjnt4a4' +- Architecture: arm64 + InstallerUrl: https://affinity-update.serif.com/windows/3/studio/retail/Affinity-Affinity-Store-arm64-4850-9f63fda98da280bf6a30400121fed8d194ee9edd.msix + InstallerSha256: F3B869495FFDF4E7FDC185ABE96B2817BD15110951C25E92482C4B8FE421B94F + SignatureSha256: 39D58695AB54C391405C0AEC743ACD0C6102F6475C33C23ABD1CBF32E10DDEAB + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Canva.Affinity_3.3.0.4850_arm64__8a0j1tnjnt4a4' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.locale.en-US.yaml b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.locale.en-US.yaml new file mode 100644 index 0000000000000..5988351e37d65 --- /dev/null +++ b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Canva.Affinity +PackageVersion: 3.3.0.4850 +PackageLocale: en-US +Publisher: Canva +PublisherSupportUrl: https://www.affinity.studio/help/ +Author: Canva Pty Ltd. +PackageName: Affinity +PackageUrl: https://www.affinity.studio/ +License: Proprietary +Copyright: © 2025 All Rights Reserved, Affinity +ShortDescription: Award-winning integrated graphic design, photo-editing and publishing solution. +Moniker: affinity +Tags: +- design +- editing +- graphic-design +- photo-editing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.yaml b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.yaml similarity index 53% rename from manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.yaml rename to manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.yaml index 704bf6b3ac805..b014809b5a2e3 100644 --- a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.yaml +++ b/manifests/c/Canva/Affinity/3.3.0.4850/Canva.Affinity.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/18 +# Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Softplicity.PDFCombinePro -PackageVersion: 5.1.0.190 +PackageIdentifier: Canva.Affinity +PackageVersion: 3.3.0.4850 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.installer.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.installer.yaml index 2bbe49df0da8f..816fafbba6cbb 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.installer.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.installer.yaml @@ -1,68 +1,69 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.2.8 -InstallerType: exe # Advanced Installer -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /exenoui /quiet /norestart - SilentWithProgress: /exenoui /passive /norestart - InstallLocation: APPDIR="" - Log: /log "" -ExpectedReturnCodes: -- InstallerReturnCode: 3010 - ReturnResponse: rebootRequiredToFinish -- InstallerReturnCode: 1654 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1650 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1649 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1644 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1643 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1640 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1641 - ReturnResponse: rebootInitiated -- InstallerReturnCode: 1639 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1638 - ReturnResponse: alreadyInstalled -- InstallerReturnCode: 1633 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1628 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1625 - ReturnResponse: blockedByPolicy -- InstallerReturnCode: 1623 - ReturnResponse: systemNotSupported -- InstallerReturnCode: 1618 - ReturnResponse: installInProgress -- InstallerReturnCode: 1602 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 1601 - ReturnResponse: contactSupport -- InstallerReturnCode: 87 - ReturnResponse: invalidParameter -- InstallerReturnCode: 1 - ReturnResponse: invalidParameter -- InstallerReturnCode: -1 - ReturnResponse: cancelledByUser -UpgradeBehavior: install -ProductCode: '{1881AD61-798C-4475-8300-50FD5F28CB86}' -AppsAndFeaturesEntries: -- UpgradeCode: '{F62BF4C1-AC17-43BA-87EB-5A901E678BE8}' - InstallerType: msi -Installers: -- Architecture: x86 - InstallerUrl: https://www.fundels.com/download/fundels_exe - InstallerSha256: C70019BFB01E670C78F7A46AD5D2CAE5A0DF39C04CF880FD7ADFF9585CC5FDB4 -ManifestType: installer -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.8 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +ProductCode: '{1881AD61-798C-4475-8300-50FD5F28CB86}' +ReleaseDate: 2026-08-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{F62BF4C1-AC17-43BA-87EB-5A901E678BE8}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.fundels.com/media/fundels-3.2.8.exe + InstallerSha256: C70019BFB01E670C78F7A46AD5D2CAE5A0DF39C04CF880FD7ADFF9585CC5FDB4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.en-US.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.en-US.yaml index e7726e3c626a1..1de79fc52332c 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.en-US.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.en-US.yaml @@ -1,29 +1,24 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.2.8 -PackageLocale: en-US -Publisher: Cartamundi Digital -PublisherUrl: https://www.fundels.com/ -PublisherSupportUrl: https://www.fundels.com/support/ -PrivacyUrl: https://www.fundels.com/legal/ -Author: Cartamundi Digital nv -PackageName: Fundels -PackageUrl: https://www.fundels.com/downloads/ -License: Proprietary -LicenseUrl: https://www.fundels.com/legal/ -Copyright: Copyright 2024 Cartamundi -CopyrightUrl: https://www.fundels.com/legal/ -ShortDescription: Fundels software for primary school teachers -# Description: -Moniker: fundels -Tags: -- education -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://shop.fundels.com/ -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.8 +PackageLocale: en-US +Publisher: Cartamundi Digital +PublisherUrl: https://www.fundels.com/ +PublisherSupportUrl: https://www.fundels.com/support/ +PrivacyUrl: https://www.fundels.com/legal/ +Author: Cartamundi Digital nv +PackageName: Fundels +PackageUrl: https://www.fundels.com/downloads/ +License: Proprietary +LicenseUrl: https://www.fundels.com/legal/ +Copyright: Copyright 2026 Cartamundi +CopyrightUrl: https://www.fundels.com/legal/ +ShortDescription: Fundels software for primary school teachers +Moniker: fundels +Tags: +- education +PurchaseUrl: https://shop.fundels.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.nl-NL.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.nl-NL.yaml index ba31f9074e35e..a456868230d92 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.nl-NL.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.nl-NL.yaml @@ -1,28 +1,11 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.2.8 -PackageLocale: nl-NL -# Publisher: -PublisherUrl: https://www.fundels.com/nl-nl/ -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: Private -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Fundels-software voor leraren in het basisonderwijs -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.8 +PackageLocale: nl-NL +PublisherUrl: https://www.fundels.com/nl-nl/ +License: Private +ShortDescription: Fundels-software voor leraren in het basisonderwijs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.zh-CN.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.zh-CN.yaml index 4cd31dcd30af1..f89a8975a84d9 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.zh-CN.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.locale.zh-CN.yaml @@ -1,28 +1,10 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: CartamundiDigital.Fundels PackageVersion: 3.2.8 PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: 适用于小学教师的 Fundels 软件 -# Description: -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.yaml b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.yaml index 0542f9e786974..6bc43f1c9d106 100644 --- a/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.yaml +++ b/manifests/c/CartamundiDigital/Fundels/3.2.8/CartamundiDigital.Fundels.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: CartamundiDigital.Fundels -PackageVersion: 3.2.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CartamundiDigital.Fundels +PackageVersion: 3.2.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.installer.yaml b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.installer.yaml new file mode 100644 index 0000000000000..c43d7d58e4cd2 --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.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: CognitionAI.DevinCLI +PackageVersion: 3000.10.27 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\devin.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://static.devin.ai/cli/3000.10.27/devin-3000.10.27-x86_64-pc-windows.zip + InstallerSha256: B8B04AD214FB495F7A58E274FBEF06D075F002C093D0D5633CA4F0556D22D0BE +- Architecture: arm64 + InstallerUrl: https://static.devin.ai/cli/3000.10.27/devin-3000.10.27-aarch64-pc-windows.zip + InstallerSha256: 750DA60B3019370D8D2CF4BE2BF0B147814CF93C75DEAC499C0836A187E18DF6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.en-US.yaml b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..34d0b499f42fb --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 3000.10.27 +PackageLocale: en-US +Publisher: Cognition AI, Inc. +PrivacyUrl: https://cognition.ai/privacy-policy +Author: Cognition AI, Inc. +PackageName: Devin CLI +PackageUrl: https://cli.devin.ai/docs +License: Proprietary +LicenseUrl: https://cognition.ai/terms-of-service +ShortDescription: A fast and minimal agent that lives both in your terminal and in the cloud. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +ReleaseNotes: |- + Changed + - GPT-6 Astra batches shell commands and file reads into fewer turns and prefers targeted commands over dumping whole files or running full test suites. +ReleaseNotesUrl: https://cli.devin.ai/docs/changelog/stable +PurchaseUrl: https://devin.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cli.devin.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.zh-CN.yaml b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c7e38245a34a1 --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 3000.10.27 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款快速且极简的智能体,既可在终端本地运行,也可在云端部署。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cli.devin.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.yaml b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.yaml new file mode 100644 index 0000000000000..ae062eeccd28e --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/3000.10.27/CognitionAI.DevinCLI.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: CognitionAI.DevinCLI +PackageVersion: 3000.10.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..19ce14b309457 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,100 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.26.1914.24 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +ProductCode: StellarPlayer +ReleaseDate: 2026-09-14 +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20260914140626/Stellar_20260914140626_official_stable_full_x64.exe + InstallerSha256: A9CF6483CF63755BDB90624B40700B59376A5D8B895FCF6963BE3CED107CEEAC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..95946f264fe1c --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.26.1914.24 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2026 +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b69c9b41fdc48 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.26.1914.24 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2026 +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: $update_info +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..2ea9e390cb8ba --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.26.1914.24/Coldlake.StellarPlayer.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: Coldlake.StellarPlayer +PackageVersion: 2.26.1914.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.installer.yaml b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.installer.yaml similarity index 72% rename from manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.installer.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.installer.yaml index a023f995e6ba6..dfdc53958b4a2 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.installer.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.installer.yaml @@ -2,18 +2,18 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Personal -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 InstallerType: inno Scope: machine -ReleaseDate: 2026-09-14 +ReleaseDate: 2026-09-15 Installers: - Architecture: x86 InstallerUrl: https://www.sqliteexpert.com/v6/SQLiteExpertPersSetup32.exe - InstallerSha256: 7BCFE5365FC97A0CC52158CB3F22F8D8820F6E32E2924842B6034F84B1CCE5FA + InstallerSha256: 988A964C3D71254D0578AB766BFBF1E10CBEECF96CE5A22FE8DE5D5A6F05EF1B ProductCode: SQLite Expert Personal 6 - 32bit_is1 - Architecture: x64 InstallerUrl: https://www.sqliteexpert.com/v6/SQLiteExpertPersSetup64.exe - InstallerSha256: F4E63F3BEF1070B4BB860AD135BF6FAB06179FDD0CA157A7C36EE90BA29E374F + InstallerSha256: C5CE51D6C98115560D05190826D6865B86F8CC18F50E4CC62C45CD9B633EF5F3 ProductCode: SQLite Expert Personal 6 - 64bit_is1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml similarity index 99% rename from manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml index c01dea30f1f95..fa04c65526b50 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Personal -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 PackageLocale: en-US Publisher: Coral Creek Software PublisherUrl: https://www.sqliteexpert.com/ diff --git a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml similarity index 96% rename from manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml index 068bee814ab7c..7da21997cc461 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Personal -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 PackageLocale: zh-CN License: 专有软件 ShortDescription: SQLite 管理 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.yaml b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.yaml similarity index 90% rename from manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.yaml index a8072af9a2d1e..ba169c7013783 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.5.707/CoralCreek.SQLiteExpert.Personal.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Personal/6.0.7.709/CoralCreek.SQLiteExpert.Personal.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Personal -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.installer.yaml b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.installer.yaml similarity index 73% rename from manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.installer.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.installer.yaml index 1c235f1d28233..77f5f206ec010 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.installer.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.installer.yaml @@ -2,18 +2,18 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Professional -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 InstallerType: inno Scope: machine -ReleaseDate: 2026-09-14 +ReleaseDate: 2026-09-15 Installers: - Architecture: x86 InstallerUrl: https://www.sqliteexpert.com/v6/SQLiteExpertProSetup32.exe - InstallerSha256: 96A49820190FE008F60E889778C60F81856287EF7A617390FDCAF503EC114C2B + InstallerSha256: C173DC980F955A583C6958C7CD08A4D5D4CBF07A4F0EB9567E3B2CCBB4FCA3CF ProductCode: SQLite Expert Professional 6 - 32bit_is1 - Architecture: x64 InstallerUrl: https://www.sqliteexpert.com/v6/SQLiteExpertProSetup64.exe - InstallerSha256: 9F6A3D19FBAF25313FDB9C127FF28D18050479D690F014F49B5BAE9BDB6ED8EA + InstallerSha256: 4EA7D4EEC02B946C0AABFB7635E6D48869395E119FB27D1B0B7EEB5804029C93 ProductCode: SQLite Expert Professional 6 - 64bit_is1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml similarity index 99% rename from manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml index ec0b1a6de163f..ed1936e3c5b19 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Professional -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 PackageLocale: en-US Publisher: Coral Creek Software PublisherUrl: https://www.sqliteexpert.com/ diff --git a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml similarity index 96% rename from manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml index 16aa0d2a94b4d..91aff33c64134 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Professional -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 PackageLocale: zh-CN License: 专有软件 ShortDescription: SQLite 管理 diff --git a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.yaml b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.yaml similarity index 90% rename from manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.yaml rename to manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.yaml index 77deca291195f..5541f083e208c 100644 --- a/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.5.707/CoralCreek.SQLiteExpert.Professional.yaml +++ b/manifests/c/CoralCreek/SQLiteExpert/Professional/6.0.7.709/CoralCreek.SQLiteExpert.Professional.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CoralCreek.SQLiteExpert.Professional -PackageVersion: 6.0.5.707 +PackageVersion: 6.0.7.709 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.installer.yaml b/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.installer.yaml new file mode 100644 index 0000000000000..17f48e899e499 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.8.5/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.8.5 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: MyTerminal +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CrazyFigure/MyTerminal/releases/download/v0.8.5/MyTerminal_0.8.5_windows_x64-setup.exe + InstallerSha256: C74190A116AC186FEC8271EFBF0A841137B8D024F9C8B382E96826F16C4645CB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.locale.en-US.yaml b/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.locale.en-US.yaml new file mode 100644 index 0000000000000..69174a4d9fddf --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.8.5/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.8.5 +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.8.5/CrazyFigure.MyTerminal.locale.zh-CN.yaml b/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bd1cb32755538 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CrazyFigure.MyTerminal +PackageVersion: 0.8.5 +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: |- + 新增: + - 每个标签保留独立 xterm 实例,后台输出实时推进,不再依赖切回时重放 + - 为编辑器新增终端风格的复制粘贴右键菜单 + 修复: + - 本次暂无修复项。 + 优化: + - Merge remote-tracking branch 'origin/main' + - 统一画布底色并优化标题栏底部对齐布局 + - update star history +ReleaseNotesUrl: https://github.com/CrazyFigure/MyTerminal/releases/tag/v0.8.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.yaml b/manifests/c/CrazyFigure/MyTerminal/0.8.5/CrazyFigure.MyTerminal.yaml new file mode 100644 index 0000000000000..9d3a9a465c904 --- /dev/null +++ b/manifests/c/CrazyFigure/MyTerminal/0.8.5/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.8.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..b1e4bdc23e396 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 18.2.0 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v18.2.0/omp-windows-x64.exe + InstallerSha256: 128DF4420E9778A9A0712E7969919B782AB47AED04D000EFE28AC4CB3E04B071 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..3b93b7ddf90c8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,118 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 18.2.0 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-ai + Added + - Assistant turns from Anthropic-compatible hosts (direct, or via OpenRouter's reasoning_details) carry upstreamModel, the serving model id recovered from the signed thinking block, so callers can detect a router substituting a different model than requested. + Fixed + - Fixed OpenCode Go window-limit 429s (5-hour/Weekly/Monthly usage limit reached. Resets in …) not pinning the exhausted credential to the server-stated reset; the window phrasing is now covered by a regression test over the rotation classifier. (#12091 by @H4vC) + @oh-my-pi/pi-catalog + Breaking Changes + - Removed getCatalogProviderEntry and the CATALOG_PROVIDERS constant in favor of providerEntry and providerEntries + Added + - Added support for DeepInfra, LiteLLM, Qwen Portal, SiliconFlow, and SiliconFlow-CN providers + - Added support for Gemini 3.8 Flash models + Changed + - Cached provider catalogs restore policy-versioned materialized models instead of rebuilding each row on launch. + - Model policy resolution reuses indexed rule matches and cached target results. + - Model-aware delegation prompts reuse policy decisions until the model's identity or capabilities change. + - Provider catalog entries (default model, env keys, discovery wiring) and the bundled fallback rows for providers that cannot be discovered at generation time (Anthropic, OpenAI Daybreak, xAI OAuth, Meta, Muse Code, Bedrock Mantle, Devin, Z.AI, Sakana, ai&, Abliteration, Yolo-Auto, GMI Cloud, Fire Pass, QwenCloud Token Plan, Cloudflare AI Gateway, GitLab Duo Workflow) now live in src/compat/rules/providers/.kdl and compile into rules.json; KnownProvider is generated from them, and the generator bundles seed rows by each entry's declared bundle policy instead of per-provider code. + @oh-my-pi/pi-coding-agent + Breaking Changes + - Settings.getGroup() now returns shallow-frozen snapshots, reused until effective settings change. + - Removed parseSSE, MCPToolsResponse, and MCPCallResponse; callMCP() now returns the shared JsonRpcResponse with an unknown result instead of an unchecked generic payload. + Added + - Added ollama web search provider using Ollama's hosted web search API (POST https://ollama.com/api/web_search), authenticated via OLLAMA_CLOUD_API_KEY (#3791). + - Added readUrl support for Ollama model pages (ollama.com/ and ollama.com/library/), extracting descriptions, tags, and architecture metadata. + - @upstream routing selectors accept tiered OpenRouter slugs (openrouter/google/gemini-3.8-flash@google-ai-studio/priority), and omp bench labels each routed model with its upstream. + - /skill: in the composer becomes an atomic skill chip (icon + name, linked to its SKILL.md) once you finish typing it or accept it from autocomplete — it deletes as one unit and survives draft restores, like image chips. + - The transcript now flags a gateway serving a different Claude model than requested: a ⚠ served claude-haiku-4-5-20251001 · requested claude-opus-5 · via openrouter/Amazon Bedrock divider under the first affected turn, shown once per substitution per session. + Changed + - Compiled binaries ship precompiled bytecode: omp boots in ~30 ms instead of ~250 ms and the interactive prompt accepts input ~300 ms sooner, at the cost of a larger binary. + - Welcome recents refresh after first paint, and attachment bands reuse cached chip state until the draft changes. + - Interactive startup paints its speculative frame before loading the session runtime; model/auth dialogs and browser/computer preludes load on first use. + - Status-line redraws reuse unchanged segment output, settings groups, and tool token estimates while preserving live invalidation. + - Skill invocations render as a normal user turn: a mid-prompt skill shows as an inline chip in the user bubble; a leading skill shows as a railed callout with the chip and prompt size, with the rest of your message rendered as full multi-line Markdown instead of a single collapsed header. + Fixed + - hub wait on a process now reports what it was actually blocked on when it times out (process exit, the pattern, or readiness) instead of always citing the start readiness log pattern. + - Isolated settings no longer share mutable array and record defaults. + - Ask timeouts above 1,000 seconds now retain their configured duration. + - Configured extension directories no longer load fallback index files when declared entries are missing. + - Telemetry no longer sends OTLP when only a non-OTLP exporter is selected. + - Browser response-body failures now preserve their original protocol errors. + - Auto-retry waits past the signed 32-bit timer ceiling (e.g. a month-scale OpenCode Go reset with retry.waitForUsageReset) now elapse in full instead of overflowing the timer and retrying immediately. + - JavaScript eval now reports startup failure if both isolated runtimes fail, instead of executing uncancellable code on the host thread. + - CommonJS extensions now expose computed and non-enumerable named exports while preserving require/import identity and reloads. + - Exa MCP calls now select matching responses after notifications, accept valid SSE framing, and preserve cancellation. + - Esc-Esc rewind, /copy, and /tree's user-only filter now treat user-invoked skill and collab prompts as user turns: they are selectable, ←/→ jumps land on them, and rewinding past one restores the text you typed (with its chips) into the editor. + - /skill: followed by a newline now invokes the skill instead of sending the draft as plain text. + - openrouter//@upstream now resolves when the first-party provider bundles the same id (e.g. google/gemini-*), instead of failing with "model not found". + - Kept the subagent yield tool as a direct function call instead of mounting it through xd://. + - Git TUI staging now honors .gitattributes text/eol and clean filters, so "Stage All" no longer leaves eol=crlf files (e.g. *.cmd) dirty with no visible diff. + - Browsers spawned via app.path into an omp-owned profile no longer trigger the macOS "wants to use your confidential information in Safe Storage" keychain dialog. + - Reading Hugging Face file URLs (/raw/..., /resolve/..., /blob/..., /tree/...) now returns the file instead of the repo's model/dataset card. + - Directory reads no longer append a bogus [1 results limit reached. Use limit=2 for more] notice (read has no limit); capped child directories show only their inline … N more marker, and the prompt documents paging with :N-M/:-N. + @oh-my-pi/pi-tui + Added + - Added Editor.textRevision for content-dependent render caches, including undo and draft restoration. + - Added collapseToAtom method to compress text spans into UI-friendly atoms + Changed + - Redrawing unchanged terminal rows now avoids rescanning ANSI, hyperlinks, and images. + - Terminal UIs reach their first frame with a smaller startup module graph. + @oh-my-pi/pi-utils + Breaking Changes + - Removed the unused globPaths, loadGitignorePatterns, and GlobPathsOptions exports. + - Browser helpers now manage Chrome only: removed Browser, BrowserTag, resolveBuildId(), getInstalledBrowsers(), and browser options/metadata; getDownloadUrl() now takes (platform, buildId, baseUrl?). + Added + - Added relativePathWithinNormalizedRoot() for reusing canonical paths across containment checks. + - Added sleepLong() and MAX_TIMER_DELAY_MS: an abortable sleep that chunks delays past the signed 32-bit timer ceiling so day-scale provider waits elapse instead of overflowing the timer. + Changed + - Log-retention cleanup now runs after logger construction without keeping short-lived commands alive. + - Debugger support now loads only when SIGUSR1 requests it. + Fixed + - Fixed extractRetryHint dropping OpenCode Go's Resets in … quota window (45min, 2hr 15min, 3 days): the reset in pattern now accepts Resets phrasing, hr/day units, and compound 2hr 15min remainders, so exhausted Go credentials block for the server-stated window instead of the 60s heuristic guess. (#12091 by @H4vC) + - Async file-peek callbacks now receive stable Uint8Array windows with copying slice() semantics. + - Dotenv loading now handles multiline values and escapes consistently with Bun, preventing project values from leaking into child-shell environments. + - SSE readers now support lone-CR line endings and CRLF split across chunks without merging or delaying events. + What's Changed + - feat(coding-agent): add Ollama web search provider by @niklasschaeffer in https://github.com/can1357/oh-my-pi/pull/10740 + - fix(utils,ai): parse OpenCode Go Resets-in quota window for account rotation by @H4vC in https://github.com/can1357/oh-my-pi/pull/12091 + New Contributors + - @niklasschaeffer made their first contribution in https://github.com/can1357/oh-my-pi/pull/10740 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v18.1.22...v18.2.0 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v18.2.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5e337dc48bfd --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 18.2.0 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..84c2eb2ed0df7 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/18.2.0/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 18.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.installer.yaml b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.installer.yaml new file mode 100644 index 0000000000000..d28dc3642049a --- /dev/null +++ b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: coldhighsun.AIUsageMonitor.Cli +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aimon.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/coldhighsun/AIUsageMonitor/releases/download/v0.4.0/aimon-cli-v0.4.0-win-x64.zip + InstallerSha256: AFD6A781B9532AE9C57D3FF67FC0A79CF617508555DE6C27FFF45D2808DB5476 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.locale.en-US.yaml b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..c5ef0a156e7a5 --- /dev/null +++ b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: coldhighsun.AIUsageMonitor.Cli +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: coldhighsun +PublisherUrl: https://github.com/coldhighsun +PublisherSupportUrl: https://github.com/coldhighsun/AIUsageMonitor/issues +PackageName: AIUsageMonitor.Cli +PackageUrl: https://github.com/coldhighsun/AIUsageMonitor +License: MIT +ShortDescription: Read-only CLI/WPF analytics for Claude Code's local usage data — usage reports, model breakdowns, and cost estimates without calling the Anthropic API. +Tags: +- ai +- anthropic +- claude +- claude-code +- cli +- cost-tracking +- dashboard +- developer-tools +- dotnet +- usage-monitor +ReleaseNotesUrl: https://github.com/coldhighsun/AIUsageMonitor/releases/tag/v0.4.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/coldhighsun/AIUsageMonitor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.yaml b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.Cli.yaml new file mode 100644 index 0000000000000..fc1f3dc3debc5 --- /dev/null +++ b/manifests/c/coldhighsun/AIUsageMonitor/Cli/0.4.0/coldhighsun.AIUsageMonitor.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: coldhighsun.AIUsageMonitor.Cli +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 0000000000000..935b48f50f0b6 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.44.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.44.1/Termpolis.Setup.1.44.1.exe + InstallerSha256: E034FB399BD88DFB103A138D48B0DB055E14737FFE6532236A031D0C587D8555 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 0000000000000..3684612bce84d --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.44.1 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: 'Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.44.0...v1.44.1' +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.44.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8cc0725545df0 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.44.1 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.yaml new file mode 100644 index 0000000000000..a5aec1e7e62de --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.44.1/DavidEngelhart.Termpolis.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.44.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.installer.yaml b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.installer.yaml new file mode 100644 index 0000000000000..f3822213337c5 --- /dev/null +++ b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.installer.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Devolutions.Agent +PackageVersion: 2026.2.4.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F14BACA9-913B-4736-BDFC-77F4C3542A29}' +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/DevolutionsAgent-2026.2.4.0-x64.msi + InstallerSha256: AB0A103ADC70F55691C76BC2EF172F55CF4B1A72702600C41045A319365A8A39 + +- Architecture: arm64 + InstallerUrl: https://cdn.devolutions.net/download/DevolutionsAgent-2026.2.4.0-arm64.msi + InstallerSha256: 0618D9E0501D80D0A4EDB2BA86CB638E5D6E9D03AADF5543FB1255687A9C60CC +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.locale.en-US.yaml b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..21eee5ab33e6d --- /dev/null +++ b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Devolutions.Agent +PackageVersion: 2026.2.4.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Devolutions Agent +PackageUrl: https://devolutions.net/agent/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/customer-agreements +Copyright: Copyright (c) 2006-2026 Devolutions Inc. +ShortDescription: A companion agent for managing and securing remote connections. +Moniker: devoagent +Tags: +- agent +- devolutions +- remote-access +- remote-management +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.yaml b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.yaml new file mode 100644 index 0000000000000..2fce9f31b0876 --- /dev/null +++ b/manifests/d/Devolutions/Agent/2026.2.4.0/Devolutions.Agent.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Devolutions.Agent +PackageVersion: 2026.2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..d4b250c8e12a3 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.18.47 +InstallerType: nullsoft +Scope: user +ProductCode: 29165f8a-586b-5470-a1cc-cfff30a85ed3 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.18.47/openwork-cloud-win-x64-0.18.47.exe + InstallerSha256: 53F67E4F07CF429018B6D7FA50C43E262132569F00B20F073C40EF057AE05FCE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..10ea14621898b --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.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: DifferentAI.OpenWork +PackageVersion: 0.18.47 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + MCP Apps become easier to set up and safer to use + - MCP Apps now show external setup links, can use bound resources, and appear in a more compact dashboard layout. + - Live apps now have a read-only execution boundary, while gated actions use clearer in-app approval. + - Fixed app discovery, actions, errors, and refresh behavior so interactive apps stay available and dependable. + - Sessions preserve workbench continuity and message order more reliably during navigation and streaming. + - Improved browser previews, OAuth refreshes, model settings, and cloud runtime behavior. + Full changelog: https://openworklabs.com/docs/changelog · Compare + Windows installers are signed using Microsoft Artifact Signing. +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.18.47 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43732a27b37c1 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.18.47 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..e9eb2738cd514 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.18.47/DifferentAI.OpenWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.18.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.installer.yaml b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.installer.yaml new file mode 100644 index 0000000000000..525bb4fee6011 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.53.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ast-index.exe +Commands: +- ast-index +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/defendend/Claude-ast-index-search/releases/download/v3.53.0/ast-index-v3.53.0-windows-x86_64.zip + InstallerSha256: F7C4985FFF4C82D9A566D02A39D8E0C302C444F34B803F5A4D4A66DBBE80E9B6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.locale.en-US.yaml b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.locale.en-US.yaml new file mode 100644 index 0000000000000..f13283494ebb0 --- /dev/null +++ b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.53.0 +PackageLocale: en-US +Publisher: defendend +PublisherUrl: https://github.com/defendend +PublisherSupportUrl: https://github.com/defendend/Claude-ast-index-search/issues +Author: Alexandr Ivanov +PackageName: ast-index +PackageUrl: https://github.com/defendend/Claude-ast-index-search/releases +License: MIT +LicenseUrl: https://github.com/defendend/Claude-ast-index-search/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Alexandr Ivanov(defendend) +ShortDescription: Fast code search CLI for Android, iOS, TypeScript, Rust, Ruby, C#, Python, Go, Perl, C++ projects +Description: ast-index is a fast native Rust CLI for structural code search in Android/Kotlin/Java, iOS/Swift/ObjC, Dart/Flutter, TypeScript/JavaScript, Rust, Ruby, C#, PHP, Python, Go, Perl, C++, and Protocol Buffers projects. +Moniker: ast-index +Tags: +- Android +- claude +- code-search +- gemini +- iOS +ReleaseNotes: 'Full Changelog: v3.52.0...v3.53.0' +ReleaseNotesUrl: https://github.com/defendend/Claude-ast-index-search/releases/tag/v3.53.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.yaml b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.yaml new file mode 100644 index 0000000000000..6badc89cc616c --- /dev/null +++ b/manifests/d/defendend/ast-index/3.53.0/defendend.ast-index.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: defendend.ast-index +PackageVersion: 3.53.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..01995d2e6df60 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 2.26.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v2.26.0/dotenvx-2.26.0-windows-x86_64.zip + InstallerSha256: FD1FA1F6EEAF06E7960A1BEDA3DE2EF48F7A8B36AD5380F8CE349AE8A7BDD990 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..64ac9ac5f5fa1 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 2.26.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v2.26.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..7af357cf17bce --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 2.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..f2b9da1690bfe --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 2.26.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v2.26.1/dotenvx-2.26.1-windows-x86_64.zip + InstallerSha256: BD5476A2C0BD85B2DFAD5D7802CA2DC83FE5C488DB1BAF9DBE20287AB5B49FD9 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..9aaf812b0d4cf --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dotenvx.dotenvx +PackageVersion: 2.26.1 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v2.26.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..0932e5ecb335e --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/2.26.1/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 2.26.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.installer.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.installer.yaml new file mode 100644 index 0000000000000..bee36e776351c --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.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: EdrawSoft.EdrawMax.CN +PackageVersion: 16.0.1.1588 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- eddx +- edt +- edx +ProductCode: '{037BAB81-3DF7-4381-A72C-A26B57C03548}_is1' +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://cc-download.wondershare.cc/cbs_down/edraw-max_cn_64bit_16.0.1_full5374.exe + InstallerSha256: 8F4AA01069A1DF939A36779533F9B7AD38A82FD0DCB2044772065E60CD35D673 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..c321ff78fed87 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 16.0.1.1588 +PackageLocale: en-US +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +License: Proprietary +ShortDescription: One-stop office diagram tool +Description: EdrawMax is a design software that integrates office diagramming, engineering diagramming, image-text editing and flyer design, with which you can create all kinds of diagrams easily without any drawing skills. +Tags: +- chart +- design +- diagram +- draw +- gantt +- graph +- graphics +- mind-map +- mind-mapping +- mindmap +- uml +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/guide +- DocumentLabel: Video Guide + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/video +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9ff1945eae535 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.locale.zh-CN.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: EdrawSoft.EdrawMax.CN +PackageVersion: 16.0.1.1588 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.cn/ +PublisherSupportUrl: https://www.edrawmax.cn/helpcenter/pc/home +PrivacyUrl: https://www.edrawsoft.cn/private-policy/ +Author: 深圳市亿图软件有限公司 +PackageName: EdrawMax +PackageUrl: https://www.edrawsoft.cn/edrawmax/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.cn/edrawmax-term-services/ +Copyright: © 2026 深圳市亿图软件有限公司 版权所有 +ShortDescription: 一站式办公绘图利器 +Description: 亿图图示设计软件是一款集办公绘图、工程绘图、图文编辑、彩页设计为一体的设计软件。无需任何绘图功底,即可轻松创建各类图表。 +Tags: +- uml +- 亿图图示 +- 图形 +- 图示 +- 图表 +- 思维导图 +- 甘特图 +- 绘图 +- 脑图 +- 设计 +ReleaseNotes: |- + - Agent 首页视觉全新改版,界面更简洁,操作更直观。 + - 新增多轮对话页面,支持沉浸式生成,创作过程更连贯高效。 + - 优化流程图、泳道图、架构图、技术路线图的生成效果,图表结构更准确,呈现更专业。 +ReleaseNotesUrl: https://www.edrawmax.cn/helpcenter/pc/releases +PurchaseUrl: https://www.edrawsoft.cn/order/max_buy.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/guide +- DocumentLabel: 视频教程 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/video +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawmax.cn/helpcenter/pc/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.yaml b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.yaml new file mode 100644 index 0000000000000..ec897cdcb5b4a --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/CN/16.0.1.1588/EdrawSoft.EdrawMax.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EdrawSoft.EdrawMax.CN +PackageVersion: 16.0.1.1588 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml deleted file mode 100644 index d99386290ce44..0000000000000 --- a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.installer.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.9.15 -InstallerLocale: en-US -InstallerType: nullsoft -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd -ReleaseDate: 2026-05-13 -AppsAndFeaturesEntries: -- DisplayName: electerm 3.9.15 - ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd -Installers: -- Architecture: x64 - Scope: user - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.9.15/electerm-3.9.15-win-x64-installer.exe - InstallerSha256: 3668AEE1352837479B87EB522A1A810DEFC448C33419A677D10448406971300E - InstallerSwitches: - Custom: /CURRENTUSER -- Architecture: x64 - Scope: machine - InstallerUrl: https://github.com/electerm/electerm/releases/download/v3.9.15/electerm-3.9.15-win-x64-installer.exe - InstallerSha256: 3668AEE1352837479B87EB522A1A810DEFC448C33419A677D10448406971300E - InstallerSwitches: - Custom: /ALLUSERS -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml deleted file mode 100644 index becb9b65c23c0..0000000000000 --- a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.locale.en-US.yaml +++ /dev/null @@ -1,63 +0,0 @@ -# Created with WinGet Releaser using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: electerm.electerm -PackageVersion: 3.9.15 -PackageLocale: en-US -Publisher: ZHAO Xudong -PublisherUrl: https://github.com/electerm/electerm -PublisherSupportUrl: https://github.com/electerm/electerm/issues -PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice -Author: ZHAO Xudong -PackageName: electerm -PackageUrl: https://github.com/electerm/electerm -License: MIT -LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE -Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong -CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE -ShortDescription: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) -Description: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) -Moniker: electerm -Tags: -- developer-tools -- file-manager -- powershell -- rdp -- serialport -- sftp -- shell -- spice -- ssh -- telnet -- terminal -- utilities -- vnc -- wsl -ReleaseNotes: |- - UI/Feature updates - - UI: Improve tab UI — more obvious feed icon. - - New: Enhance custom editor functionality with auto-open. - - New: Improve terminal password prompt handling and show status in tab title. - Bug fixes - - Fix: update password hint format to include port if available. - - Fix: scroll reset logic on file list update. - - Fix: bookmark matching now includes description in search. - - Fix: bookmark item now updates live after edit. - Security - - Update encryption to use AES-256-GCM and improved format handling. - - Only expose a safe environment to the renderer process. - 界面/功能更新 - - 界面:改进标签 UI,突出显示订阅图标。 - - 新增:增强自定义编辑器功能,支持自动打开。 - - 新增:改进终端密码提示处理,并在标签标题显示状态反馈。 - Bug 修复 - - 修复:密码提示格式,必要时包含端口信息。 - - 修复:文件列表更新时滚动重置问题。 - - 修复:书签匹配现在包含描述字段的搜索。 - - 修复:编辑后书签项不能实时更新的问题。 - 安全 - - 将加密更新为 AES-256-GCM 并改进格式处理。 - - 仅向渲染进程暴露安全环境变量集。 -ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v3.9.15 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/5.5.15/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..470c3f1524712 --- /dev/null +++ b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.installer.yaml @@ -0,0 +1,43 @@ +# 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: electerm.electerm +PackageVersion: 5.5.15 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- DisplayName: electerm 5.5.15 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v5.5.15/electerm-5.5.15-win-x64-installer.exe + InstallerSha256: 92D6F18FB77F5254ACFFD3E97621CF5E8649E87C3159D24B45AC5AA10E7B3534 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v5.5.15/electerm-5.5.15-win-x64-installer.exe + InstallerSha256: 92D6F18FB77F5254ACFFD3E97621CF5E8649E87C3159D24B45AC5AA10E7B3534 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v5.5.15/electerm-5.5.15-win-arm64-installer.exe + InstallerSha256: 91A24557975AB10C51BBE84B74C9CB4B674F342427E1F899FB7E224B64000777 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v5.5.15/electerm-5.5.15-win-arm64-installer.exe + InstallerSha256: 91A24557975AB10C51BBE84B74C9CB4B674F342427E1F899FB7E224B64000777 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/5.5.15/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..883642dd3d5dc --- /dev/null +++ b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,74 @@ +# 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: electerm.electerm +PackageVersion: 5.5.15 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://electerm.org/ +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://electerm.org/ +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +ShortDescription: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) +Description: Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win) +Moniker: electerm +Tags: +- developer-tools +- file-manager +- powershell +- rdp +- serialport +- sftp +- shell +- spice +- ssh +- telnet +- terminal +- utilities +- vnc +- wsl +ReleaseNotes: |- + New features/UI/Updates + - UI: Fullscreen for VNC/RDP/Spice would take full size of screen (#4536) + - UI: Responsive tab UI for mobile mode + - Support Riscv64 Linux (#4532) + - Support ppc64le Linux (#4531) + - Support save download to mobile device disk + - Support 'select text' context menu for touch device in terminal for easy text select copy operation + - Update theme list, add dicker's hackdio from @mastwet + - #4533 Allow left side panel min width to be 200px + - UX: Support more key combination in shortcut bar custom editor + - Support save history command to quick command or run in multi terminals + - #3648 Support restore session in local terminal + - #4472 Add 'Disable Confirm For Large Clipboard Content' terminal setting + Bug fixes + - UI: Fix theme form UI, avoid scroll bar + - UX: Fix open sync setting function + - Fix memory leak + 新功能/界面/更新 + - 界面:VNC/RDP/Spice 全屏时会占据整个屏幕尺寸 (#4536) + - 界面:移动模式下响应式标签页界面 + - 支持 Riscv64 Linux (#4532) + - 支持 ppc64le Linux (#4531) + - 支持将下载保存到移动设备磁盘 + - 支持触屏设备在终端中通过“选择文本”右键菜单方便地选中复制文本 + - 更新主题列表, 添加了 @mastwet 的 dicker's hackdio + - #4533 允许左侧面板最小宽度为 200px + - 体验:快捷栏自定义编辑器支持更多按键组合 + - 支持将历史命令保存为快捷命令或在多个终端中运行 + - #3648 支持在本地终端中恢复会话 + - #4472 新增“禁用大剪贴板内容确认”终端设置 + 问题修复 + - 界面:修复主题表单界面,避免出现滚动条 + - 体验:修复打开同步设置功能 + - 修复内存泄漏问题 + Download下载: https://electerm.org +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v5.5.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.yaml similarity index 88% rename from manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml rename to manifests/e/electerm/electerm/5.5.15/electerm.electerm.yaml index 760b4beab53fa..7f9d8be592763 100644 --- a/manifests/e/electerm/electerm/3.9.15/electerm.electerm.yaml +++ b/manifests/e/electerm/electerm/5.5.15/electerm.electerm.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: electerm.electerm -PackageVersion: 3.9.15 +PackageVersion: 5.5.15 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.installer.yaml b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.installer.yaml new file mode 100644 index 0000000000000..bb89002cd106c --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.176.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- factory-desktop +ProductCode: Factory +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.factory.ai/factory-desktop/releases/0.176.0/win32/x64/Factory-0.176.0%20Setup.exe + InstallerSha256: 1CDFA484C8D6962216DA5B8095FB85FA4A73F79D03CA0F9A6CD415C247F23FBD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.locale.en-US.yaml b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.locale.en-US.yaml new file mode 100644 index 0000000000000..789a25cc79f5d --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.176.0 +PackageLocale: en-US +Publisher: Factory AI +PublisherUrl: https://factory.ai/ +PrivacyUrl: https://factory.ai/privacy-policy +Author: The San Francisco AI Factory Inc. +PackageName: Factory +PackageUrl: https://factory.ai/ +License: Propeietary +LicenseUrl: https://factory.ai/legal/terms-individual +Copyright: '@Factory 2026. All rights reserved.' +CopyrightUrl: https://factory.ai/legal/terms-individual +ShortDescription: Agent-Native Software Development +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +PurchaseUrl: https://factory.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.factory.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.locale.zh-CN.yaml b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3cf8963c81818 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.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: FactoryAI.Factory +PackageVersion: 0.176.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Agent 原生软件开发 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.factory.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.yaml b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.yaml new file mode 100644 index 0000000000000..5f2e4f7c083b9 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.176.0/FactoryAI.Factory.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: FactoryAI.Factory +PackageVersion: 0.176.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.installer.yaml b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.installer.yaml similarity index 75% rename from manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.installer.yaml rename to manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.installer.yaml index b31d63e08b3d8..d655db63b68dc 100644 --- a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.installer.yaml +++ b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.installer.yaml @@ -2,15 +2,15 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 2.0.2 +PackageVersion: 2.0.4 InstallerType: nullsoft Scope: user UpgradeBehavior: install ProductCode: Floweb -ReleaseDate: 2026-09-14 +ReleaseDate: 2026-09-15 Installers: - Architecture: x64 InstallerUrl: https://download.once.work/Floweb_latest_x64-setup.exe - InstallerSha256: 4E43A6BEB2FF1943F91D93A413442D2CDACAE38BE2FDC87D3DFBA5DA298275EB + InstallerSha256: 2465E1BF7D7B20DA938B1ADAB0BC29959100AACD9CC84F2853152AED65A8A1CE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.en-US.yaml b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.en-US.yaml similarity index 75% rename from manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.en-US.yaml rename to manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.en-US.yaml index e669ebc612f71..c106693340db9 100644 --- a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.en-US.yaml +++ b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 2.0.2 +PackageVersion: 2.0.4 PackageLocale: en-US Publisher: floweb PublisherUrl: https://www.floweb.cn/en @@ -19,6 +19,7 @@ Tags: - prc - web - webpage +ReleaseNotes: "\U0001F31F Pro keeps workspace sites awake until the timeout you set; leave hibernation off (or never turn it on) and they stay open. On Windows, popping a site out of a group window, docking it back, and popping a group from the dock feel snappier." PurchaseUrl: https://www.floweb.cn/en ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.zh-CN.yaml b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.zh-CN.yaml similarity index 76% rename from manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.zh-CN.yaml rename to manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.zh-CN.yaml index 3ba01f1151efd..25d475d67b051 100644 --- a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.locale.zh-CN.yaml +++ b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 2.0.2 +PackageVersion: 2.0.4 PackageLocale: zh-CN Publisher: floweb PublisherUrl: https://www.floweb.cn/ @@ -16,6 +16,7 @@ Tags: - 互联网 - 浏览器 - 网页 +ReleaseNotes: "\U0001F31F Pro 工作区内站点只按你设的超时休眠,关掉或从未打开休眠就一直保持打开。Windows 上从分组窗口再弹出站点、收回工作区、从坞弹出分组更跟手。" PurchaseUrl: https://www.floweb.cn/ ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.yaml b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.yaml similarity index 91% rename from manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.yaml rename to manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.yaml index b50bfe90f5bc1..17f4d14c09a9d 100644 --- a/manifests/f/Floweb/Floweb/2.0.2/Floweb.Floweb.yaml +++ b/manifests/f/Floweb/Floweb/2.0.4/Floweb.Floweb.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Floweb.Floweb -PackageVersion: 2.0.2 +PackageVersion: 2.0.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..02a618e61b33e --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.103 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-09-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.103/flyctl_0.4.103_Windows_x86_64.zip + InstallerSha256: C9FD58F95741FAE0B9C52EF3CABD5092AEE234DF0A77BB81A855E2141DFC623D +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.103/flyctl_0.4.103_Windows_arm64.zip + InstallerSha256: C3D88B6B837CCD8A4B5F1839F9C0C2124617EAE78BC86A79E57C3DC9678F6BF4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..56cfecd8957b7 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.103 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + ## Changelog + • b2db6ef5c20c84d84af4fc77a13ddb39a714ff45 apps list:scope release timestamps to --org and make them non-fatal (#5197) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.103 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..dba1f9b5eda00 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.103 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..89bf88ce2901b --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.103/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.103 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.installer.yaml b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.installer.yaml new file mode 100644 index 0000000000000..9bf56341aeeea --- /dev/null +++ b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.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: Foundry376.Mailspring +PackageVersion: 1.24.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: Mailspring +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Foundry376/Mailspring/releases/download/1.24.1/MailspringSetup.exe + InstallerSha256: 0122003F943CCFAABBC8AABC7A7610EB773D37E8B29FD2C50E4A565EBC0DC190 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.locale.en-US.yaml b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.locale.en-US.yaml new file mode 100644 index 0000000000000..3efb05129f9cc --- /dev/null +++ b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.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: Foundry376.Mailspring +PackageVersion: 1.24.1 +PackageLocale: en-US +Publisher: Foundry 376, LLC +PublisherUrl: https://www.getmailspring.com/ +PublisherSupportUrl: https://community.getmailspring.com/ +PrivacyUrl: https://www.getmailspring.com/privacy-policy +Author: Foundry 376, LLC +PackageName: Mailspring +PackageUrl: https://www.getmailspring.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/Foundry376/Mailspring/blob/HEAD/LICENSE.md +Copyright: © 2017-2026 Foundry 376, LLC. +CopyrightUrl: https://www.getmailspring.com/terms +ShortDescription: Boost your productivity and send better email with Mailspring, the best mail client for Mac, Linux, and Windows. +Moniker: mailspring +Tags: +- email +- mail +ReleaseNotes: |- + On Linux, Mailspring 1.24.1 fixed accounts being lost after upgrading when the KWallet secret name changed. Mailspring now falls back to the previous secret storage key and re-saves credentials. (#2864) Thanks @LinusDierheimer! + Features: + - Added "Mark All as Read" to the folder context menu, and an option to show unread counts for all folders. Thanks @AnsCodeLab! + - New drafts in a unified inbox now default to the account of the focused thread. Thanks @AnsCodeLab! + - Added a MessageActionMenuItem extension point so plugins can add items to the message "..." menu. Thanks @AnsCodeLab! + Bug Fixes: + - Fixed mail rules breaking when a folder's ID changed right after it was created. Rules now match folders by name when the match is unambiguous. + - Fixed the sidebar not switching from "Drafts" to "Activity" and other perspectives with the same layout. + - Fixed reminders created in the draft UI missing the last reply timestamp, so they never fired. + - Uploading a new signature image no longer overwrites the previous image on Mailspring's servers. Previously, replacing a signature image changed the image in emails you had already sent, and teams sharing a Mailspring ID could overwrite each other's default signature images. + - On Windows, composer and thread popout windows no longer show a second title bar beneath the native one; press Alt in those windows to show the menu bar. Thanks @ejbiker93ss! + - On Windows, the system tray icon is no longer blurry at 125% / 150% and other fractional display scales. Tray icons now ship as multi-size .ico files so Windows can pick an exact-match frame instead of stretching the 16px image. + - Fixed popout windows sometimes opening with the wrong toolbar when a hot window is assigned a window type. Thanks @ejbiker93ss! + - Fixed link and open tracking being lost when moving a draft between accounts. + - When attaching multiple files to a draft, the file order is now preserved. + - Pasting from Excel or OpenOffice now prefers the HTML clipboard content, and pasting several files at once attaches all of them, not just the first. + - Pasted JPEG, GIF, BMP, and WebP clipboard images are now recognized so they stay inline in the composer. Thanks @AnsCodeLab! + - Fixed some hardcoded colors in package stylesheets that did not follow the active theme. + Improvements: + - Emails with an explicit black text color (common in iCloud and Apple Mail signatures) are now shown white on dark background in dark mode, instead of a bright white background. (#2850) + - The folder context menu is now grouped with separators. + - On Windows, keyboard shortcuts are now shown with Ctrl / Alt / Shift instead of mod in the preferences. + Developer: + - The Claude Desktop MCP integration now uses a stdio bridge built into Mailspring instead of relying on npx. + - --spec-directory now resolves relative paths and fails fast when the directory does not exist. +ReleaseNotesUrl: https://github.com/Foundry376/Mailspring/releases/tag/1.24.1 +PurchaseUrl: https://www.getmailspring.com/pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.locale.zh-CN.yaml b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f311ee0474cc4 --- /dev/null +++ b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Foundry376.Mailspring +PackageVersion: 1.24.1 +PackageLocale: zh-CN +Publisher: Foundry 376, LLC +PackageName: Mailspring +ShortDescription: 通过适用于 Mac、Linux 和 Windows 的最佳邮件客户端 Mailspring 来提高你的工作效率,更好地发送电子邮件。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://github.com/Foundry376/Mailspring/releases/tag/1.24.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.yaml b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.yaml new file mode 100644 index 0000000000000..71545a59ba673 --- /dev/null +++ b/manifests/f/Foundry376/Mailspring/1.24.1/Foundry376.Mailspring.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: Foundry376.Mailspring +PackageVersion: 1.24.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.installer.yaml b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.installer.yaml new file mode 100644 index 0000000000000..35c40f8cb86d4 --- /dev/null +++ b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FreesmTeam.FreesmLauncher +PackageVersion: 2.3.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: FreesmLauncher +ReleaseDate: 2026-09-14 +AppsAndFeaturesEntries: +- Publisher: Freesm Launcher Contributors + ProductCode: FreesmLauncher +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\FreesmLauncher' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/FreesmTeam/FreesmLauncher/releases/download/2.3.0/FreesmLauncher-Windows-MSVC-Setup-2.3.0.exe + InstallerSha256: FA4377CEFF44D3E91191A437020590B0E7BE88F465876B4C3F16BE3A6EBE5AEC +- Architecture: arm64 + InstallerUrl: https://github.com/FreesmTeam/FreesmLauncher/releases/download/2.3.0/FreesmLauncher-Windows-MSVC-arm64-Setup-2.3.0.exe + InstallerSha256: C5B8E36974D3C476674C9DD148059CD134877A67C1B38A2A1643D62EDA3B56D4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.locale.en-US.yaml b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..e6180fc8e5770 --- /dev/null +++ b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FreesmTeam.FreesmLauncher +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Freesm Team +PublisherUrl: https://github.com/FreesmTeam +PublisherSupportUrl: https://github.com/FreesmTeam/FreesmLauncher/issues +PackageName: Freesm Launcher +PackageUrl: https://github.com/FreesmTeam/FreesmLauncher +License: GPL-3.0 +LicenseUrl: https://github.com/FreesmTeam/FreesmLauncher/blob/HEAD/LICENSE +Copyright: © 2024-2026 Freesm Launcher Contributors\n© 2022-2026 Prism Launcher Contributors\n© 2021-2022 PolyMC Contributors\n© 2012-2021 MultiMC Contributors +ShortDescription: A Prism Launcher fork aimed to provide a free way to play Minecraft +Tags: +- freesmlauncher +- minecraft +- minecraft-launcher +- multimc +- multimc5 +- pollymc +- polymc +- polymc-offline +- prismlauncher +ReleaseNotes: |- + For Flatpak releases, see https://github.com/FreesmTeam/flatpak#usage + What's Changed + - Upstreamed to Prism Launcher 11.1.0 + - Added support for unmojang/Loki — an alternative to authlib-injector + - Added an option to migrate from PineconeMC + - Toggling a mod now shows the list of mods that have to be enabled or disabled along with it + - Fixed the --userType argument passed to the game + - MSA accounts that don't own the game are now treated as invalid + PRs + - chore(nix): update flake.lock by @github-actions[bot] in #195 + - chore(nix): update flake.lock by @github-actions[bot] in #212 + - chore(nix): update flake.lock by @github-actions[bot] in #214 + - chore(nix): update flake.lock by @github-actions[bot] in #217 + - Show a list of mods required to be enabled or disabled when mod is toggled by @dkhex in #200 + - feat(auth): add support for unmojang/loki by @so5iso4ka in #216 + - chore(nix): update flake.lock by @github-actions[bot] in #222 + - chore(nix): update flake.lock by @github-actions[bot] in #226 + - feat(migration): add an option to migrate from PineconeMC by @so5iso4ka in #219 + - fix(auth): pass the correct --userType by @so5iso4ka in #218 + - fix(auth): treat MSA accounts that do not own the game as invalid by @so5iso4ka in #220 + - chore(nix): update flake.lock by @github-actions[bot] in #227 + - chore(nix): update flake.lock by @github-actions[bot] in #228 + - feat(upstream): bump to 11.1.0 by @so5iso4ka in #230 + New Contributors + - @dkhex made their first contribution in #200 + Full Changelog: 2.2.2...2.3.0 +ReleaseNotesUrl: https://github.com/FreesmTeam/FreesmLauncher/releases/tag/2.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.yaml b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.yaml new file mode 100644 index 0000000000000..42aff45fdc57f --- /dev/null +++ b/manifests/f/FreesmTeam/FreesmLauncher/2.3.0/FreesmTeam.FreesmLauncher.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: FreesmTeam.FreesmLauncher +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.installer.yaml b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.installer.yaml new file mode 100644 index 0000000000000..520e22efdcc76 --- /dev/null +++ b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.installer.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: GAM-Team.gam.Portable +PackageVersion: 7.48.08 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gam7/gam.exe + PortableCommandAlias: gam +ReleaseDate: 2026-09-15 +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.48.08/gam-7.48.08-windows-arm64.zip + InstallerSha256: 584E3E0517E7E3FC7AAADFD12DD534575FB0BCF16F64410EDF06E9D33E1AAA30 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.48.08/gam-7.48.08-windows-x86_64.zip + InstallerSha256: 51B8D872876146542F4FB44C122DC18B3263B93663761FC6D50DAA7011E0C36C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.locale.en-US.yaml b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.locale.en-US.yaml new file mode 100644 index 0000000000000..9a17c01580a48 --- /dev/null +++ b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.locale.en-US.yaml @@ -0,0 +1,34 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: GAM-Team.gam.Portable +PackageVersion: 7.48.08 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam.portable +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotes: "• 7.48.08\r\n\r\nUpdated `gam version extended` for `macOS Golden Gate 27.0`.\r\n\r\n• See [Update History](https://github.com/GAM-team/GAM/wiki/GamUpdates)" +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.48.08 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.yaml b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.yaml new file mode 100644 index 0000000000000..bb0e0aefdafc4 --- /dev/null +++ b/manifests/g/GAM-Team/gam/Portable/7.48.08/GAM-Team.gam.Portable.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: GAM-Team.gam.Portable +PackageVersion: 7.48.08 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.installer.yaml new file mode 100644 index 0000000000000..ae235e180de98 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.21 +UpgradeBehavior: install +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: E917A28DBA866262240ACC46F84DFD572156A69EA2428ABFED14B6797173A5D5 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-x64.msi + InstallerSha256: A9519B97121229B7B1DEC421AE2B989DA93835A106CDB0EA9ED4A0C5FA73C612 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{B3399671-4629-493C-9F55-5A5B821831D0}' + AppsAndFeaturesEntries: + - ProductCode: '{B3399671-4629-493C-9F55-5A5B821831D0}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: 2DAB253A817499CA4A845C6373BB32673147C78904CDA5FD522256B9D23DDDD0 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.1.21/GitHub-Copilot-windows-arm64.msi + InstallerSha256: 25A3EE2DC07B6F1BEFE9444F67B7E84C8AF710C0B68BFE11AB309FF7A7228A4D + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{6B0CFDEC-3C7E-4852-A6F5-5C41F9136B8F}' + AppsAndFeaturesEntries: + - ProductCode: '{6B0CFDEC-3C7E-4852-A6F5-5C41F9136B8F}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 0000000000000..08eecb77523a3 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.21 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +LicenseUrl: https://github.com/github/app/blob/HEAD/License.md +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v1.1.21 + + Highlights + - Generated artifacts like Markdown files now open in the Files tab alongside repository files, with a switcher between them and an option to promote an artifact into the repository. + - Custom agents that share a display name across plugins are now distinguished in the agent picker by their owning plugin. + - Renamed the "Start from scratch" option to "Chat" in session creation menus and project pickers. + - Fixed Cloud session responses sometimes stopping early and dropping later message content. + - Fixed an issue where a new remote session could get stuck indefinitely on "Preparing worktree" or "Preparing project". + + Changed + - Artifacts like generated Markdown files now open in the Files tab alongside repository files, with a switcher to move between them and an option to promote an artifact into the repository. + - Custom agents that share a display name across plugins are now distinguished in the agent picker by their owning plugin. + - Renamed the "Start from scratch" option to "Chat" in session creation menus and project pickers. + + Fixed + - Fixed a bug where finishing a background session could pull you away from the session or grid you had since selected. + - Fixed an issue where a new remote session could get stuck indefinitely on "Preparing worktree" or "Preparing project". + - Fixed an issue where a valid agent response with no visible reply could incorrectly show a "No response was returned" error. + - Fixed an issue where resuming a session could stall for up to 60 seconds when other sessions were resuming at the same time. + - Fixed Cloud session responses sometimes stopping early and dropping later message content. + - Fixed crashes in the code editor and table editing when working with certain scroll positions and markdown tables. + - Fixed inconsistent spacing on the pending reviews indicator dot in the pull request overview. + - Fixed keyboard focus being lost after hiding a repository from the sidebar when its group was first in the list + - Fixed pressing the right arrow key after the last cell of a Markdown table in the message composer, so typing continues after the table instead of staying stuck inside it. + - Fixed pull request and check status details sometimes failing to load on GitHub Enterprise when check app metadata was inaccessible. + - Fixed repository avatars not loading for GitHub Enterprise Server accounts in Quick Open, and reduced the delay before suggested repository avatars appear. + - Fixed sidebar session names continuing to scroll after the pointer leaves a row that remains focused, such as after clicking or dragging a pinned session. + - Fixed the /agent autocomplete in the prompt composer showing identical entries for plugin agents that share the same name; it now labels them with their owning plugin so you can tell them apart. + - Fixed the # and @ mention menus showing "no results" when a lookup actually failed. They now show a clear error message with a Retry button instead. + - Fixed the Add tab button sitting flush against the edge in empty panes so it now aligns with the same inset used elsewhere. + - Fixed the pull request view repeatedly retrying after a rate-limit or fetch error, and prevented lower-priority errors from hiding the original error message. + - Fixed the Reviews tab count sometimes disappearing on a pull request after new comments loaded. + - Long or multiline answers to ask-user prompts are no longer truncated into a single line; the full response is now shown with its original line breaks. + - Restored Shades of Purple's authored syntax highlighting colors in the diff and code views. + - Terminal text now automatically adjusts contrast against colored backgrounds so it stays readable in every theme. + - The "Send now" button on queued messages now matches the composer's send button styling, with a compact appearance and a larger clickable target. + - The @, #, and & mention menus in the prompt composer no longer disappear silently when a search finds no matches; they now show a "No results found" message that's also announced to screen readers. + - Undo and redo now work reliably in the Markdown editor when switching between Live and Code modes. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v1.1.21 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.yaml new file mode 100644 index 0000000000000..c9ddce2d91a26 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.1.21/GitHub.CopilotApp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.installer.yaml new file mode 100644 index 0000000000000..7a6d0e15e0ad4 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.2.3 +InstallerType: portable +Commands: +- agy +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.2.3-5101874907578368/windows-x64/cli_windows_x64.exe + InstallerSha256: E264FB1C006F87CA54EE10484720172A14FD66D3294BC4257DEFC3272F9F0916 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.2.3-5101874907578368/windows-arm/cli_windows_arm64.exe + InstallerSha256: 8C2A48BE8A0BD55432DAB14B5E13F830D0F5757E4F1D422AC934F0FA5A78B9D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f879f9fd2e83c --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.2.3 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..946cb1e72650d --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.2.3 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.yaml new file mode 100644 index 0000000000000..0583cfb2d55a1 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.2.3/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.installer.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.installer.yaml new file mode 100644 index 0000000000000..09e4af7b619ff --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.Enterprise +PackageVersion: 13.2.2 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{CF6B5A19-7372-46A6-8138-EC082EC3F998}' +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- ProductCode: '{CF6B5A19-7372-46A6-8138-EC082EC3F998}' + UpgradeCode: '{D534EC50-476B-4EDC-A25E-FE854C949F4F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GrafanaLabs' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.grafana.com/grafana-enterprise/release/13.2.2/grafana-enterprise_13.2.2_34846740809_windows_amd64.msi + InstallerSha256: 69BD54ECC0C0ABA903CE692D924A8EF29D6E68CFE8B1CDB5A4D3744F41B943CA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml new file mode 100644 index 0000000000000..8ee1f047ee50c --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.Enterprise +PackageVersion: 13.2.2 +PackageLocale: en-US +Publisher: Grafana Labs +PublisherUrl: https://grafana.com/ +PublisherSupportUrl: https://grafana.com/contact/ +Author: Grafana Labs +PackageName: GrafanaEnterprise +PackageUrl: https://github.com/grafana/grafana/ +License: Grafana Labs License +LicenseUrl: https://grafana.com/legal/grafana-labs-license/ +Copyright: Copyright (c) Grafana Labs +CopyrightUrl: https://grafana.com/legal/grafana-labs-license/ +ShortDescription: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. +Description: |- + Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. + Create, explore, and share dashboards with your team and foster a data driven culture. + The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. + It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins. +Moniker: grafana-enterprise +Tags: +- dashboard +- data +- grafana +- graph +- metrics +- prometheus +- query +- visualization +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.yaml b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.yaml new file mode 100644 index 0000000000000..f2a93304f5d21 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/Enterprise/13.2.2/GrafanaLabs.Grafana.Enterprise.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: GrafanaLabs.Grafana.Enterprise +PackageVersion: 13.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.installer.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.installer.yaml new file mode 100644 index 0000000000000..8f576f5fce0de --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.OSS +PackageVersion: 13.2.2 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{F48551B0-6992-47E7-B39E-3B729AB20EBF}' +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- ProductCode: '{F48551B0-6992-47E7-B39E-3B729AB20EBF}' + UpgradeCode: '{35C7D2A9-6E23-4645-B975-E8693A1CEF10}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GrafanaLabs' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.grafana.com/grafana/release/13.2.2/grafana_13.2.2_34846740809_windows_amd64.msi + InstallerSha256: 6F6ABFB4F833320B874949AEC8726F0B794465BA6ADF72D67345BCCF43FF256D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml new file mode 100644 index 0000000000000..d2f53b1cd0bbf --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.OSS +PackageVersion: 13.2.2 +PackageLocale: en-US +Publisher: Grafana Labs +PublisherUrl: https://grafana.com/ +PublisherSupportUrl: https://grafana.com/contact/ +PrivacyUrl: https://grafana.com/legal/privacy-policy/ +Author: Grafana Labs +PackageName: GrafanaOSS +PackageUrl: https://grafana.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/grafana/grafana/blob/main/LICENSE +Copyright: Copyright 2026 © Grafana Labs +CopyrightUrl: https://github.com/grafana/grafana/blob/main/LICENSE +ShortDescription: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. +Description: |- + Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. + Create, explore, and share dashboards with your team and foster a data driven culture. +Moniker: grafana-oss +Tags: +- dashboard +- data +- grafana +- graph +- metrics +- prometheus +- query +- visualization +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.yaml new file mode 100644 index 0000000000000..da34a8de1ba17 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.2.2/GrafanaLabs.Grafana.OSS.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: GrafanaLabs.Grafana.OSS +PackageVersion: 13.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..600869b6dc41a --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.295.1954 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ProductCode: Grammarly Desktop Integrations +ReleaseDate: 2026-09-14 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.295.1954/GrammarlyInstaller.exe + InstallerSha256: E20A448B2EF16D0B19FFD13D09D085CA640480D95DC92A2F90E44EE37D2D42E4 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.295.1954/GrammarlyInstaller.exe + InstallerSha256: E20A448B2EF16D0B19FFD13D09D085CA640480D95DC92A2F90E44EE37D2D42E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..9ee2acaea4af7 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.295.1954 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aa3858c8c5969 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.295.1954 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..721355300f286 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.295.1954/Grammarly.Grammarly.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: Grammarly.Grammarly +PackageVersion: 1.2.295.1954 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.239/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.239/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..182e1f30798fe --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.239/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.239 +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.239/ggcode_1.3.239_windows_x64.msi + InstallerSha256: A8E1375C56FA03EF20A7B1EB40B248E05CBC2700DB3B0DBEA5B2D64D9ABBB748 + ProductCode: '{97CFE957-EF37-42A9-A5EC-3470B9D49110}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{97CFE957-EF37-42A9-A5EC-3470B9D49110}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.239/ggcode_1.3.239_windows_arm64.msi + InstallerSha256: EE70796A3B554F9A3ED84F78771AEB49DE7B369F5A8A20819639598E95FCB78A + ProductCode: '{0FB83BD0-0A9F-4E0C-B267-514241480CEC}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{0FB83BD0-0A9F-4E0C-B267-514241480CEC}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.239/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.239/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..a4adedca8e59a --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.239/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.239 +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.239 +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.239/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.239/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..4b0dbf417789a --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.239/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.239 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..b92414f0ff13a --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.239 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{C5D8C0F3-D8A4-4A4F-8709-CEDC8980F032}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{C5D8C0F3-D8A4-4A4F-8709-CEDC8980F032}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.239/ggcode-desktop_1.3.239_windows_x64.msi + InstallerSha256: 095CA24E53D1361144C01BC24D6589DA1B96CDF149687303B964D2F82C06C84B + ProductCode: '{C5D8C0F3-D8A4-4A4F-8709-CEDC8980F032}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{C5D8C0F3-D8A4-4A4F-8709-CEDC8980F032}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.239/ggcode-desktop_1.3.239_windows_arm64.msi + InstallerSha256: C23184655EA62D7E6B7A6CB2BE770AC72710B60455856F44CAEDCA9BF6CED099 + ProductCode: '{C6C1E86E-9BA3-4A68-A0D9-9B9D3C4DA0B7}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{C6C1E86E-9BA3-4A68-A0D9-9B9D3C4DA0B7}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..bdb576e2f7904 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.239 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.239 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..2f68ff89a75bf --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.239/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.239 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..860ca138b9251 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10970 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-09-14 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b10970/llama-b10970-bin-win-vulkan-x64.zip + InstallerSha256: F17091A433FEB686D9E17378A8A2FC53A1437D64C1BF302AB6FB3072B4AFCF0D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..295c5065d9050 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10970 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + HIP: fattn-mma: use fp32 accumulation on MFMA devices (#28576) + use fp32 accumulators in fattn-mma on CDNA + Website: + - https://llama.app + Attestations: + - https://github.com/ggml-org/llama.cpp/attestations/47450174 + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (CUDA 12) - CUDA 12.8 libraries + - Ubuntu x64 (CUDA 13) - CUDA 13.3 libraries + - Ubuntu arm64 (CUDA 13) - CUDA 13.3 libraries + - Ubuntu x64 (ROCm 10.0) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows arm64 (OpenCL Adreno) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.3 DLLs + - Windows arm64 (CUDA 13) - CUDA 13.4 DLLs + - Windows x64 (Vulkan) + - Windows x64 (OpenVINO) + - Windows x64 (SYCL) + - Windows x64 (ROCm 10.0) + openEuler: + - DISABLED + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) + UI: + - UI +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b10970 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..e2d6e3e4376ac --- /dev/null +++ b/manifests/g/ggml/llamacpp/b10970/ggml.llamacpp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b10970 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.installer.yaml b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.installer.yaml new file mode 100644 index 0000000000000..fb058bd07af96 --- /dev/null +++ b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.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: HaimaCloud.HaimaCloud +PackageVersion: 2.7.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 4a81072b-442e-50c6-9c34-52b37da184f8 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://pc-cos.haimacloud.com/release/haimayun/v2.7.3/windows/海马云电脑-v2.7.3-win32-x64.exe + InstallerSha256: 79E7649B15AA62E0E8443CA61EF8CD3AD6E1AF823D8854B08096EA420E1D281C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.locale.en-US.yaml b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.locale.en-US.yaml new file mode 100644 index 0000000000000..54396fe4bc631 --- /dev/null +++ b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaimaCloud.HaimaCloud +PackageVersion: 2.7.3 +PackageLocale: en-US +Publisher: haimayun +PublisherUrl: https://www.haimacloud.com/ +PublisherSupportUrl: https://pc.haimacloud.com/help/operate +PrivacyUrl: https://pc.haimacloud.com/agreement/privacy +PackageName: 海马云电脑 +PackageUrl: https://pc.haimacloud.com/ +License: Proprietary +LicenseUrl: https://pc.haimacloud.com/agreement/user +CopyrightUrl: https://pc.haimacloud.com/agreement/user +ShortDescription: Instant office and instant gaming cloud PC service. +Description: Haima Cloud provides users with instant office and instant gaming cloud PC services. Utilizing virtualization technology, Haima Cloud streams cloud PC to various PC and mobile devices. Users can interact with the cloud PC in real-time through these consoles, achieving a cloud PC experience nearly indistinguishable from using a local computer. +Tags: +- china +- cloud-gaming +- game +- game-streaming +- gaming +- prc +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.locale.zh-CN.yaml b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8091bd401acf1 --- /dev/null +++ b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.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: HaimaCloud.HaimaCloud +PackageVersion: 2.7.3 +PackageLocale: zh-CN +Publisher: haimayun +PublisherUrl: https://www.haimacloud.com/ +PublisherSupportUrl: https://pc.haimacloud.com/help/operate +PrivacyUrl: https://pc.haimacloud.com/agreement/privacy +Author: 安徽海马云科技股份有限公司 +PackageName: 海马云电脑 +PackageUrl: https://pc.haimacloud.com/ +License: 专有软件 +LicenseUrl: https://pc.haimacloud.com/agreement/user +Copyright: Copyright 2026 安徽海马云科技股份有限公司 +CopyrightUrl: https://pc.haimacloud.com/agreement/user +ShortDescription: 即时办公、即时游戏的云电脑服务 +Description: 海马云电脑为用户提供即时办公、即时游戏的云电脑服务。通过虚拟化技术,海马云电脑将部署在云端的电脑通过“流”的方式推送到各 PC 端、手机,用户可通过这些终端与云端电脑进行实时交互,从而获得与本地电脑几无差异的云电脑使用体验。 +Tags: +- 串流 +- 云游戏 +- 游戏 +ReleaseNotes: |- + 1. 优化体验 + 2. 提升程序稳定性 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.yaml b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.yaml new file mode 100644 index 0000000000000..fe0b18083369d --- /dev/null +++ b/manifests/h/HaimaCloud/HaimaCloud/2.7.3/HaimaCloud.HaimaCloud.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: HaimaCloud.HaimaCloud +PackageVersion: 2.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..78e78bb12d96d --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 2.0.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\mdns-browser' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/v2.0.1/mdns-browser_2.0.1_x64-setup.exe + InstallerSha256: 4A9FD45E7F20C67069D390DC841953648F54235C229954D6DE2B137F40CB86AB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..3704788089877 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 2.0.1 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- auto-update +- mdns +- mdns-sd +- rust +- svelte +- sveltekit +- tauri +ReleaseNotes: |- + 2.0.1 (2026-09-15) + Bug Fixes + - make BackTop follow theme presets (#2689) (e61324d) + - raise AUR publish timeout so source builds fit (#2693) (1c915a7) +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/v2.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..c8728faa0ca03 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.0.1/hrzlgnm.mdns-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-browser +PackageVersion: 2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..0664a5b6af184 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 2.1.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\mdns-browser' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/v2.1.0/mdns-browser_2.1.0_x64-setup.exe + InstallerSha256: 7FE652115DDD908E4AEA021429323261171275194B7AD67A82EB6A7C7AE7E82A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..83dd7fdfbf4a5 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-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-browser +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- auto-update +- mdns +- mdns-sd +- rust +- svelte +- sveltekit +- tauri +ReleaseNotes: |- + 2.1.0 (2026-09-15) + Features + - migrate updater to JS plugin frontends with manual check (#2695) (168e98d) + Bug Fixes + - show disabled state on checkboxes (#2699) (49fa0f9) +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/v2.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..fe07159d4e8a0 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/2.1.0/hrzlgnm.mdns-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-browser +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 8c49ea8f47e96..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.32.6 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe -ReleaseDate: 2025-11-22 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.32.6/itun2socks_1.32.6_windows_amd64.zip - InstallerSha256: 2E14A1E1D03749FD3CB9BAA38933A1DFF3C096B0AF5B40A725FD8D6510EDEE0C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 69a3c0eef5fc4..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.32.6 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL-3.0 -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/HEAD/LICENSE -ShortDescription: tun proxy tool -Tags: -- clash -- shadowsocks -- vpn -ReleaseNotes: |- - Changelog - - 56ff203 v1.32.6 (#111) - 🛡 VirusTotal GitHub Action analysis: - - itun2socks_1.32.6_darwin_amd64.zip - - itun2socks_1.32.6_darwin_arm64.zip - - itun2socks_1.32.6_windows_386.zip - - itun2socks_1.32.6_windows_amd64.zip - - itun2socks_1.32.6_windows_arm64.zip -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.32.6 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.yaml deleted file mode 100644 index 484806b6da904..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.32.6/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.32.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 2dbc74f18f718..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe -ReleaseDate: 2025-12-14 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.33.0/itun2socks_1.33.0_windows_amd64.zip - InstallerSha256: 8DB28D11DAED11B42E96CEE9FB152EB2CB8991D025C0B6A8E834E1AA4C7E1794 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 357be293397f2..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.0 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL-3.0 -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/HEAD/LICENSE -ShortDescription: tun proxy tool -Tags: -- clash -- shadowsocks -- vpn -ReleaseNotes: |- - Changelog - - e8fe861 v1.33.0 (#112) - 🛡 VirusTotal GitHub Action analysis: - - itun2socks_1.33.0_darwin_amd64.zip - - itun2socks_1.33.0_darwin_arm64.zip - - itun2socks_1.33.0_windows_386.zip - - itun2socks_1.33.0_windows_amd64.zip - - itun2socks_1.33.0_windows_arm64.zip -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.33.0 -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.yaml b/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.yaml deleted file mode 100644 index 9acadcce147fd..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.33.0/igoogolx.itun2socks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.installer.yaml b/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.installer.yaml deleted file mode 100644 index 7bc2319ba6a1c..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.1 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: itun2socks.exe -ReleaseDate: 2026-02-13 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/igoogolx/itun2socks/releases/download/v1.33.1/itun2socks_1.33.1_windows_amd64.zip - InstallerSha256: EA07A7277CAD3A20D152B0648C87DAF68002CD30F5640FFA0AB8AE55364BE661 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.locale.en-US.yaml b/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.locale.en-US.yaml deleted file mode 100644 index 238e85a4731d4..0000000000000 --- a/manifests/i/igoogolx/itun2socks/1.33.1/igoogolx.itun2socks.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: igoogolx.itun2socks -PackageVersion: 1.33.1 -PackageLocale: en-US -Publisher: igoogolx -PublisherUrl: https://github.com/igoogolx -PublisherSupportUrl: https://github.com/igoogolx/itun2socks/issues -PackageName: itun2socks -PackageUrl: https://github.com/igoogolx/itun2socks -License: GPL-3.0 -LicenseUrl: https://github.com/igoogolx/itun2socks/blob/HEAD/LICENSE -ShortDescription: tun proxy tool -Tags: -- clash -- shadowsocks -- vpn -ReleaseNotes: |- - Changelog - - af2e665 v1.33.1 (#113) - 🛡 VirusTotal GitHub Action analysis: - - itun2socks_1.33.1_darwin_amd64.zip - - itun2socks_1.33.1_darwin_arm64.zip - - itun2socks_1.33.1_windows_386.zip - - itun2socks_1.33.1_windows_amd64.zip - - itun2socks_1.33.1_windows_arm64.zip -ReleaseNotesUrl: https://github.com/igoogolx/itun2socks/releases/tag/v1.33.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.yaml deleted file mode 100644 index 68f40b6279731..0000000000000 --- a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: igoogolx.lux -PackageVersion: 1.40.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.installer.yaml b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.installer.yaml similarity index 62% rename from manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.installer.yaml rename to manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.installer.yaml index 353191a3d6d75..99ecaf3aaa759 100644 --- a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.installer.yaml +++ b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.installer.yaml @@ -1,20 +1,20 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# 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: igoogolx.lux -PackageVersion: 1.40.0 +PackageVersion: 1.50.0 InstallerLocale: en-US InstallerType: inno Scope: user ProductCode: 80DF132E-434A-4DAB-9BC8-48A79C8383B9_is1 -ReleaseDate: 2025-12-14 +ReleaseDate: 2026-09-14 AppsAndFeaturesEntries: - ProductCode: 80DF132E-434A-4DAB-9BC8-48A79C8383B9_is1 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\lux' Installers: - Architecture: x64 - InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.40.0/lux-1.40.0-x64-windows.exe - InstallerSha256: 90EC955AA11C702CE10F385B6DB0D907340FE143F6E7733BCC050F9AE0EFCCF3 + InstallerUrl: https://github.com/igoogolx/lux/releases/download/v1.50.0/lux-1.50.0-x64-windows.exe + InstallerSha256: 0C56BDC06AB0ED6FF0D4BF894DA8E3B4E34B903302EC2C9BBEC4C1AFC620F7C5 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.locale.en-US.yaml b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.locale.en-US.yaml similarity index 52% rename from manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.locale.en-US.yaml rename to manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.locale.en-US.yaml index aa5e72b554b74..ea6ad1de53961 100644 --- a/manifests/i/igoogolx/lux/1.40.0/igoogolx.lux.locale.en-US.yaml +++ b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Releaser using komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# 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: igoogolx.lux -PackageVersion: 1.40.0 +PackageVersion: 1.50.0 PackageLocale: en-US Publisher: igoogolx PublisherUrl: https://github.com/igoogolx @@ -24,18 +24,13 @@ Tags: ReleaseNotes: |- What's Changed New features ✨ - - feat: new subscription config - - feat: improve styles of native UI - - feat: allow to delete unselected cards when Lux is disconnected - Bug fixes 🐛 - - fix: switch is enabled when no proxy is selected in native UI - Other changes - - chore: upgrade dependencies - Release created by Lux workflow run #373 - 🛡 VirusTotal GitHub Action analysis: - - lux-1.40.0-amd64-macos.dmg - - lux-1.40.0-arm64-macos.dmg - - lux-1.40.0-x64-windows.exe -ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.40.0 + - feat: refactor core with Clash Meta to support more protocols and more DNS types + - feat: support editing proxy with YAML + - feat: support importing and editing Clash YAML + - feat: support editing customized DNS option with type selector + - feat: improve UI and UX of DNS setting + - feat: show message for HTTP proxy with invalid DNS setting + Release created by Lux workflow run #400 +ReleaseNotesUrl: https://github.com/igoogolx/lux/releases/tag/v1.50.0 ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.yaml b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.yaml new file mode 100644 index 0000000000000..9076b159015ff --- /dev/null +++ b/manifests/i/igoogolx/lux/1.50.0/igoogolx.lux.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: igoogolx.lux +PackageVersion: 1.50.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.installer.yaml b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.installer.yaml new file mode 100644 index 0000000000000..54317c9e14365 --- /dev/null +++ b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.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: io.github.frathe.picfetch +PackageVersion: 1.1.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: picfetch.exe + PortableCommandAlias: picfetch +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/frathe/picfetch/releases/download/v1.1.3/picfetch-windows-amd64.zip + InstallerSha256: 6B426C8ABE154E06EA24A8F8C6CC51FE49BAFEB41E05E73D296F35D874283550 +- Architecture: arm64 + InstallerUrl: https://github.com/frathe/picfetch/releases/download/v1.1.3/picfetch-windows-arm64.zip + InstallerSha256: 4A538F59D24CD496FC470743FB27E6EBF269384751580655D62E779C70D0BA72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.locale.en-US.yaml b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..0194166e2c6fe --- /dev/null +++ b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.locale.en-US.yaml @@ -0,0 +1,89 @@ +# 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: io.github.frathe.picfetch +PackageVersion: 1.1.3 +PackageLocale: en-US +Publisher: Florian Rathe +PublisherUrl: https://github.com/frathe +PublisherSupportUrl: https://github.com/frathe/picfetch/issues +Author: Florian Rathe +PackageName: PicFetch +PackageUrl: https://frathe.github.io/picfetch/ +License: MIT +LicenseUrl: https://github.com/frathe/picfetch/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Florian Rathe +ShortDescription: A small multi-platform desktop app for quickly viewing and browsing images. +Description: |- + A small Fyne desktop app for quickly viewing images. Drop one or more images onto the window to view them, and step through the set with the keyboard. + + Supports JPEG, PNG, GIF, WebP, BMP, TIFF, ICO, XPM, HEIC, AVIF, SVG, and camera RAW previews. +Moniker: picfetch +Tags: +- fyne +- go +- image-viewer +- photos +- pictures +- portable +ReleaseNotes: |- + What's Changed + New Features + - Find more like this + Choose a picture to find similar-looking images in your collection. The Grid shows your chosen picture first, followed + by up to 30 matches, with the closest matches at the top. Results appear as PicFetch processes your images. + You can return to pictures you searched from earlier, use the usual Grid actions on results, and save a result list as a + Favorite. PicFetch can save what it learns about your images to make future searches faster. Manage this stored data in + Cache settings. + If a scan stops early, PicFetch clearly marks it as incomplete. Missing images stay listed as unavailable, including + pictures on a disconnected drive. After first-time setup, PicFetch checks that your chosen picture is still available + before searching. Turning off saved analysis works even if the stored data cannot be read. + The search was tried with a collection of 446 images, and the results looked useful. Accuracy has not yet been formally + measured. A way to improve matches by showing PicFetch which results you want and which you do not want is planned for + later. + Some requirements for including third-party software still need to be resolved; see LATER below. Read + the evaluation for details. + Tests of the affected features and code checks are complete. Final approval still depends on the latest automated + reviews and checks on Linux, Windows and macOS in PR #25. + The development record lists completed checks and remaining + limitations. + Internal + - Find more like this architecture follow-up + Improved how visual search works with Favorites, stored search data and the Grid. Fixes cover saving Favorites while + stored data is being checked, keeping search updates responsive, and returning to your original collection after + removing images or closing a comparison. Pictures that appear more than once keep their original positions when you + return. + PicFetch now reports problems saving search data for Favorites while keeping usable results available. Automatic cleanup + removes temporary files before reusable search data and keeps completed analysis available to the current search. + All 28 review findings were assessed. + The architecture assessment explains the changes, and + the implementation record documents the fixes and testing. + The fixes and tests are in place, and local checks passed. Final review and automated check results are recorded + on PR #25. + - Comparison test deadline under build contention + Made the automated image-comparison tests more reliable when the computer is busy with other development work. These + tests check that background image processing can stop safely and that comparison windows do not get stuck. + The updated tests passed repeated runs under heavy load. The full set of checks also passed on Ubuntu, and code + inspection found no issues requiring changes. + - Qualify updater notices in native release CI + Improved checks that make sure update packages include the required license information for third-party software. + Checks passed on Linux, Windows and macOS. Packages for all six supported targets also passed local checks before + signing. The final Windows packages still need to pass the new checks after they are digitally signed. + The license notes also explain that the exact historical source-code version of one included component could not be + confirmed. See the evidence and limits and + the completed Linux checks. + - Mascot-circle hint for the Hypno Spiral + Added a hidden interaction with Trane and Finis and made the speech bubble wider. Escape now closes the manual even when + you are typing in its search field. + On the welcome screen, move your pointer around Trane's head ten times in the same direction within twenty seconds. This + opens Finis or brings his window to the front. + Draw another ten circles with your pointer within twenty seconds anywhere inside a Finis window. A speech bubble appears + and stays visible. Click it to open the manual with an empty search field. The secret phrase stays in English, while the + hint in parentheses uses your selected language. + Tests of the affected features, translation checks and local build checks passed. + The development record includes feedback from hands-on use and + lists checks that could not be completed. + Full Changelog: v1.1.2...v1.1.3 +ReleaseNotesUrl: https://github.com/frathe/picfetch/releases/tag/v1.1.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.yaml b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.yaml new file mode 100644 index 0000000000000..9cb2e7978fb7f --- /dev/null +++ b/manifests/i/io/github/frathe/picfetch/1.1.3/io.github.frathe.picfetch.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: io.github.frathe.picfetch +PackageVersion: 1.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..6d53ed61eb27e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2595 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.2595/Jackett.Installer.Windows.exe + InstallerSha256: F385B5BB71AC57BC45C7E3DDF4D4AEDBA0BD28F4EFCFCF6751BA4E4637143811 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..7297f8391f9d7 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2595 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - 14df070 magnetcat: new alt domains + - d8b2d1a 52bt: new domains + - 095fda4 zrpt: new domain resolves #16592 + - 82e1762 hdforever: refinements from admin #16606 + - 8f35dc5 hdrtorrent: new selectors resolves #16100 + - 7bb6a4f ubits: update login test + - a05e5f5 redetorrent: new domain + - 262fdfc redetorrent: new domain #15715 + - 85083da apachetorrent: new domain #15714 + - 8938e25 hdrtorrent: new domain + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2595 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..50f26fdd5bbe9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2595/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2595 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..0acc92198dafa --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.5.1 +UpgradeBehavior: install +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.5.1/Sessions.Viewer_0.5.1_x64-setup.exe + InstallerSha256: 005241BC1369BA00D800183B65BF2759C7A680B513505AFECF11F422E5BC32BE + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.5.1/Sessions.Viewer_0.5.1_x64_en-US.msi + InstallerSha256: 94B3CF53CC31CD8AEB981FB08DE611B041EAF183EC327E1483D6D8386489E94B + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{27FC0AFE-E8B0-4393-A9FA-3944D0D678BE}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..6b87540e078f4 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🚀 Features + - Codex usage badges, skill scopes and a shared horizontal strip - by wuchao (47367) + - Add documentation site and skills trending leaderboard - by wuchao (fcab9) + 🐞 Bug Fixes + - Skip inline image rebinding when the draft has none - by wuchao (71e43) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..988fe72ad881d --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.5.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..d36e641874fe5 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.5.1/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.installer.yaml b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.installer.yaml new file mode 100644 index 0000000000000..3c58647025f8d --- /dev/null +++ b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kingsoft.Lingxi +PackageVersion: 1.3.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- lingxi +ReleaseDate: 2026-09-11 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://qn.cache.wpscdn.cn/lingxi-ai/win/1.3.5/lingxi-desktop-1.3.5-setup.exe + InstallerSha256: FC901F73BD052386B16D23E7AE444B7E33C76FAF8D96A4DFDA3FE72C3B208574 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://qn.cache.wpscdn.cn/lingxi-ai/win/1.3.5/lingxi-desktop-1.3.5-setup.exe + InstallerSha256: FC901F73BD052386B16D23E7AE444B7E33C76FAF8D96A4DFDA3FE72C3B208574 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.en-US.yaml b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.en-US.yaml new file mode 100644 index 0000000000000..b4eae8af719c3 --- /dev/null +++ b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kingsoft.Lingxi +PackageVersion: 1.3.5 +PackageLocale: en-US +Author: Zhuhai Kingsoft Office Software Co.,Ltd. +License: Proprietary +ShortDescription: Start working, anytime and anywhere, to deliver results. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.zh-CN.yaml b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18019be318720 --- /dev/null +++ b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kingsoft.Lingxi +PackageVersion: 1.3.5 +PackageLocale: zh-CN +Publisher: Kingsoft Corp +PublisherUrl: https://lingxi.wps.cn/ +PrivacyUrl: https://privacy.wps.cn/policies/privacy/WPS-AI +Author: 珠海金山办公软件有限公司 +PackageName: WPS 灵犀 +PackageUrl: https://lingxi.wps.cn/claw/ +License: 专有软件 +LicenseUrl: https://privacy.wps.cn/policies/agreements/WPS-AI +Copyright: Copyright © 1988 - 2026 Kingsoft. All Rights Reserved. +CopyrightUrl: https://privacy.wps.cn/policies/agreements/WPS-AI +ShortDescription: 随时随地 开口干活 交付结果 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + - 首页增加胶囊导航,常用功能一触即达 + - 修复了部分报错情况下仍扣除灵点的问题 + - 客户端稳定性提升,减少连接失败相关报错 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.yaml b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.yaml new file mode 100644 index 0000000000000..b7a19397a834f --- /dev/null +++ b/manifests/k/Kingsoft/Lingxi/1.3.5/Kingsoft.Lingxi.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: Kingsoft.Lingxi +PackageVersion: 1.3.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.installer.yaml b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.installer.yaml new file mode 100644 index 0000000000000..d44b093616eb6 --- /dev/null +++ b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: KoalaBear84.OpenDirectoryDownloader +PackageVersion: 3.7.0.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: OpenDirectoryDownloader.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.7 +ReleaseDate: 2026-09-14 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/KoalaBear84/OpenDirectoryDownloader/releases/download/v3.7.0.1/OpenDirectoryDownloader-3.7.0.1-win-x64.zip + InstallerSha256: 949324A9F790F9D3D274921917DF2FD8F128734DCA67D0F60A775ED517B4B5EA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.locale.en-US.yaml b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.locale.en-US.yaml new file mode 100644 index 0000000000000..40941558fd302 --- /dev/null +++ b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: KoalaBear84.OpenDirectoryDownloader +PackageVersion: 3.7.0.1 +PackageLocale: en-US +Publisher: KoalaBear84 +PublisherUrl: https://github.com/KoalaBear84 +PublisherSupportUrl: https://github.com/KoalaBear84/OpenDirectoryDownloader/issues +PackageName: OpenDirectoryDownloader +PackageUrl: https://github.com/KoalaBear84/OpenDirectoryDownloader +License: GPL-3.0 +LicenseUrl: https://github.com/KoalaBear84/OpenDirectoryDownloader/blob/HEAD/LICENSE +ShortDescription: Indexes open directories listings in 130+ supported formats, including FTP(S), Google Drive, Bhadoo, GoIndex, Go2Index (alternatives), Dropbox, Mediafire, GoFile, GitHub. +Tags: +- directory +- http +- https +- indexer +- open +- parser +ReleaseNotes: "• Possible fix for #81" +ReleaseNotesUrl: https://github.com/KoalaBear84/OpenDirectoryDownloader/releases/tag/v3.7.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.yaml b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.yaml new file mode 100644 index 0000000000000..897bf9c1b16ee --- /dev/null +++ b/manifests/k/KoalaBear84/OpenDirectoryDownloader/3.7.0.1/KoalaBear84.OpenDirectoryDownloader.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: KoalaBear84.OpenDirectoryDownloader +PackageVersion: 3.7.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 0000000000000..e241db61ffa92 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.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: kawayiYokami.P-ai +PackageVersion: 0.90.0 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.90.0/P-ai_0.90.0_x64-setup.exe + InstallerSha256: 7AD0496112984C9D6A1F3897185C2F9F9E604D49C1247E9BE101DF2E4BBC1D6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 0000000000000..7325673fcf490 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.90.0 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.89.0...v0.90.0' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.90.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc0c15c5acd3c --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.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: kawayiYokami.P-ai +PackageVersion: 0.90.0 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.yaml new file mode 100644 index 0000000000000..98777281964ed --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.90.0/kawayiYokami.P-ai.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: kawayiYokami.P-ai +PackageVersion: 0.90.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.installer.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.installer.yaml new file mode 100644 index 0000000000000..e4d1e51d178af --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LifetimeLabs.PrivacyNotes +PackageVersion: 0.518.1 +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- DisplayName: PrivacyNotes + Publisher: Lifetime Labs LLC + ProductCode: PrivacyNotes + InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://releases.privacynotes.app/0.518.1/PrivacyNotes_x64-setup.exe + InstallerSha256: 11EFE944806650453DEA6D9B234FC4AB6AF06332D65697BBCE154CECA9C18295 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.locale.en-US.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.locale.en-US.yaml new file mode 100644 index 0000000000000..5ec6460bb1bc6 --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LifetimeLabs.PrivacyNotes +PackageVersion: 0.518.1 +PackageLocale: en-US +Publisher: Lifetime Labs LLC +PublisherUrl: https://lifetimelabs.dev/ +PublisherSupportUrl: https://github.com/LifetimeLabsDev/PrivacyNotes.app/issues +PrivacyUrl: https://lifetimelabs.dev/privacy/ +Author: Lifetime Labs LLC +PackageName: PrivacyNotes +PackageUrl: https://privacynotes.app/ +License: AGPL-3.0 +LicenseUrl: https://github.com/LifetimeLabsDev/PrivacyNotes.app/blob/main/LICENSE +Copyright: Copyright (c) 2026 Lifetime Labs LLC +CopyrightUrl: https://lifetimelabs.dev/terms/ +ShortDescription: End-to-end encrypted notes, tasks, and journal +Description: |- + PrivacyNotes is an end-to-end encrypted notes, tasks and journal app. A 12-word BIP-39 phrase is your identity and your key, so there is no email, no password and no account to leak. Notes, journal entries, tasks, a password vault and file attachments are encrypted on your device with XChaCha20-Poly1305 before they sync, and the server stores only ciphertext and a nonce. + Importers read exports from Evernote, Apple Notes, Apple Journal, Obsidian, Notesnook, Standard Notes, Simplenote, Google Keep, Samsung Notes, Bitwarden and plain Markdown, and every one of them is parsed on your device. + PrivacyNotes is open source: the client apps, the encryption core and the threat model are published at github.com/LifetimeLabsDev/PrivacyNotes.app, so the privacy claims can be checked rather than taken on faith. +Moniker: privacynotes +Tags: +- e2ee +- encrypted +- encryption +- end-to-end-encryption +- journal +- notes +- note-taking +- privacy +- tasks +- zero-knowledge +ReleaseNotesUrl: https://privacynotes.app/changelog +Documentations: +- DocumentLabel: Help and FAQ + DocumentUrl: https://privacynotes.app/help +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.yaml b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.yaml new file mode 100644 index 0000000000000..2ef6a31c03b3e --- /dev/null +++ b/manifests/l/LifetimeLabs/PrivacyNotes/0.518.1/LifetimeLabs.PrivacyNotes.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: LifetimeLabs.PrivacyNotes +PackageVersion: 0.518.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.installer.yaml b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.installer.yaml new file mode 100644 index 0000000000000..19acccb0197ae --- /dev/null +++ b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Loko.OnyxCode +PackageVersion: 2.2.0 +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/onyxcode-app/onyxcode-releases/releases/download/v2.2.0/OnyxCode-win32-x64-winget.exe + InstallerSha256: 345E6FDB2FE71BA6C14B81A60EE3F299B25CFA58A1097F1B1ED9C7AB12A6EA16 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.locale.en-US.yaml b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.locale.en-US.yaml new file mode 100644 index 0000000000000..482a67b45b1af --- /dev/null +++ b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.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: Loko.OnyxCode +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Loko Technologies Ltd. +PublisherUrl: https://onyxcode.app +PublisherSupportUrl: https://onyxcode.app +PackageName: Onyx Code +PackageUrl: https://onyxcode.app +License: Proprietary +Copyright: Copyright (c) Loko Technologies Ltd. +ShortDescription: Local-first AI coding assistant that runs models on your own machine. +Moniker: onyxcode +Tags: +- ai +- assistant +- coding +- developer-tools +- editor +- ide +- llm +ReleaseNotesUrl: https://github.com/onyxcode-app/onyxcode-releases/releases/tag/v2.2.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/onyxcode-app/onyxcode-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.yaml b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.yaml new file mode 100644 index 0000000000000..c0d8a5a7ec9d3 --- /dev/null +++ b/manifests/l/Loko/OnyxCode/2.2.0/Loko.OnyxCode.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: Loko.OnyxCode +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.installer.yaml b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.installer.yaml new file mode 100644 index 0000000000000..c0b5d2adf3fff --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.9.8826 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: LUCID_INSTALLDIR="" +UpgradeBehavior: install +Protocols: +- lucidlink +ProductCode: '{1D5D30EE-34BF-4D7D-8023-6FD6F131409C}' +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- UpgradeCode: '{8201A019-C7B9-4DF4-9465-B36A9B9B1D6D}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.lucidlink.com/prod/win/lucidlink-3.9.8826-x64.msi + InstallerSha256: 0D4185E71D7AE836837536C47856A92265836631B6F84C858F0173D05EA79030 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.locale.en-US.yaml b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.locale.en-US.yaml new file mode 100644 index 0000000000000..458d43245ec5d --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LucidLink.LucidLink +PackageVersion: 3.9.8826 +PackageLocale: en-US +Publisher: LucidLink +PublisherUrl: https://www.lucidlink.com/ +PublisherSupportUrl: https://support.lucidlink.com/ +PrivacyUrl: https://www.lucidlink.com/privacy +Author: LUCIDLINK CORP. +PackageName: LucidLink +PackageUrl: https://www.lucidlink.com/download +License: Proprietary +LicenseUrl: https://www.lucidlink.com/terms +Copyright: © 2026 All rights reserved +CopyrightUrl: https://www.lucidlink.com/terms +ShortDescription: The storage collaboration platform for creatives +Description: LucidLink is a revolutionary solution designed to enhance team collaboration by enabling real-time work without the need for time-consuming downloads and syncing. It offers lightning-fast performance, straightforward usability, and robust security features, transforming the way teams collaborate without requiring them to change their existing workflows. +Tags: +- backup +- cloud +- cloud-drive +- collaborate +- collaboration +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://www.lucidlink.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.locale.zh-CN.yaml b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..39458b4259805 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.9.8826 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 创意人员的存储协作平台 +Description: LucidLink 是一个革命性的解决方案,旨在加强团队协作,实现实时工作,无需耗时的下载和同步。它快如闪电、简单易用且安全,可在不改变现有工作流程的情况下改变团队协作方式。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 协作 +- 协同 +- 同步 +- 备份 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.yaml b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.yaml new file mode 100644 index 0000000000000..2bb45d8e65938 --- /dev/null +++ b/manifests/l/LucidLink/LucidLink/3.9.8826/LucidLink.LucidLink.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: LucidLink.LucidLink +PackageVersion: 3.9.8826 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..6185f1a065920 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.102.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.102.0/SysManager-v1.102.0.exe + InstallerSha256: 452AEC140BEB22CDACF0563C7B425B1A66435A3810CB9BECBBACB05157CE57F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..4786d8373fe48 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,93 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.102.0 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.102.0] - 2026-09-15 + You can now switch off the add-ons that make right-click slow. Context Menu already listed them — the + extras that archivers, cloud-sync clients and antivirus add to your right-click menu — but their switch was + disabled, so the tab showed you the problem and could not do anything about it. Now it can. Windows keeps a + list of add-ons it refuses to load, and switching a row off puts it on that list: nothing the program + installed is deleted, and switching the row back on takes it off again. Because the list applies to the + whole PC it needs administrator rights, and because Explorer decides which add-ons to load when it starts, + there is a Restart Explorer button so the change actually shows up. + Added + - Add-on rows in Context Menu can be switched off and back on, using the blocked-extensions list Windows + checks before it loads a shell add-on. The row's tooltip explains that this needs administrator rights + and applies once Explorer restarts, before you click rather than after. + - A Restart Explorer button in the Context Menu toolbar, which confirms first and explains that open + File Explorer windows will close. Without it a blocked add-on stays in the menu until the next sign-in, + which reads as the switch not working. + - Add-ons that were already blocked — here, or by another tool such as Autoruns — now show as switched off + instead of active, so the list matches what Windows is really doing and the block can be undone here. + Changed + - Add-ons implemented from inside the Windows folder are treated as system entries: hidden until you tick + "Show system entries", and never changed by a preset. They are part of the shell rather than something a + program added. + - The Win10 and Win11 presets only ever change plain menu entries, never add-ons. Applying one used to be a + menu-style change; with add-ons now switchable, one click would otherwise have blocked every third-party + add-on on the PC — including cloud-sync menus and antivirus scan items — which is far more than the button + says it does. + Verify the download + Get-FileHash .\SysManager-v1.102.0.exe -Algorithm SHA256 + Expected SHA256: 452AEC140BEB22CDACF0563C7B425B1A66435A3810CB9BECBBACB05157CE57F4 + This build is not code-signed, so Windows will warn on first launch. That is + expected for a small independent app: see what the warning says and what to + click. + Code signing is planned through the SignPath Foundation, + which provides free certificates to open-source projects, with signing performed by + SignPath.io. Until then, the SHA256 above and the build + attestation below are what establish that a download is the genuine build. + Code signing policy + This release is not code-signed. The team roles, release-approval process and + privacy policy required by the SignPath Foundation programme + are documented in advance under Code signing + policy. That + documentation is a prerequisite for applying, not evidence of a certificate. The + attribution line naming SignPath as the signing provider will appear here once a + certificate is actually issued. + This program will not transfer any information to other networked systems unless + specifically requested by the user or the person installing or operating it. Full + privacy policy. + Verify where this binary came from + This exe was built by GitHub Actions from this public source, and the build is + recorded in the Sigstore public transparency log. With the + GitHub CLI: + gh attestation verify .\SysManager-v1.102.0.exe --repo laurentiu021/SystemManager + That proves which commit and workflow produced this exact binary, something the + SHA256 file cannot show, since it is published alongside the exe it describes. + Each release also ships SysManager-v1.102.0.sbom.json, a CycloneDX inventory of + every dependency resolved for this build. +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.102.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..1ee09eda015e3 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.102.0/laurentiu021.SysManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.102.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..95c2704ead187 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.103.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.103.0/SysManager-v1.103.0.exe + InstallerSha256: 787C40CFF07CDC25DE3958B996E1093D056C8BF84216BD670364D6B2446AD121 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..2af86dacc5d80 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.103.0 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.103.0] - 2026-09-15 + Three tabs moved to where you would actually look for them. Nothing changed about what they do — + only which category they sit under, because a few were filed by how they work internally rather than by + what you came to do. Bandwidth Monitor now sits directly under Speed Test in Network, since "how fast is + my connection" and "what is using my connection" are two halves of one question. File Lock Detector moved + to Storage, now called Storage & Files, because you get there from Windows' own "this file is open in + another program" message. And Notification Blocker moved out of Privacy & Security into Customization, + since muting an app that nags you is not a security decision and does not need administrator rights. + Changed + - Bandwidth Monitor moved from Monitor to Network, placed immediately after Speed Test. While they + were in different groups, finding one never led you to the other. + - File Lock Detector moved from Monitor to Storage, and that group is now Storage & Files. + "Monitor" promises something watching continuously; this tab is a one-off scan of a file you pick. The + group name now covers per-file work rather than only disk space. + - Notification Blocker moved from Privacy & Security to Customization. Every other tab in Privacy & + Security either changes a protected Windows setting or removes software; this one flips the same + per-app switches Windows Settings does, needs no administrator, and is one flip from undone. Filing it + under "Security" made it look riskier than it is, and hid it from where the wish belongs. + - File Shredder deliberately stays in Privacy & Security despite also being a per-file tool: shredding is + about destroying traces, and it is the most destructive thing in the app, so it keeps that group's + warnings around it. + Verify the download + Get-FileHash .\SysManager-v1.103.0.exe -Algorithm SHA256 + Expected SHA256: 787C40CFF07CDC25DE3958B996E1093D056C8BF84216BD670364D6B2446AD121 + This build is not code-signed, so Windows will warn on first launch. That is + expected for a small independent app: see what the warning says and what to + click. + Code signing is planned through the SignPath Foundation, + which provides free certificates to open-source projects, with signing performed by + SignPath.io. Until then, the SHA256 above and the build + attestation below are what establish that a download is the genuine build. + Code signing policy + This release is not code-signed. The team roles, release-approval process and + privacy policy required by the SignPath Foundation programme + are documented in advance under Code signing + policy. That + documentation is a prerequisite for applying, not evidence of a certificate. The + attribution line naming SignPath as the signing provider will appear here once a + certificate is actually issued. + This program will not transfer any information to other networked systems unless + specifically requested by the user or the person installing or operating it. Full + privacy policy. + Verify where this binary came from + This exe was built by GitHub Actions from this public source, and the build is + recorded in the Sigstore public transparency log. With the + GitHub CLI: + gh attestation verify .\SysManager-v1.103.0.exe --repo laurentiu021/SystemManager + That proves which commit and workflow produced this exact binary, something the + SHA256 file cannot show, since it is published alongside the exe it describes. + Each release also ships SysManager-v1.103.0.sbom.json, a CycloneDX inventory of + every dependency resolved for this build. +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.103.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..babe994bde34a --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.103.0/laurentiu021.SysManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.103.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.installer.yaml b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.installer.yaml new file mode 100644 index 0000000000000..338e7e3b6ce22 --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.62.0 +Installers: +- Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/matt-dx/wahlberg/releases/download/v1.62.0/Wahlberg-windows-x64.zip + InstallerSha256: 6f97547fb8dbd2e1ec56415686f71434f630c3e4bde01ce3a26d38d35a6bd8dd + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Wahlberg.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.locale.en-US.yaml b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.locale.en-US.yaml new file mode 100644 index 0000000000000..a80b19778e5c1 --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.locale.en-US.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.62.0 +PackageLocale: en-US +Publisher: Matt Whitwam +PublisherUrl: https://github.com/matt-dx/wahlberg +PackageName: Wahlberg +License: Proprietary +ShortDescription: A cross-platform Markdown viewer built with .NET MAUI and Blazor. +Tags: +- markdown +- viewer +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.yaml b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.yaml new file mode 100644 index 0000000000000..ba6efc15ea040 --- /dev/null +++ b/manifests/m/MattWhitwam/Wahlberg/1.62.0/MattWhitwam.Wahlberg.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: MattWhitwam.Wahlberg +PackageVersion: 1.62.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.installer.yaml b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.installer.yaml new file mode 100644 index 0000000000000..04e7fd78aa89b --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MemoirStudio.Memoir +PackageVersion: 0.3.2 +InstallerType: nullsoft +Scope: user +ProductCode: memoir +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Memoir-Studio/Memoir/releases/download/v0.3.2/memoir_0.3.2_x64-setup.exe + InstallerSha256: 4DA509FCC9C077D6B6C82AA5BD22EDAB6723389925A8B7AB788F2BAF65C30C39 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.en-US.yaml b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.en-US.yaml new file mode 100644 index 0000000000000..6cab4cd550d5d --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MemoirStudio.Memoir +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: shiyu +PublisherUrl: https://github.com/Memoir-Studio +PublisherSupportUrl: https://github.com/Memoir-Studio/Memoir/issues +PackageName: memoir +PackageUrl: https://github.com/Memoir-Studio/Memoir +License: MIT +LicenseUrl: https://github.com/Memoir-Studio/Memoir/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 shiyu +ShortDescription: A memoir that stays on disk. +Description: |- + Memoir is a quiet desktop notebook. Point it at a folder of .md / .mdx files and you get a library, a CodeMirror editor, and a live preview — without an account, a sync service, or a proprietary vault. + Notes are ordinary files. You can open the same folder in git, VS Code, or any other editor. + Features + - Local-first — the workspace is a folder you choose. Memoir never uploads your notes. + - Markdown and MDX — GitHub Flavored Markdown, KaTeX, Mermaid, task lists, and a small set of built-in MDX components. + - Edit / split / preview — write source, read the rendered page, or do both with synced scroll. + - Library — folders, frontmatter tags, favorites, recent notes, and a heading outline. + - Safe by default — atomic writes, crash-safe drafts, autosave, and deletes that go to .memoir-trash/ instead of vanishing. + - Fast library — each workspace keeps a disposable SQLite cache at .memoir/index.sqlite so the sidebar does not re-read every note. The markdown files are still the source of truth; gitignore .memoir/ and exclude it from iCloud / Dropbox / OneDrive. + - Appearance — light / dark / system theme, accent colors, density, type scale, and Chinese / English UI. + - Sandboxed paths — only .md / .mdx inside the workspace; .., symlinks, and hidden/build directories are rejected. +Tags: +- markdown +- notebook +- notes +- writing +ReleaseNotes: |- + What's Changed + - test(AppShell): add beforeAll to preload components + - docs: update README files with frontend test instructions + - feat(editor): enhance sidebar toggle behavior during focus + - feat(layout): add library collapsed state and toggle functionality + Full Changelog: https://github.com/Memoir-Studio/Memoir/compare/v0.3.1...v0.3.2 +ReleaseNotesUrl: https://github.com/Memoir-Studio/Memoir/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.zh-CN.yaml b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.zh-CN.yaml new file mode 100644 index 0000000000000..04d43c6ccecc4 --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MemoirStudio.Memoir +PackageVersion: 0.3.2 +PackageLocale: zh-CN +ShortDescription: 把记忆写在本地。 +Description: |- + Memoir 是一款安静的桌面笔记本。把一个装满 .md / .mdx 的文件夹交给它,就能得到资料库、CodeMirror 编辑器和实时预览——不需要账号,没有同步服务,也不会把笔记锁进专有仓库。 + 笔记就是普通文件。同一个文件夹可以继续用 git、VS Code 或任何编辑器打开。 + 功能 + - 本地优先 — 工作区就是你选的文件夹。Memoir 不会上传笔记。 + - Markdown 与 MDX — GFM、KaTeX、Mermaid、任务列表,以及一组内置 MDX 组件。 + - 编辑 / 分栏 / 预览 — 写源码、看渲染,或两边同时打开并同步滚动。 + - 资料库 — 文件夹、frontmatter 标签、收藏、最近编辑、标题大纲。 + - 默认安全 — 原子写入、可恢复草稿、自动保存;删除进入工作区的 .memoir-trash/,而不是直接消失。 + - 资料库加速 — 每个工作区在 .memoir/index.sqlite 里放一份可丢弃的索引,打开列表时不必重读每一篇笔记。磁盘上的 Markdown 仍是唯一真相;请把 .memoir/ 加入 gitignore,并在 iCloud / Dropbox / OneDrive 中排除它。 + - 外观 — 浅色 / 深色 / 跟随系统、强调色、界面密度、字号,以及中英界面。 + - 路径沙箱 — 只允许工作区内的 .md / .mdx;拒绝 ..、符号链接,以及隐藏目录和构建目录。 +Tags: +- markdown +- 写作 +- 笔记 +- 笔记本 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.yaml b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.yaml new file mode 100644 index 0000000000000..50275f12bf92e --- /dev/null +++ b/manifests/m/MemoirStudio/Memoir/0.3.2/MemoirStudio.Memoir.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: MemoirStudio.Memoir +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.216.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.216.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..175ba1c83039d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.216.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.459.216.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.216.0&arch=x86 + InstallerSha256: AE504ABE4A11CA9637DF61FB7975978193C5C3B40707C246727456656B0A9084 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.216.0&arch=amd64 + InstallerSha256: 2F1F4C7E54D15F5CBB41F6892372E4D8D10D7AE6DD7BDAFDC1C8AC994CEEB83A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.216.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.216.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..e01fed190e003 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.216.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.459.216.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.459.216.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.216.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..b78218004c71b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.216.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.459.216.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.218.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.218.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..b4af09c19909b --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.218.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.459.218.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.218.0&arch=x86 + InstallerSha256: F510CF4CFAAF9C19E57F30B17F6259DA41EDC92DE5E72FCD62E22D52EDCC153C +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.218.0&arch=amd64 + InstallerSha256: 78AF04DF2457E86785D1FC2A14D9607A7A64BEB5F9CCEB262A1BD7AC72FFD4F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.218.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.218.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..3b38269b08963 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.218.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.459.218.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.459.218.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.218.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..29510ca88abb2 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.218.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.459.218.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.219.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.219.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..b11fbf5d551ad --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.219.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.459.219.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.219.0&arch=x86 + InstallerSha256: 831B0153D525B221525138E2B0A333C018CEC331A9DFEC0866FD5E500C33E808 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.459.219.0&arch=amd64 + InstallerSha256: ED283E1EE8E22CDA1782FFCDBD0DC54CAE8DA9BEB32D65DB9AECCB6862A9E026 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.459.219.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.219.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..6bdcd4d9a7ffb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.219.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.459.219.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.459.219.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.459.219.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..bb09ef41d2399 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.459.219.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.459.219.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.installer.yaml b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.installer.yaml new file mode 100644 index 0000000000000..0cb70439cc9f6 --- /dev/null +++ b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Movavi.MovaviVideoEditor +PackageVersion: 26.24.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- videoeditorplus +FileExtensions: +- mepb +- mepj +- mepx +- mpack +ProductCode: Movavi Video Editor 26 +ReleaseDate: 2026-09-11 +Installers: +- Architecture: x64 + InstallerUrl: https://content.movavi.com/sparkle/ve/win/x86_64/26_24_0/MovaviVideoEditorSetup_26_24_0_x64___23585_release-VEM-26.24_15aac88_CyprusBuild003_WIN64_setup.exe + InstallerSha256: 4D1EEED0A5A28FD3F6173BD2C7E8BF89B5C3AE87AB7EFFE9CE2461A7C2269A06 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.locale.en-US.yaml b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..92ef0a0a13a3a --- /dev/null +++ b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.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: Movavi.MovaviVideoEditor +PackageVersion: 26.24.0 +PackageLocale: en-US +Publisher: Movavi +PublisherUrl: https://www.movavi.com/ +PublisherSupportUrl: https://help.movavi.com/ +PrivacyUrl: https://www.movavi.com/privacy/ +Author: Movavi Software Limited +PackageName: Movavi Video Editor +PackageUrl: https://www.movavi.com/video-editor-plus/ +License: Proprietary +LicenseUrl: https://www.movavi.com/eula.html +Copyright: Copyright © 2026 movavi.com +CopyrightUrl: https://www.movavi.com/eula.html +ShortDescription: Your simple video editor for creating wow videos +Description: |- + Your simple video editor for creating wow videos + - Easily create clips for your socials, business, or family + - Boost your videos with one-click auto subtitles and other AI tools + - Choose from hundreds of titles, transitions, and music tracks +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: '- Not very visible improvements this time, but useful for creating content faster.' +ReleaseNotesUrl: https://content.movavi.com/configs/changelog/ve/win/x86_64/en_us/changelog.html +PurchaseUrl: https://www.movavi.com/store.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.locale.zh-CN.yaml b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..248768d514731 --- /dev/null +++ b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.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: Movavi.MovaviVideoEditor +PackageVersion: 26.24.0 +PackageLocale: zh-CN +PublisherUrl: https://www.movavi.com/cn/ +PublisherSupportUrl: https://www.movavi.com/cn/support/ +License: 专有软件 +ShortDescription: 用于制作精彩视频的简易视频编辑器 +Description: |- + 用于制作精彩视频的简易视频编辑器 + - 轻松为您的社交平台、商业或家庭制作视频短片 + - 使用一键自动生成字幕及其他 AI 工具提升视频效果 + - 从数百种标题、转场效果和音乐曲目中自由选择 +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.yaml b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.yaml new file mode 100644 index 0000000000000..dc6c8a4af7648 --- /dev/null +++ b/manifests/m/Movavi/MovaviVideoEditor/26.24.0/Movavi.MovaviVideoEditor.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: Movavi.MovaviVideoEditor +PackageVersion: 26.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.installer.yaml b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.installer.yaml new file mode 100644 index 0000000000000..e656e18b94126 --- /dev/null +++ b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.installer.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Namespace.nsc +PackageVersion: 0.0.570 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bazel-credential-nsc.exe +- RelativeFilePath: docker-credential-nsc.exe +- RelativeFilePath: nsc.exe +Commands: +- nsc +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://get.namespace.so/packages/nsc/v0.0.570/nsc_0.0.570_windows_amd64.zip + InstallerSha256: FEA4DE82CA98284E42E302E16066D1A538A6F5B9B4311365EEBB3376539C8865 +- Architecture: arm64 + InstallerUrl: https://get.namespace.so/packages/nsc/v0.0.570/nsc_0.0.570_windows_arm64.zip + InstallerSha256: C4648838A2A46FE428188F4D415AD07336BEB0E6FF5D9EF7C78B2069FAAB3D3A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.locale.en-US.yaml b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.locale.en-US.yaml new file mode 100644 index 0000000000000..8db27d416ae52 --- /dev/null +++ b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Namespace.nsc +PackageVersion: 0.0.570 +PackageLocale: en-US +Publisher: Namespace Labs, Inc +PublisherUrl: https://namespace.so/ +PublisherSupportUrl: https://namespace.so/support +Author: Namespace Labs, Inc +PackageName: nsc +License: Apache-2.0 +LicenseUrl: https://github.com/namespacelabs/foundation/blob/HEAD/LICENSE +Copyright: 2026 Namespace Labs, Inc. All right reserved. +ShortDescription: Manage Namespace compute, builds, containers, caches, and cloud resources from the terminal. +Description: Namespace CLI (nsc) is the open-source command-line interface for Namespace's developer-optimized cloud compute platform. Use it to provision and manage ephemeral compute instances, connect through SSH, VNC, or RDP, run and build container workloads, configure Kubernetes access, and manage caches, artifacts, registries, secrets, authentication, and other Namespace resources from your terminal or CI workflows. +Moniker: nsc +Tags: +- ci +- ci-cd +- namespace +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://namespace.so/docs/reference/cli/installation +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.yaml b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.yaml new file mode 100644 index 0000000000000..0b60805f2cc73 --- /dev/null +++ b/manifests/n/Namespace/nsc/0.0.570/Namespace.nsc.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: Namespace.nsc +PackageVersion: 0.0.570 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.installer.yaml b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.installer.yaml new file mode 100644 index 0000000000000..652e081975e68 --- /dev/null +++ b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.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: nashaofu.Shell360 +PackageVersion: 0.2.7 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Shell360 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/nashaofu/shell360/releases/download/v0.2.7/Shell360_0.2.7_x86-setup.exe + InstallerSha256: 580CAFFEB155E28CE294262ED828C5DC72AFB45B0A28483CE27FB6E270AA8AB7 +- Architecture: x64 + InstallerUrl: https://github.com/nashaofu/shell360/releases/download/v0.2.7/Shell360_0.2.7_x64-setup.exe + InstallerSha256: B307AE2B53DAF0413AD837CD2ED088B6C26623A56F8F09D48815E433273997AB +- Architecture: arm64 + InstallerUrl: https://github.com/nashaofu/shell360/releases/download/v0.2.7/Shell360_0.2.7_arm64-setup.exe + InstallerSha256: FD999C3DBF7372A5F6413CF57808D02FDE5203CEFC34FCB90B4BAEED322EA101 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.locale.en-US.yaml b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.locale.en-US.yaml new file mode 100644 index 0000000000000..3b231b22ce37f --- /dev/null +++ b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nashaofu.Shell360 +PackageVersion: 0.2.7 +PackageLocale: en-US +Publisher: nashaofu +PublisherUrl: https://github.com/nashaofu +PublisherSupportUrl: https://github.com/nashaofu/shell360/issues +PackageName: Shell360 +PackageUrl: https://github.com/nashaofu/shell360 +License: GPL-3.0 +LicenseUrl: https://github.com/nashaofu/shell360/blob/HEAD/LICENSE +ShortDescription: A cross-platform SSH and SFTP client +Description: Shell360 is a cross-platform SSH & SFTP client supporting Windows, macOS, Linux, Android, and iOS. Whether it's remote development, server management, or secure file transfer, Shell360 provides you with a consistent, smooth, and secure user experience. +Tags: +- console +- download +- file +- remote +- server +- sftp +- shell +- ssh +- terminal +- transfer +- upload +ReleaseNotes: 'Full Changelog: https://github.com/nashaofu/shell360/compare/v0.2.6...v0.2.7' +ReleaseNotesUrl: https://github.com/nashaofu/shell360/releases/tag/v0.2.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.locale.zh-CN.yaml b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.locale.zh-CN.yaml new file mode 100644 index 0000000000000..caec3f724c1c4 --- /dev/null +++ b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.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: nashaofu.Shell360 +PackageVersion: 0.2.7 +PackageLocale: zh-CN +ShortDescription: 一款跨平台的 SSH 和 SFTP 客户端 +Description: Shell360 是一款支持 Windows、macOS、Linux、Android 和 iOS 的跨平台 SSH 和 SFTP 客户端。无论是远程开发、服务器管理还是安全文件传输,Shell360 都能为您提供一致、流畅且安全的使用体验。 +Tags: +- sftp +- shell +- ssh +- 上传 +- 下载 +- 传输 +- 控制台 +- 文件 +- 服务器 +- 终端 +- 远程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.yaml b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.yaml new file mode 100644 index 0000000000000..987f58ad69ffa --- /dev/null +++ b/manifests/n/nashaofu/Shell360/0.2.7/nashaofu.Shell360.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: nashaofu.Shell360 +PackageVersion: 0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.installer.yaml b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.installer.yaml new file mode 100644 index 0000000000000..b649aceb7af5f --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.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: OpenClaw.OpenClawCompanion +PackageVersion: 2026.9.4 +InstallerType: inno +Scope: user +ProductCode: '{M0LTB0T-TRAY-4PP1-D3N7}_is1' +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/openclaw-windows-node/releases/download/v2026.9.4/OpenClawCompanion-Setup-x64.exe + InstallerSha256: 5E9D2D248383A5AB22CA6FFB31C1A142A23B23D273BDA774877FE4FD2AC6A3CE +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/openclaw-windows-node/releases/download/v2026.9.4/OpenClawCompanion-Setup-arm64.exe + InstallerSha256: 0901C7212C2FE2A14E84DD81834923B7F43F34F441ED3653D45A2AF18449AE39 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.en-US.yaml b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.en-US.yaml new file mode 100644 index 0000000000000..ea32058163a69 --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenClaw.OpenClawCompanion +PackageVersion: 2026.9.4 +PackageLocale: en-US +Publisher: Scott Hanselman +PublisherUrl: https://openclaw.ai/ +PublisherSupportUrl: https://github.com/openclaw/openclaw-windows-node/issues +Author: Scott Hanselman +PackageName: OpenClaw Companion +PackageUrl: https://github.com/openclaw/openclaw-windows-node +License: MIT +LicenseUrl: https://github.com/openclaw/openclaw-windows-node/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Scott Hanselman +ShortDescription: Windows companion suite for OpenClaw - System Tray app, Shared library, Node, and PowerToys Command Palette extension +Tags: +- openclaw +ReleaseNotes: "OpenClaw Windows Hub v2026.9.4 ### Downloads - Installer (x64): OpenClawCompanion-Setup-x64.exe - Intel/AMD 64-bit - Installer (ARM64): OpenClawCompanion-Setup-arm64.exe - Windows on ARM (Surface, etc.) - Portable x64: OpenClawTray-2026.9.4-win-x64.zip - Portable ARM64: OpenClawTray-2026.9.4-win-arm64.zip ### Features - \U0001F99E System tray integration with gateway status - \U0001F504 Auto-updates from GitHub Releases - ✅ Code-signed with Azure Artifact Signing ### Requirements - Windows 10 version 1903 or later - WebView2 Runtime - OpenClaw gateway running locally ### Quick Start 1. Run the installer for your architecture 2. Launch from Start Menu or system tray 3. Right-click tray icon → Settings to configure ## What's Changed * feat: add Microsoft Store MSIX packaging by @natalie-aguinaldo in https://github.com/openclaw/openclaw-windows-node/pull/1328 * fix(local-ai): revert dedicated-memory admission caps for RTX Spark by @shanselman in https://github.com/openclaw/openclaw-windows-node/pull/1422 * docs: make PR descriptions plain-language first by @roboclaw-bot in https://github.com/openclaw/openclaw-windows-node/pull/1408 * fix(chat): avoid session-switch crashes without clipping Markdown lists by @karkarl in https://github.com/openclaw/openclaw-windows-node/pull/1426 * fix(setup): restore missing mascot and center gateway choices by @bkudiess in https://github.com/openclaw/openclaw-windows-node/pull/1427 ## New Contributors * @natalie-aguinaldo made their first contribution in https://github.com/openclaw/openclaw-windows-node/pull/1328 * @roboclaw-bot made their first contribution in https://github.com/openclaw/openclaw-windows-node/pull/1408 Full Changelog: https://github.com/openclaw/openclaw-windows-node/compare/v2026.9.3...v2026.9.4" +ReleaseNotesUrl: https://github.com/openclaw/openclaw-windows-node/releases/tag/v2026.9.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2bee88101031b --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenClaw.OpenClawCompanion +PackageVersion: 2026.9.4 +PackageLocale: zh-CN +ShortDescription: OpenClaw 的 Windows 配套套件 - 系统托盘应用、共享库、Node 以及 PowerToys 命令面板扩展 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.yaml b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.yaml new file mode 100644 index 0000000000000..762b25120cf5c --- /dev/null +++ b/manifests/o/OpenClaw/OpenClawCompanion/2026.9.4/OpenClaw.OpenClawCompanion.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: OpenClaw.OpenClawCompanion +PackageVersion: 2026.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.28.1/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..79ed33f323952 --- /dev/null +++ b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.28.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.28.1/windows_64 + InstallerSha256: 710D6BBC5DEE9D1800C48BFC25C17B7C7372A17A121B65D618C9A49880CAC947 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.28.1/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..4ca03c6b5758a --- /dev/null +++ b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.28.1 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +ReleaseNotes: |- + Bug Fixes + Some critical bug fixes and enhancements were added in this release. +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.28.1/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..52e87a18cd593 --- /dev/null +++ b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.28.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.28.1/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.yaml new file mode 100644 index 0000000000000..182cf74a36bdb --- /dev/null +++ b/manifests/p/Postman/Postman/12.28.1/Postman.Postman.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: Postman.Postman +PackageVersion: 12.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.installer.yaml b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.installer.yaml new file mode 100644 index 0000000000000..07e16db197313 --- /dev/null +++ b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.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: Postman.Postman.arm64 +PackageVersion: 12.28.1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-09-15 +Installers: +- Architecture: arm64 + InstallerUrl: https://dl.pstmn.io/download/version/12.28.1/windows_arm64 + InstallerSha256: 503A3E3A132AF42E79053398662E6EFCA11D468011B072355EC063B2F44AC162 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.locale.en-US.yaml b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..78125c5e4bd15 --- /dev/null +++ b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.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: Postman.Postman.arm64 +PackageVersion: 12.28.1 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman (arm64) +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +ReleaseNotes: |- + Bug Fixes + Some critical bug fixes and enhancements were added in this release. +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.locale.zh-CN.yaml b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7481f475fa211 --- /dev/null +++ b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.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: Postman.Postman.arm64 +PackageVersion: 12.28.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.yaml b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.yaml new file mode 100644 index 0000000000000..3a469d9ccc086 --- /dev/null +++ b/manifests/p/Postman/Postman/arm64/12.28.1/Postman.Postman.arm64.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: Postman.Postman.arm64 +PackageVersion: 12.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.installer.yaml b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.installer.yaml new file mode 100644 index 0000000000000..eda8bab4803b1 --- /dev/null +++ b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMeet +PackageVersion: 1.0.11 +InstallerType: exe # Squirrel +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + Custom: /S +ProductCode: proton_meet +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- ProductCode: proton_meet +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\proton_meet' +Installers: +- Architecture: x64 + InstallerUrl: https://proton.me/download/meet/windows/1.0.11/ProtonMeet-desktop.exe + InstallerSha256: 6F181CA8347D05F1E8CE9D4E2FA9DACA076FDDF50A6D1BDEF4D72D386D04B0DC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.locale.en-US.yaml b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.locale.en-US.yaml new file mode 100644 index 0000000000000..78ffe4e2af28d --- /dev/null +++ b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMeet +PackageVersion: 1.0.11 +PackageLocale: en-US +Publisher: Proton +PublisherUrl: https://proton.me/ +PublisherSupportUrl: https://proton.me/support/meet +PrivacyUrl: https://proton.me/legal/privacy +Author: Proton AG +PackageName: Proton Meet +PackageUrl: https://proton.me/meet +License: Proprietary +LicenseUrl: https://proton.me/legal/terms +Copyright: © 2026 Proton AG +CopyrightUrl: https://proton.me/legal/terms +ShortDescription: Secure video meetings by Proton +Description: Proton Meet is an end-to-end encrypted video conferencing app by Proton, offering private and secure online meetings. +Tags: +- call +- conference +- meet +- meeting +- privacy +- secure +- security +- video +- video-call +- video-conference +PurchaseUrl: https://proton.me/meet +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.yaml b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.yaml new file mode 100644 index 0000000000000..1c1bffd6230b2 --- /dev/null +++ b/manifests/p/Proton/ProtonMeet/1.0.11/Proton.ProtonMeet.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Proton.ProtonMeet +PackageVersion: 1.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.installer.yaml b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.installer.yaml new file mode 100644 index 0000000000000..b94c50c376d3b --- /dev/null +++ b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.installer.yaml @@ -0,0 +1,12 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 5.3.3 +InstallerType: portable +Commands: + - asc +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/download/5.3.3/asc_5.3.3_windows_amd64.exe + InstallerSha256: F5012B8EEE0D814A51119072F1CB53DEBFFC05B31ADB7EE39F77386C1858BAB8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.locale.en-US.yaml b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.locale.en-US.yaml new file mode 100644 index 0000000000000..38720f2f84c15 --- /dev/null +++ b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 5.3.3 +PackageLocale: en-US +Publisher: Rorkai +PackageName: asc +PackageUrl: https://github.com/rorkai/App-Store-Connect-CLI +License: MIT +LicenseUrl: https://github.com/rorkai/App-Store-Connect-CLI/blob/main/LICENSE +ShortDescription: Fast, scriptable CLI for the App Store Connect API. +Moniker: asc +Tags: + - app-store-connect + - app-store-connect-api + - cli + - ios + - testflight +ReleaseNotesUrl: https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/5.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.yaml b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.yaml new file mode 100644 index 0000000000000..1fe926760c651 --- /dev/null +++ b/manifests/r/Rorkai/ASC/5.3.3/Rorkai.ASC.yaml @@ -0,0 +1,6 @@ +# Created with App-Store-Connect-CLI/scripts/generate_winget_manifests.py +PackageIdentifier: Rorkai.ASC +PackageVersion: 5.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.installer.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.installer.yaml new file mode 100644 index 0000000000000..3d1a499ece544 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 1.3.0 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Commands: +- SHARPpy-Reimagined +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/download/v1.3.0/SHARPpy-Reimagined-v1.3.0-windows-x64-portable.exe + InstallerSha256: 05795C285EB48B3EDA29C2636178BDB685CAC527301AB4D35FA8D0096D3DDFD0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml new file mode 100644 index 0000000000000..daf6136d6297f --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: Shian Michael +PublisherUrl: https://github.com/ShianMike +PublisherSupportUrl: https://github.com/ShianMike/SHARPpy-Reimagined/issues +Author: Shian Michael +PackageName: SHARPpy-Reimagined +PackageUrl: https://github.com/ShianMike/SHARPpy-Reimagined +License: BSD-3-Clause +LicenseUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +Copyright: Copyright © Shian Michael +CopyrightUrl: https://github.com/ShianMike/SHARPpy-Reimagined/blob/main/LICENSE +ShortDescription: Modern sounding analysis and SHARPpy-style rendering for Python 3.11+, Qt6/PySide6, UWyo, ERA5, and WRF workflows. +Description: SHARPpy Reimagined - Modern sounding analysis and SHARPpy-style rendering for Python 3.11+. SHARPpy Reimagined is a modernized, standalone fork of SHARPpy, focused on packageable Python 3.11+ workflows, Qt6/PySide6 rendering, and reproducible point-sounding tools. It keeps the familiar SPC-style skew-T, hodograph, hazard, and derived-parameter views while adding clean command-line entry points, bundled resources, and a test-backed decoder/extractor layer. +Moniker: sharppy-reimagined +Tags: +- atmospheric-science +- hodograph +- meteorology +- pyside6 +- python +- qt6 +- severe-weather +- sharppy +- skew-t +- sounding +- weather +ReleaseNotes: |- + Recommended Windows download: SHARPpy-Reimagined-v1.3.0-windows-x64.zip + Extract the ZIP and run SHARPpy-Reimagined.exe inside its folder. This one-folder build starts substantially faster than the self-extracting portable executable. + The file ending in portable.exe is retained for single-file convenience and starts more slowly because it self-extracts at launch. + These executables are not code-signed, so Windows SmartScreen may warn on first launch. Check a download against the published SHA256SUMS.txt, and verify GitHub build provenance with gh attestation verify PATH-TO-ASSET --repo ShianMike/SHARPpy-Reimagined. + What's Changed + - release: v1.3.0 by @ShianMike in #58 +ReleaseNotesUrl: https://github.com/ShianMike/SHARPpy-Reimagined/releases/tag/v1.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.yaml b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.yaml new file mode 100644 index 0000000000000..41125146ecf37 --- /dev/null +++ b/manifests/s/ShianMike/SHARPpy-Reimagined/1.3.0/ShianMike.SHARPpy-Reimagined.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ShianMike.SHARPpy-Reimagined +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.installer.yaml b/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.installer.yaml deleted file mode 100644 index 46951483feccb..0000000000000 --- a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.installer.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsMailViewer -PackageVersion: 7.1.9735.40371 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- EML -- EMLX -- ICS -- MSG -- P7M -- VCF -ProductCode: CoolUtils Mail Viewer_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: CoolUtils Mail Viewer_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/MailViewer.exe - InstallerSha256: 9559ED3A9C75B5AE3399D380C3A3F45280A65783102ACF3A348D1208630AA5C3 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.locale.en-US.yaml b/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.locale.en-US.yaml deleted file mode 100644 index 8a1512e82da32..0000000000000 --- a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsMailViewer -PackageVersion: 7.1.9735.40371 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: CoolUtils Mail Viewer -PackageUrl: https://www.coolutils.com/MailViewer -License: Freeware -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Coolutils' Mail Viewer is a free program that lets you view MSG, EML, EMLX, P7M, ICS, VCF and winmail.dat (TNEF) files. -Description: |- - Coolutils' Mail Viewer is a free program that lets you view MSG, EML, EMLX, P7M, ICS, VCF and winmail.dat (TNEF) files. Although Microsoft's MSG format is great for storing emails, there just aren't many ways to access and view those files outside of the Outlook server Exchange client. Added to that, Microsoft's EML format (associated with Outlook Express) also gives users problems when trying to open and view. - - The good news is - we can help! If you're stuck trying to open MSG or EML files but don't have access to your Outlook client, CoolUtils' Mail Viewer is the perfect solution. Not only does it let you open and view MSG and EML files from anywhere; it's free, and by free we mean totally free for home users. No hidden downloads, no ads, no toolbars, no having to pay later: 100% free! - - CoolUtils Mail Viewer is also capable of generating a "fact file" related to your emails. Made available to you in your choice of TXT, PDF, XLS, CSV, or HTML these reports are able to provide you with valuable data re: your email activity. All you need to do is choose which fields you'd like to report on; Sender, Recipient, Date, Attachment, etc. Tune the report to your needs by including only specific fields, or examine them all! -Tags: -- Mail -- Viewer -PurchaseUrl: https://www.coolutils.com/MailViewer/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.installer.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.installer.yaml deleted file mode 100644 index becdbcc64ff88..0000000000000 --- a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsOutlookViewer -PackageVersion: 4.2.0.79 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PST -ProductCode: CoolUtils Outlook Viewer_is1 -ReleaseDate: 2025-10-19 -AppsAndFeaturesEntries: -- ProductCode: CoolUtils Outlook Viewer_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/OutlookViewer.exe - InstallerSha256: 3A4C47A5FC35B224D15CAC6E838FC1A8CA78C528AC8990363A4532FA8F0E079F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml deleted file mode 100644 index 411a8b63939d8..0000000000000 --- a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsOutlookViewer -PackageVersion: 4.2.0.79 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -Author: CoolUtils Software -PackageName: CoolUtils Outlook Viewer -PackageUrl: https://www.coolutils.com/OutlookViewer -License: Freeware -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: This PST file viewer serves as the perfect free PST viewer download for anyone needing to access Outlook data files. This flexible, easy to use viewer features an intuitive interface. -Description: |- - You have a PST file but can't open it without your Outlook email client? Need a free PST viewer to access your archived emails? Our PST file viewer helps you review old PST files to access contact information without requiring Outlook installation. Whatever your needs may be, our free PST viewer helps you open and view PST files without having Outlook installed on your machine. This PST file viewer serves as the perfect free PST viewer download for anyone needing to access Outlook data files. This flexible, easy to use viewer features an intuitive interface. Simply select a PST (or OST) file from the file tree and click to view. - - No need for MS Outlook! - - View emails and attachments. - - Easily sort emails by referencing specific fields: name, date, sender, recipient, etc. - - Generate reports based on your email data with columns like Sender, Subject, To, CC, BCC, Client submit, Delivery, and more! - - Convert your PST to EML to transfer emails to Mozilla Thunderbird, Windows Live Mail, Apple Mail, and other email clients. - - CoolUtils Outlook Viewer supports all versions of MS Outlook to date, including MS Outlook 97, 2000, XP, 2003, 2007, and Outlook 2010. Did we mention that it's 100% free? No ads, no gimmicks, no hidden downloads, no cost for home users - ever. -Tags: -- Outlook -- PST -- Viewer -PurchaseUrl: https://www.coolutils.com/OutlookViewer/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.yaml b/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.yaml deleted file mode 100644 index 419237167252d..0000000000000 --- a/manifests/s/Softplicity/CoolUtilsOutlookViewer/4.2.0.79/Softplicity.CoolUtilsOutlookViewer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsOutlookViewer -PackageVersion: 4.2.0.79 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.installer.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.installer.yaml deleted file mode 100644 index 5a22aa03ca65b..0000000000000 --- a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.installer.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolutilsConverter -PackageVersion: 3.1.1.151 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- DOC -- DOCX -- EML -- EPS -- HTML -- JPG -- MHT -- MSG -- ODS -- ODT -- PCL -- PDF -- RTF -- TIFF -- TXT -- XHTML -- XLS -- XLSM -- XLSX -- XLT -- XPS -ProductCode: Coolutils Converter_is1 -ReleaseDate: 2025-10-18 -AppsAndFeaturesEntries: -- ProductCode: Coolutils Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x64 - InstallerUrl: https://www.coolutils.com/Downloads/CoolutilsConverter.exe - InstallerSha256: 771C60C0DAB51B5BC702C051DBAC9E85737A96DBAE23C7B25E859F2B5743B391 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.locale.en-US.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.locale.en-US.yaml deleted file mode 100644 index 24ec2d112577c..0000000000000 --- a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolutilsConverter -PackageVersion: 3.1.1.151 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Coolutils Converter -PackageUrl: https://www.coolutils.com/CoolutilsConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. -Description: |- - Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. Bulk convert them in batches via GUI or command line with just one app. - - Any file to PDF; any file to TIFF; any file to DOC; any file to XPS; any file to JPEG, any file to TXT. - - Simple workflow: choose files, select target format, apply additional settings. - - Flexible settings: add headers, footers, page counts, date stamps or any other text directly into the documents. - - Perfect for archiving files, e-discovery, standartization, EDS. - - CoolUtils Converter is a great solution for exporting various files into EDS or retrieving data through e-discovery or computer forensics. If you have to convert lots of different file types, Coolutils Converter saves your time and effort. Instead of running several apps you launch just one. -Tags: -- Converter -PurchaseUrl: https://www.coolutils.com/CoolutilsConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.yaml deleted file mode 100644 index 58f8aa8cb8dcc..0000000000000 --- a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.151/Softplicity.CoolutilsConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolutilsConverter -PackageVersion: 3.1.1.151 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.installer.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.installer.yaml deleted file mode 100644 index e24ef784f806a..0000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.14 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PDF -ProductCode: PDF Combine_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: PDF Combine_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/PDFCombine.exe - InstallerSha256: B27462A2571AB28435B2B3FB9FA85165DF0391D6030055393F0842C4B8A762A8 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.locale.en-US.yaml deleted file mode 100644 index 6a4c0cf3926a4..0000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.14/Softplicity.PDFCombine.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jul/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.14 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: PDF Combine -PackageUrl: https://www.coolutils.com/PDFCombine -License: Proprietary -Copyright: Copyright @ 2004 Softplicity, Inc. -ShortDescription: CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. -Description: |- - To combine PDF, or PDF merging, is the process of joining multiple PDF files into one. This can be useful for organizing, sharing, or printing documents. CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. Our PDF merger tool allows you to: - - Combine PDF files into one document - - Append PDF files - - Add a clickable Table of Contents - - Use the PDF merger software to add a cover page - - Delete blank pages from scanned files - - Insert blank pages for double-sided printing. - - 30 day FREE trial -Tags: -- Combiner -- PDF -PurchaseUrl: https://www.coolutils.com/PDFCombine/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.installer.yaml b/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.installer.yaml deleted file mode 100644 index d39141bd0cf07..0000000000000 --- a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.PDFCombinePro -PackageVersion: 5.1.0.190 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PDF -ProductCode: PDF Combine Pro_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: PDF Combine Pro_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/PDFCombinePro.exe - InstallerSha256: C528C9B77227FAAF16690EE1F55F5BFCE8516EF226C78924D47E9B7C9B00402A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.locale.en-US.yaml deleted file mode 100644 index dce242337e212..0000000000000 --- a/manifests/s/Softplicity/PDFCombinePro/5.1.0.190/Softplicity.PDFCombinePro.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/18 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.PDFCombinePro -PackageVersion: 5.1.0.190 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: PDF Combine Pro -PackageUrl: https://www.coolutils.com/PDFCombinePro -License: Proprietary -Copyright: Copyright @ 2004 Softplicity, Inc. -ShortDescription: PDF Combine Pro is a life saver for those who need to combine PDF, DOC, TXT, DOCX, HTML, XLS files, images (TIFF, JPEG, PNG) and emails into one PDF. -Description: |- - PDF Combine Pro is a life saver for those who need to combine PDF, DOC, TXT, DOCX, HTML, XLS files, images (TIFF, JPEG, PNG) and emails into one PDF. Now you do not have to use several programs and converters to get one PDF. PDF Combine Pro does it in one go. Supported input formats include DOC, DOCX, RTF, TXT, XLS, XLSX, HTML, HTM, MHT, PS, EPS, PRN, PDF, TIFF, JPEG, PNG, PST, EML, MSG. - - PDF Combine Pro can combine files within folders. For example, you have 3 folders with different file types inside each. The app can produce three combined PDF files. - - It can easily create bookmarks that can be used as table of contents. - - Users can add custom Cover pages to the combined PDF. - - Legal users will appreciate the flexible bates stamping option. - - Transparent user interface and full command line support. - - Office files, faxes, emails - get combined PDF in seconds for your personal use, commercial need, e-discovery or production. - PDF Combine Pro is the most powerful solution to combine files. It not about simple merging 2 PDFs together, it was designed for large jobs and complicated tasks. So we are sure, whatever your case is, it can do that. If not, we will be happy to provide you with a custom solution that will do exactly what you need. - - 30 day FREE trial -Tags: -- Combine -- PDF -PurchaseUrl: https://www.coolutils.com/PDFCombine/license-pro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.installer.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.installer.yaml new file mode 100644 index 0000000000000..92ea6b6cde55f --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.installer.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.315 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- AAC +- APE +- FLAC +- MP4 +- MPC +- OFR +- OGG +- WAV +ProductCode: Total Audio Converter_is1 +ReleaseDate: 2025-10-14 +AppsAndFeaturesEntries: +- ProductCode: Total Audio Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalAudioConverter.exe + InstallerSha256: 09DB59479F0E50EB44A23846C450B0A6E773B3558F4FE5C924E4279C39882576 +ManifestType: installer +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.locale.en-US.yaml new file mode 100644 index 0000000000000..becf100035568 --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.315 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Audio Converter +PackageUrl: https://www.coolutils.com/TotalAudioConverter +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Audio Converter can easily convert almost any audio to WAV, MP3, OGG, WMA, APE, FLAC, MP4, AAC, MPC. A convenient batch option is available. +Description: |- + Total Audio Converter can easily convert almost any audio to WAV, MP3, OGG, WMA, APE, FLAC, MP4, AAC, MPC. A convenient batch option is available. + - Supports WAV, AAC, FLAC, OGG, OFR, MP4, MPC, APE, and 24 other audio formats; + - Rips CDs and convert CDA to lossless or compressed formats; + - Converts audio files via GUI or the command line. + - Total Audio Converter captures audio from YouTube or SoundCloud videos. + - Splits APE and FLAC files by CUE. + Total Audio Converter has been online for over 20 years. Today, when most people just get music from iTunes, true fans still use FLAC and rip old CDs. Join the gang. + 30 day FREE trial +Tags: +- Audio +- Converter +PurchaseUrl: https://coolutilsstore.onfastspring.com/audio-converter +ManifestType: defaultLocale +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.yaml b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.yaml new file mode 100644 index 0000000000000..91b4c37136b36 --- /dev/null +++ b/manifests/s/Softplicity/TotalAudioConverter/6.1.0.315/Softplicity.TotalAudioConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json + +PackageIdentifier: Softplicity.TotalAudioConverter +PackageVersion: 6.1.0.315 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.installer.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.installer.yaml deleted file mode 100644 index 5e3406e84aa70..0000000000000 --- a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCSVConverter -PackageVersion: 4.2.0.97 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- CSV -ProductCode: Total CSV Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total CSV Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalCSVConverter.exe - InstallerSha256: A200CCBC48669C206EE9E01409281580D71FF39DE0C657E2060E94C275837474 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.locale.en-US.yaml deleted file mode 100644 index d0b6e1494c592..0000000000000 --- a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCSVConverter -PackageVersion: 4.2.0.97 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total CSV Converter -PackageUrl: https://www.coolutils.com/TotalCSVConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total CSV Converter is a reliable tool for converting CSV, TSV and TAB files to PDF, XLS, XLSX, DBF, XML, JSON, HTML, TXT, DOC and a variety of OpenOffice formats. -Description: |- - Total CSV Converter is a reliable tool for converting CSV, TSV and TAB files to PDF, XLS, XLSX, DBF, XML, JSON, HTML, TXT, DOC and a variety of OpenOffice formats. The program was designed to be convenient and user-friendly. Loaded with helpful customization options, the Total CSV Converter doesn't just convert your files to a different format, it lets you make improvements along the way. For example, with the Total CSV Converter you'll also be able to: - - Choose encoding when you convert CSV to TXT in batch. - - When you export CSV to XLS you can use the options of making the header bold and column autofit. - - Convert large volumes of CSV files fast and with minimal effort. - - Set your own delimiters or skip the rows you don't need. - - The Option Saving feature lets you save the settings of jobs that are frequently performed for faster implementation. - - With its clear, intuitive interface the Total CSV Converter is accessible to users of every skill level. For beginners, we've included a helpful onboard wizard that assists with locating files and setting up new jobs through an easy to use GUI. For advanced users we've included support for handling conversion via the command line. The server version offers a dll and ActiveX. - - 30 day FREE trial -Tags: -- CSV -- Converter -PurchaseUrl: https://www.coolutils.com/TotalCSVConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.yaml b/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.yaml deleted file mode 100644 index 5b4cdf0ee14bf..0000000000000 --- a/manifests/s/Softplicity/TotalCSVConverter/4.2.0.97/Softplicity.TotalCSVConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCSVConverter -PackageVersion: 4.2.0.97 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.installer.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.installer.yaml deleted file mode 100644 index 2fefd531d82cd..0000000000000 --- a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.installer.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalExcelConverter -PackageVersion: 7.1.0.165 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- XLK -- XLS -- XLSB -- XLSM -- XLSX -- XLT -- XLTM -- XLTX -- XLW -ProductCode: Total Excel Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total Excel Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalExcelConverter.exe - InstallerSha256: 4693F5B3C691B34B0964D2F905D77B25B589557F217028946948E6E3BCDE55B5 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.locale.en-US.yaml deleted file mode 100644 index b653c75639297..0000000000000 --- a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalExcelConverter -PackageVersion: 7.1.0.165 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Excel Converter -PackageUrl: https://www.coolutils.com/TotalExcelConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total Excel Converter is the perfect choice to convert any type of table. Supported input formats include Excel and Excel 2007, XLSM, XLT, XLTM as well as OpenOffice formats ODS, XML, SQL, WK2, WKS, WAB, DBF, TEX, and DIF. -Description: |- - Total Excel Converter is the perfect choice to convert any type of table. Supported input formats include Excel and Excel 2007, XLSM, XLT, XLTM as well as OpenOffice formats ODS, XML, SQL, WK2, WKS, WAB, DBF, TEX, and DIF. The list of target formats is even more extensive: convert your tabled files into DOC, DOCX, PDF, HTML, Access, TXT, ODT, ODS, XML, SQL, CSV, Lotus, DBF, TEX, DIFF, SYLK, and LaTeX. Download excel converter and convert XLS, XLSX, ODS, XML spreadsheets in batch offline - - Total Excel Converter strictly preserves document layout; you'll get an exact copy of the source file but in a new format. In addition, we've included a number of handy options: - - - Total Excel Converter supports almost all Excel extensions: XLS, XLSX, XLSM, XLSB, XLT, XLTM, XLTX, XLK, XLW. When the new Office is released, we will add new file types too. - - Using our Excel conversion tool, you can convert each page of your spreadsheet into a separate file. - - Our XSLX converter can copy the original time stamps if you don't want to change the date. - - Have an outdated Microsoft Office 2003? Update all your old files to the new format in one go. Use our XLS to XLSX converter offline for batch processing. - - The widest list of output file types: DOC, PDF, HTML, MHT, XHTML, CSV, TXT, TIFF, JPEG, SVG, RTF, XML, XLS, XLSX, ODS, ODT, Lotus, DIFF, SYLK, LATEX, SQL, DBF, Access! - - Total Excel Converter can combine several Excel spread sheets into one TIFF or PDF file. - - Our converter has a built-in renamer to give your files new descriptive names. Include a counter, a date or worksheet name into the file name and your files will be in perfect order. - - 30 day FREE trial -Tags: -- Converter -- Excel -PurchaseUrl: https://www.coolutils.com/TotalExcelConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.yaml b/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.yaml deleted file mode 100644 index 3e2f66b25a0ee..0000000000000 --- a/manifests/s/Softplicity/TotalExcelConverter/7.1.0.165/Softplicity.TotalExcelConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalExcelConverter -PackageVersion: 7.1.0.165 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.installer.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.installer.yaml similarity index 70% rename from manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.installer.yaml rename to manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.installer.yaml index 2ddb8018e5c6a..a70c90840f608 100644 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.installer.yaml +++ b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.346 +PackageVersion: 8.5.0.352 InstallerLocale: en-US InstallerType: inno InstallModes: @@ -26,6 +26,6 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://www.coolutils.com/Downloads/TotalImageConverter.exe - InstallerSha256: 258EE753073FA888FAA2B5CB3BD5F635382851F37909AA90F43084AEEEB74D34 + InstallerSha256: 8E0E5923DC9CD0185E7C034B6F5CA8AD16DD4C0FF5F8EF32E85264F1FBFCFDAA ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.locale.en-US.yaml similarity index 90% rename from manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.locale.en-US.yaml rename to manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.locale.en-US.yaml index 80c1d01546299..a7b81c7fdbc8f 100644 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.locale.en-US.yaml +++ b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.346 +PackageVersion: 8.5.0.352 PackageLocale: en-US Publisher: Softplicity, Inc. PublisherUrl: https://www.coolutils.com/ @@ -29,4 +29,4 @@ Tags: - Image PurchaseUrl: https://www.coolutils.com/TotalImageConverter/license ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.yaml b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.yaml similarity index 53% rename from manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.yaml rename to manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.yaml index 37b8b863b47a0..18a6e2cf0f8ff 100644 --- a/manifests/s/Softplicity/TotalImageConverter/8.5.0.346/Softplicity.TotalImageConverter.yaml +++ b/manifests/s/Softplicity/TotalImageConverter/8.5.0.352/Softplicity.TotalImageConverter.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json PackageIdentifier: Softplicity.TotalImageConverter -PackageVersion: 8.5.0.346 +PackageVersion: 8.5.0.352 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.installer.yaml b/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.installer.yaml deleted file mode 100644 index f1e88e2b87933..0000000000000 --- a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalMailConverter -PackageVersion: 6.2.0.235 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Mail Converter_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Mail Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalMailConverter.exe - InstallerSha256: 6CFA3AB38FCDCF9285D8AEB6F3C3A406317F783D4B8C70E2FD36637975F195D4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.locale.en-US.yaml deleted file mode 100644 index ce636d0b95cb7..0000000000000 --- a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalMailConverter -PackageVersion: 6.2.0.235 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Mail Converter -PackageUrl: https://www.coolutils.com/TotalMailConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total Mail Converter helps you manage your emails outside of your email client (Outlook, Thunderbird, and more) in the same way you would work with PDF, DOC or text files. -Description: |- - Total Mail Converter helps you manage your emails outside of your email client (Outlook, Thunderbird, and more) in the same way you would work with PDF, DOC or text files. Loaded with unique options, the Total Mail Converter lets you: - - Convert MSG or EML to PDF, PDF/A, DOC, XLS, XPS, HTML, XHTML, TXT, TIFF, EML, MSG, PST files. - - Attached files can be extracted and placed into the same or a new folder. To convert attachments to DOC, PDF, TIFF, JPEG, HTML, TXT, get the Pro version (find the comparison chart). - - Perfect for eDiscovery and Freedom Of Information requests. - - Convert emails via the friendly user interface or directly through the command line. We even offer a server version without the GUI or any messages for silent server operations. - - Selectively export the email fields of your choosing: Sender, Recipient, Date, Subject, or Body - - 30 day FREE trial -Tags: -- Converter -- Mail -- Outlook -- Thunderbird -PurchaseUrl: https://www.coolutils.com/TotalMailConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.yaml b/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.yaml deleted file mode 100644 index 3b05a778cab0d..0000000000000 --- a/manifests/s/Softplicity/TotalMailConverter/6.2.0.235/Softplicity.TotalMailConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalMailConverter -PackageVersion: 6.2.0.235 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.installer.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.installer.yaml similarity index 69% rename from manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.installer.yaml rename to manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.installer.yaml index 5e31d19536800..b01c5b79b370a 100644 --- a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.installer.yaml +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json PackageIdentifier: Softplicity.TotalMailConverterPro -PackageVersion: 11.1.0.393 +PackageVersion: 11.1.0.398 InstallerLocale: en-US InstallerType: inno InstallModes: @@ -18,6 +18,6 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://www.coolutils.com/Downloads/TotalMailConverterPro.exe - InstallerSha256: 9E1B679B06E766F3E53D1BC1E1B71361DF8ACBDDD4CA9EDC7617854A138E3403 + InstallerSha256: 9F44AE3234DEC7F175347D69A9CFE12398A4E050F45A7ACB6900743CBB9E17B2 ManifestType: installer -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.locale.en-US.yaml similarity index 92% rename from manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.locale.en-US.yaml rename to manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.locale.en-US.yaml index f289bab9c4c0c..999ca391dcd4c 100644 --- a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.locale.en-US.yaml +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json PackageIdentifier: Softplicity.TotalMailConverterPro -PackageVersion: 11.1.0.393 +PackageVersion: 11.1.0.398 PackageLocale: en-US Publisher: Softplicity, Inc. PublisherUrl: https://www.coolutils.com/ @@ -30,4 +30,4 @@ Tags: - Mail PurchaseUrl: https://www.coolutils.com/TotalMailConverter/license-pro ManifestType: defaultLocale -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.yaml similarity index 53% rename from manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.yaml rename to manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.yaml index a9b76f1c0f4ae..e30cacaafe657 100644 --- a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.393/Softplicity.TotalMailConverterPro.yaml +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.398/Softplicity.TotalMailConverterPro.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json PackageIdentifier: Softplicity.TotalMailConverterPro -PackageVersion: 11.1.0.393 +PackageVersion: 11.1.0.398 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.12.0 +ManifestVersion: 1.28.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.installer.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.installer.yaml deleted file mode 100644 index 67159f5bf568b..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverter -PackageVersion: 5.1.0.191 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Outlook Converter_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Outlook Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalOutlookConverter.exe - InstallerSha256: 66B58E88F604B797CB73266423DFCB2ED686505791496747681B1D4852F4F85B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.locale.en-US.yaml deleted file mode 100644 index 7a1fcb33fb044..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverter -PackageVersion: 5.1.0.191 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Outlook Converter -PackageUrl: https://www.coolutils.com/TotalOutlookConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Outlook Converter is the most reliable, option-filled program that lets you convert Outlook emails to PDF, DOC, HTML, XHTML, TXT, TIFF, JPEG, MBox and EML in batch. -Description: |- - Outlook Converter is the most reliable, option-filled program that lets you convert Outlook emails to PDF, DOC, HTML, XHTML, TXT, TIFF, JPEG, MBox and EML in batch. - - The simple solution for archiving Outlook emails as PDF or preparing them for a legal matter. - - The app will save attachments to the same or a new folder. If you'd like to convert attachments to PDF and embed them, check out Total Outlook Converter Pro. - - Add page numbers to your files or stamp bates. - - Convert emails as well as contacts and calendar. - - Rename output files with date or sender or subject in the file name. More unique options.. - When you use the Total Outlook Converter to archive emails into more shareable formats, you can reference them later without the use of Outlook. The app is perfect for any legal matter, freedom of information requests, back up or migration. - - 30 day FREE trial -Tags: -- Converter -- Outlook -PurchaseUrl: https://www.coolutils.com/TotalOutlookConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.yaml deleted file mode 100644 index 53cae30f49632..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.191/Softplicity.TotalOutlookConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverter -PackageVersion: 5.1.0.191 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.installer.yaml b/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.installer.yaml deleted file mode 100644 index bdcf476a57b54..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverterPro -PackageVersion: 5.1.1.318 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Outlook Converter Pro_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Outlook Converter Pro_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalOutlookConverterPro.exe - InstallerSha256: A232D7B2EA778897201BBD6AF4D40620AA5830D819B10E780067E03CAF8E797A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.locale.en-US.yaml deleted file mode 100644 index d3918347b7192..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverterPro -PackageVersion: 5.1.1.318 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Outlook Converter Pro -PackageUrl: https://www.coolutils.com/TotalOutlookConverterPro -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total Outlook Converter Pro will help you convert Outlook emails to PDF, DOC, RTF, TXT, HTML, TIFF in batch. While other email converters are able to process emails, they only do half the job by leaving attachments in their original formats. -Description: |- - Total Outlook Converter Pro will help you convert Outlook emails to PDF, DOC, RTF, TXT, HTML, TIFF in batch. While other email converters are able to process emails, they only do half the job by leaving attachments in their original formats. Total Outlook Converter Pro goes the extra mile by helping convert both emails and their attachments. - - eDiscovery and litigation. Convert Outlook emails to PDF in the most accurate way. Attach or embed attachments to the resulting PDF. Search emails by sender, subject, date or any key word. Our Outlook converter can also stamp bates, add text watermarks (i.e. confidential), rename output files by the bates number. - - If you feel it's time to migrate to another email app, Total Outlook Converter Pro will export emails to universal EML files or MBOX accepted by Apple. - - Table reports. Get all emails from a PST file converted over to a single excel file with general info such as date/time/to/from/body information. Then it's easy to load the report in a DB or do further analysys on. - - Archiving old emails. Once you decide to empty Outlook and save copies of your emails on your hard drive, our converter is at your fingertips. Save Outlook emails as PDF, PDF/A, DOC, TXT, HTML, TIFF, JPEG files to open them without any email program. Elderly parents living far or kid's educational bills, anything you may find important should be backed up in case you don't have the Internet connection. - Our app is your safe choice to save Outlook emails as PDF files, as you can rest assured that your data is handled with 100% accuracy during the conversion process. Back up, archiving, any legal matter - Total Outlook Converter Pro works with gigabytes of emails. - - 30 day FREE trial -Tags: -- Converter -- Outlook -PurchaseUrl: https://www.coolutils.com/TotalOutlookConverter/license-pro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.yaml b/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.yaml deleted file mode 100644 index 6d323ea2479b4..0000000000000 --- a/manifests/s/Softplicity/TotalOutlookConverterPro/5.1.1.318/Softplicity.TotalOutlookConverterPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalOutlookConverterPro -PackageVersion: 5.1.1.318 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.installer.yaml b/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.installer.yaml deleted file mode 100644 index 39b154cf0cc3e..0000000000000 --- a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalPDFConverter -PackageVersion: 6.5.0.203 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PDF -ProductCode: Total PDF Converter_is1 -ReleaseDate: 2025-10-17 -AppsAndFeaturesEntries: -- ProductCode: Total PDF Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalPDFConverter.exe - InstallerSha256: 552766ADAA7CC0B90CE6FDF5581BB7D2C75D7B58CAAC716B1CF91872248F7842 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.locale.en-US.yaml deleted file mode 100644 index 697d399e2053c..0000000000000 --- a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.locale.en-US.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalPDFConverter -PackageVersion: 6.5.0.203 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total PDF Converter -PackageUrl: https://www.coolutils.com/TotalPDFConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total PDF Converter software changes PDF files to DOC, RTF, TIFF, XLS, HTML, EPS, PS, TXT, CSV, PDF/A and images in batch. -Description: |- - Total PDF Converter software changes PDF files to DOC, RTF, TIFF, XLS, HTML, EPS, PS, TXT, CSV, PDF/A and images in batch. Our advanced PDF converter software provides professional-grade PDF conversion with the most comprehensive feature set available. Unlike other PDF converter software, the Total PDF Converter is extremely user-friendly thanks to a well-planned interface. Download our batch PDF converter software and experience the most efficient PDF conversion available. Additionally, registered users gain direct access to command line support for quiet automatic functioning on the back end. - - - Total PDF Converter supports PDF, PCL, PS, EPS, PRN, XPS, OXPS files. It's not a simple PRN converter, it's the all-in-one solution. New formats are constantly being added. - - Tell Total PDF Converter if you want to omit images from the source files. You can also get the new file with images only without text if you like. - - Convert PDF to PDF/A in batch. Update thousands of multiple files in one process. - - Total PDF Converter can act as a PDF splitting utility and extract selected pages from a multi-page PDF. It can also split PDF by bookmarks or by blank pages. - - Total PDF Converter will change the date of the file or keep the original time stamps. Just check the appropriate checkbox. - - Sign PDF documents with your digital signature during the file conversion process. - - Combine several PDF files into one multi-page document with out powerful batch PDF converter. - - Add text or image watermarks to the header or the footer of the output file. It's perfect for stamping bates too! - - Unlike free PDF converter software, our app processes thousands of documents keeping the folder structure. - - No matter what MS Office you have, our app can convert PDF to DOC and DocX. - - 30 day FREE trial -Tags: -- Converter -- PDF -PurchaseUrl: https://www.coolutils.com/TotalPDFConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.yaml b/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.yaml deleted file mode 100644 index cc1ce7ee18096..0000000000000 --- a/manifests/s/Softplicity/TotalPDFConverter/6.5.0.203/Softplicity.TotalPDFConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Sep/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalPDFConverter -PackageVersion: 6.5.0.203 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.installer.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.installer.yaml deleted file mode 100644 index bf6fbddf2f350..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.43 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Thunderbird Converter_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Thunderbird Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalThunderbirdConverter.exe - InstallerSha256: 6D1532259E2AC08C6C96739F8AC6626F09DB9E598EFDE7644749DBAF5F1D46A7 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml deleted file mode 100644 index 79042e44b5d76..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.43 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Thunderbird Converter -PackageUrl: https://www.coolutils.com/TotalThunderbirdConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. -Description: |- - Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. Whether you need to safely archive your correspondence in PDF, or migrate emails to Outlook, our converter is up to the task providing you with fast, accurate conversion options. - - Our easy-to-use app is able to automatically connect to your Thunderbird client and suggest emails for conversion or you can import MBOX and MSF files. - - Maintain file structure by placing all attachments into the same or a new folder. Unpack zipped attachments. Insert images into the output files of your emails. You can even convert attachments at the same time as messages to any supported format by upgrading to the Total Thunderbird Converter Pro. - - Users can selectively include specific fields into the final document: sender, date, body, etc. - - The app can add a page counter, a date or an image to your output files. - - Built around a clear, user-friendly interface, the Thunderbird Converter provides users of every skill level with tools needed to perform professional grade conversions. Advanced users are invited to create prompts via direct access to the command line. - 30 day FREE trial -Tags: -- Converter -- Thunderbird -PurchaseUrl: https://www.coolutils.com/TotalThunderbirdConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.yaml deleted file mode 100644 index 76f97c68b0562..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.43/Softplicity.TotalThunderbirdConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverter -PackageVersion: 5.1.0.43 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.installer.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.installer.yaml deleted file mode 100644 index 034479b597851..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverterPro -PackageVersion: 5.1.9737.26106 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Total Thunderbird Converter Pro_is1 -ReleaseDate: 2025-10-21 -AppsAndFeaturesEntries: -- ProductCode: Total Thunderbird Converter Pro_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalThunderbirdConverterPro.exe - InstallerSha256: D310656EA0EEED3D9C909B7C28C7043E6BAE193306ADF3744F5E2D97A755DEAD -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml deleted file mode 100644 index 55cdbbf4fe658..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverterPro -PackageVersion: 5.1.9737.26106 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total Thunderbird Converter Pro -PackageUrl: https://www.coolutils.com/TotalThunderbirdConverterPro -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total Thunderbird Converter Pro easily converts emails from your Thunderbird emails client to DOC (WORD), PDF, HTML, TXT, TIFF. -Description: |- - Total Thunderbird Converter Pro easily converts emails from your Thunderbird emails client to DOC (WORD), PDF, HTML, TXT, TIFF. You can also import your MBOX file. The app runs in a batch mode so you can export thousands of emails in one go. - - Total Thunderbird Converter Pro also converts attachments to the desired format along with emails. - - With Total Thunderbird Converter Pro users can adjust fonts, styles and colors of output documents. - - The converter supports advanced PDF export options. Users can encrypt the final PDF file and protect it from being copied or modified. The latest version adds a digital signature as well. - - Migrate to Windows Live Mail, Outlook Express or any eml-based client with MBOX to EML option. - - Add page counters or stamp bates! The app can type any text to the footer or the header of the file (dates, company's name, bates numbers, confidential notes, etc.) - - When you convert MBOX to PDF you can define document properties, password protect, set user permissions, sign with your digital signature. Total Thunderbird Converter Pro can produce PDF, PDF/A and non-searchable PDFs. - - 30 day FREE trial -Tags: -- Converter -- Thunderbird -PurchaseUrl: https://www.coolutils.com/TotalThunderbirdConverter/license-pro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.yaml deleted file mode 100644 index 52036dd39945c..0000000000000 --- a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9737.26106/Softplicity.TotalThunderbirdConverterPro.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalThunderbirdConverterPro -PackageVersion: 5.1.9737.26106 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.installer.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.installer.yaml deleted file mode 100644 index a70740d97f974..0000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.147 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- XML -ProductCode: Total XML Converter_is1 -ReleaseDate: 2025-10-14 -AppsAndFeaturesEntries: -- ProductCode: Total XML Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalXMLConverter.exe - InstallerSha256: C91210B441414ECC61FA2054FF2BA01BFDF45652C4B19D68BA2E559B0CBD12C5 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.locale.en-US.yaml deleted file mode 100644 index a519e7adaf030..0000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.147 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total XML Converter -PackageUrl: https://www.coolutils.com/TotalXMLConverter -License: Proprietary -Copyright: Copyright @ 2005 Softplicity, Inc. -ShortDescription: Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. -Description: |- - Total XML Converter converts XML to CSV, JSON, PDF. It is a unique application to turn your XML files into other file types. The interface of the program is clear and straightforward. You can convert either one XML file or several folders (the app will keep the folder structure). - - Total XML Converter supports XSLT transformation; just add your XSLT file. - - The tool will also format XML into human-readable form or vice versa. - - Convert XML files via command line or graphic user interface. - - Total XML Converter supports very sophisticated XML documents and keeps the original structure intact. - - In addition to XML, the converter also supports YAML, SML, FO and JSON files. - - If you are looking for a command line XML converter, choose the server version (Windows servers only). It has no GUI and does not show any interrupting messages. - Whether you want to format your XML files or facilitate data-interchange between systems, Total XML Converter is at your fingertips. - 30 day FREE trial -Tags: -- Converter -- XML -PurchaseUrl: https://www.coolutils.com/TotalXMLConverter/licensehttps://www.coolutils.com/TotalXMLConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.yaml b/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.yaml deleted file mode 100644 index 84a34b7e10db5..0000000000000 --- a/manifests/s/Softplicity/TotalXMLConverter/3.2.0.147/Softplicity.TotalXMLConverter.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalXMLConverter -PackageVersion: 3.2.0.147 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.installer.yaml index 72be10acdb3f6..e689a909c7749 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/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.1789432613-gd97f0d +PackageVersion: 0.0.1789452786-gb5a285 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-09-15 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1789432613-gd97f0d/amp-windows-x64-baseline.exe - InstallerSha256: A01EBC192ABE5A0CDA6D40374FF40B6155D1D59147B88C4F482093B379AE7B1D + InstallerUrl: https://static.ampcode.com/cli/0.0.1789452786-gb5a285/amp-windows-x64-baseline.exe + InstallerSha256: AAE1B42A8A0164E05119D981A6A1327B4E4FFC0F58424F0C4D3249A7611AB5F3 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.locale.en-US.yaml index 5add24573427e..72e698cd89227 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/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.1789432613-gd97f0d +PackageVersion: 0.0.1789452786-gb5a285 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.locale.zh-CN.yaml index 321fe31da3fb1..e76fc38117547 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/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.1789432613-gd97f0d +PackageVersion: 0.0.1789452786-gb5a285 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/Sourcegraph.Amp.yaml index 79916a9348a41..8f8ff8b18a1b3 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1789432613-gd97f0d/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1789452786-gb5a285/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.1789432613-gd97f0d +PackageVersion: 0.0.1789452786-gb5a285 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.installer.yaml b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.installer.yaml new file mode 100644 index 0000000000000..5d2265f9f77ff --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.203 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 2b325ec9-0ed1-575f-ad70-e08307aee879 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stablyai/orca/releases/download/v1.4.203/orca-windows-setup.exe + InstallerSha256: DC347211CE31DC1D37BD6522B2BB96169747F626A19754C57F6868769E878A7C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.locale.en-US.yaml b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.locale.en-US.yaml new file mode 100644 index 0000000000000..3c2b59fa6576d --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.locale.en-US.yaml @@ -0,0 +1,137 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StablyAI.Orca +PackageVersion: 1.4.203 +PackageLocale: en-US +Publisher: stablyai +PublisherUrl: https://www.stably.ai/ +PublisherSupportUrl: https://github.com/stablyai/orca/issues +PrivacyUrl: https://www.onorca.dev/privacy +Author: Lovecast Inc. +PackageName: Orca +PackageUrl: https://www.onorca.dev/ +License: MIT +LicenseUrl: https://github.com/stablyai/orca/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lovecast Inc. +CopyrightUrl: https://www.onorca.dev/terms +ShortDescription: Ship 100x With The Agent IDE +Description: |- + Orca is a desktop IDE for running multiple AI coding agents side by side. Every task gets its own git worktree, its own agent terminal, and its own browser tab — so you can fan out work across Claude Code, Codex, Cursor CLI, and friends without stashing, branch-juggling, or losing flow. + + When to use Orca + - You want three agents trying the same bug in parallel and to pick the winner. + - You want to review AI-generated diffs seriously before you ship them. + - You already pay for Claude Code, Codex, or Cursor CLI and want one place to orchestrate them. + - You want agents to run remotely over SSH without giving up your IDE. + + Who it's for + Orca is designed for people who already write code for a living and want to use AI as leverage — not as a replacement. It assumes you read diffs, care about commits, and keep a worktree tidy. If you're looking for a no-code tool, Orca is not that. + + What Orca is not + - Not a model. Orca runs agents you already use — bring your own Claude, Codex, or OpenCode subscription. + - Not a git replacement. Every worktree is a real git worktree. You can cd in and use plain git whenever you want. + - Not cloud-only. Orca runs locally. Remote agents happen through SSH to machines you own. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Thank you so much for using Orca and for your continued support! ❤️ + Please note: It usually takes 48–72 hours for a landed PR to be released (except P0+ fixes). We have many more exciting PRs and features coming in later versions! + The short version + Reliability & security: Electron is updated to address a glibc environment use-after-free, browser cookie migration is more reliable, and worktree creation now completes cleanly after post-create failures. + Agents & chat: Native chat recovers restart-stranded sends from provider history, agent status no longer depends on a retained runtime row store, and provider/model validation is more resilient. + Workspaces & mobile: Folder workspaces retain their saved names and groups, sidebar nesting is easier to work with, and mobile restores push, cold-start, notification, Markdown, and workspace-routing behavior. + Performance: Orca reduces cold-switching, browser, terminal, SSH, mobile, history, plugin, and relay overhead across a broad set of targeted improvements. + Product experience + Workspaces, tabs & browser + Safer workspace creation, more reliable browser data, and clearer navigation around your projects. + - fix(browser): decode Chromium SameSite storage values (135 cookies silently lost per profile) by @brennanb2025 in https://github.com/stablyai/orca/pull/20076 + - fix(workspaces): complete a worktree create when a post-create step throws by @brennanb2025 in https://github.com/stablyai/orca/pull/20175 + - Fix landing footer menu placement by @nwparker in https://github.com/stablyai/orca/pull/20360 + - Make sidebar nesting easier while preserving animated reordering by @nwparker in https://github.com/stablyai/orca/pull/20412 + - fix(browser): move cookie scoping off psl's stale suffix list by @nwparker in https://github.com/stablyai/orca/pull/20421 + - fix(tabs): cancel split drags when the window loses focus by @OrcaWin in https://github.com/stablyai/orca/pull/20323 + - fix(resource-manager): show saved folder workspace names and groups by @OrcaWin in https://github.com/stablyai/orca/pull/20324 + - fix(sidebar): show agent activity before workspace activation by @Jinwoo-H in https://github.com/stablyai/orca/pull/20398 + Agents & workflow + Agent reliability & native chat + Agents recover more gracefully, and chat makes safer decisions when provider state or configuration changes. + - refactor(agent-status): delete the runtime's retained row store (PR 1b) by @brennanb2025 in https://github.com/stablyai/orca/pull/19785 + - fix(source-control): pass the Antigravity prompt to agy --print by @nwparker in https://github.com/stablyai/orca/pull/20147 + - fix(hooks): stop orphaned managed markers from consuming user TOML by @nwparker in https://github.com/stablyai/orca/pull/20148 + - fix(codex): reconcile marketplace and plugin tables through the config mirror by @nwparker in https://github.com/stablyai/orca/pull/20150 + - feat(ai-vault-search): session search query engine over the index by @Jinwoo-H in https://github.com/stablyai/orca/pull/20029 + - fix(native-chat): shrink skill pill text by @brennanb2025 in https://github.com/stablyai/orca/pull/20254 + - fix(claude): refuse a structured model the provider does not list by @brennanb2025 in https://github.com/stablyai/orca/pull/19946 + - fix(claude-accounts): stop path resolution from creating the config directory by @makoto-developer in https://github.com/stablyai/orca/pull/12309 + - fix(ai-vault): close OpenCode handles when query_only setup fails by @bbingz in https://github.com/stablyai/orca/pull/14134 + - fix(skills): evict removed runtime discovery cache by @bbingz in https://github.com/stablyai/orca/pull/11489 + - fix(automations): isolate the scheduler tick and refuse oversized cron steps by @nwparker in https://github.com/stablyai/orca/pull/20152 + - fix(runtime): stop a name-only agent title from satisfying tui-idle by @nwparker in https://github.com/stablyai/orca/pull/20155 + - fix(agent-hooks): stop navigation Escape from inferring completion by @nwparker in https://github.com/stablyai/orca/pull/20149 + - fix(ai-vault): re-read a transcript rewritten to its previous size by @Jinwoo-H in https://github.com/stablyai/orca/pull/20261 + - refactor(native-chat): give each structured dispatch state exactly one meaning by @brennanb2025 in https://github.com/stablyai/orca/pull/20133 + - feat(native-chat): decide a restart-stranded send against provider history by @brennanb2025 in https://github.com/stablyai/orca/pull/20139 + Mobile + Mobile restores its notification and startup paths while keeping workspace and Markdown handling responsive. + - Restore mobile push and fix cold-start dismissals by @Jinwoo-H in https://github.com/stablyai/orca/pull/20068 + - feat(mobile): add typed RPC operations and fence raw requests by @Jinwoo-H in https://github.com/stablyai/orca/pull/20018 + - fix: prevent infinite loops in mobile Markdown rendering by @nwparker in https://github.com/stablyai/orca/pull/20313 + - fix(mobile): reuse current workspace on notification taps by @Jinwoo-H in https://github.com/stablyai/orca/pull/20310 + Relay & cloud + Rollout gates, monitoring, and relay rehoming have stronger compatibility and failure handling. + - feat(relay): support protocol 3 in cell rollout gates by @Jinwoo-H in https://github.com/stablyai/orca/pull/20174 + - fix(relay): bound idle rehome polling and skip disabled scans by @Jinwoo-H in https://github.com/stablyai/orca/pull/20203 + - fix(relay): reuse canary across completed rollout batches by @Jinwoo-H in https://github.com/stablyai/orca/pull/20214 + - fix(cloud): tolerate sparse director errors in rollout monitor by @Jinwoo-H in https://github.com/stablyai/orca/pull/20238 + - fix(cloud): diagnose wrapped relay trust probe failures by @Jinwoo-H in https://github.com/stablyai/orca/pull/20403 + - test(relay): differential coverage for the single-pass host-data owner lookup by @nwparker in https://github.com/stablyai/orca/pull/20426 + - test(rpc): add a compile-time params catalog parity gate by @Jinwoo-H in https://github.com/stablyai/orca/pull/20281 + Quality & delivery + Nothing here changes what you see — it changes how smoothly Orca behaves under real workloads. Expanded below if you want the detail. + Performance improvements + Targeted optimizations reduce unnecessary work across the interface, terminals, SSH and relay paths, browser and workspace indexing, mobile rendering, chat/history scans, Git, plugins, and AI-vault searches. + Highlights include faster cold worktree switching, bounded remote transcript and terminal scans, fewer browser and tab inventory copies, lighter mobile Markdown and Linear grouping work, and more efficient Git, plugin, and session indexing. + Reliability, tests & delivery + - fix(deps): take Electron 43.7.0 for the glibc environ use-after-free (#20081) by @nwparker in https://github.com/stablyai/orca/pull/20089 + - fix(terminal): re-run deferred tab admission when a plan installs mid-activation by @brennanb2025 in https://github.com/stablyai/orca/pull/20176 + - fix(e2e): remove four real flake sources and one caret race by @brennanb2025 in https://github.com/stablyai/orca/pull/20169 + - fix(e2e): run worktree first-paint probe on a mapped window by @brennanb2025 in https://github.com/stablyai/orca/pull/20197 + - test: replace fixed UI waits with observable readiness by @nwparker in https://github.com/stablyai/orca/pull/20369 + - ci: reuse immutable package setup across shutdown checks by @nwparker in https://github.com/stablyai/orca/pull/20368 + - ci: narrow pnpm cache keys and shallow development checkouts by @nwparker in https://github.com/stablyai/orca/pull/20370 + - ci: balance existing unit and E2E shards using recorded timings by @nwparker in https://github.com/stablyai/orca/pull/20367 + - refactor(renderer): improve IPC error handling with clamped and unclamped variants by @AmethystLiang in https://github.com/stablyai/orca/pull/20340 + - refactor(preload): drop the unused raw electron IPC bridge by @nwparker in https://github.com/stablyai/orca/pull/20419 + - fix(runtime): GC expired proven-absent leaf PTY verdicts by @innocarpe in https://github.com/stablyai/orca/pull/12810 + - fix(editor): eliminate multi-second Markdown blank-run scans by @nwparker in https://github.com/stablyai/orca/pull/20231 + - fix(chat): bound journal replay memory by live history by @nwparker in https://github.com/stablyai/orca/pull/20247 + - chore: remove 20.7 MiB of duplicate and unused media by @nwparker in https://github.com/stablyai/orca/pull/20416 + - fix(updater): open background check errors from the status bar by @OrcaWin in https://github.com/stablyai/orca/pull/20270 + - refactor(windows): vendor the registry addon as @orca/windows-registry by @nwparker in https://github.com/stablyai/orca/pull/20438 + - chore(deps): pin serve-sim to an exact version by @nwparker in https://github.com/stablyai/orca/pull/20446 + - Add code quality lint for type assertions by @AmethystLiang in https://github.com/stablyai/orca/pull/19462 + - fix(ci): cache the vendored addon where node-gyp actually writes it by @nwparker in https://github.com/stablyai/orca/pull/20445 + - fix(ci): match the truncated windows-process-tree virtual store dir by @nwparker in https://github.com/stablyai/orca/pull/20447 + - build(macos): parallelize native helpers with complete cancellation by @espetro in https://github.com/stablyai/orca/pull/19651 + - Reduce native dependency installs to the host platform by @nwparker in https://github.com/stablyai/orca/pull/20420 + - test(scripts): widen the Windows shim ratchet to catch package bin spawns by @Jinwoo-H in https://github.com/stablyai/orca/pull/20285 + New contributors + - @espetro made their first contribution in https://github.com/stablyai/orca/pull/19651 + Full Changelog: https://github.com/stablyai/orca/compare/v1.4.201...v1.4.203 +ReleaseNotesUrl: https://github.com/stablyai/orca/releases/tag/v1.4.203 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.onorca.dev/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.locale.zh-CN.yaml b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0a06109bd9a9 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.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: StablyAI.Orca +PackageVersion: 1.4.203 +PackageLocale: zh-CN +ShortDescription: 使用 Agent IDE 提升 100 倍交付速度 +Description: |- + Orca 是一款用于并行运行多个 AI 编程智能体(Agents)的桌面端 IDE。每一项任务都会获得独立的 git worktree、智能体终端和浏览器标签页——因此你可以将工作分发给 Claude Code、Codex、Cursor CLI 等工具,而无需进行 stash、频繁切换分支或打断思路。 + + 何时使用 Orca + - 你想让三个智能体并行尝试修复同一个 bug,并从中择优。 + - 你希望在发布 AI 生成的代码差异(diffs)之前对其进行严格审查。 + - 你已经付费订阅了 Claude Code、Codex 或 Cursor CLI,并希望有一个统一的地方来编排它们。 + - 你希望智能体通过 SSH 在远程运行,同时又不放弃你的 IDE 体验。 + + 适用人群 + Orca 为那些以写代码为生、并希望将 AI 作为杠杆而非替代品的开发者设计。它假设你会阅读代码差异、在意提交规范(commits),并保持工作区整洁。如果你在寻找无代码工具,Orca 并不适合你。 + + Orca 不是什么 + - 不是模型。Orca 运行你已经在使用的智能体——请使用你自己的 Claude、Codex 或 OpenCode 订阅。 + - 不是 Git 的替代品。每一个工作区(worktree)都是真实的 git worktree。你可以随时 cd 进去使用原生 git 命令。 + - 不仅限于云端。Orca 在本地运行。远程智能体通过 SSH 连接到你拥有的机器。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.onorca.dev/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.yaml b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.yaml new file mode 100644 index 0000000000000..fe243f89cb3f5 --- /dev/null +++ b/manifests/s/StablyAI/Orca/1.4.203/StablyAI.Orca.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: StablyAI.Orca +PackageVersion: 1.4.203 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.installer.yaml b/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.installer.yaml deleted file mode 100644 index 1baabdfc5e514..0000000000000 --- a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Stardock.Start11.v2 -PackageVersion: 2.7.4.0 -Platform: -- Windows.Desktop -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s - SilentWithProgress: /s -InstallerSuccessCodes: -- 3010 -- 9 -UpgradeBehavior: install -ProductCode: Stardock Start11 -Installers: -- Architecture: x86 - InstallerUrl: https://stardock.cachefly.net/software/Start11/v2/Start11v2_Setup.exe - InstallerSha256: 46016DC4F3EEE5729824EC014C10DBE40E6ED993F06AC4AC28937BE53B5D11FA -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.locale.en-US.yaml b/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.locale.en-US.yaml deleted file mode 100644 index b8340db5602fb..0000000000000 --- a/manifests/s/Stardock/Start11/v2/2.7.4.0/Stardock.Start11.v2.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/Aug/11 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Stardock.Start11.v2 -PackageVersion: 2.7.4.0 -PackageLocale: en-US -Publisher: Stardock Software, Inc. -PublisherUrl: https://www.stardock.com/ -PublisherSupportUrl: https://www.stardock.com/support/ -PrivacyUrl: https://www.stardock.com/policies/privacy -Author: Stardock Software, Inc. -PackageName: Stardock Start11 -PackageUrl: https://www.stardock.com/products/start11/ -License: Proprietary -LicenseUrl: https://www.stardock.com/support/software-eula -Copyright: (c) Stardock Software, Inc. All rights reserved. -CopyrightUrl: https://www.stardock.com/support/software-eula -ShortDescription: Customize the Start Menu and Taskbar in Windows 10/11 -Moniker: start11 -PurchaseUrl: https://www.stardock.com/products/start11/download -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.installer.yaml b/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.installer.yaml deleted file mode 100644 index 32a1db267343f..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarFileEraser -PackageVersion: 5.0.0.8 -InstallerLocale: en-US -InstallerType: inno -Scope: user -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: Stellar File Eraser_is1 -ReleaseDate: 2025-06-20 -AppsAndFeaturesEntries: -- ProductCode: Stellar File Eraser_is1 -InstallationMetadata: - DefaultInstallLocation: '%AppData%\Stellar File Eraser' -Installers: -- Architecture: x64 - InstallerUrl: https://cloud.stellarinfo.com/StellarFileEraser.exe - InstallerSha256: 1824A04ACD6788FB94C0BA38593731CA94D2D827B62CAB4C466559A5230E9E41 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.locale.en-US.yaml b/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.locale.en-US.yaml deleted file mode 100644 index 1703f7051f844..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarFileEraser -PackageVersion: 5.0.0.8 -PackageLocale: en-US -Publisher: Stellar Information Technology Pvt Ltd. -PublisherUrl: https://www.stellarinfo.com/ -PublisherSupportUrl: https://www.stellarinfo.com/support/ -PrivacyUrl: https://www.stellarinfo.com/company/legal/privacy-policy.php -Author: Stellar Data Recovery Inc. -PackageName: Stellar File Eraser -PackageUrl: https://www.stellarinfo.com/data-erasure/file-eraser.php -License: Freeware -LicenseUrl: https://www.stellarinfo.com/installation-uninstallation/eula_eng.pdf -Copyright: Stellar Information Technology Pvt Ltd. -ShortDescription: Stellar File Eraser software is a powerful tool designed to erase files permanently, ensuring your sensitive data is securely wiped from your laptop or desktop PC. -Description: |- - Stellar File Eraser software is a powerful tool designed to erase files permanently, ensuring your sensitive data is securely wiped from your laptop or desktop PC. It also helps erase temporary files, protecting your personal information from unauthorized access and ensuring complete data privacy. - - User-friendly software for individuals to securely erase files beyond recovery. - - Securely erases traces, deleted data, temporary files and folders. - - Works on all Windows compatible storage devices. - - Permanently erase files from desktop, laptop, & more. - - Wipes files from hard drive, USB drive, SD card & from Server. - - Works with Acer®, ASUS®, Dell®, Lenovo®, & more. - - Besides your Internet search and browsing history, Stellar File Eraser can wipe clean the sensitive traces of daily Internet activities including cookies, temporary files, favorites and autocomplete data for forms and passwords. The file erasure software can permanently erase the traces of your Internet usage history across Chrome, Mozilla, Safari, IE, Microsoft Edge, Opera, & SeaMonkey. - - System traces are those temporary files that pile up on your computer with routine usage. These files are created by the operating system while running a process. Temporary files consume storage space and degrade system performance. Stellar File Eraser routinely deletes the system traces thus improving your PC’s speed, performance, and storage space utilization. -Tags: -- Eraser -- File -- Tools -- Wipe -Documentations: -- DocumentLabel: User Manual - DocumentUrl: https://www.stellarinfo.com/help/stellar-file-eraser-5-windows-standard-en-about-stellar-file-eraser.html -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.yaml b/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.yaml deleted file mode 100644 index 4ecc9bef4e492..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarFileEraser/5.0.0.8/StellarDataRecovery.StellarFileEraser.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/30 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarFileEraser -PackageVersion: 5.0.0.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.installer.yaml b/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.installer.yaml deleted file mode 100644 index c87b8e10a1d1c..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarRepairForQuickBooks -PackageVersion: 14.0.0.1 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- QBB -- QBW -ProductCode: Stellar Repair for QuickBooks® Software_is1 -ReleaseDate: 2024-06-11 -AppsAndFeaturesEntries: -- ProductCode: Stellar Repair for QuickBooks® Software_is1 -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Stellar Repair for QuickBooks® Software' -Installers: -- Architecture: x64 - InstallerUrl: https://cloud.stellarinfo.com/StellarRepairforQuickBooksSoftware.exe - InstallerSha256: 39798A01E75263BCDC9686EE68A206831F4B2243AF0F62DD219D1DB0EC73E65D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.locale.en-US.yaml b/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.locale.en-US.yaml deleted file mode 100644 index 4368778ef08d9..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarRepairForQuickBooks -PackageVersion: 14.0.0.1 -PackageLocale: en-US -Publisher: Stellar Information Technology Pvt Ltd. -PublisherUrl: https://www.stellarinfo.com/ -PublisherSupportUrl: https://www.stellarinfo.com/support/ -PrivacyUrl: https://www.stellarinfo.com/company/legal/privacy-policy.php -Author: Stellar Data Recovery Inc. -PackageName: Stellar Repair for QuickBooks® Software -PackageUrl: https://www.stellarinfo.com/file-repair/quickbooks-recovery/quickbooks-recovery.php -License: Proprietary -LicenseUrl: https://www.stellarinfo.com/installation-uninstallation/eula_eng.pdf -Copyright: Stellar Information Technology Pvt Ltd. -ShortDescription: Advanced software recommended by ProAdvisors and Consultants to repair a corrupted QuickBooks® file (QBW) and recover the QBW file components. It also allows file recovery from QuickBooks® backup file (QBB). -Description: |- - Advanced software recommended by ProAdvisors and Consultants to repair a corrupted QuickBooks® file (QBW) and recover the QBW file components. It also allows file recovery from QuickBooks® backup file (QBB). The tool repairs the QBW files of QuickBooks® version 2007 through 2024. - - Recovers QuickBooks data from backup file (QBB) - - Supports recovery for QuickBooks® Enterprise Solution, Premier, and Pro editions - - Repairs all QBW file components like Company, Customers, Vendors, and Employees - - The software fixes all types of errors ‘-6000, -80,’ ‘-6150, 0,’ ‘H202,’ preventing users from opening the QuickBooks® file (QBW). It fixes the errors by scanning the affected QBW file, repairing the damaged components, and restoring the file. - - The software repairs the corrupt QBW file and recovers information stored in it, including data of the company, customers, vendors, and employees. It also helps restore transactions in multiple currencies. It is widely used to perform file recovery for QuickBooks® software. - - The QuickBooks® repair software scans the corrupt QBW file and previews recoverable file data before saving it. The preview feature helps verify the accuracy of the repaired QBW file contents. -Tags: -- QuickBooks -- Repair -- Tools -PurchaseUrl: https://www.stellarinfo.com/file-repair/quickbooks-recovery/buy-now.php -Documentations: -- DocumentLabel: User Manual - DocumentUrl: https://www.stellarinfo.com/help/preview/stellar-repair-for-quickbooks-software-14-windows-technician-en-about-stellar-repair-for-quickbooks-software.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.yaml b/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.yaml deleted file mode 100644 index 19318c4d6f7a8..0000000000000 --- a/manifests/s/StellarDataRecovery/StellarRepairForQuickBooks/14.0.0.1/StellarDataRecovery.StellarRepairForQuickBooks.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: StellarDataRecovery.StellarRepairForQuickBooks -PackageVersion: 14.0.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.installer.yaml b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.installer.yaml new file mode 100644 index 0000000000000..8a630f5e0e019 --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SteveTheKiller.KillerPDF +PackageVersion: 1.8.5 +InstallerType: exe +Scope: machine +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 + MinimumVersion: 10.0.0 +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- DisplayName: KillerPDF + Publisher: Steve the Killer + DisplayVersion: 1.8.5 + ProductCode: KillerPDF +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SteveTheKiller/KillerPDF/releases/download/v1.8.5/KillerPDF.exe + InstallerSha256: D3C73CFEE8E4BA6C061F7A6C1EF64BC13755C2B22DE52EE77B5385A85E73AEAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.locale.en-US.yaml b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..9ed4335b027e6 --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by the KillerPDF release workflow +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SteveTheKiller.KillerPDF +PackageVersion: 1.8.5 +PackageLocale: en-US +Publisher: Steve the Killer +PublisherUrl: https://github.com/SteveTheKiller +PublisherSupportUrl: https://github.com/SteveTheKiller/KillerPDF/issues +Author: Steve the Killer +PackageName: KillerPDF +PackageUrl: https://github.com/SteveTheKiller/KillerPDF +License: GPL-3.0 +LicenseUrl: https://github.com/SteveTheKiller/KillerPDF/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Steve the Killer +ShortDescription: PDF editor for Windows. No account, no subscription, no telemetry. +Description: KillerPDF is a lightweight PDF viewer and toolkit for Windows. View, merge, split, and manage PDF files. Runs portable or installs to your user profile without admin rights. No account, no subscription, no telemetry. Open source under GPLv3. +Moniker: killerpdf +Tags: +- dotnet +- gplv3 +- opensource +- pdf +- pdf-editor +- portable +- windows +- wpf +ReleaseNotes: |- + 1.8.5 improves saving, signatures, installation, and keyboard controls, and adds optional startup update checks. + + ### Fixed + + - Completed remaining dialog and installer translations and refreshed the website guides. + - Moved the keyboard shortcut toggle to the footer beside the online guide. + - Evenly spaced About options, moved startup update checks to the bottom, and aligned Clear all Data with the top row. + - Corrected WinGet release manifests to run the installer and include the required desktop runtime (#386). + - Kept scroll and manual zoom settings independent between document tabs and restored them when reopening files (#399). + - Kept selected-page transforms when retained pages contain inconsistent font-width metadata. + - Standalone uninstall dialogs use the default Dark/Green theme, and installation errors use themed dialogs. + - Localized the document page count and Italian certificate label, and included the add-bookmark row when sizing the sidebar (#394). + - Used the destination monitor when calculating maximized client bounds during a cross-monitor move (#363). + - Refreshed legacy PDF file associations to open the installed app instead of the installer (#393). + - Corrected Italian translations (#395). (Thanks @bovirus) + - Restored saving markup to tagged PDFs while preserving their structure, and finished markup processing before overwriting the destination. + + ### Added + + - Added startup update checks, enabled by default, with confirmation before updating and a shared toggle in About and the update dialog. + - Added Ctrl+R and Ctrl+Shift+R to rotate selected pages clockwise and counterclockwise. + - Added a keyboard shortcut toggle with an always-available Ctrl+Shift+K recovery chord (#405). + - Added page size selection with current-page, Letter, A4, Legal, and custom dimensions when inserting blank pages (#400). + - Added Open Containing Folder to document tab menus (#399). + - Added a `--batch-render` command that renders pages of a file or tree to PNG with a per-page timing log. +ReleaseNotesUrl: https://github.com/SteveTheKiller/KillerPDF/releases/tag/v1.8.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.yaml b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.yaml new file mode 100644 index 0000000000000..14585c454b555 --- /dev/null +++ b/manifests/s/SteveTheKiller/KillerPDF/1.8.5/SteveTheKiller.KillerPDF.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.KillerPDF +PackageVersion: 1.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.installer.yaml b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.installer.yaml new file mode 100644 index 0000000000000..9a04d929b3fc4 --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.installer.yaml @@ -0,0 +1,33 @@ +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.28.1 +InstallerLocale: en-US +InstallerType: zip +ProductCode: '{A0EB8E93-1DD7-574E-AE9F-984D021EB108}' +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.28.1/anodizer-0.28.1-windows-arm64.zip + InstallerSha256: 5a9334f8738fd8739286ee2fc92742fdb05c0445556aba9d15a053c6589e77ff + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: x64 + InstallerUrl: https://github.com/tj-smith47/anodizer/releases/download/v0.28.1/anodizer-0.28.1-windows-amd64.zip + InstallerSha256: fb6393f699a8a385be38cfc0f81dbcbf754803fd1ed73ee5bdf70636e63f1d8b + UpgradeBehavior: install + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anodizer.exe + PortableCommandAlias: anodizer + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-09-15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.locale.en-US.yaml b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.locale.en-US.yaml new file mode 100644 index 0000000000000..2fb128544eecb --- /dev/null +++ b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.locale.en-US.yaml @@ -0,0 +1,30 @@ +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.28.1 +PackageLocale: en-US +Publisher: TJ Smith +PublisherUrl: https://github.com/tj-smith47 +PublisherSupportUrl: https://github.com/tj-smith47/anodizer/issues +Author: TJ Smith +PackageName: anodizer +PackageUrl: https://github.com/tj-smith47/anodizer +License: MIT OR Apache-2.0 +Copyright: Copyright © 2026 TJ Smith +ShortDescription: Rust-native release automation +Description: A Rust-native release automation tool +Moniker: anodizer +Tags: +- release +- automation +- rust +ReleaseNotes: See release-notes URL for the full changelog. +ReleaseNotesUrl: https://github.com/tj-smith47/anodizer/releases/tag/v0.28.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tj-smith47.github.io/anodizer +- DocumentLabel: Source + DocumentUrl: https://github.com/tj-smith47/anodizer +InstallationNotes: Run `anodizer --help` after installation. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.yaml b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.yaml similarity index 50% rename from manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.yaml rename to manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.yaml index 9d76fa0659d3c..f046a98705229 100644 --- a/manifests/s/Softplicity/CoolUtilsMailViewer/7.1.9735.40371/Softplicity.CoolUtilsMailViewer.yaml +++ b/manifests/t/TJSmith/Anodizer/0.28.1/TJSmith.Anodizer.yaml @@ -1,8 +1,7 @@ -# Automatically updated by the winget bot at 2026/Aug/28 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.CoolUtilsMailViewer -PackageVersion: 7.1.9735.40371 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# This file was generated by anodizer (https://github.com/tj-smith47/anodizer). DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: TJSmith.Anodizer +PackageVersion: 0.28.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.installer.yaml b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.installer.yaml new file mode 100644 index 0000000000000..5eb15e10e4760 --- /dev/null +++ b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TabTin.TabTin +PackageVersion: 1.1.11 +InstallerType: nullsoft +Protocols: +- tabtin +ProductCode: 5cbf7b7e-c4cb-5672-b0d8-c20907921154 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn-dev-preprod.tabtin.com/desktop-updates/stable/win/x64/1.1.11/TabTin-1.1.11-windows.exe + InstallerSha256: EA5634D4119FEB4FDE44E56242CC1893B6CB901D6A66B53B6ABC887CD9B00229 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn-dev-preprod.tabtin.com/desktop-updates/stable/win/x64/1.1.11/TabTin-1.1.11-windows.exe + InstallerSha256: EA5634D4119FEB4FDE44E56242CC1893B6CB901D6A66B53B6ABC887CD9B00229 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.en-US.yaml b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.en-US.yaml new file mode 100644 index 0000000000000..fef4e3164b29a --- /dev/null +++ b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TabTin.TabTin +PackageVersion: 1.1.11 +PackageLocale: en-US +License: Proprietary +ShortDescription: A desktop app for collaboration between people and AI agents. +Description: TabTin is a desktop app for people and AI agents to work together. It puts projects, agents, documents, data tables, and browsers in one workspace for team collaboration. +Tags: +- agent +- agentic +- ai +- collaboration +- large-language-model +- llm +- project-management +- task-management +- team-collaboration +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.zh-CN.yaml b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63f7a92c85761 --- /dev/null +++ b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TabTin.TabTin +PackageVersion: 1.1.11 +PackageLocale: zh-CN +Publisher: TabTin Team +PublisherUrl: https://tabtin.com/ +PublisherSupportUrl: https://tabtin.com/help/ +PrivacyUrl: https://tabtin.com/privacy/ +Author: 上海摹范科技有限公司 +PackageName: TabTin +PackageUrl: https://tabtin.com/download/ +License: 专有软件 +LicenseUrl: https://assets.tabtin.com/tabtin-agreement/TabTin桌面端用户协议-V1.0中英双语版.pdf +Copyright: © 2026 上海摹范科技有限公司 +CopyrightUrl: https://assets.tabtin.com/tabtin-agreement/TabTin桌面端用户协议-V1.0中英双语版.pdf +ShortDescription: 面向人与 AI Agent 协作的桌面应用。 +Description: TabTin 是一款面向人与 AI Agent 协作的桌面应用。它将 Project、Agent、文档、数据表和浏览器放在同一工作区中,供团队协作使用。 +Tags: +- 人工智能 +- 任务管理 +- 协作 +- 团队协作 +- 大语言模型 +- 智能体 +- 自主智能 +- 项目管理 +ReleaseNotes: 测试 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.yaml b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.yaml new file mode 100644 index 0000000000000..c260e2c8fcabe --- /dev/null +++ b/manifests/t/TabTin/TabTin/1.1.11/TabTin.TabTin.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: TabTin.TabTin +PackageVersion: 1.1.11 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.installer.yaml new file mode 100644 index 0000000000000..560cb04eacc7e --- /dev/null +++ b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.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: Tencent.WeChat.Universal +PackageVersion: 4.1.15.9 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- xweixin +ProductCode: Weixin +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.15.exe + InstallerSha256: 2474CDBEF82C86F9266A24F7A10CDDB1C19589B76980C5BD745645E47D4C4952 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.en-US.yaml new file mode 100644 index 0000000000000..df3c13c047a2f --- /dev/null +++ b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeChat.Universal +PackageVersion: 4.1.15.9 +PackageLocale: en-US +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://www.wechat.com/en/ +PublisherSupportUrl: https://help.wechat.com/oshelpcenter +PrivacyUrl: https://www.wechat.com/en/privacy_policy.html +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: WeChat +PackageUrl: https://windows.weixin.qq.com/?lang=en_US +License: Freeware +LicenseUrl: https://www.wechat.com/en/service_terms.html +Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: Connecting a billion people with calls, chats and more +Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. +Tags: +- call +- chat +- friends +- im +- instant-messaging +- message +- mini-programs +- moments +- send +- share +- talk +- voice +ReleaseNotesUrl: https://blog.wechat.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..1ba15e8503fc0 --- /dev/null +++ b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeChat.Universal +PackageVersion: 4.1.15.9 +PackageLocale: zh-Hans-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://weixin.qq.com/ +PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信 +PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN +License: 免费软件 +LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default +Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 跨平台的通讯工具 +Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 小程序 +- 朋友 +- 朋友圈 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..2fb0218a15eb6 --- /dev/null +++ b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.locale.zh-Hans.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeChat.Universal +PackageVersion: 4.1.15.9 +PackageLocale: zh-Hans +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://www.wechat.com/zh_CN/ +PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信 +PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN +License: 免费软件 +LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html +Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 跨平台的通讯工具 +Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 小程序 +- 朋友 +- 朋友圈 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.yaml new file mode 100644 index 0000000000000..c89403ff43748 --- /dev/null +++ b/manifests/t/Tencent/WeChat/Universal/4.1.15.9/Tencent.WeChat.Universal.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeChat.Universal +PackageVersion: 4.1.15.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.installer.yaml new file mode 100644 index 0000000000000..df223a40826bb --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.6.13 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-09-14 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: placeholder\DBX +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.6.13/DBX_0.6.13_x64-setup.exe + InstallerSha256: 3B49154609926C150D9DF75D4459B4E4968277D60176F0D1C2BE997200012AA2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 0000000000000..bb244509d2e4b --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.6.13 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: Apache-2.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 插件商店支持通过 URL 直接安装插件包 + - AI 助手支持同时选择多个数据库并进行跨库查询 (contributed by @eryajf) (PR #8984) + - SQL 编辑器支持将选中 SQL 以带语法高亮的富文本格式复制 (contributed by @zouchao) (PR #8982) + - 查询结果标签页支持按 SQL 注释命名 (contributed by @Eve-z1) (PR #9026) + - 数据网格表头右键菜单支持隐藏选中列 (contributed by @Abeautifulsnow) (PR #9003) + - Elasticsearch 支持自定义 CA 证书与双向 TLS (mTLS) 连接 (contributed by @yimiaoxiehou) (PR #8969) + - openGauss 支持 A 兼容模式下的 Package (contributed by @amwps290) (PR #9033) + - OceanBase Oracle 模式的表 DDL 导出支持追加对象授权语句 (contributed by @Mo-Moore) (PR #9051) + - 架构比较支持命名配置的保存与加载,并提供切换、重命名、删除、复制、导入等管理能力 (contributed by @Mo-Moore) (PR #9009) + - Redis 危险命令拦截设置支持持久化保存并可在面板中切换 (contributed by @eryajf) (PR #8981) + 改进 + - 插件市场目录优先使用 R2 源并在失败时自动回退,提升市场加载可靠性 + - 插件市场新增社区维护提示横幅与插件开发文档入口,并优化卡片展示 + - PostgreSQL 系数据传输新增 COPY 快速通道,提升大数据量传输速度 (contributed by @zccat) (PR #9028) + - MySQL 数据网格批量删除合并为 IN 语句执行,减少大批量删除的执行开销 (contributed by @CHNHJF) (PR #8995) + - Oracle 视图源码优先从 ALL_VIEWS 读取,提升视图源码加载速度 (contributed by @zipg) (PR #9049) + - MongoDB 数据筛选按输入位置提供查询操作符建议 (contributed by @thailoc-dev) (PR #9038) + - 插件开发 SDK 新增帧式二进制传输与共享流桥接能力 + - 插件脚手架 CLI 更新内置 Go SDK,并修复 Windows 下 Go 工作区路径与后端模块构建隔离问题 + 修复 + - 修复保存的连接凭据含不可见字符导致连接失败的问题,现自动清理 (contributed by @CHNHJF) (PR #9056) + - 修复按方言生成 SQL 时误移除必要标识符引号的问题 (contributed by @zipg) (PR #9042) + - 修复 SQL 字面量包含分号时查询结果不可编辑的问题 (contributed by @onenewcode) (PR #9024) + - 修复执行 DDL 后持久化元数据未失效导致表结构展示过期的问题 (contributed by @soddygo) (PR #9077) + - 修复打开对象源码时加载期间无标签页反馈的问题,现立即显示加载中的标签页 (contributed by @Abeautifulsnow) (PR #9072) + - 修复 MongoDB contains 筛选不支持数值类型的问题 (contributed by @zipg) (PR #9092) + - 修复 Oracle SELECT * 查询结果不可编辑的问题 (contributed by @Eve-z1) (PR #9059) + - 修复架构比较未加载 Oracle 命名空间选项的问题 (contributed by @Eve-z1) (PR #9065) + - 修复 Oracle 结果集跳转指定分页偏移不生效的问题 (contributed by @zipg) (PR #9004) + - 修复关闭标识符引号选项后 Oracle 普通标识符仍被加引号的问题 (contributed by @zipg) (PR #9006) + - 修复数据对比生成 Oracle 抽样 SQL 不符合方言导致执行失败的问题 (contributed by @0verme) (PR #9010) + - 修复 PostgreSQL 数据传输目标 Schema 已存在时报错的问题,现复用已有 Schema (contributed by @zipg) (PR #9063) + - 修复 GBase 8s 表管理 SQL 携带 owner 限定符导致执行失败的问题 (contributed by @New2Niu) (PR #9029) + - 修复虚谷 __DBX_ROWID 辅助列在元数据加载后重新显示的问题 (contributed by @zipg) (PR #9001) + - 修复 MCP 批量执行结构化结果的包装格式问题 (contributed by @Eve-z1) (PR #9069) + - 修复超大数据量 XLSX 导出文件损坏的问题,现启用 ZIP64 扩展 (contributed by @zipg) (PR #9079) + - 修复大结果集 JSON 查询导出失败的问题,现改为流式导出,并允许 Web 版导出 TXT (contributed by @zipg) (PR #9071) + - 修复 CSV 导出时间类型值被公式包装导致无法直接使用的问题 (contributed by @zipg) (PR #9021) + - 修复不支持的数据库仍显示数据页签导入入口的问题 (contributed by @Abeautifulsnow) (PR #9023) + - 修复数据生成对 JSON 列生成非法字面量导致 MySQL 写入失败的问题 (contributed by @CHNHJF) (PR #9031) + - 修复空白字符可视化中单个空格缺少标记的问题 (contributed by @eryajf) (PR #9085) + - 修复查询执行摘要过窄时无法横向滚动的问题 (contributed by @zipg) (PR #9084) + - 修复可调整面板可被拖拽至过窄的问题,最小宽度提升至 240px (contributed by @Eve-z1) (PR #9030) + - 修复经典标签样式顶部边框重复显示的问题 + - 修复编辑器设置弹窗滚动条位置不当的问题 + - 修正关于页导入/导出图标的语义 (contributed by @onenewcode) (PR #8992) + - 修复空工作区中特殊页面标签页无法显示与切换的问题 (contributed by @eryajf) (PR #9000) + - 修复插件工作台刷新与启动引导失效的问题 + - 修复插件内嵌工作台启动时主题闪烁的问题 + - 修复多处插件集成稳定性问题 (contributed by @jinpy666) (PR #9054) + - 修复 Web 版插件连接未路由到插件宿主的问题 + - 修复旧版原生 Agent 无法在 Windows 7 运行的问题,统一改用 Go 1.20.14 构建 (contributed by @zipg) (PR #9052) + - 修复 Windows 7 下 WebView2 渲染异常恢复失效的问题,恢复时附加 --disable-gpu 参数 (contributed by @zipg) (PR #9040) + > 国内下载:如果 GitHub 下载较慢,可从 CNB 镜像 下载桌面端安装包,Docker 镜像从 docker.cnb.cool/dbxio.com/dbx:v0.6.13 拉取。 +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.6.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.yaml new file mode 100644 index 0000000000000..d413dfe20aa9f --- /dev/null +++ b/manifests/t/t8y2/DBX/0.6.13/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.6.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.109.0/tessl.tessl.installer.yaml b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.installer.yaml new file mode 100644 index 0000000000000..77b362822795c --- /dev/null +++ b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.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: tessl.tessl +PackageVersion: 0.109.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /NORESTART /SUPPRESSMSGBOXES + SilentWithProgress: /SILENT /NORESTART /SUPPRESSMSGBOXES +UpgradeBehavior: install +Commands: +- tessl +ProductCode: '{B8E7F4D2-9A1C-4E5B-8F3D-2C6A9E4B7F1D}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://install.tessl.io/installers-windows/0.109.0/TesslSetup-0.109.0-x64.exe + InstallerSha256: 91E1B5157981E25065C16C5DD7E74EDDC148AD8264AFB95DC0B0907C2183C2F6 +- Architecture: arm64 + InstallerUrl: https://install.tessl.io/installers-windows/0.109.0/TesslSetup-0.109.0-arm64.exe + InstallerSha256: 6FAA98B8C7163E4C85D291A8E0ECF58F0A699B307F504D125C5531151698B388 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.109.0/tessl.tessl.locale.en-US.yaml b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.locale.en-US.yaml new file mode 100644 index 0000000000000..2e77227d49ffa --- /dev/null +++ b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.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: tessl.tessl +PackageVersion: 0.109.0 +PackageLocale: en-US +Publisher: Tessl +PublisherUrl: https://tessl.io +PublisherSupportUrl: https://tessl.io +Author: Tessl +PackageName: Tessl CLI +PackageUrl: https://tessl.io +License: Proprietary +Copyright: Copyright (c) Tessl. All rights reserved. +ShortDescription: Tessl CLI for managing plugins, skills, and evals. +Description: |- + Tessl CLI lets you install, publish, and manage plugins and skills from the + Tessl registry, run evals against your code, and integrate Tessl with your + agentic coding workflow. +Moniker: tessl +Tags: +- cli +- ai +- agents +- agentic +- coding +- plugins +- skills +- evals +- developer-tools +- tessl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tessl/tessl/0.109.0/tessl.tessl.yaml b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.yaml new file mode 100644 index 0000000000000..13470ca07d40c --- /dev/null +++ b/manifests/t/tessl/tessl/0.109.0/tessl.tessl.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: tessl.tessl +PackageVersion: 0.109.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.installer.yaml new file mode 100644 index 0000000000000..7379ba3790733 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.2 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.6.2/dotweave-win-x64.exe + InstallerSha256: 29F3C687BD3BFAF2EA0A2A32DBD672BC3162091096EAF9414C818920FDC79B7C +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.6.2/dotweave-win-arm64.exe + InstallerSha256: 5A4BF52DEE25C20FAD2FD56E525A76F1BFAFCCE9C4239CF61CDDD65FCA243F6D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 0000000000000..75a6abe083e96 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v2.6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.yaml new file mode 100644 index 0000000000000..288428df847a5 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.2/tinyrack.dotweave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.installer.yaml b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.installer.yaml new file mode 100644 index 0000000000000..0250730243528 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.3 +InstallerLocale: en-US +InstallerType: portable +Commands: +- dotweave +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.6.3/dotweave-win-x64.exe + InstallerSha256: 0AFDD98334CB11F660A96189213D905A33C0471555AAECC47B8A4BF5E8F51309 +- Architecture: arm64 + InstallerUrl: https://github.com/tinyrack-net/dotweave/releases/download/v2.6.3/dotweave-win-arm64.exe + InstallerSha256: 1B82FFF85B2F2A3E2B715029C4F4858FA0BF54C21B75CF03F5DF6D1AA4A1B561 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.locale.en-US.yaml b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.locale.en-US.yaml new file mode 100644 index 0000000000000..0e876a9de6926 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.3 +PackageLocale: en-US +Publisher: tinyrack +PublisherUrl: https://github.com/tinyrack-net +PublisherSupportUrl: https://github.com/tinyrack-net/dotweave/issues +PackageName: dotweave +PackageUrl: https://github.com/tinyrack-net/dotweave +License: MIT +LicenseUrl: https://github.com/tinyrack-net/dotweave/blob/main/LICENSE +Copyright: Copyright (c) winetree94 +ShortDescription: Git-backed configuration synchronization tool for dotfiles +Tags: +- cli +- dotfiles +- sync +- configuration +ReleaseNotesUrl: https://github.com/tinyrack-net/dotweave/releases/tag/v2.6.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/tinyrack-net/dotweave/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.yaml b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.yaml new file mode 100644 index 0000000000000..3bcebf227b292 --- /dev/null +++ b/manifests/t/tinyrack/dotweave/2.6.3/tinyrack.dotweave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tinyrack.dotweave +PackageVersion: 2.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.installer.yaml b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.installer.yaml new file mode 100644 index 0000000000000..c1e3ef7ca77de --- /dev/null +++ b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ubiquiti.UniFiNetworkServer +PackageVersion: 10.6.106 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: Ubiquiti UniFi +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- DisplayName: Ubiquiti UniFi (remove only) + ProductCode: Ubiquiti UniFi +InstallationMetadata: + DefaultInstallLocation: Profile\Ubiquiti UniFi +Installers: +- Architecture: x64 + InstallerUrl: https://dl.ui.com/unifi/10.6.106/UniFi-installer.exe + InstallerSha256: 984FEFAA18AA38D90928F9159D2F2C8286202F19B0E038E3C2A8F7192DFC1C91 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.locale.en-US.yaml b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.locale.en-US.yaml new file mode 100644 index 0000000000000..38dc5a9acc0ee --- /dev/null +++ b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ubiquiti.UniFiNetworkServer +PackageVersion: 10.6.106 +PackageLocale: en-US +Publisher: Ubiquiti Inc. +PublisherUrl: https://ui.com/introduction +PrivacyUrl: https://www.ui.com/legal/privacypolicy/ +PackageName: Ubiquiti UniFi Network Server +PackageUrl: https://ui.com/download/releases/network-server +License: Terms of Service +LicenseUrl: https://www.ui.com/legal/termsofservice/ +Copyright: © 2024 Ubiquiti Inc. All rights reserved. +CopyrightUrl: https://www.ui.com/legal/ +ShortDescription: |- + The UniFi Network Application, developed by Ubiquiti Inc., is a centralized network management + software designed to configure, manage, and monitor UniFi devices and networks. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.yaml b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.yaml new file mode 100644 index 0000000000000..e06704387acbf --- /dev/null +++ b/manifests/u/Ubiquiti/UniFiNetworkServer/10.6.106/Ubiquiti.UniFiNetworkServer.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: Ubiquiti.UniFiNetworkServer +PackageVersion: 10.6.106 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.installer.yaml b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.installer.yaml new file mode 100644 index 0000000000000..dbd4eaf44c8ee --- /dev/null +++ b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.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: udit-001.Pharos +PackageVersion: 0.11.0 +InstallerType: portable +Commands: +- pharos +ReleaseDate: 2026-09-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/udit-001/pharos/releases/download/v0.11.0/pharos_0.11.0_windows_amd64.exe + InstallerSha256: 77D456534A4408B1D8015F0FDC09D08DAD35955240F8827F6A1C1748A3E58BEB +- Architecture: arm64 + InstallerUrl: https://github.com/udit-001/pharos/releases/download/v0.11.0/pharos_0.11.0_windows_arm64.exe + InstallerSha256: 2475A9032458F5C43974D673C71360D3291846870CED1DEEB1387BD161E18EE0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.locale.en-US.yaml b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.locale.en-US.yaml new file mode 100644 index 0000000000000..9af1fad0c8d5a --- /dev/null +++ b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: udit-001.Pharos +PackageVersion: 0.11.0 +PackageLocale: en-US +Publisher: udit-001 +PublisherUrl: https://github.com/udit-001 +PublisherSupportUrl: https://github.com/udit-001/pharos/issues +PackageName: Pharos +PackageUrl: https://github.com/udit-001/pharos +License: MIT +ShortDescription: CLI + read-only web dashboard for AI-guided learning workspaces +Moniker: pharos +Tags: +- cli +- dashboard +- learning +ReleaseNotes: |- + Changelog + - 67de5be feat: auto-inject glossary tooltip server-side, remove from seeded assets + - 42e6d58 feat: slug-based identity for lessons, quizzes, and continue-where-you-left-off + - ba50196 fix: snapshot DB before goose migrations for safe rollback +ReleaseNotesUrl: https://github.com/udit-001/pharos/releases/tag/v0.11.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.yaml b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.yaml new file mode 100644 index 0000000000000..420143a82e17a --- /dev/null +++ b/manifests/u/udit-001/Pharos/0.11.0/udit-001.Pharos.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: udit-001.Pharos +PackageVersion: 0.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.installer.yaml b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.installer.yaml new file mode 100644 index 0000000000000..094b34674905e --- /dev/null +++ b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: urwithajit9.evnx +PackageVersion: 0.4.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: evnx-x86_64-pc-windows-msvc.exe + PortableCommandAlias: evnx +Commands: +- evnx +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/urwithajit9/evnx/releases/download/v0.4.0/evnx-x86_64-pc-windows-msvc.zip + InstallerSha256: CEFDB7B792CD09DCF5F9D45FF8835971E2FAA236F2C450E053D05CC7F22F4EBA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-09-15 diff --git a/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.locale.en-US.yaml b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.locale.en-US.yaml new file mode 100644 index 0000000000000..a7ea7997f9471 --- /dev/null +++ b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: urwithajit9.evnx +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: Ajit Kumar +PublisherUrl: https://github.com/urwithajit9 +PublisherSupportUrl: https://github.com/urwithajit9/evnx/issues +PackageName: evnx +PackageUrl: https://www.evnx.dev +License: MIT +LicenseUrl: https://github.com/urwithajit9/evnx/blob/main/LICENSE +ShortDescription: CLI tool for managing .env files — validation, secret scanning, format conversion +Description: evnx is a local-first CLI tool that validates .env files, detects committed secrets, converts environment files to 14+ deployment formats, and migrates secrets to cloud providers. +Tags: +- cli +- dotenv +- env +- secrets +- security +ReleaseNotesUrl: https://github.com/urwithajit9/evnx/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.yaml b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.yaml new file mode 100644 index 0000000000000..3dee2cb33daca --- /dev/null +++ b/manifests/u/urwithajit9/evnx/0.4.0/urwithajit9.evnx.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: urwithajit9.evnx +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.installer.yaml b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.installer.yaml new file mode 100644 index 0000000000000..fa25666a2649f --- /dev/null +++ b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.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: VGN.VGNHUB +PackageVersion: 4.0.8 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 0ab70d9d-4404-5a2a-bc5d-862d6df86ead +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.vgnclub.com/vgn/driver/vhub/4.0.8/VGN_VHUB_installer.exe + InstallerSha256: 48B7F54270A6C8E00738DF016A70806D4DF909573762863E7342E5C06CB8EC1E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.locale.en-US.yaml b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.locale.en-US.yaml new file mode 100644 index 0000000000000..1d65e4458aa1a --- /dev/null +++ b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.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: VGN.VGNHUB +PackageVersion: 4.0.8 +PackageLocale: en-US +Publisher: VGN +PublisherUrl: https://vgnlab.com/ +PublisherSupportUrl: https://vgnlab.com/pages/contact +PrivacyUrl: https://vgnlab.com/pages/privacy-policy +PackageName: VGN VHUB +PackageUrl: https://vgnlab.com/pages/vgn-hub +License: Freeware +LicenseUrl: https://vgnlab.com/pages/terms-of-service +Copyright: 2018-2026 VGN All rights reserved. +CopyrightUrl: https://vgnlab.com/pages/terms-of-service +ShortDescription: VGN Device Management Driver Software +Tags: +- keyboard +- mouse +- vgn +ReleaseNotes: |- + We have updated the driver to version 4.0.8. + The latest version of the driver has fixed the following issues: + 1. Fix known issues. +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://vgnlab.com/pages/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.locale.zh-CN.yaml b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2dd381558758 --- /dev/null +++ b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.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: VGN.VGNHUB +PackageVersion: 4.0.8 +PackageLocale: zh-CN +Publisher: VGN +PublisherUrl: https://www.vgnlab.com.cn/ +PublisherSupportUrl: https://www.vgnlab.com.cn/cms/about/contact +Author: 福州极客严选科技有限公司 +PackageUrl: https://download.vgnlab.com.cn/ +License: 免费软件 +LicenseUrl: https://www.vgnlab.com.cn/agreement +CopyrightUrl: https://www.vgnlab.com.cn/agreement +ShortDescription: VGN 设备管理驱动软件 +Tags: +- vgn +- 键盘 +- 鼠标 +ReleaseNotes: |- + 我们已经将驱动程序更新至 4.0.8 版本。 + 最新版本的驱动程序修复了以下问题: + 1. 修复已知问题。 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.vgnlab.com.cn/web/Q&A +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.yaml b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.yaml new file mode 100644 index 0000000000000..f8f4628c8b011 --- /dev/null +++ b/manifests/v/VGN/VGNHUB/4.0.8/VGN.VGNHUB.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: VGN.VGNHUB +PackageVersion: 4.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.installer.yaml b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.installer.yaml new file mode 100644 index 0000000000000..88beb960d9bb1 --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Voltius.Voltius +PackageVersion: 0.35.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Voltius +ReleaseDate: 2026-09-15 +AppsAndFeaturesEntries: +- Publisher: voltius + ProductCode: Voltius +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Voltius' +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/VoltiusApp/voltius/releases/download/v0.35.1/Voltius_0.35.1_arm64-setup.exe + InstallerSha256: 1FABE144968649441606A4F6D0407BCF5A4682A4790CF603646210AA2AFB05C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.locale.en-US.yaml b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.locale.en-US.yaml new file mode 100644 index 0000000000000..2c8d13a7cc6f2 --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Voltius.Voltius +PackageVersion: 0.35.1 +PackageLocale: en-US +Publisher: Voltius +PublisherUrl: https://voltius.app/ +PublisherSupportUrl: https://github.com/VoltiusApp/voltius/issues +PackageName: Voltius +PackageUrl: https://voltius.app/ +License: AGPL-3.0 +LicenseUrl: https://github.com/VoltiusApp/voltius/blob/HEAD/LICENSE +ShortDescription: Cross-platform SSH client and terminal +Moniker: voltius +Tags: +- crdt +- credential-manager +- homelab +- local-first +- plugins +- port-forwarding +- rust +- serial +- sftp +- ssh +- ssh-client +- sync +- sysadmin +- tauri +- teams +- terminal +ReleaseNotes: |- + Fixed + - Stop SSH config hosts being rewritten as another host and losing their credentials. +ReleaseNotesUrl: https://github.com/VoltiusApp/voltius/releases/tag/v0.35.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.yaml b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.yaml new file mode 100644 index 0000000000000..320c42151f93f --- /dev/null +++ b/manifests/v/Voltius/Voltius/0.35.1/Voltius.Voltius.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Voltius.Voltius +PackageVersion: 0.35.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.installer.yaml b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.installer.yaml new file mode 100644 index 0000000000000..f9d3c2e93583f --- /dev/null +++ b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WINBIGFOX.TimeScribe +PackageVersion: 1.16.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 932b644f-cf07-5d84-aef8-0b37bf9d7ce1 +ReleaseDate: 2026-09-14 +AppsAndFeaturesEntries: +- ProductCode: 932b644f-cf07-5d84-aef8-0b37bf9d7ce1 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/WINBIGFOX/TimeScribe/releases/download/v1.16.0/TimeScribe-1.16.0-setup.exe + InstallerSha256: 7F8A4729661150B7A1A9E4E3F3FE347BFA17507AED3096806DABD0A1F34A706B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.locale.en-US.yaml b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.locale.en-US.yaml new file mode 100644 index 0000000000000..619436a32c726 --- /dev/null +++ b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.locale.en-US.yaml @@ -0,0 +1,54 @@ +# 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: WINBIGFOX.TimeScribe +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: WINBIGFOX +PublisherUrl: https://timescribe.app/ +PublisherSupportUrl: https://github.com/WINBIGFOX/TimeScribe/issues +PackageName: TimeScribe +PackageUrl: https://timescribe.app/ +License: GPL-3.0 +LicenseUrl: https://github.com/WINBIGFOX/TimeScribe/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 TimeScribe +ShortDescription: A free desktop app for tracking your work hours. No account or internet required — all data stays on your device. +Tags: +- billing +- desktop-app +- electron +- freelancer-tools +- laravel +- macos +- nativephp +- no-cloud +- offline-first +- privacy-focused +- productivity +- time-tracking +- timer +- timesheet +- vuejs +- windows +ReleaseNotes: |- + 📦 v1.16.0 – Detailed Day View, UI Facelift & macOS 27 Support + This release introduces a brand-new detailed day view, refreshes the overall look of TimeScribe, and adds support for macOS 27. + ✨ New Features + - 📅 New detailed day view + You can now switch between a simple and a detailed view of your day, giving you more flexibility depending on how much information you want to see. + - 🎨 App-wide visual facelift + TimeScribe has received a refreshed look across the entire application for a cleaner and more consistent experience. + - 🍎 macOS 27 support + TimeScribe is now fully compatible with macOS 27. + 🛠 Improvements + - 🪟 Resizable application window #121 + The main application window can now be resized to better fit your workflow and screen setup. + - ⚙️ Various minor improvements across the application. + - 🔒 Security updates have been applied. + 🐛 Bug Fixes + - Fix: App activity tracking stopped working on macOS 27. + This issue has now been resolved and activity tracking works correctly again. + Thanks to everyone reporting issues, suggesting improvements, and helping make TimeScribe better with every release! 🙌 +ReleaseNotesUrl: https://github.com/WINBIGFOX/TimeScribe/releases/tag/v1.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.yaml b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.yaml new file mode 100644 index 0000000000000..ec68b8861b6f4 --- /dev/null +++ b/manifests/w/WINBIGFOX/TimeScribe/1.16.0/WINBIGFOX.TimeScribe.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: WINBIGFOX.TimeScribe +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.installer.yaml b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.installer.yaml new file mode 100644 index 0000000000000..915bfd18309a6 --- /dev/null +++ b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json + +PackageIdentifier: WilhelmHappe.Adressen +PackageVersion: 1.2.9 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://www.netradio.info/download/AdressenSetup.exe + InstallerSha256: 447B9B4F5349BAA916092EB79625F334BD85841699AF8AA82A2837D9F16259B2 +ManifestType: installer +ManifestVersion: 1.28.0 diff --git a/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.locale.de.yaml b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.locale.de.yaml new file mode 100644 index 0000000000000..62ee30fd80ef7 --- /dev/null +++ b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.locale.de.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json + +PackageIdentifier: WilhelmHappe.Adressen +PackageVersion: 1.2.9 +PackageLocale: de +Publisher: Wilhelm Happe +PublisherUrl: https://www.netradio.info/ +PublisherSupportUrl: https://www.netradio.info/address/ +PrivacyUrl: https://www.netradio.info/adressen-privacy-policy/ +Author: Wilhelm Happe +PackageName: Adressen +PackageUrl: https://www.netradio.info/address/ +License: MIT-Lizenz +LicenseUrl: https://www.netradio.info/adressen-terms-of-use/ +Copyright: © 2026, W. Happe +CopyrightUrl: https://www.netradio.info/address/ +ShortDescription: Adressen & Kontakte Setup +Description: https://www.netradio.info/address/ +Moniker: adressen +Tags: +- adressen +- google kontakte +- microsoft word +- libre office +- Umschläge bedrucken +- Geburtstagerinnerung +ManifestType: defaultLocale +ManifestVersion: 1.28.0 diff --git a/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.yaml b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.yaml new file mode 100644 index 0000000000000..c8b8a6d574ea4 --- /dev/null +++ b/manifests/w/WilhelmHappe/Adressen/1.2.9/WilhelmHappe.Adressen.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json + +PackageIdentifier: WilhelmHappe.Adressen +PackageVersion: 1.2.9 +DefaultLocale: de +ManifestType: version +ManifestVersion: 1.28.0 diff --git a/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.installer.yaml b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.installer.yaml new file mode 100644 index 0000000000000..a1bfa60c5afae --- /dev/null +++ b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.installer.yaml @@ -0,0 +1,143 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json + +PackageIdentifier: Winamp.Winamp +PackageVersion: 5.92.0.10042 +MinimumOSVersion: 6.1.7601.0 +InstallerType: nullsoft +Scope: machine +Protocols: +- feed +- icy +- pcast +- sc +- shout +- unsv +- uvox +FileExtensions: +- "669" +- aac +- aiff +- amf +- ams +- asf +- asx +- au +- avi +- avr +- b4s +- c67 +- caf +- cda +- dbm +- digi +- dmf +- dsm +- dsym +- dtm +- far +- flac +- flv +- fmt +- gdm +- htk +- ice +- iff +- imf +- it +- itz +- j2b +- kar +- m15 +- m1a +- m2v +- m3u +- m3u8 +- m4a +- m4v +- mat +- mdl +- mdr +- mdz +- med +- mid +- midi +- miz +- mkv +- mmcmp +- mms +- mo3 +- mod +- mp1 +- mp2 +- mp3 +- mp4 +- mpeg +- mpg +- mptm +- mptmz +- mt2 +- mtm +- mus +- nsa +- nst +- nsv +- oga +- ogg +- okt +- oxm +- paf +- plm +- pls +- ppm +- psm +- pt36 +- ptm +- pvf +- raw +- rf64 +- rmi +- s3m +- s3z +- sd2 +- sds +- sf +- sfx +- sfx2 +- st26 +- stk +- stm +- stp +- stx +- swf +- symmod +- ult +- umx +- vlb +- voc +- w64 +- wal +- wav +- webm +- wlz +- wma +- wmv +- wow +- wpl +- wsz +- wve +- xi +- xm +- xmz +- xpk +- xspf +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ProductCode: Winamp +Installers: +- Architecture: x86 + InstallerUrl: https://download.winamp.com/winamp/Winamp592_10042_final_full_en-us.exe + InstallerSha256: D064EEFC27C71FC8915E5CCE8D20F635030F4654D917BC1C7AC3F7AD869181C0 +ManifestType: installer +ManifestVersion: 1.28.0 diff --git a/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.en-US.yaml b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.en-US.yaml new file mode 100644 index 0000000000000..b138b3edc0ad8 --- /dev/null +++ b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json + +PackageIdentifier: Winamp.Winamp +PackageVersion: 5.92.0.10042 +PackageLocale: en-US +Publisher: Winamp SA +PublisherUrl: https://www.winamp.com/ +PublisherSupportUrl: https://winamp.com/contact +PrivacyUrl: https://winamp.com/legal-creators/privacy-policy +Author: Winamp SA +PackageName: Winamp +PackageUrl: https://www.winamp.com/ +License: Proprietary +LicenseUrl: https://winamp.com/legal-creators/general-terms-of-use +Copyright: © 2023 Winamp +CopyrightUrl: https://winamp.com/legal-creators/general-terms-of-use +ShortDescription: The legendary Winamp desktop player for Windows +Moniker: winamp +Tags: +- audio +- audio-player +- media +- media-player +- music +- music-player +- player +- song +ManifestType: defaultLocale +ManifestVersion: 1.28.0 diff --git a/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.zh-CN.yaml b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ba51a03b9cc7e --- /dev/null +++ b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.28.0.schema.json + +PackageIdentifier: Winamp.Winamp +PackageVersion: 5.92.0.10042 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 传奇的 Windows 桌面播放器 Winamp +Tags: +- 媒体 +- 播放器 +- 歌曲 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.28.0 diff --git a/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.yaml b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.yaml new file mode 100644 index 0000000000000..d8eabd8ebbb09 --- /dev/null +++ b/manifests/w/Winamp/Winamp/5.92.0.10042/Winamp.Winamp.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json + +PackageIdentifier: Winamp.Winamp +PackageVersion: 5.92.0.10042 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.28.0 diff --git a/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.installer.yaml b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.installer.yaml new file mode 100644 index 0000000000000..ce53bdfaf91b4 --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260914-161409-699fd77b +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ReleaseDate: 2026-04-30 +AppsAndFeaturesEntries: +- ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\WezTerm' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-setup.exe + InstallerSha256: DE69221D8B51389B88FA674E965C47249806EA7260D80319EE47544C352AF474 +ManifestType: installer +ManifestVersion: 1.28.0 diff --git a/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.locale.en-US.yaml b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..e581cbaa5f51a --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260914-161409-699fd77b +PackageLocale: en-US +Publisher: Wez Furlong +PublisherUrl: https://github.com/wezterm +PublisherSupportUrl: https://github.com/wezterm/wezterm/issues +Author: Wez Furlong +PackageName: WezTerm +PackageUrl: https://github.com/wezterm/wezterm +License: MIT +LicenseUrl: https://github.com/wezterm/wezterm/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2018-Present Wez Furlong +CopyrightUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md +ShortDescription: | + A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust +Tags: +- rust +- serial +- serial-port +- terminal +- terminal-emulator +- terminal-emulators +ReleaseNotes: |- + Ignore the sources associated with this release: it's just the readme. + This release holds builds generated by the nightly build process that runs in the CI/CD environment. + These builds may be unstable or unusable; they are simply a build of whatever is in master at the time that the nightly build runs. +ReleaseNotesUrl: https://github.com/wezterm/wezterm/releases/tag/nightly +ManifestType: defaultLocale +ManifestVersion: 1.28.0 diff --git a/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.yaml b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.yaml new file mode 100644 index 0000000000000..d6874142665e2 --- /dev/null +++ b/manifests/w/wez/wezterm/nightly/20260914-161409-699fd77b/wez.wezterm.nightly.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json + +PackageIdentifier: wez.wezterm.nightly +PackageVersion: 20260914-161409-699fd77b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.28.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.installer.yaml b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.installer.yaml new file mode 100644 index 0000000000000..07f4f9dc61f52 --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.installer.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.28.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.9.14 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: YXCalendar +ReleaseDate: 2026-09-13 +Installers: +- Architecture: x86 + InstallerUrl: https://static.youxiao.cn/yxcalendar/yxcalendar_latest.exe + InstallerSha256: 57664A147CA8609117F9F7D6CB4FFD5ECF6D3E9A1E6BCED2088ADFFFB028091D +ManifestType: installer +ManifestVersion: 1.28.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.en-US.yaml b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.en-US.yaml new file mode 100644 index 0000000000000..a04d6b595000f --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.28.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.9.14 +PackageLocale: en-US +Publisher: 东莞市优效网络科技有限公司 +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/85294/ +PrivacyUrl: https://www.yxcal.com/about/privacy.html +Author: Dongguan Youxiao Network Technology Co., Ltd. +PackageName: 优效日历 +PackageUrl: https://www.yxcal.com/ +License: Proprietary +LicenseUrl: https://www.yxcal.com/about/agreement.html +Copyright: Copyright (C) 2026 Dongguan Youxiao Network Technology Co., Ltd. +ShortDescription: Help you manage your time easily +Description: YXCalendar is a Win10-style desktop calendar software, which makes a lot of improvements and innovations on the basis of the calendar flyout that comes with Win10 while retaining its simple interface and comprehensive content. +Tags: +- alarm +- caldav +- calendar +- checklist +- clock +- festival +- gtd +- holiday +- list +- reminder +- schedule +- task +- time +- to-do +- todo +- weather +ReleaseNotesUrl: https://support.qq.com/products/85294/blog/774704 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://support.qq.com/products/85294/faqs-more/ +ManifestType: defaultLocale +ManifestVersion: 1.28.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.zh-CN.yaml b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2943fcd72f780 --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.28.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.9.14 +PackageLocale: zh-CN +Publisher: 东莞市优效网络科技有限公司 +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/85294/ +PrivacyUrl: https://www.yxcal.com/about/privacy.html +Author: 东莞市优效网络科技有限公司 +PackageName: 优效日历 +PackageUrl: https://www.yxcal.com/ +License: 专有软件 +LicenseUrl: https://www.yxcal.com/about/agreement.html +Copyright: Copyright (C) 2026 东莞市优效网络科技有限公司 +ShortDescription: 助你轻松掌控你的时间 +Description: 优效日历是一款具有 Win10 风格的桌面日历软件,在 Win10 系统自带的时钟日历之上做出了大量改良和创新,并保留了它界面简洁,显示全面的特点。 +Tags: +- 万年历 +- 任务 +- 天气 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时钟 +- 时间 +- 时间管理 +- 清单 +- 节假日 +- 节日 +- 闹钟 +ReleaseNotesUrl: https://support.qq.com/products/85294/blog/774704 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://support.qq.com/products/85294/faqs-more/ +ManifestType: locale +ManifestVersion: 1.28.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.yaml b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.yaml new file mode 100644 index 0000000000000..8fe00f6dec14f --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.9.14/YouXiao.YXCalendar.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Sep/15 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.28.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.9.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.28.0 diff --git a/manifests/y/yetone/Alma/0.4.43/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.4.43/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..e8d7450f52080 --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.43/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.4.43 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-09-15 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.4.43-win-x64.exe + InstallerSha256: 225AE2D6C07CB44C492378AC2B484CDA2A7D8F4CB0DCF6C7C064F9E079050660 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.4.43-win-x64.exe + InstallerSha256: 225AE2D6C07CB44C492378AC2B484CDA2A7D8F4CB0DCF6C7C064F9E079050660 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.4.43/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.4.43/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..cebc1c1cf631a --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.43/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.4.43 +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: |- + v0.4.43 + Bug Fixes + - Fixed an issue where a sidebar entry appeared inconsistently. + - Fixed the footer so it no longer appears squeezed. + - Marking items as seen now works correctly in the week view. + - Weekday and date span labels now display correctly when a specific week is selected. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.4.43/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.4.43/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fab7be506e0ac --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.43/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.4.43 +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.4.43/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.4.43/yetone.Alma.yaml new file mode 100644 index 0000000000000..9c5d88f0962c2 --- /dev/null +++ b/manifests/y/yetone/Alma/0.4.43/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.4.43 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0