diff --git a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.installer.yaml b/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.installer.yaml deleted file mode 100644 index 027ad0e0ed71..000000000000 --- a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.installer.yaml +++ /dev/null @@ -1,19 +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: 0xJacky.nginx-ui -PackageVersion: 2.3.10 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: nginx-ui.exe -UpgradeBehavior: install -Commands: -- nginx-ui -ReleaseDate: 2026-04-28 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/0xJacky/nginx-ui/releases/download/v2.3.10/nginx-ui-windows-64.zip - InstallerSha256: 4585511AA7F915CB971B58E50BA6DAC500A04E62D1649F16ABADF9B8C244C826 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.locale.en-US.yaml b/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.locale.en-US.yaml deleted file mode 100644 index f60398229cc5..000000000000 --- a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.locale.en-US.yaml +++ /dev/null @@ -1,45 +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: 0xJacky.nginx-ui -PackageVersion: 2.3.10 -PackageLocale: en-US -Publisher: 0xJacky -PublisherUrl: https://github.com/0xJacky -PublisherSupportUrl: https://nginxui.com/ -Author: 0xJacky -PackageName: Nginx UI -PackageUrl: https://github.com/0xJacky/nginx-ui -License: AGPL-3.0 -LicenseUrl: https://github.com/0xJacky/nginx-ui/blob/HEAD/LICENSE -Copyright: Copyright (c) Nginx UI Team -ShortDescription: Yet another Web UI for Nginx -Description: Yet another WebUI for Nginx -Tags: -- chatgpt-app -- code-completion -- copilot -- cron -- deepseek-r1 -- docker -- go -- letsencrypt -- linux -- macos -- mcp -- nginx -- self-hosted -- vue -- webui -- windows -ReleaseNotes: |- - Features - - None. - Bug Fixes - - Render external notification placeholders before delivery so templated variables display correctly (030157829) by @0xJacky. - - Refresh translations, including corrected spacing for restricted nginx directive messages in Chinese locales (432a791ca) by @0xJacky. - Contributors - @0xJacky -ReleaseNotesUrl: https://github.com/0xJacky/nginx-ui/releases/tag/v2.3.10 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.installer.yaml b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.installer.yaml new file mode 100644 index 000000000000..eeae66ea69e6 --- /dev/null +++ b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.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: cmakefmt.cmakefmt +PackageVersion: 1.5.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cmakefmt-1.5.0-x86_64-pc-windows-msvc/cmakefmt.exe + PortableCommandAlias: cmakefmt +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cmakefmt/cmakefmt/releases/download/v1.5.0/cmakefmt-1.5.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 946ECD7B7907C13F684E3455D20AA043CDE70CA65182F17B2D4DC07938499FE0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.locale.en-US.yaml b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.locale.en-US.yaml new file mode 100644 index 000000000000..d48b3444f7f4 --- /dev/null +++ b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cmakefmt.cmakefmt +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Puneet Matharu +PublisherUrl: https://github.com/cmakefmt +PublisherSupportUrl: https://github.com/cmakefmt/cmakefmt/issues +PackageName: cmakefmt +PackageUrl: https://cmakefmt.dev/ +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/cmakefmt/cmakefmt/blob/HEAD/LICENSE +Copyright: Copyright 2026 Puneet Matharu +ShortDescription: A fast, correct CMake formatter +Description: |- + cmakefmt is a fast, correct, configurable CMake formatter written in Rust. + It is a native-binary drop-in replacement for cmake-format with full + legacy config conversion support. +Moniker: cmakefmt +Tags: +- cmake +- developer-tools +- formatter +- rust +ReleaseNotes: |- + What's Changed + - chore(deps): bump taiki-e/install-action from 2.78.1 to 2.78.2 by @dependabot[bot] in #60 + Full Changelog: v1.4.2...v1.5.0 +ReleaseNotesUrl: https://github.com/cmakefmt/cmakefmt/releases/tag/v1.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.yaml b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.yaml similarity index 75% rename from manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.yaml rename to manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.yaml index 3e7c9982c555..7c1ddce5fae0 100644 --- a/manifests/0/0xJacky/nginx-ui/2.3.10/0xJacky.nginx-ui.yaml +++ b/manifests/c/cmakefmt/cmakefmt/1.5.0/cmakefmt.cmakefmt.yaml @@ -1,8 +1,8 @@ # Created with WinGet Releaser using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: 0xJacky.nginx-ui -PackageVersion: 2.3.10 +PackageIdentifier: cmakefmt.cmakefmt +PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.installer.yaml b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.installer.yaml new file mode 100644 index 000000000000..ea39a501146f --- /dev/null +++ b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: detachhead.rebased +PackageVersion: 1.0.15 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ProductCode: Rebased 1.0.15 +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: Rebased 1.0.15 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\detachhead\Rebased' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DetachHead/rebased/releases/download/1.0.15/rebased.exe + InstallerSha256: 68206C2BF38AA374F3BE0B5C1FA4D2C27D632BB2CBF6158F6C6766A5B4D91E8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.locale.en-US.yaml b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.locale.en-US.yaml new file mode 100644 index 000000000000..37dc52941e78 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.locale.en-US.yaml @@ -0,0 +1,23 @@ +# 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: detachhead.rebased +PackageVersion: 1.0.15 +PackageLocale: en-US +Publisher: detachhead +PublisherUrl: https://github.com/DetachHead +PublisherSupportUrl: https://github.com/DetachHead/rebased/issues +Author: detachhead +PackageName: Rebased +PackageUrl: https://github.com/DetachHead/rebased +License: Apache-2.0 +LicenseUrl: https://github.com/DetachHead/rebased/blob/HEAD/LICENSE.txt +Copyright: Copyright 2026 detachhead +ShortDescription: An open-source remake of the short-lived jetbrains git client +ReleaseNotes: |- + Commits + - 89d9d48: merge 2026.1.2 (#192) + - c1328e9: fix rebased being registered as the default editor for java & kotlin files on macOS (#193) +ReleaseNotesUrl: https://github.com/DetachHead/rebased/releases/tag/1.0.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.yaml b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.yaml new file mode 100644 index 000000000000..f51028e3f1c4 --- /dev/null +++ b/manifests/d/detachhead/rebased/1.0.15/detachhead.rebased.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: detachhead.rebased +PackageVersion: 1.0.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.installer.yaml b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.installer.yaml new file mode 100644 index 000000000000..0c6fcfd1e4db --- /dev/null +++ b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: edde746.Plezy +PackageVersion: 2.1.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /WINGET=1 /NORUN=1 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{4213385e-f7be-4f2b-95f9-54082a28bb8f}_is1' +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: '{4213385e-f7be-4f2b-95f9-54082a28bb8f}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Plezy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/edde746/plezy/releases/download/2.1.0/plezy-windows-installer.exe + InstallerSha256: F235B52B8F009E7261916D6368687E826CAFD6568727D90DC362341FA4A14747 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.locale.en-US.yaml b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.locale.en-US.yaml new file mode 100644 index 000000000000..ffce76b56369 --- /dev/null +++ b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: edde746.Plezy +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: edde746 +PublisherUrl: https://github.com/edde746 +PublisherSupportUrl: https://github.com/edde746/plezy/issues +Author: edde746 +PackageName: Plezy +PackageUrl: https://github.com/edde746/plezy +License: GPL-3.0 +LicenseUrl: https://github.com/edde746/plezy/blob/HEAD/LICENSE +ShortDescription: A media streaming client for Plex +Tags: +- media +- player +- plex +- streaming +- video +ReleaseNotes: |- + Added + - Tracker rating sheet + - Episode-level anime watch state sync + - Live TV guide grouping by source + - Player screenshot shortcut + - Jellyfin actor media browsing + - Additional Jellyfin library sort options + Fixed + - Apple playback issues with Dolby Vision, HDR subtitles, MPVKit teardown, subtitle cropping, and video presentation + - Player startup, frame-rate/display matching, PiP, and lifecycle cleanup + - Plex and Jellyfin library filters, sorts, grouping, collections, home hubs, and large library loading + - Live TV guide loading, recording indicators, and Jellyfin Live TV direct streaming + - Tracker anime completion totals, scoped progress sync, Plex library context, and Trakt sync behavior + - Search ranking and server indicators + - Watch Together host resume, companion remote server selection, duplicate PIN dialogs, downloads cleanup, and desktop database migration + Improved + - Search relevance and home/discover ordering + - Media detail action layout, poster loading states, browse chip spacing, and TV browse presentation + - HTTP shutdown and transient Plex resource failure handling + - Startup cleanup for orphaned Plex image cache files + Full Changelog: 2.0.0...2.1.0 +ReleaseNotesUrl: https://github.com/edde746/plezy/releases/tag/2.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.yaml b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.yaml new file mode 100644 index 000000000000..79ab81a4bd52 --- /dev/null +++ b/manifests/e/edde746/Plezy/2.1.0/edde746.Plezy.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: edde746.Plezy +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.installer.yaml b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.installer.yaml new file mode 100644 index 000000000000..ca2f59ad2c4e --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.6.1204.21421 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://installer.filedini.app/Filedini-0.6.1204.21421-Installer.exe + InstallerSha256: 1A2C617E09B7C3612E2DBD96B0AC64387B05936017C58ABB1EB04B19F4F91F6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.locale.en-US.yaml b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.locale.en-US.yaml new file mode 100644 index 000000000000..2bda25699737 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.6.1204.21421 +PackageLocale: en-US +Publisher: Filedini +PackageName: Filedini +License: Proprietary +ShortDescription: A fast, keyboard-first file manager for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.yaml b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.yaml new file mode 100644 index 000000000000..0fb1337f9756 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.6.1204.21421/Filedini.Filedini.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.6.1204.21421 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.installer.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.installer.yaml new file mode 100644 index 000000000000..0d6147da7f2d --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260517.61218 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Worktree Manager +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/guoyongchang/worktree-manager/releases/download/v0.20260517.61218/Worktree-Manager-v0.20260517.61218-Windows-setup.exe + InstallerSha256: C342DA2434273BC2EC09526FE34016236B5326D9B30B7FDCFAB5F9A625710674 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.en-US.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.en-US.yaml new file mode 100644 index 000000000000..b0a129f99f01 --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260517.61218 +PackageLocale: en-US +License: Freeware +ShortDescription: An elegant Git Worktree managemer with visualization +Description: |- + Git Worktree Manager is built on Git's native worktree capability, allowing you to check out multiple branches into separate directories in the same repository while sharing the same .git data. With automatic symlinking for large folders such as node_modules, it enables zero-cost branch switching and requires no additional disk space. + + Core Features + - Parallel Work on Multiple Branches + Work on multiple branches of the same project simultaneously without mutual interference. No need to stash changes, no need to clone multiple copies of the repository. + - Smart Folder Linking + Automatically links build artifacts such as node_modules, .next, and vendor when creating a worktree to avoid repeated dependency installation. Custom link paths are supported. + - Global Workspace File Sharing + Files including .claude, CLAUDE.md, requirement-docs can be configured as global links to be shared across all worktrees. + - Branch Status at a Glance + Displays real-time information for each branch, including commit count, uncommitted changes, whether it has been merged into the test branch, and more. + - Quick IDE Launch + Open any worktree with VS Code, Cursor or IntelliJ IDEA in one click. + - Built-in Terminal + Each worktree has an independent terminal session, eliminating the need to switch between multiple windows. + - Secure Archiving + Archive the worktree after development is completed. Uncommitted and unpushed code is automatically checked before archiving to prevent data loss. +Tags: +- branch +- code +- coding +- develop +- development +- git +- vcs +- worktree +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.zh-CN.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..f38df55446e8 --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.locale.zh-CN.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260517.61218 +PackageLocale: zh-CN +Publisher: Worktree Manager Team +PublisherUrl: https://github.com/guoyongchang +PublisherSupportUrl: https://github.com/guoyongchang/worktree-manager/issues +PackageName: Worktree Manager +PackageUrl: https://github.com/guoyongchang/worktree-manager +License: 免费软件 +ShortDescription: 一个优雅的 Git Worktree 可视化管理工具 +Description: |- + Git Worktree Manager 基于 Git 原生的 worktree 能力构建,让你在同一个仓库中同时检出多个分支到独立目录,共享 .git 数据。配合自动 symlink node_modules 等大文件夹,零成本切换,零额外磁盘占用。 + + 核心功能 + - 多分支并行工作 + 一个项目同时打开多个分支,互不干扰。不用 stash,不用 clone 多份。 + - 智能文件夹链接 + 创建 worktree 时自动链接 node_modules、.next、vendor 等构建产物,避免重复安装依赖。支持自定义链接路径。 + - Workspace 全局文件共享 + .claude、CLAUDE.md、requirement-docs 等文件可以配置为全局链接,在所有 worktree 中共享。 + - 分支状态一目了然 + 实时显示每个分支的提交数、未提交更改、是否合并到测试分支等信息。 + - 快速打开 IDE + 一键用 VS Code、Cursor 或 IntelliJ IDEA 打开任意 worktree。 + - 内置终端 + 每个 worktree 有独立的终端会话,无需在多个窗口之间切换。 + - 安全归档 + 完成开发后归档 worktree,归档前自动检查未提交和未推送的代码,防止丢失。 +Tags: +- git +- worktree +- 代码 +- 分支 +- 开发 +- 版本控制 +ReleaseNotesUrl: https://github.com/guoyongchang/worktree-manager/releases/tag/v0.20260517.61218 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.yaml new file mode 100644 index 000000000000..dcf63a5c2749 --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260517.61218/guoyongchang.WorktreeManager.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: guoyongchang.WorktreeManager +PackageVersion: 0.20260517.61218 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.installer.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.installer.yaml new file mode 100644 index 000000000000..6a95c26fdfaf --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.39 +InstallerType: portable +Commands: +- deepseek +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/DeepSeek-TUI/releases/download/v0.8.39/deepseek-tui-windows-x64.exe + InstallerSha256: E801BFAEBCCCBB87CA1B17601C01512105EC2A475C77C2C8D14A56D078542885 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.locale.en-US.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.locale.en-US.yaml new file mode 100644 index 000000000000..068b423b8e8f --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.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: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.39 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/DeepSeek-TUI/issues +Author: Hunter Bown +PackageName: DeepSeek TUI +PackageUrl: https://github.com/Hmbown/DeepSeek-TUI +License: MIT +LicenseUrl: https://github.com/Hmbown/DeepSeek-TUI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Fixed + - Feishu/Lark bridge startup order is guarded. The bridge now keeps ThreadStore initialized before startup opens persisted thread state, with a regression test to prevent moving it below its first use. + - /model picker opens instantly with the curated list again. Reverted the v0.8.38 live-catalog rework: the picker no longer makes a blocking network call on open and once again shows the curated auto / deepseek-v4-pro / deepseek-v4-flash rows. The /models command still lists the live provider catalog. + - "Approve for session" groups by command family again. Session approvals are keyed by a lossy, arity-aware fingerprint once more, so approving cargo build also covers cargo build --release. Denials keep the exact per-call fingerprint from #1617, so denying one call no longer over-blocks later, different calls to the same tool. + - Docker first-run state directories are writable. The image now pre-creates /home/deepseek/.deepseek with deepseek ownership so the documented named-volume launch can create runtime thread state on first use (#1684). + - Runtime API system prompt overrides survive the first turn. Threads created with a system_prompt override now keep that prompt through mode/context refreshes before the model request is built (#1688). + - Compaction keeps a user text query in tool-heavy histories. Automatic compaction now pins the latest user text message when the retained tail only contains tool calls/results, avoiding OpenAI-compatible Jinja template failures on the next request (#1704). + - Pager jumps land at the visible bottom. Pressing G or End in the pager no longer overshoots the render clamp, so k/Up scrolls upward immediately afterward, and mouse wheels now scroll pager overlays directly (#1706, #1716). + - Mouse-wheel-as-arrow scrolling preserves composer drafts. When composer_arrows_scroll is enabled, Up/Down now scroll the transcript even with text in the composer instead of replacing the draft with input history (#1677). + - Multiline composer arrows move between input lines. Plain Up/Down now move the cursor within multiline drafts before falling back to input history, while single-line mouse-wheel-as-arrow scrolling remains unchanged (#1721). + - Third-party reasoning_content streams no longer corrupt text output. Generic OpenAI-compatible providers that stream answer text in reasoning_content now render it as normal text unless the selected provider is one whose reasoning-content semantics are supported (#1673). + - macOS system theme detection recognizes Light mode. When COLORFGBG is missing or unusable, theme = "system" now falls back to macOS appearance detection and treats a missing AppleInterfaceStyle key as Light mode (#1670). + - rlm_open accepts schema-filled blank source fields. Empty file_path, content, and url strings now count as absent, so calls that provide one real source no longer fail the exactly-one-source validator (#1712). + - Resize keeps transcript paging usable immediately. After a terminal resize, PageUp/PageDown now use the resized viewport height instead of falling back to one-line jumps before the next render (#1724). + - ACP responses stringify JSON-RPC ids. serve --acp now returns string ids even when clients send numeric ids, matching Zed's stricter ACP client expectations (#1696). + Thanks + Thanks to Matt Van Horn (@mvanhorn) for the Docker first-run permission fix in #1699 and the runtime system-prompt regression tests harvested from #1702. Thanks to Kristopher Clark (@krisclarkdev) for the compaction user-query preservation fix in #1704. Thanks to Stephen Xu (@wlon) for the pager jump-bottom fix in #1706. Thanks to tdccccc (@tdccccc) for the composer scroll fix in #1715 and pager mouse-wheel support in #1716. Thanks to Paulo Aboim Pinto (@aboimpinto) for the multiline composer arrow navigation tests harvested from #1719. Thanks to LittleBlacky (@LittleBlacky) for the provider-gated reasoning_content stream fix in #1680. Thanks to Eosin Ai (@Aitensa) for the macOS system appearance fallback in #1674. Thanks to Anaheim (@AnaheimEX) for the rlm_open schema validation report in #1712. Thanks to THatch26 (@THatch26) for the terminal resize paging fix in #1724. Thanks to Alvin (@alvin1) for the Zed ACP id compatibility report in #1696. +ReleaseNotesUrl: https://github.com/Hmbown/DeepSeek-TUI/blob/HEAD/CHANGELOG.md#0839---2026-05-17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4aa6b42293a --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.39 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.yaml new file mode 100644 index 000000000000..b2ca569a9762 --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.39/HunterBown.DeepSeek-TUI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.installer.yaml b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.installer.yaml index 98600af2103c..08e71ec012b4 100644 --- a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.installer.yaml +++ b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.installer.yaml @@ -1,21 +1,29 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: houmain.keymapper PackageVersion: 5.3.0 -InstallerLocale: en-US InstallerType: wix -Scope: user -ProductCode: '{96DBF0E2-1B40-467F-80F6-99A5528424CC}' +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" ReleaseDate: 2025-11-21 -AppsAndFeaturesEntries: -- ProductCode: '{96DBF0E2-1B40-467F-80F6-99A5528424CC}' - UpgradeCode: '{D3B4DADB-1A7E-40B3-A6F0-EEB022317FC8}' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\keymapper' Installers: - Architecture: x64 InstallerUrl: https://github.com/houmain/keymapper/releases/download/5.3.0/keymapper-5.3.0-Windows-x86_64.msi InstallerSha256: F47D2FB93A8AD1A779762C8ED11C3D2E8D76F1BC1544F687C2288D4C83E7B574 + ProductCode: '{96DBF0E2-1B40-467F-80F6-99A5528424CC}' + AppsAndFeaturesEntries: + - ProductCode: '{96DBF0E2-1B40-467F-80F6-99A5528424CC}' + UpgradeCode: '{D3B4DADB-1A7E-40B3-A6F0-EEB022317FC8}' +- Architecture: arm64 + InstallerUrl: https://github.com/houmain/keymapper/releases/download/5.3.0/keymapper-5.3.0-Windows-arm64.msi + InstallerSha256: F4F2A9F6AC4C664F6E0BC12E334D5E4DBD61FFB579E991772A54041BB5AD4B98 + ProductCode: '{9122D91E-B01D-4209-BD63-C36824E5643E}' + AppsAndFeaturesEntries: + - ProductCode: '{9122D91E-B01D-4209-BD63-C36824E5643E}' + UpgradeCode: '{D3B4DADB-1A7E-40B3-A6F0-EEB022317FC8}' ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.locale.en-US.yaml b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.locale.en-US.yaml index 0be8ba3e487c..2c66c9352e53 100644 --- a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.locale.en-US.yaml +++ b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: houmain.keymapper PackageVersion: 5.3.0 @@ -11,6 +11,7 @@ PackageName: keymapper PackageUrl: https://github.com/houmain/keymapper License: GPL-3.0 LicenseUrl: https://github.com/houmain/keymapper/blob/HEAD/LICENSE +Copyright: (c) 2019-2026 by Albert Kalchmair ShortDescription: A cross-platform context-aware key remapper Tags: - context-awareness @@ -24,9 +25,10 @@ ReleaseNotes: |- Added - Added keymapperctl --print "string" (#312). - Allow to pass key Any to keymapperctl --wait-toggled (#312). + Fixed - Retry initializing Winsock when network subsystem is not ready yet (#313). - Fixed path separator in keymapper-launchd (#298). ReleaseNotesUrl: https://github.com/houmain/keymapper/releases/tag/5.3.0 ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.yaml b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.yaml index 24b76673da3b..5c9952e27a4a 100644 --- a/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.yaml +++ b/manifests/h/houmain/keymapper/5.3.0/houmain.keymapper.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: houmain.keymapper PackageVersion: 5.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.4.0/j178.Prek.installer.yaml b/manifests/j/j178/Prek/0.4.0/j178.Prek.installer.yaml new file mode 100644 index 000000000000..759ffee0adec --- /dev/null +++ b/manifests/j/j178/Prek/0.4.0/j178.Prek.installer.yaml @@ -0,0 +1,35 @@ +# 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: j178.Prek +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: prek.exe + PortableCommandAlias: prek +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.4.0/prek-i686-pc-windows-msvc.zip + InstallerSha256: EB6632C7A8880E9BC0A4AFACC9C8F0FDE987AB50092476B13A7DC2AE0F56722F + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.4.0/prek-x86_64-pc-windows-msvc.zip + InstallerSha256: 8180EBAB47427C4ADC029B02B2E91E743CAD01F7335063D6E28A0E7748F724F7 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.4.0/prek-aarch64-pc-windows-msvc.zip + InstallerSha256: 92C7107DDEC8309D65ACBD2E0DA8FF4D9A27A026C777980F40FD2BE5A9BEBA25 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.4.0/j178.Prek.locale.en-US.yaml b/manifests/j/j178/Prek/0.4.0/j178.Prek.locale.en-US.yaml new file mode 100644 index 000000000000..471cf8f12f7a --- /dev/null +++ b/manifests/j/j178/Prek/0.4.0/j178.Prek.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: j178.Prek +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: j178 +PublisherUrl: https://github.com/j178 +PublisherSupportUrl: https://github.com/j178/prek/issues +Author: j178 +PackageName: Prek +PackageUrl: https://github.com/j178/prek +License: MIT +LicenseUrl: https://github.com/j178/prek/blob/HEAD/LICENSE +ShortDescription: ⚡ Better `pre-commit`, re-engineered in Rust +Moniker: prek +Tags: +- git +- git-hooks +- pre-commit +- prek +ReleaseNotes: |- + Release Notes + Released on 2026-05-14. + Breaking changes + These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything. + - Generated hook scripts no longer preserve -q, -v, or --no-progress passed to prek install. This only affects users who expected those global flags to be baked into installed hooks. (#1966) + - language_version no longer accepts direct executable paths. Use language_version: system for a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. (#1831) + Enhancements + - Expand tilde in --config, --cd, --log-file and --git-dir (#2063) + - Prevent auto-update cooldown downgrades (#2055) + - Use managed npm cache for node hooks (#2075) + Bug fixes + - Fix npm config env overrides for node hooks (#2074) + Documentation + - Add cookbook page for enabling Git 2.54 config-based global hooks (#2061) + Contributors + - @j178 + Install prek 0.4.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.0/prek-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.0/prek-installer.ps1 | iex" + Install prebuilt binaries via Homebrew + brew install prek + Download prek 0.4.0 + ───────────────────────────────────────────────┬────────────────────────────┬───────────── + File │Platform │Checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-apple-darwin.tar.gz │Apple Silicon macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-pc-windows-msvc.zip │x86 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-gnu.tar.gz │x86 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-riscv64gc-unknown-linux-gnu.tar.gz │RISCV Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-s390x-unknown-linux-gnu.tar.gz │S390x Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-gnueabihf.tar.gz │ARMv7 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-musl.tar.gz │x86 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-arm-unknown-linux-musleabihf.tar.gz │ARMv6 MUSL Linux (Hardfloat)│checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-musleabihf.tar.gz │ARMv7 MUSL Linux │checksum + ───────────────────────────────────────────────┴────────────────────────────┴───────────── + Verifying GitHub Artifact Attestations + The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: + gh attestation verify --repo j178/prek + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle +ReleaseNotesUrl: https://github.com/j178/prek/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.4.0/j178.Prek.yaml b/manifests/j/j178/Prek/0.4.0/j178.Prek.yaml new file mode 100644 index 000000000000..52023a43316a --- /dev/null +++ b/manifests/j/j178/Prek/0.4.0/j178.Prek.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: j178.Prek +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 000000000000..23d06419284c --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: HardwareMon_is1 +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: HardwareMon_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v14.5.0/HardwareMonSetup-x64-14.5.0.exe + InstallerSha256: 5437C25B103BA71E56A7379930EE1C6829187B8DF6DCD0E64E2D8516D5C8D940 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 000000000000..ebaf40c028e2 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.0 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +ReleaseNotes: 'Full Changelog: v14.4.0...v14.5.0' +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v14.5.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 000000000000..e1cc601fb038 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.0/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 000000000000..2e0f793856f4 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: HardwareMon_is1 +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: HardwareMon_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v14.5.1/HardwareMonSetup-x64-14.5.1.exe + InstallerSha256: E43F20064B000608EE39B54DC3AC4E2C6BBB329596E66340C46A226550C99AC9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 000000000000..d851e606930b --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.1 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +ReleaseNotes: 'Full Changelog: v14.5.0...v14.5.1' +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v14.5.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 000000000000..669c98592900 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.1/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.installer.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.installer.yaml new file mode 100644 index 000000000000..c173b82a7664 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.2 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: HardwareMon_is1 +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: HardwareMon_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HardwareMon' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/louisboii747/HardwareMon/releases/download/v14.5.2/HardwareMonSetup-x64-14.5.2.exe + InstallerSha256: 884FAC3A67045AD7904CCACD6F1BE353E7AC2582A424FE282849409E8F141AB5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml new file mode 100644 index 000000000000..a993071632e3 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.locale.en-US.yaml @@ -0,0 +1,21 @@ +# 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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.2 +PackageLocale: en-US +Publisher: Louis Hinchliffe +PublisherUrl: https://github.com/louisboii747 +PublisherSupportUrl: https://github.com/louisboii747/HardwareMon/issues +PackageName: HardwareMon +PackageUrl: https://github.com/louisboii747/HardwareMon +License: MIT +LicenseUrl: https://github.com/louisboii747/HardwareMon/blob/HEAD/LICENSE +ShortDescription: A simple GUI to view hardware info and performance metrics. +ReleaseNotes: 'Full Changelog: v14.5.1...v14.5.2' +ReleaseNotesUrl: https://github.com/louisboii747/HardwareMon/releases/tag/v14.5.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/louisboii747/HardwareMon/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.yaml b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.yaml new file mode 100644 index 000000000000..ea1986062421 --- /dev/null +++ b/manifests/l/LouisHinchliffe/HardwareMon/14.5.2/LouisHinchliffe.HardwareMon.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: LouisHinchliffe.HardwareMon +PackageVersion: 14.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..57b3157019de --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.6/CLIProxyAPI_7.1.6_windows_amd64.zip + InstallerSha256: F7F426C5CF4A0C64300BD4AF43B0039F66F09B96A029A09AF7216D1D550A9C31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..8b9dc20f681c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.6 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 4b13f9c255025dc4a1afa138dadb3249ecb7d2b2 Merge pull request #3439 from ben-vargas/fix-grok-tool-params + - 74cb53dee1cdd955c24fee1c541154c28200c7f3 feat(xai): support namespace tools and enhance tool normalization logic + - 2607888a977aacaf79235823fe8633503b5b3a39 fix(xai): default missing function tool parameters +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..c2dff65312cd --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.6 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..2cd2398bd7ee --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.6/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..240d82a5ec11 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.7/CLIProxyAPI_7.1.7_windows_amd64.zip + InstallerSha256: 69D536DB5CF7B62026EE021C021C8643761073DAB985E14427AA73E5FCB2B807 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..59e17c94b5bf --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.1.7 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 26d13af28f8a5dd01b950c79fa7bfe8959c605f5 feat(runtime): enhance payload rule resolution with dynamic path support + - be841b88ee08b73ccba7d0c90bc73e32a9517c87 log(registry): replace panic with warning on embedded model parse failure +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..c5726fefa2e0 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.7 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..4f67ead3c32c --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.7/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Moku/Moku/0.9.4/Moku.Moku.installer.yaml b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.installer.yaml new file mode 100644 index 000000000000..0af1994d370e --- /dev/null +++ b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Moku.Moku +PackageVersion: 0.9.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/moku-project/Moku/releases/download/v0.9.4/Moku_0.9.4_x64-setup.exe + InstallerSha256: AA3A3228F464848318A187173B7A590C9677F896F78A9D8E901AC5D4835C4777 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/m/Moku/Moku/0.9.4/Moku.Moku.locale.en-US.yaml b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.locale.en-US.yaml new file mode 100644 index 000000000000..a532550a971f --- /dev/null +++ b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Moku.Moku +PackageVersion: 0.9.4 +PackageLocale: en-US +Publisher: Youwes09 +PublisherUrl: https://github.com/moku-project/Moku +PublisherSupportUrl: https://github.com/moku-project/Moku/issues +PackageName: Moku +PackageUrl: https://github.com/moku-project/Moku +License: Apache-2.0 license +LicenseUrl: https://github.com/moku-project/Moku?tab=readme-ov-file#readme +ShortDescription: Moku is a fast, minimal manga reader frontend for Suwayomi-Server. +Description: |2- + + Moku is a fast, minimal manga reader frontend for Suwayomi-Server. + + It wraps Suwayomi's GraphQL API in a lightweight Tauri app — no Electron overhead. +Moniker: moku +Tags: +- manga-reader +- suwayomi +- tauri +- svelte5 +- manga +- manga-downloader +ReleaseNotes: |- + # Moku v0.9.4 + + **Released:** May 17, 2026 + + > "It can't be buggy this time... right? + + ## Bug Fixes + + - Fixed quit button not functioning (#80) + - Fixed app launching as multiple simultaneous instances (#83) + - Fixed UI scale not being applied to context menus on Windows (#82) + - Fixed global UI zoom incorrectly affecting the manga display (#82) + - Fixed KCEF cache corruption on boot + - Fixed reader overlay dragging being blocked + - Fixed library items being removed after updating to 0.9.3 (#81) + + ## Notes + - Authentication rework still in progress — smoother switching between servers and auth modes coming soon (#78) + - Windows Hello still under evaluation (#49) + - Touchscreen and gesture improvements ongoing (#29, #50) + + **Full Changelog:** https://github.com/moku-project/Moku/compare/v0.9.3...v0.9.4 +ReleaseNotesUrl: https://github.com/moku-project/Moku/releases/tag/v0.9.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/moku-project/Moku/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Moku/Moku/0.9.4/Moku.Moku.yaml b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.yaml new file mode 100644 index 000000000000..ddccd1656f23 --- /dev/null +++ b/manifests/m/Moku/Moku/0.9.4/Moku.Moku.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: Moku.Moku +PackageVersion: 0.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/michidk/vscli/1.3.1/michidk.vscli.installer.yaml b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.installer.yaml new file mode 100644 index 000000000000..3ce94f9584c8 --- /dev/null +++ b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: michidk.vscli +PackageVersion: 1.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vscli-x86_64-pc-windows-msvc/vscli.exe + PortableCommandAlias: vscli +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/michidk/vscli/releases/download/v1.3.1/vscli-x86_64-pc-windows-msvc.zip + InstallerSha256: 717AD58BA3853C3D3C5CE11D172677ADA9CF258B178502369E60AF1A09903A69 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/michidk/vscli/1.3.1/michidk.vscli.locale.en-US.yaml b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.locale.en-US.yaml new file mode 100644 index 000000000000..a999ac79ef1d --- /dev/null +++ b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: michidk.vscli +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: Michael Lohr +PublisherUrl: https://github.com/michidk +PublisherSupportUrl: https://github.com/michidk/vscli/issues +Author: Michael Lohr +PackageName: vscli +PackageUrl: https://github.com/michidk/vscli +License: MIT +LicenseUrl: https://github.com/michidk/vscli/blob/HEAD/LICENSE +ShortDescription: A CLI tool to launch vscode projects, which supports devcontainers. +Moniker: vscli +Tags: +- cli +- devcontainer +- rust +- vscode +ReleaseNotes: |- + What's Changed + Features + - feat: external config management, container management, generic TUI picker (#189) + - feat: copy stored configs into project directories (#191) + - feat: fix typos (#178) + Bug Fixes + - fix: using localWorkspaceFolderBasename in workspaceFolder (#180) + - fix: derive workspace from devcontainer config, support subfolder opening (#190) + - fix: keep most recent entries in history retention (#196) + - fix: version mismatch and input conversion + - fix(ui): show scrollbar only when required (fixes #176) + Dependency Updates + - chore(deps): upgrade ratatui 0.30, crossterm 0.29, ratatui-textarea 0.8 + - fix(deps): update rust crate crossterm to 0.29.0 (#177) + - fix(deps): update rust crate clap to v4.5.32 (#175) + - fix(deps): update rust crate json5 to v1 (#187) + - fix(deps): update all cargo dependencies (#174, #193, #194) + - chore(deps): bump rand from 0.8.5 to 0.8.6 (#197) + - chore(deps): update rust crate tokio to v1.51.0 (#183) + - chore(deps): update actions/checkout action to v5, v6 (#179, #186) + - chore(deps): update mikepenz/action-gh-release action to v2, v3 (#188, #195) + - chore(deps): update mcr.microsoft.com/devcontainers/rust docker tag to v2 (#181) + Other + - chore(readme): fix padding in code block + - chore: patch update deps & fix clippy + New Contributors + - @kianmeng made their first contribution in #178 + - @starburst997 made their first contribution in #180 + - @kimjune01 made their first contribution in #196 + Full Changelog: https://github.com/michidk/vscli/compare/v1.3.0...v1.3.1 +ReleaseNotesUrl: https://github.com/michidk/vscli/releases/tag/v1.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/michidk/vscli/1.3.1/michidk.vscli.yaml b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.yaml new file mode 100644 index 000000000000..ea9a1cf633f4 --- /dev/null +++ b/manifests/m/michidk/vscli/1.3.1/michidk.vscli.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.6.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: michidk.vscli +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.installer.yaml b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.installer.yaml new file mode 100644 index 000000000000..4b629db83622 --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-windows-x86_64.exe + PortableCommandAlias: jirac +ReleaseDate: 2026-05-17 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/v1.0.0/jirac-windows-x86_64.zip + InstallerSha256: d8daf59dcaa39c11b15e15f1dc1440b9be5561dd4161334e41f296b010bca513 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.locale.en-US.yaml b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.locale.en-US.yaml new file mode 100644 index 000000000000..f85af379b2bb --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Jira terminal client with TUI, MCP support, and release archives for Windows, macOS, and Linux. +Description: jirac is a Rust-based Jira CLI with interactive TUI flows, issue transitions, comments, worklogs, attachments, and jirac-mcp for editor and agent integrations. +Moniker: jirac +Tags: + - jira + - atlassian + - cli + - tui + - mcp +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.yaml b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.yaml new file mode 100644 index 000000000000..eb4e7067676f --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.0.0/mulhamna.jirac.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.installer.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.installer.yaml new file mode 100644 index 000000000000..232e65ae925e --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.47 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: slck.exe + PortableCommandAlias: slck +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.47/slck_v3.1.47_windows_amd64.zip + InstallerSha256: F80665158C2DF2C000D9827E19EAF67310C5972FED01E30FF9B0D58C4EB80F0E +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.47/slck_v3.1.47_windows_arm64.zip + InstallerSha256: 4E4DC14DA4F900C4D73E6AAD6833F4C6BD20DF31BD037A5DC9763F44E663AB4E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.locale.en-US.yaml new file mode 100644 index 000000000000..796783b2747d --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.47 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/slack-chat-api/issues +PackageName: Slack Chat API CLI +PackageUrl: https://github.com/open-cli-collective/slack-chat-api +License: MIT +LicenseUrl: https://github.com/open-cli-collective/slack-chat-api/blob/main/LICENSE +ShortDescription: Command-line interface for Slack Web API +Description: |- + A lightweight CLI for interacting with the Slack Web API. Provides direct + API access for automation and scripting including sending messages, managing + channels, listing users, viewing message history, and searching messages/files. +Tags: +- slack +- cli +- api +- messaging +- automation +- chat +ReleaseNotesUrl: https://github.com/open-cli-collective/slack-chat-api/releases/tag/v3.1.47 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/slack-chat-api/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.yaml new file mode 100644 index 000000000000..ccaed55e102f --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.47/OpenCLICollective.slack-chat-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.installer.yaml b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.installer.yaml new file mode 100644 index 000000000000..27e26bd4786e --- /dev/null +++ b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.installer.yaml @@ -0,0 +1,118 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenMPT.OpenMPT +PackageVersion: 1.32.10.00 +InstallerType: inno +UpgradeBehavior: install +FileExtensions: +- "667" +- "669" +- amf +- ams +- c67 +- dbm +- digi +- dmf +- dsm +- dsym +- dtm +- far +- fmt +- fst +- gdm +- gt2 +- gtk +- ice +- imf +- it +- itp +- itz +- j2b +- m15 +- mdl +- mdr +- mdz +- med +- mms +- mo3 +- mod +- mptm +- mptmz +- mt2 +- mtm +- mus +- okt +- oxm +- plm +- psm +- pt36 +- ptm +- s3m +- s3z +- sfx +- sfx2 +- st26 +- stm +- stp +- stx +- symmod +- ult +- umx +- wow +- xm +- xmf +- xmz +ProductCode: '{40c97d3e-7763-4b88-8c6a-0901befee4af}_is1' +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm + Scope: user + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm + Scope: machine + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.openmpt.org/archive/openmpt/1.32/OpenMPT-1.32.10.00-Setup.exe + InstallerSha256: 07EDFC6A49432E01CE9468AE519CCFD1087C68DB9A3AF0A22801A0287F502030 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.en-US.yaml b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.en-US.yaml new file mode 100644 index 000000000000..06fa6ca11681 --- /dev/null +++ b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenMPT.OpenMPT +PackageVersion: 1.32.10.00 +PackageLocale: en-US +Publisher: OpenMPT +PublisherUrl: https://openmpt.org/ +PublisherSupportUrl: https://openmpt.org/community +PackageName: OpenMPT +PackageUrl: https://openmpt.org/ +License: BSD-3-Clause +LicenseUrl: https://github.com/OpenMPT/openmpt/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors + Copyright (c) 1997-2026, Olivier Lapicque + All rights reserved. +ShortDescription: A powerful audio application that makes writing music fun, easy and efficient. +Description: |- + OpenMPT is a popular tracker software for Windows. OpenMPT (short hand for Open ModPlug Tracker) is completely free and allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software, can import a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as VST plugins and ASIO output. + In addition to its own song format, OpenMPT can natively edit Impulse Tracker, FastTracker, Scream Tracker and ProTracker module files. Read more about it on the features page! +Moniker: openmpt +Tags: +- audio +- modplug +- music +- tracker +ReleaseNotes: |- + Pattern tab + - [Fix] Fixed possible crash when trying to display a very long plugin parameter name in the status bar. + + Sample tab + - [Imp] Add Silence / Resize: Entered milliseconds values can now be fractional. + - [Fix] Resampling with r8brain could introduce unwanted ringing artifacts at the end of the sample. + + VST / DMO Plugins + - [Fix] OpenMPT 1.32.09.00 reported incorrect PPQ positions to plugins, resulting in wild position fluctuations (http://forum.openmpt.org/index.php?topic=7465.0). + + Other formats + - [Fix] ULT: Sustain loops were stopped after a portamento (http://bugs.openmpt.org/view.php?id=1967). + + Audio I/O + - [Fix] When using ASIO with hardware timing, it was possible that GUI updates were not synchronized properly with audio. + + Misc + - [Imp] Improved screen reader accessibility in Add Silence / Resize and various Export dialogs. + - [Fix] Fixed potential input focus issues in various parts of the user interface. + + Bundled plugins + - [Fix] FXP preset files for the SymMOD echo could not be restored, and preset files for the DigiBooster Pro Echo could only be restored in 32-bit builds of OpenMPT (http://bugs.openmpt.org/view.php?id=1966). + - [Fix] MIDI I/O Plugin: Editing a MIDI macro during playback could potentially cause nonsensical MIDI messages to be sent or even a crash. + + Third-Party Libraries + - [Imp] Update mpg123 (v1.33.5) and unrar(v7.2.6) +ReleaseNotesUrl: https://openmpt.org/release_notes/History.txt +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://wiki.openmpt.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.zh-CN.yaml b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.zh-CN.yaml new file mode 100644 index 000000000000..7df01e1a9382 --- /dev/null +++ b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenMPT.OpenMPT +PackageVersion: 1.32.10.00 +PackageLocale: zh-CN +Publisher: OpenMPT +PackageName: OpenMPT +ShortDescription: A powerful audio application that makes writing music fun, easy and efficient. +Description: |- + OpenMPT 是一款流行的适用于 Windows 的 tracker 软件。OpenMPT(Open ModPlug Tracker 的缩写)完全免费,让你在电脑上创作和播放绝佳的音乐。OpenMPT 是一款免费软件,基于 Olivier Lapicque 编写的原始 ModPlug Tracker,可导入多种模块格式,并拥有直观的原生图形用户界面以及 VST 插件和 ASIO 输出等高级功能。 + 除了自带的歌曲格式外,OpenMPT 还能原生编辑 Impulse Tracker、FastTracker、Scream Tracker 和 ProTracker 模块文件。如需了解更多信息,请访问功能页面! +Tags: +- modplug +- tracker +- 音乐 +- 音频 +ReleaseNotesUrl: https://openmpt.org/release_notes/History.txt +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://wiki.openmpt.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.yaml b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.yaml new file mode 100644 index 000000000000..654e0b05e2b5 --- /dev/null +++ b/manifests/o/OpenMPT/OpenMPT/1.32.10.00/OpenMPT.OpenMPT.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: OpenMPT.OpenMPT +PackageVersion: 1.32.10.00 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.installer.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.installer.yaml new file mode 100644 index 000000000000..e6f4c832a2f2 --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.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: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.1 +InstallerType: nullsoft +Scope: machine +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: install +ProductCode: OpenRCT2 +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.1/OpenRCT2-v0.5.1-windows-installer-win32.exe + InstallerSha256: FDD1846A2F21062F5716204B8DE9626892B87C95C6EBBB2F7385E49A150092D0 +- Architecture: x64 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.1/OpenRCT2-v0.5.1-windows-installer-x64.exe + InstallerSha256: 6BA42AB9FFCD21EA10EB27880E6ED51BAD1663E7E235203DB2C4FC4BF73200C5 +- Architecture: arm64 + InstallerUrl: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.5.1/OpenRCT2-v0.5.1-windows-installer-arm64.exe + InstallerSha256: 61CD955DC5820787DE844F7B523D56FF5329A908961C4FC48CE4A84584730FB7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.en-US.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.en-US.yaml new file mode 100644 index 000000000000..d8168faf0aef --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: OpenRCT2 +PublisherUrl: https://openrct2.io/ +PublisherSupportUrl: https://openrct2.io/get-help +PackageName: OpenRCT2 +PackageUrl: https://openrct2.io/download +License: GPL-3.0 +LicenseUrl: https://github.com/OpenRCT2/OpenRCT2/blob/HEAD/licence.txt +Copyright: Copyright (c) 2014-2026 OpenRCT2 developers +ShortDescription: Open source re-implementation of RollerCoaster Tycoon 2 +Description: An open-source re-implementation of RollerCoaster Tycoon 2, a construction and management simulation video game that simulates amusement park management. +Moniker: openrct2 +Tags: +- game +- gaming +- rollercoaster-tycoon +ReleaseNotes: |- + - Feature: [#24242] [Plugin] Add ride-breakdown hooktype. + - Feature: [#24879] [Plugin] Add methods for showing and hiding gridlines. + - Feature: [#26327] Add ‘guests entertained’ statistic to entertainers. + - Improved: [#26374] Add higher resolution app icons for Android. + - Improved: [#26386] Initial window scale and toolbar options on fresh Android installations. + - Change: [#26476] Limit creation of new station styles to prepare for more flexibility with ride stations and entrances. + - Fix: [#25581] Chart drawing issue on some platforms due to compiler optimisation. + - Fix: [#26019] Inverted and Inverted Flying Roller Coaster large half loops glitch with the train and don‘t draw in tunnels at some angles (original bug). + - Fix: [#26183] The ride stat graph placeholder text is not drawn in the expected position. + - Fix: [#26287] Game crashes upon connect/disconnect of physical keyboard. + - Fix: [#26299] Single Rail S-Bend sprites don’t fully connect to the next track piece at certain angles. + - Fix: [#26352] Large scenery items are incorrectly labelled as ‘banners’ in the tile inspector. + - Fix: [#26352] The label for path additions is using the wrong text colour in the tile inspector. + - Fix: [#26360] Inverted Lay-down Roller Coaster helices are invisible when loading old saves. + - Fix: [#26396] [Plugin] Socket interfaces were not closing properly and firing up correctly in parallel. + - Fix: [#26410] Tiles with water can draw incorrectly when there is something underwater and nothing above water. + - Fix: [#26418] Game crashes when a stack overflow occurs in plugin code. + - Fix: [#26419] Drop count & negative g’s stat requirements for Flying Roller Coaster don’t get nullified by having an inversion. + - Fix: [#26421] Wrong scenery tab highlighted when more than 64 scenery groups are selected. + - Fix: [#26425] Benches don’t reduce watching spots from 4 to 2 while other path additions do (should be reversed). + - Fix: [#26432] Guests choose to head for rides they have already ridden if they don’t have a map. + - Fix: [#26492] Drag tool shows per-tile error instead of total cost when running out of money midway through placement. + - Fix: [#26510] Displayed air time overflows after 655.35 seconds instead of the internal maximum of 1966.05 seconds. + Release created in https://github.com/OpenRCT2/OpenRCT2/actions/runs/25987971355 + SHA256 checksums: + 61cd955dc5820787de844f7b523d56ff5329a908961c4fc48ce4a84584730fb7 ./OpenRCT2-v0.5.1-windows-installer-arm64.exe + 4614029327c61247000d1a6a7a249b1e5fe93dfc841ad164e2905196b72aa098 ./OpenRCT2-v0.5.1-windows-portable-x64.zip + 5681e8a7d6cf409381c35e6035a91638e39027757f77c5437957b3a9ab478444 ./OpenRCT2-v0.5.1-windows-symbols-arm64.zip + 11a7accb196d9dd71e4b76ac50965841f9a0f1ad89866cd2b07a62c9e0ee218e ./OpenRCT2-v0.5.1-sha256sums.txt + 16232c44ca0890b07679a7e37ad0e683e17826f61868ad6363f2fc192fd6f2fa ./OpenRCT2-v0.5.1-windows-symbols-win32.zip + 287a8fa5944b71d41c5a0e77750a6f734eaeb27d9686420d585088d176e3c0b7 ./OpenRCT2-v0.5.1-android.apk + bebe142a2f0148d82c2a941f8d06fd5c12540c59479b8f26d170944ebce44475 ./OpenRCT2-v0.5.1-Linux-resolute-x86_64.tar.gz + 91729c3804e165ab1dd1ca0875554970fc013aa8368fe2e41e3894f718eb83ca ./OpenRCT2-v0.5.1-windows-portable-arm64.zip + dfecc57d87b18ffb78780cac233bebe2eaa8ff1de7e915bfcdfe00e08dd02f2f ./OpenRCT2-v0.5.1-macos-universal.zip + a4e6450ec12db77fb4663afa1a393bb0d03a46e9c47b1d4b29a603cc8145b512 ./OpenRCT2-v0.5.1-linux-x86_64.AppImage + fdd1846a2f21062f5716204b8de9626892b87c95c6ebbb2f7385e49a150092d0 ./OpenRCT2-v0.5.1-windows-installer-win32.exe + 8d0e1dc4fa2ed5ecc76fcaafdec8a198048a953cce90314590961dda53a04da2 ./OpenRCT2-v0.5.1-windows-symbols-x64.zip + 6ba42ab9ffcd21ea10eb27880e6ed51bad1663e7e235203db2c4fc4bf73200c5 ./OpenRCT2-v0.5.1-windows-installer-x64.exe + 226840077ff14851bc817ddb80bc8b0cf432f141481516e66bf5e05339143195 ./OpenRCT2-v0.5.1-Linux-trixie-x86_64.tar.gz + 0976a7d610fa94f6a298133d0293d60f007d92d0cd7f2c971776636a27e2ac3c ./OpenRCT2-v0.5.1-windows-portable-win32.zip + a53e5a6ec08f792bcc488a04d465d4eb27bf87e25311e644700b14ea79be33d1 ./OpenRCT2-v0.5.1-Linux-noble-x86_64.tar.gz + 05ed8d31e04c1f9cd17d5998442d12e4050a56b7f8225f3e5b66478408bad2cd ./OpenRCT2-v0.5.1-Linux-bookworm-x86_64.tar.gz +ReleaseNotesUrl: https://openrct2.io/download/changelog +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.openrct2.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/OpenRCT2/OpenRCT2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.zh-CN.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.zh-CN.yaml new file mode 100644 index 000000000000..fa4d34e2df6c --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.1 +PackageLocale: zh-CN +Publisher: OpenRCT2 +PackageName: OpenRCT2 +ShortDescription: 《过山车大亨 2》的开源再实现 +Description: 《过山车大亨 2》是一款模拟游乐园管理的建筑和管理模拟游戏。OpenRCT2 是对该游戏的开源再实现。 +Tags: +- 游戏 +- 过山车大亨 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.openrct2.io/ +- DocumentLabel: 维基 + DocumentUrl: https://github.com/OpenRCT2/OpenRCT2/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.yaml b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.yaml new file mode 100644 index 000000000000..2205e3de77bf --- /dev/null +++ b/manifests/o/OpenRCT2/OpenRCT2/0.5.1/OpenRCT2.OpenRCT2.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: OpenRCT2.OpenRCT2 +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.installer.yaml b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.installer.yaml new file mode 100644 index 000000000000..63db76227d27 --- /dev/null +++ b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +InstallerType: zip +Installers: + - Architecture: neutral + InstallerSha256: 176af7b249c6a4269d12bddb2b12987eaaa15ee4e9a09182a03d0fe1648ee2ce + InstallerUrl: https://github.com/oleg-shilo/cs-script/releases/download/v4.14.9.0/cs-script.win.v4.14.9.0.zip +ManifestType: installer +ManifestVersion: 1.12.0 +NestedInstallerFiles: + - PortableCommandAlias: css + RelativeFilePath: css.exe +NestedInstallerType: portable +PackageIdentifier: oleg-shilo.cs-script +PackageVersion: 4.14.9.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.locale.en-US.yaml b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.locale.en-US.yaml new file mode 100644 index 000000000000..1c3466381d1c --- /dev/null +++ b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +License: MIT +LicenseUrl: https://github.com/oleg-shilo/cs-script/blob/HEAD/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.12.0 +PackageIdentifier: oleg-shilo.cs-script +PackageLocale: en-US +PackageName: cs-script +PackageUrl: https://github.com/oleg-shilo/cs-script +PackageVersion: 4.14.9.0 +Publisher: oleg-shilo +PublisherSupportUrl: https://github.com/oleg-shilo/cs-script/issues +PublisherUrl: https://github.com/oleg-shilo +ReleaseNotes: >- + Added -proj:out to create a Visual Studio project file for building the exe file from the script." + #467: SelfContained does not work anymore since version 4.14.4 +ReleaseNotesUrl: https://github.com/oleg-shilo/cs-script/releases/tag/v4.14.9.0 +ShortDescription: C# Script execution engine diff --git a/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.yaml b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.yaml new file mode 100644 index 000000000000..f46179128c3c --- /dev/null +++ b/manifests/o/oleg-shilo/cs-script/4.14.9.0/oleg-shilo.cs-script.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 +PackageIdentifier: oleg-shilo.cs-script +PackageVersion: 4.14.9.0 diff --git a/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.installer.yaml b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.installer.yaml new file mode 100644 index 000000000000..6785f4dcfa16 --- /dev/null +++ b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.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: paopaoandlingyia.PrismCat +PackageVersion: 1.7.0 +InstallerType: portable +Commands: +- prismcat +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/paopaoandlingyia/PrismCat/releases/download/v1.7.0/prismcat-v1.7.0-windows-amd64.exe + InstallerSha256: 6B697FD46B57A1A6EA1B0B7801C86417D8B5E3696A6B66A9C06C6C961E62EF09 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.locale.en-US.yaml b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.locale.en-US.yaml new file mode 100644 index 000000000000..3a34a85bfda4 --- /dev/null +++ b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: paopaoandlingyia.PrismCat +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: Etgpao +PublisherUrl: https://github.com/paopaoandlingyia +PublisherSupportUrl: https://github.com/paopaoandlingyia/PrismCat/issues +PackageName: PrismCat +PackageUrl: https://github.com/paopaoandlingyia/PrismCat +License: MIT +LicenseUrl: https://github.com/paopaoandlingyia/PrismCat/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 paopaoandlingyia +ShortDescription: A self-hosted, transparent proxy and debugging console for LLM APIs. +Description: PrismCat is a self-hosted, transparent proxy and debugging console for LLM APIs. Change one line — your base_url — and instantly see every request and response between your app and OpenAI / Claude / Gemini / Ollama / any LLM API, including streaming (SSE). +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + v1.7.0 brings major improvements to observability and usage tracking in PrismCat, adding Trace correlation with dedicated pages, a Usage extraction rule library, Body keyword search, and a smarter storage strategy for large bodies. + - Added Trace correlation along with Traces / Trace Detail pages for reviewing multiple logs across a full call chain + - Added Usage / token extraction with per-upstream binding rules, managed via a rule library on the settings page + - Expanded built-in Usage templates to OpenAI compatible, OpenAI Responses, Anthropic, and Gemini, covering Responses API, Codex, and other newer workflows + - Added keyword search to the request / response Body viewer + - Improved storage and display of large Bodies, keeping a readable preview in the database while storing full content separately + - Wired Usage extraction results into log detail and summary views + - Continued refinement of text rendering and readability on the log detail page + - Improved handling of formatted Bodies and separately-stored Bodies + - Updated the manual binary release workflow default tag to v1.7.0 + - Note: this version changes the Body log storage format. Large-Body logs produced by older versions may fail to load their detached full content after upgrading — please back up or export important historical logs beforehand + Full Changelog: https://github.com/paopaoandlingyia/PrismCat/compare/v1.6.0...v1.7.0 +ReleaseNotesUrl: https://github.com/paopaoandlingyia/PrismCat/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.locale.zh-CN.yaml b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.locale.zh-CN.yaml new file mode 100644 index 000000000000..eb6ca54756e8 --- /dev/null +++ b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.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: paopaoandlingyia.PrismCat +PackageVersion: 1.7.0 +PackageLocale: zh-CN +ShortDescription: 一款面向大语言模型 API 的自托管透明代理与调试控制台。 +Description: PrismCat 是一款可自行部署的、面向大语言模型 API 的透明代理与调试控制台。只需修改一行代码——你的 base_url(基础请求地址),即可即时查看你的应用与 OpenAI/Claude/Gemini/Ollama 等任意大语言模型 API 之间的所有请求和响应,包括流式传输(SSE)内容。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + v1.7.0 让 PrismCat 在可观测性与用量统计上有了显著增强,新增 Trace 关联与详情页、Usage 提取规则库、Body 关键词搜索,以及更合理的大 Body 存储策略。 + - 新增 Trace 关联能力以及 Traces / Trace Detail 页面,可从完整调用链回看多条日志 + - 新增 Usage / token 用量提取能力,支持按上游绑定规则并在设置页管理规则库 + - 内置 Usage 模版扩展为 OpenAI compatible、OpenAI Responses、Anthropic、Gemini,适配 Responses API、Codex 等新工作流 + - 请求 / 响应 Body 查看器新增关键词搜索能力 + - 优化大 Body 的存储与展示,数据库保留可读预览,完整内容按分离存储处理 + - Usage 提取结果已接入日志详情与汇总展示 + - 持续优化日志详情页的文本展示与阅读体验 + - 改进格式化 Body 与分离存储 Body 的处理方式 + - 手动二进制发布 workflow 的默认标签已更新为 v1.7.0 + - 注意:本版本调整了 Body 日志存储格式,旧版本生成的大 Body 日志升级后可能无法正确加载分离内容,如有重要旧日志请提前备份或导出 +ReleaseNotesUrl: https://github.com/paopaoandlingyia/PrismCat/releases/tag/v1.7.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.yaml b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.yaml new file mode 100644 index 000000000000..06e72c85aad1 --- /dev/null +++ b/manifests/p/paopaoandlingyia/PrismCat/1.7.0/paopaoandlingyia.PrismCat.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: paopaoandlingyia.PrismCat +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.installer.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.installer.yaml new file mode 100644 index 000000000000..e94ea870652e --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rainmeter.Rainmeter +PackageVersion: 4.5.25 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- rmskin +ProductCode: Rainmeter +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- ProductCode: Rainmeter +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/rainmeter/rainmeter/releases/download/v4.5.25.3881/Rainmeter-4.5.25.exe + InstallerSha256: DF6D91C121E76970B2C3FEC382C58F63EBDF112988B573FAD5E0B897403BC1D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-GB.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-GB.yaml new file mode 100644 index 000000000000..10863c9bc2bf --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-GB.yaml @@ -0,0 +1,13 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Rainmeter.Rainmeter +PackageVersion: 4.5.25 +PackageLocale: en-GB +PackageName: Rainmeter +Copyright: © 2025 Rainmeter Project Developers +ShortDescription: Desktop customisation tool. +Description: Rainmeter allows you to display customisable skins on your desktop, from hardware usage meters to fully functional audio visualisers. You are only limited by your imagination and creativity. +ReleaseNotesUrl: https://docs.rainmeter.net/history/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-US.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-US.yaml new file mode 100644 index 000000000000..9ff5b534cb75 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rainmeter.Rainmeter +PackageVersion: 4.5.25 +PackageLocale: en-US +Publisher: Rainmeter +PublisherUrl: https://www.rainmeter.net/ +PublisherSupportUrl: https://github.com/rainmeter/rainmeter/issues +Author: Rainmeter Team +PackageName: Rainmeter +PackageUrl: https://www.rainmeter.net/ +License: GPL-2.0 +LicenseUrl: https://github.com/rainmeter/rainmeter/blob/HEAD/LICENSE +Copyright: Copyright (C) 2024 Rainmeter Project Developers +ShortDescription: Desktop Customization Tool +Description: Rainmeter allows you to display customizable skins on your desktop, from hardware usage meters to fully functional audio visualizers. You are only limited by your imagination and creativity. +Moniker: rainmeter +Tags: +- gadget +- skin +- widget +ReleaseNotes: May 17, 2026 release of Rainmeter 4.5.25 +ReleaseNotesUrl: https://docs.rainmeter.net/history/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.rainmeter.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.yaml b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.yaml new file mode 100644 index 000000000000..ba1fd59dbb43 --- /dev/null +++ b/manifests/r/Rainmeter/Rainmeter/4.5.25/Rainmeter.Rainmeter.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: Rainmeter.Rainmeter +PackageVersion: 4.5.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.installer.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.installer.yaml new file mode 100644 index 000000000000..466b5ddf8910 --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.2.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sjtaylor82/MapInABox/releases/download/v1.0.0.2/MapInABox-1.0.0.2-setup.exe + InstallerSha256: F8CB2C76DEA59A206E8FAED0C681936A64EF7DBB82F4491D3DC9ADE48F23283B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.locale.en-US.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.locale.en-US.yaml new file mode 100644 index 000000000000..1c258236b2d5 --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.2.0 +PackageLocale: en-US +Publisher: Sam Taylor +PublisherUrl: https://github.com/sjtaylor82 +PublisherSupportUrl: https://github.com/sjtaylor82/MapInABox/issues +PackageName: Map in a Box +PackageUrl: https://github.com/sjtaylor82/MapInABox +License: MIT +Copyright: Copyright © 2026 Sam Taylor +ShortDescription: Map in a Box +ReleaseNotesUrl: https://github.com/sjtaylor82/MapInABox/releases/tag/v1.0.0.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sjtaylor82/MapInABox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.yaml new file mode 100644 index 000000000000..75788073824a --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.2.0/SamTaylor.MapInABox.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: SamTaylor.MapInABox +PackageVersion: 1.0.0.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.installer.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.installer.yaml new file mode 100644 index 000000000000..a3a4d912e7be --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.3.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sjtaylor82/MapInABox/releases/download/v1.0.0.3/MapInABox-1.0.0.3-setup.exe + InstallerSha256: 810AD6A2F98584FA0B7034A95F2A4F65B37046D3CF564CA371240028CE6ABA97 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.locale.en-US.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.locale.en-US.yaml new file mode 100644 index 000000000000..7ea226de6f2e --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.3.0 +PackageLocale: en-US +Publisher: Sam Taylor +PublisherUrl: https://github.com/sjtaylor82 +PublisherSupportUrl: https://github.com/sjtaylor82/MapInABox/issues +PackageName: Map in a Box +PackageUrl: https://github.com/sjtaylor82/MapInABox +License: MIT +Copyright: Copyright © 2026 Sam Taylor +ShortDescription: Map in a Box +ReleaseNotesUrl: https://github.com/sjtaylor82/MapInABox/releases/tag/v1.0.0.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sjtaylor82/MapInABox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.yaml new file mode 100644 index 000000000000..75a42edf7c36 --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.3.0/SamTaylor.MapInABox.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: SamTaylor.MapInABox +PackageVersion: 1.0.0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.installer.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.installer.yaml new file mode 100644 index 000000000000..7fd388a46b20 --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.4.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sjtaylor82/MapInABox/releases/download/v1.0.0.4/MapInABox-1.0.0.4-setup.exe + InstallerSha256: C2EECF0FE853623CA6E11B975489EE4BAA8CDC75AC9B5815DD3DA47CDAE30DAB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-17 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.locale.en-US.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.locale.en-US.yaml new file mode 100644 index 000000000000..1b312082d10c --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SamTaylor.MapInABox +PackageVersion: 1.0.0.4.0 +PackageLocale: en-US +Publisher: Sam Taylor +PublisherUrl: https://github.com/sjtaylor82 +PublisherSupportUrl: https://github.com/sjtaylor82/MapInABox/issues +PackageName: Map in a Box +PackageUrl: https://github.com/sjtaylor82/MapInABox +License: MIT +Copyright: Copyright © 2026 Sam Taylor +ShortDescription: Map in a Box +ReleaseNotesUrl: https://github.com/sjtaylor82/MapInABox/releases/tag/v1.0.0.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sjtaylor82/MapInABox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.yaml b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.yaml new file mode 100644 index 000000000000..a90c428e9dc5 --- /dev/null +++ b/manifests/s/SamTaylor/MapInABox/1.0.0.4.0/SamTaylor.MapInABox.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: SamTaylor.MapInABox +PackageVersion: 1.0.0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.installer.yaml b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.installer.yaml new file mode 100644 index 000000000000..6bef4f61229f --- /dev/null +++ b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.installer.yaml @@ -0,0 +1,89 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SejinChun.Imagine +PackageVersion: 2.5.6 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- ANI +- ANM +- AVIF +- BMP +- BPG +- CDR +- CLIP +- CLP +- CUR +- DCM +- DCX +- DDS +- EMF +- EXR +- FLC +- FLI +- GIF +- HDP +- HDR +- HEIF +- ICL +- ICNS +- ICO +- JBG +- JP2 +- JPC +- JPG +- JXL +- LBM +- MAC +- MBM +- MNG +- PAM +- PBM +- PCD +- PCX +- PDN +- PFM +- PGM +- PIC +- PNG +- PPM +- PSD +- PSP +- QOI +- RAS +- RLA +- RLE +- SGI +- SPR +- SVG +- TGA +- TGS +- TIF +- WBMP +- WEBP +- WMF +- WPG +- XBM +- XCF +- XPM +ProductCode: Imagine +ReleaseDate: 2025-10-27 +AppsAndFeaturesEntries: +- ProductCode: Imagine +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Imagine' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/nyam1003/imagine/raw/main/Imagine_2.5.6_Unicode_Full.exe + InstallerSha256: F97B93DF3F016F05040F4D5E97C605FADB62E7C527751740AAEEEF036F61AE27 +- Architecture: x64 + InstallerUrl: https://github.com/nyam1003/imagine/raw/main/x64/Imagine_2.5.6_x64_Unicode_Full.exe + InstallerSha256: F8F42352EBBD064BE6FE3E9DC5FE96DABD97D46FFBFB67DD4A0A77A91DB4436B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.locale.en-US.yaml b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.locale.en-US.yaml new file mode 100644 index 000000000000..fee61ca74347 --- /dev/null +++ b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SejinChun.Imagine +PackageVersion: 2.5.6 +PackageLocale: en-US +Publisher: Sejin Chun +PublisherUrl: https://github.com/nyam1003 +Author: Sejin Chun +PackageName: Imagine +PackageUrl: https://www.nyam.pe.kr/dev/imagine/ +License: Freeware +Copyright: Copyright © 2003-2025 Sejin Chun +ShortDescription: Imagine Freeware Image & Animation Viewer for Windows +Description: |- + Imagine is a free, lightweight image and animation viewer for Windows, known for its minimal resource usage, extensive format support, and fast performance even on legacy hardware. It combines essential viewing tools with batch processing capabilities in a compact package. + + Key Features: + - Support for digital camera RAW image file formats: 3FR, ARW, CR2, CRW, DNG, ERF, KDC, MRW, NEF, ORF, RAF, RAW, SRW, SR2 + - Support for numerous archive file formats: ZIP, RAR, 7Z, ALZ, HV3, CBZ, CBR, CB7 + - Image manipulation software + - Support for high dynamic range image file formats: HDR, EXR, SXR, MXR + - Extract single/all frames from animation files + - Show detailed information of image/animation files + - Show Exif/IPTC information + - Show or hide transparency + - Multilingual support + - Thumbnail browser + - Color corrections + - Color management (ICC Profile) + - Batch conversion + - Slide show + - Batch rename + - Capture screen + - Tiled view + - Create animations + - Create multiple page images + - Create panorama images + - Manipulate and edit images + - Customizable shortcuts for Keyboard and Mouse + - Command line parameter support + - Shell extension support + - Add-on plugin support +Moniker: Imagine +Tags: +- Image +- Viewer +ReleaseNotesUrl: https://www.nyam.pe.kr/dev/imagine/whatsnew/ +ReleaseNotes: |- + v2.5.6, May 14 2026 + + - Added: Support for XMP metadata information + - Added: Support for FLIF (Free Lossless Image Format) file format + - Added: Support for JNG (JPEG Network Graphics) file format + - Fixed: File size error in Image Information + - Fixed: 32-bit alpha blended image preview error in Set Transparency dialog + - Fixed: Preview scroll bar error in Set Transparency dialog +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.yaml b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.yaml new file mode 100644 index 000000000000..c82484727eec --- /dev/null +++ b/manifests/s/SejinChun/Imagine/2.5.6/SejinChun.Imagine.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: SejinChun.Imagine +PackageVersion: 2.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..235cbe33b325 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1778989718-g339de8 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1778989718-g339de8/amp-windows-x64-baseline.exe + InstallerSha256: 8B7FE0E4C8F7CDAAD31211AAA065BC19AC07FA14F48AC5A3003707554D5D22EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..65744c352410 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1778989718-g339de8 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..0731b6b52682 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1778989718-g339de8 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..8500f6cb8b31 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1778989718-g339de8/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1778989718-g339de8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..ee72661878e9 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779003005-g35ddd7 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779003005-g35ddd7/amp-windows-x64-baseline.exe + InstallerSha256: D0C034768EB87C2B1F30E2CB98E985556455558B6B39400F6D2FC8504928F03E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..9b6207265939 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779003005-g35ddd7 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..53dbc9f939aa --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779003005-g35ddd7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..4eea4f975a1b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779003005-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779003005-g35ddd7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..bd6cdf80686c --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779007153-g35ddd7 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779007153-g35ddd7/amp-windows-x64-baseline.exe + InstallerSha256: BD49C3EAF3677F93214A5A6379BFD4F71F459DCDC365088CBBDDA3C9FCBC5C48 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..b7cca499f91d --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779007153-g35ddd7 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..68a67f6b49bf --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779007153-g35ddd7 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..991cb9d4b22e --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779007153-g35ddd7/Sourcegraph.Amp.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: Sourcegraph.Amp +PackageVersion: 0.0.1779007153-g35ddd7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.installer.yaml b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.installer.yaml new file mode 100644 index 000000000000..94918cc295fd --- /dev/null +++ b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.installer.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Stretchly.Stretchly +PackageVersion: 1.21.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 4f357cc2-fcfb-5fb1-89af-67446d29eff0 +ReleaseDate: 2026-04-25 +AppsAndFeaturesEntries: +- DisplayName: Stretchly 1.21.0 + ProductCode: 4f357cc2-fcfb-5fb1-89af-67446d29eff0 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/hovancik/stretchly/releases/download/v1.21.0/Stretchly-Setup-1.21.0.exe + InstallerSha256: FDD4D6D9B48AEA7E83D3315F02A640792968FF6B84D04C61A1B0DC061B257C65 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/hovancik/stretchly/releases/download/v1.21.0/Stretchly-Setup-1.21.0.exe + InstallerSha256: FDD4D6D9B48AEA7E83D3315F02A640792968FF6B84D04C61A1B0DC061B257C65 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.locale.en-US.yaml b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.locale.en-US.yaml new file mode 100644 index 000000000000..e775a2593070 --- /dev/null +++ b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Stretchly.Stretchly +PackageVersion: 1.21.0 +PackageLocale: en-US +Publisher: Jan Hovancik +PublisherUrl: https://github.com/hovancik/stretchly +PublisherSupportUrl: https://github.com/hovancik/stretchly/issues +Author: Jan Hovancik +PackageName: Stretchly +PackageUrl: https://hovancik.net/stretchly +License: BSD-2-Clause +LicenseUrl: https://github.com/hovancik/stretchly/blob/HEAD/LICENSE +Copyright: Copyright (c) 2016-2020, Jan Hovancik +CopyrightUrl: https://github.com/hovancik/stretchly/raw/trunk/LICENSE +ShortDescription: |- + Stretchly is a cross-platform electron app that reminds you to take breaks when working on your + computer. +Tags: +- breaktime +- cross-platform +- reminder +ReleaseNotes: |- + ## [1.21.0] - 2026-04-25 + + ### Added + + - advanced option for Break Health Mode + + ### Fixed + + - fix focus mode detection on macOS Tahoe + - fix idle time detection on Wayland + + ### Changed + + - increased font size of current time in break window + - moved macOS Homebrew installation to custom tap + - improved tray icon styling + - updated many translations +ReleaseNotesUrl: https://github.com/hovancik/stretchly/releases/tag/v1.21.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.yaml b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.yaml new file mode 100644 index 000000000000..dddfc7701b28 --- /dev/null +++ b/manifests/s/Stretchly/Stretchly/1.21.0/Stretchly.Stretchly.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: Stretchly.Stretchly +PackageVersion: 1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml b/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml index 717530bb2c45..419f04918218 100644 --- a/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml +++ b/manifests/s/SublimeHQ/SublimeText/4/4.0.0.420000/SublimeHQ.SublimeText.4.installer.yaml @@ -35,8 +35,7 @@ Installers: InstallerSha256: d20456bbefcd626c7c89a4a2e95c326a0c570df2fd7626fc35091e43ae5bff9f AppsAndFeaturesEntries: - DisplayName: Sublime Text (Portable) -FileExtensions: -- ac +FileExtensions: # It supports ≥760 file extensions, but Winget validations only allow listing up to 512. - action - adgsettings - adml @@ -45,206 +44,220 @@ FileExtensions: - adp - aff - afm -- ahk -- aidl - alias -- alz -- am -- ambdec -- amgp +- apache +- api_description - appfile - applescript -- appraisals +- appstaterc - ar4w - arguments -- as - asa - asc - ash - asm - asp -- atb -- atm - attributes - au3 - audtun -- awk +- babelrc - bash - bash_profile - bashrc - bat -- bazel -- bdf - berksfile - bfc - bfs -- bib +- blacklist - bml +- bnf +- bootstrap - brewfile - bsd - bsh +- bstk - build - builder +- buildinfo +- bundling - bzl - c - c++ -- capfile -- cc +- cache_version +- cdp +- cdpresource - cdxml - cer +- certificate - cfg -- cgc - cgi -- cheffile -- cl +- classpath +- clientenabledpkg - clisp - clj -- cljc - cljs - cls - cmd +- cmtx +- cnf +- code-snippets +- colors - comments - commit_editmsg +- components - conf -- config.ru -- cov -- cp -- cpp -- cpy +- configuration +- coveragerc +- cramfs - cs - css -- css.erb -- css.liquid -- csx - ct - ctb - cti +- cts - cube +- cuecfg +- cuelibrary - cueprofile +- cueprofiledata +- cueprofileorder - cxx - d -- ddl -- def -- deliverfile +- da7 +- db_ +- debugtarget +- den - deny - deploymentlocation - desktop -- di +- dfm +- diagpkg - dif-f -- dlg +- dis +- dist +- diz +- dl - dml -- dot - dpr +- dsw - dtd - dtml -- edn -- egi -- el +- e4xmi +- eclipseproduct +- editorconfig +- effect +- emulator_console_auth_token - ent - erb -- erbsql - erl +- err - escript - esi +- esk +- eslintignore +- etag - exclude - f90 -- fasl - fastfile - fcgi +- ffpreset - files - filters -- fish +- fingerprint - flow +- forge-meta - forms -- frag +- freebsd - fsc +- fsh +- ftl - fx - gcc - gdl - gdntool -- gemfile - gemspec - git -- git-rebase-todo - gitattributes - gitconfig - gitignore +- gitkeep - gitlog - gitmodules - glade +- global - glsl - gnumakefile - go - gpd +- gpl +- gplv2 +- gplv3 - gradle -- groovy +- groups - gthr - guardfile +- guid - gv - gvy -- gyp -- gypi - h - h++ +- h16 - haml - har -- hash -- hh -- hhk -- hkf - hlsl -- hlsli - hosts - hpp -- hrc - hrl - hs - hsi -- ht_ -- htc - htm - html -- html.erb -- hxx +- ics - idl - idx -- in -- inc -- inf_loc +- immodules - info - ini - inl -- inx +- inputrc +- ins - ipp - ipset -- irbrc -- iss -- item - java - jbuilder - jenkinsfile - js -- js.erb - json +- jsonc - jsp - jst - jsx - keep +- key_ +- keys +- klc +- kmn +- knsrc +- ktb - l - la -- lang +- lastbuildstate - layout -- ldf -- lesshst +- lce +- lcl - lhs -- lisp +- license - list - lm +- lmd - lng +- loaders - loc +- local - log - lsp - lsrules +- lst - ltx - lua - m @@ -253,85 +266,89 @@ FileExtensions: - mak - make - makefile -- makefile.am -- makefile.in - man - manifest -- map +- mappings - markdn - markdown -- matlab +- mcf - md - md5 -- mdown +- menu - merge_msg +- metainfo - mf -- mfl -- milk +- mft +- mime - min -- mjs +- mingw +- minix +- minttyrc - mk - ml - mli - mll -- mly -- mm -- mod +- modules - mof - moz_log -- mud -- mum +- mt +- mtl +- myscm - nanorc -- natvis -- new +- ncu-proj +- ncx +- nemo_action +- nmake - note +- notifyrc - nsh - nuspec +- nvmrc - nvx - ny -- ocamlmakefile +- nycrc +- obt +- officeui +- openmsx - opf - opml -- out -- p -- p2p -- pal -- pas +- osf +- overridetasks +- p11-kit - patch -- pc -- phar +- patchfreq +- patterns +- pchtxt - php -- php3 -- php4 -- php5 -- php6 -- php7 - phps - phpt - phtml +- pkgdef - pl -- pm +- platform +- plist +- pmap - pmc -- pod - podfile - podspec - policy -- pom -- ppd -- prawn +- prebuild-installrc +- prefs +- prettierrc - profile +- project +- propdesc - properties -- props +- proto - pryrc - ps +- ps1xml - psf -- psmdcp - pth - pxd - pxi - py - py3 -- pyf - pyi - python_history - pyw @@ -339,105 +356,158 @@ FileExtensions: - qm - qml - qmltypes +- qph +- qtcurve +- qth - r - rabl - rails - rake - rakefile -- rantfile -- rb -- rbx +- rc - rd -- re +- rdb +- rdf +- readme +- registry - rels - res - resjson - rest -- resw +- rex - rgs +- rh - rhtml - rjs +- rnc - rng -- rpad +- roff +- rpo - rprofile - rpy - rs - rsc +- rsp - rsrc -- rss - rst -- ruby.rail +- rtp +- rules +- ruleset +- running - rxml - sam - sarif -- sass - sbt - sc - scala - scanfile +- sccd +- schema - scm - sconscript -- sconstruct - script -- sep -- ses -- sf +- scss +- security +- sed +- settings +- sfd - sh - sha1 - sha256 +- sha512 +- shim - shtml -- slang +- signatures +- slackbuild - slangp - snakefile - snapfile - snr -- soc -- sor - sparse-checkout +- spec - sql -- sql.erb - src -- ss +- srt +- stacktags +- status +- stdlib - str - strings - sty -- subtxt +- styles +- sub - svg +- swap - swidtag - symbols +- syn - t -- tab -- tag_editmsg +- tag +- tap - targets +- tasks - tbres - tbx - tcc - tcl +- tcsh +- resw +- utb +- mftx +- pnach +- ief +- stp +- anr +- pyf +- ecf +- dgml +- ocamlmakefile +- pbxproj +- hbs +- irbrc +- ldif +- erbsql +- template - terms -- tex - textile -- thor -- thorfile -- tld -- tmac +- textproto +- themerc +- timestamp +- tlog +- tmf +- toml - tpl -- ts -- tsx +- tplist +- tplx +- tpn +- tps +- tt +- ttml +- ttt +- ttx +- tvst - txt - ui -- uri -- utb +- uninstall +- unistore +- updateuri +- uplugin +- uti +- uusver - v4sdmeta - validation +- varfile +- vbox - vbs +- vc +- vcxproj - vdf - ver - version - versions - vert +- vhk - vim -- viv -- vivaldi_reporting_data - vkm - vmoptions - vmx @@ -447,13 +517,13 @@ FileExtensions: - vpy - vrg - vrmanifest -- vrs - vsc - vsh - vsixmanifest -- vvv - wdseml - wflow +- widlprocxml +- win32manifest - wprp - wscript - wslconfig @@ -464,18 +534,16 @@ FileExtensions: - xbel - xcconfig - xcd -- xcu +- xcs - xdl -- xe - xer - xhtml - xml - xn -- xrc +- xrm-ms - xsd - xsl - xslt -- xu - yaml - yaws - yml diff --git a/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.installer.yaml b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.installer.yaml new file mode 100644 index 000000000000..d28b117e4796 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: discrawl.exe + PortableCommandAlias: discrawl +Commands: +- discrawl +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.9.0/discrawl_0.9.0_windows_amd64.zip + InstallerSha256: B3AB83D92D94F79AB44B332E9CBD01D0C4A98C6D2572D9BF866341B00803483D +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.9.0/discrawl_0.9.0_windows_arm64.zip + InstallerSha256: A19AC8E07ADC3DE350738472EB3B0D0F8A574E8FA42C5E52C6C68563F43D475B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.locale.en-US.yaml b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.locale.en-US.yaml new file mode 100644 index 000000000000..d4a68159ca91 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.9.0 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/discrawl/issues +Author: Peter Steinberger +PackageName: discrawl +PackageUrl: https://github.com/steipete/discrawl +License: MIT +LicenseUrl: https://github.com/openclaw/discrawl/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/discrawl/blob/HEAD/LICENSE +ShortDescription: CLI for Discord with SQLite backend +Description: |- + discrawl mirrors Discord guild data into local SQLite so you can search, inspect, and query server history without depending on Discord search. + + It is a bot-token crawler. No user-token hacks. Data stays local. + + What It Does + - discovers every guild the configured bot can access + - syncs channels, threads, members, and message history into SQLite + - maintains FTS5 search indexes for fast local text search + - builds an offline member directory from archived profile payloads + - extracts small text-like attachments into the local search index + - records structured user and role mentions for direct querying + - tails Gateway events for live updates, with periodic repair syncs + - exposes read-only SQL for ad hoc analysis + - keeps schema multi-guild ready while preserving a simple single-guild default UX +Moniker: discrawl +ReleaseNotes: |- + 0.9.0 - 2026-05-17 + + Changes + - Media-enabled discrawl publish now migrates shared attachment media to gzip-compressed files while still importing older raw-media snapshots. + - Semantic search now scores lightweight embedding rows first and hydrates full message details only for the winning results. + + Fixes + - Bounded gzip media restore and hash verification so malformed shared snapshots cannot decompress unbounded data. + - Cancelled concurrent message-sync workers when a peer hits a fatal channel error. + - Rejected inaccessible explicit guild targets during init --guild and sync --guild/--guilds instead of silently treating them as successful empty syncs. + - Hardened embedding snapshot imports against unsafe manifest paths, symlink escapes, and unbounded gzip input. + - Limited FTS search fallback to missing or unsupported FTS infrastructure errors so unrelated query failures are reported. + - Re-sniffed previously skipped wiretap cache files instead of treating unchanged skipped fingerprints as permanently unchanged. +ReleaseNotesUrl: https://github.com/openclaw/discrawl/releases/tag/v0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.yaml b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.yaml new file mode 100644 index 000000000000..470dfed35e5b --- /dev/null +++ b/manifests/s/steipete/discrawl/0.9.0/steipete.discrawl.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: steipete.discrawl +PackageVersion: 0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.installer.yaml b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.installer.yaml new file mode 100644 index 000000000000..ea0a458add5c --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.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: Tencent.QClaw +PackageVersion: 0.2.20 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7f31b88e-3a93-52e3-998b-e3cb65301156 +Installers: +- Architecture: x64 + InstallerUrl: https://package-cdn.qclaw.qq.com/qclaw/win/0.2.20-5001-501/QClaw-Setup-0.2.20-5001-501.exe + InstallerSha256: 2463E6FA2340BF9E639FA9B0941E677161F44D2F3D5BFEE0CFF1EA256CD6439A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.en-US.yaml b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.en-US.yaml new file mode 100644 index 000000000000..9f85d2b06ebf --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.QClaw +PackageVersion: 0.2.20 +PackageLocale: en-US +Publisher: Tencent Technology (Shenzhen) Company Limited +Author: Tencent Technology (Shenzhen) Company Limited +License: Proprietary +ShortDescription: Work efficiently anytime, anywhere with Qclaw—just send a WeChat message. +Description: |- + Work efficiently anytime, anywhere with a quick WeChat message—Qclaw has you covered. + [Ready Out of the Box] Automatic deployment, ready to use upon launch. Supports Mac & Windows, comes with premium domestic large language models, and allows switching to custom models. + [Direct WeChat Integration] Chat directly via WeChat for remote control: seamlessly linked to WeChat with zero configuration, enabling AI to work for you remotely anytime, anywhere. + [Rich Ecosystem] Extensive Skills ecosystem: access the Skills marketplace, including ClawHub, GitHub, and more—use Skills on demand. + [Understands Your Intent] Persistent memory, your personal Lobster: remembers your preferences and context, continuously learning to become an AI that understands you better over time. + [Efficient Control] Local deployment for greater office productivity: directly operate files, browsers, and emails—not just chat. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.zh-CN.yaml b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..3aff9ddb3652 --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.QClaw +PackageVersion: 0.2.20 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://qclaw.qq.com/ +PrivacyUrl: https://privacy.qq.com/document/preview/4a7ba3f82ff042c1aafbec6e7341d713 +Author: 腾讯科技(深圳)有限公司 +PackageName: QClaw +PackageUrl: https://qclaw.qq.com/ +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/202603060002 +Copyright: Copyright © 1998 - 2026 Tencent. All Rights Reserved. +CopyrightUrl: https://rule.tencent.com/rule/202603060002 +ShortDescription: 随时随地,微信一下,Qclaw 帮你高效干活 +Description: |- + 随时随地,微信一下,Qclaw 帮你高效干活 + 【开箱即用】自动部署,打开即用。支持 Mac & Windows,内置国产优质大模型,支持切换自定义模型 + 【微信直联】微信直接对话,远程操控:直接关联微信,零配置,随时随地远程让 AI 干活 + 【丰富生态】丰富 Skills 生态:支持 Skills 市场,如 ClawHub、GitHub 等丰富生态,Skills 随取随用 + 【懂你所想】持续记忆,你的专属龙虾:记住偏好和上下文,持续成长,越来越懂你的 AI + 【高效操控】本地部署,办公更高效:直接操控文件、浏览器、邮件,不是只会聊天 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.yaml b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.yaml new file mode 100644 index 000000000000..4efc54b2bff1 --- /dev/null +++ b/manifests/t/Tencent/QClaw/0.2.20/Tencent.QClaw.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.QClaw +PackageVersion: 0.2.20 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..2b0a3200a7f1 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.10 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-17 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.10/DBX_0.5.10_x64-setup.exe + InstallerSha256: 0B527DFFE025BF9C934E7BC6AE6A832AADA66B6C0F9767EF0A06B833F4C58C87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..feb033c8f258 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,104 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.10 +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: AGPL-3.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: |- + 新功能 + - Microsoft Access 数据库支持 — 新增对 Microsoft Access 数据库(.accdb/.mdb)的连接和管理支持,包括 UCanAccess JDBC URL 解析、数据浏览与编辑、表导入和对象搜索 + - 分页查询结果 — 支持分页获取查询结果,提升大数据量查询的响应体验 + - 对象重命名 — 在对象浏览器中新增重命名操作,支持对数据库对象进行快速重命名 + - 查询结果编辑 — 支持直接编辑简单查询的返回结果 + - TDengine 数据库支持 — 新增 TDengine 时序数据库的连接和可编辑数据网格支持 + - MCP 增强 — MCP Server 新增 Schema 上下文获取和 SQL 安全检查功能,改进查询体验 + 改进 + - 文档站点改版 — 全新设计的文档首页、安装引导标签页、变更日志系统和社区页面 + 修复 + - Schema 变更后元数据刷新 — 修复 Schema 变更后元数据未及时刷新的问题 + - 侧边栏 SQL 文件导入刷新 — 修复 SQL 文件导入后侧边栏未刷新的问题 + - MySQL 备份 SQL 导入 — 修复导入 MySQL dump 文件时辅助语句干扰的问题 + - 对象浏览器双击打开 — 修复侧边栏双击未正确打开对象浏览器的问题 + - JDBC 查询执行上下文 — 修复 JDBC 连接的查询执行上下文未正确应用的问题 + - Schema 存储过程列表 — 修复对象浏览器中存储过程未正确列出的问题 + - 菜单重复激活 — 修复菜单项被重复激活的问题 + - Web 端 SQL 文件执行路径 — 修复 Web 端 SQL 文件执行路径约束问题 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ────────────────────────┬──────────────────────────────── + 文件 │说明 + ────────────────────────┼──────────────────────────────── + DBX_0.5.10_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ────────────────────────┼──────────────────────────────── + DBX_0.5.10_x64_en-US.msi│MSI 安装包,适用于企业部署 + ────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ──────────────────────┬───────────────────────────────────────── + 文件 │说明 + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.10_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.10_x64.dmg │适用于 Intel Mac + ──────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.yaml new file mode 100644 index 000000000000..cab059a3d920 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.10/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 000000000000..0a6718d4c3c1 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-16 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.1/wakatime-cli-windows-386.zip + InstallerSha256: 1735286B4F477F03A56188398D49C7B9C210561F8815023CDE04A789B86C7E40 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.1/wakatime-cli-windows-amd64.zip + InstallerSha256: 1D2C6F99D41D8B7A63A787B7D526003E9A3D5169B675E814873AA395CC3A0163 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.1/wakatime-cli-windows-arm64.zip + InstallerSha256: D2509A87FDEB01CEE3F0F29B428BCFB8872326833D6370EF38D5587867A4582F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 000000000000..9db5683d63bd --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.1 +PackageLocale: en-US +Publisher: WakaTime +PublisherUrl: https://github.com/wakatime +PublisherSupportUrl: https://github.com/wakatime/wakatime-cli/issues +PrivacyUrl: https://wakatime.com/privacy +Author: Alan Hamlett +PackageName: WakaTime CLI +PackageUrl: https://github.com/wakatime/wakatime-cli +License: BSD-3-Clause +LicenseUrl: https://github.com/wakatime/wakatime-cli/blob/HEAD/LICENSE +Copyright: © WakaTime +ShortDescription: Command line interface used by all WakaTime text editor plugins +Moniker: wakatime-cli +Tags: +- analytics +- metrics +- productivity +- quantified-self +- time-tracker +ReleaseNotes: |- + Changelog + - Make sure AI Heartbeats use filter params #1416 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.14.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.yaml new file mode 100644 index 000000000000..154314f31cb0 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.1/Wakatime.CLIWakatime.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.installer.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.installer.yaml new file mode 100644 index 000000000000..c6d65c537233 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-05-16 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-386.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.2/wakatime-cli-windows-386.zip + InstallerSha256: F9293248E6CA456AA11BAA841B75FF9C628D5677B8E52EB6FC1E9FAF6988D2C9 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-amd64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.2/wakatime-cli-windows-amd64.zip + InstallerSha256: 61AA6E4E9D9F35A04DA0BFF805EEDD92DCD8D13A467EE4EEC5437C0FECCE1A18 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: wakatime-cli-windows-arm64.exe + PortableCommandAlias: wakatime-cli + InstallerUrl: https://github.com/wakatime/wakatime-cli/releases/download/v2.14.2/wakatime-cli-windows-arm64.zip + InstallerSha256: C031A25C9A33F9D041D966B639DD7C61FFF8D35332050F4344033C507F9E068C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.locale.en-US.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.locale.en-US.yaml new file mode 100644 index 000000000000..2ceb28a89725 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.2 +PackageLocale: en-US +Publisher: WakaTime +PublisherUrl: https://github.com/wakatime +PublisherSupportUrl: https://github.com/wakatime/wakatime-cli/issues +PrivacyUrl: https://wakatime.com/privacy +Author: Alan Hamlett +PackageName: WakaTime CLI +PackageUrl: https://github.com/wakatime/wakatime-cli +License: BSD-3-Clause +LicenseUrl: https://github.com/wakatime/wakatime-cli/blob/HEAD/LICENSE +Copyright: © WakaTime +ShortDescription: Command line interface used by all WakaTime text editor plugins +Moniker: wakatime-cli +Tags: +- analytics +- metrics +- productivity +- quantified-self +- time-tracker +ReleaseNotes: |- + Changelog + - Log Mutex #1418 +ReleaseNotesUrl: https://github.com/wakatime/wakatime-cli/releases/tag/v2.14.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.yaml b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.yaml new file mode 100644 index 000000000000..6033ae69fc53 --- /dev/null +++ b/manifests/w/Wakatime/CLIWakatime/2.14.2/Wakatime.CLIWakatime.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wakatime.CLIWakatime +PackageVersion: 2.14.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.installer.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.installer.yaml new file mode 100644 index 000000000000..9718adc26245 --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.0 +UpgradeBehavior: install +Protocols: +- walkme-editor +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://cdn.walkme.com/walkme-editor/Container/Distributables/GA/x64/Windows/PerUserInstallers/WalkMe%20Editor-5.5.0-3-commercial.exe + InstallerSha256: 5374A1AF00D988D6CCDF45472475D97317B37778D775E5348981B571938F60DB + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: WalkMeEditor +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://cdn.walkme.com/walkme-editor/Container/Distributables/GA/x64/Windows/PerMachineInstallers/WalkMe%20Editor-5.5.0-3-commercial.msi + InstallerSha256: BDA89409D01AD4503E08215FB1E3AEA58DE55AF8E768654CC3A47E598AF08296 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{2DBA2BCA-C872-48D7-A7AB-300F1B1F4E74}' + AppsAndFeaturesEntries: + - ProductCode: '{2DBA2BCA-C872-48D7-A7AB-300F1B1F4E74}' + UpgradeCode: '{C0F5EF7E-FB96-45D5-AE2A-EA42F9C64277}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.en-US.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.en-US.yaml new file mode 100644 index 000000000000..5bd8e1710a09 --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.0 +PackageLocale: en-US +Publisher: WalkMe Ltd. +PublisherUrl: https://www.walkme.com/ +PublisherSupportUrl: https://support.walkme.com/ +PrivacyUrl: https://www.walkme.com/privacy-policy/ +Author: WalkMe Ltd. +PackageName: WalkMe Editor +PackageUrl: https://www.walkme.com/download/ +License: Proprietary +LicenseUrl: https://www.walkme.com/terms-and-conditions/ +ShortDescription: A desktop application for building, managing, and publishing WalkMe content. +Description: WalkMe Editor is a desktop Electron-based application that is used for building, managing, and publishing all of the content that your users will view. This includes Smart Walk-Thrus, ShoutOuts, and other WalkMe items. Using the editor, you can build WalkMe content on the most popular browsers, including Chrome and Chromium Edge. +PurchaseUrl: https://www.walkme.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.zh-CN.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.zh-CN.yaml new file mode 100644 index 000000000000..46fb36b53dfe --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: WalkMe.WalkMeEditor +PackageVersion: 5.5.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于构建、管理和发布 WalkMe 内容的桌面应用程序。 +Description: WalkMe 编辑器是一款基于 Electron 的桌面应用程序,用于构建、管理和发布用户将查看的所有内容,包括 Smart Walk-Thrus、ShoutOuts 和其它 WalkMe 项目。通过该编辑器,你可以在 Chrome 和 Chromium Edge 等流行浏览器上创建 WalkMe 内容。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.yaml b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.yaml new file mode 100644 index 000000000000..3da6a8c4e2ab --- /dev/null +++ b/manifests/w/WalkMe/WalkMeEditor/5.5.0/WalkMe.WalkMeEditor.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: WalkMe.WalkMeEditor +PackageVersion: 5.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.installer.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.installer.yaml new file mode 100644 index 000000000000..b20e1c67ba8e --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.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: wanshuiyin.ARIS-Code +PackageVersion: 0.4.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aris.exe +Commands: +- aris +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/releases/download/v0.4.9/aris-code-windows-x64.zip + InstallerSha256: 9E945CBA4967C9B2EEFBB2D46B45B299BB19240B2028C5995D138285E1DE1158 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.locale.en-US.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.locale.en-US.yaml new file mode 100644 index 000000000000..bead7f7e00d9 --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.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: wanshuiyin.ARIS-Code +PackageVersion: 0.4.9 +PackageLocale: en-US +Publisher: Yang Ruofeng +PublisherUrl: https://github.com/wanshuiyin +PublisherSupportUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/issues +Author: Yang Ruofeng +PackageName: ARIS-Code +PackageUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep +License: MIT +LicenseUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/blob/aris-code/LICENSE +Copyright: Copyright (c) 2026 wanshuiyin +ShortDescription: A terminal-based AI research assistant built for academic researchers +Description: |- + ARIS-Code (Auto Research in Sleep) is a terminal-based AI research assistant built for academic researchers. Its core philosophy: + - 🤖 Executor: The primary LLM — writes code, surveys literature, drafts papers, plans experiments + - 🔍 Reviewer: An independent LLM that adversarially critiques the Executor's output via the LlmReview tool + - 🔄 Iterate: Executor writes → Reviewer critiques → Executor revises → loop until quality converges + With 42 bundled research skills, ARIS covers the full pipeline from idea discovery to paper submission. +Tags: +- academic +- ai +- large-language-model +- llm +- paper +- research +ReleaseNotes: 'Full Changelog: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/compare/v0.4.8...v0.4.9' +ReleaseNotesUrl: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/releases/tag/v0.4.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.locale.zh-CN.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.locale.zh-CN.yaml new file mode 100644 index 000000000000..1461a552038f --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.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: wanshuiyin.ARIS-Code +PackageVersion: 0.4.9 +PackageLocale: zh-CN +ShortDescription: 一款为学术研究人员打造的、基于终端的人工智能研究助手 +Description: |- + ARIS-Code(Auto Research in Sleep)是一款为学术研究人员打造的、基于终端的人工智能研究助手。它的核心理念如下: + - 🤖 执行者:作为核心大语言模型,可完成代码编写、文献调研、论文草拟、实验规划工作 + - 🔍 审核者:独立的大语言模型,通过 LlmReview 工具对执行者的输出提出对抗性批评意见 + - 🔄 迭代:执行者编写→审核者批评→执行者修改,循环往复直至输出质量达标 + ARIS 捆绑了 42 项研究技能,覆盖从想法发起到论文投稿的完整研究流程。 +Tags: +- 人工智能 +- 大语言模型 +- 学术 +- 研究 +- 科研 +- 论文 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.yaml b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.yaml new file mode 100644 index 000000000000..1d56e78cb064 --- /dev/null +++ b/manifests/w/wanshuiyin/ARIS-Code/0.4.9/wanshuiyin.ARIS-Code.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: wanshuiyin.ARIS-Code +PackageVersion: 0.4.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0