diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..68c27af14bd46 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.68 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.68/win32-x64/claude.exe + InstallerSha256: D18BC9E6F6C093CF7B8D35F3167F07B55A6725DF0A8FCDE26C4F7341091AA603 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.68/win32-arm64/claude.exe + InstallerSha256: 2112F1732344599EE08E4213EF8172528998C6228D4AB78287F310AA02921550 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..09ab276189d95 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.68 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Opus 4.6 now defaults to medium effort for Max and Team subscribers. Medium effort works well for most tasks — it's the sweet spot between speed and thoroughness. You can change this anytime with /model + - Re-introduced the "ultrathink" keyword to enable high effort for the next turn + - Removed Opus 4 and 4.1 from Claude Code on the first-party API — users with these models pinned are automatically moved to Opus 4.6 +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#2168 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3da71b8b9f901 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.68 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..bc6be0509a4e1 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.68/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.68 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.installer.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.installer.yaml new file mode 100644 index 0000000000000..c7cff8f12ff55 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.3 +InstallerType: burn +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.2.0.3/nitrocid-win-x64-installer.exe + InstallerSha256: F058DA6CC8178298C3DE3A0D20517A4240C326071CA448978040D4D2D0ADAF98 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml new file mode 100644 index 0000000000000..6704a54ed4f43 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.3 +PackageLocale: en-US +Publisher: Aptivi +PackageName: Nitrocid +License: GNU GPL-3.0 License +Copyright: Copyright (c) Aptivi. All rights reserved. +ShortDescription: A simulator for our future-planned kernel, Nitrocid Kernel! +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.yaml similarity index 50% rename from manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.yaml rename to manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.yaml index d5fcfb22c9456..801814b471940 100644 --- a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.yaml +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.3/Aptivi.Nitrocid.0.2.0.x.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-1.Win32NT +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: HHDSoftware.FreeHexEditorNeo -PackageVersion: 7.50.04.8813 +PackageIdentifier: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.installer.yaml b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.installer.yaml new file mode 100644 index 0000000000000..289b51e78a540 --- /dev/null +++ b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ArkaneSystems.MouseJiggler +PackageVersion: 3.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: MouseJiggler.exe + PortableCommandAlias: MouseJiggler +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/arkane-systems/mousejiggler/releases/download/3.0.0/MouseJiggler-mainline-x64.zip + InstallerSha256: 389BC7E4166AEB9C3B43380FAD9DD3E4E65DDD0DE5E6F25F296C9D3BCC5BCC16 +- Architecture: arm64 + InstallerUrl: https://github.com/arkane-systems/mousejiggler/releases/download/3.0.0/MouseJiggler-mainline-arm64.zip + InstallerSha256: fb99bdd93eb364c7f84be9297276ecd2c73efcab7565cfa536d4a3832cfb2447 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-02-28 diff --git a/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.locale.en-US.yaml b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.locale.en-US.yaml new file mode 100644 index 0000000000000..033031707ecc7 --- /dev/null +++ b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ArkaneSystems.MouseJiggler +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: ArkaneSystems +PublisherUrl: https://github.com/arkane-systems +PublisherSupportUrl: https://github.com/arkane-systems/mousejiggler/issues +PackageName: MouseJiggler +PackageUrl: https://github.com/arkane-systems/mousejiggler +License: Microsoft Public License (Ms-PL) / Modified +ShortDescription: Mouse Jiggler is a very simple piece of software whose sole function is to "fake" mouse input to Windows, and jiggle the mouse pointer back and forth. +Tags: +- caffeine +- idle +- mouse +- mouse-movement +- mousemove +ReleaseNotesUrl: https://github.com/arkane-systems/mousejiggler/releases/tag/3.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.yaml b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.yaml new file mode 100644 index 0000000000000..db993dcaf8aee --- /dev/null +++ b/manifests/a/ArkaneSystems/MouseJiggler/3.0.0/ArkaneSystems.MouseJiggler.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ArkaneSystems.MouseJiggler +PackageVersion: 3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.installer.yaml b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.installer.yaml new file mode 100644 index 0000000000000..35a1f8ae80a7f --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.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: Axosoft.GitKraken +PackageVersion: 11.10.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- gitkraken +ProductCode: gitkraken +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://api.gitkraken.dev/releases/production/windows/x64/11.10.0/GitKrakenSetup.exe + InstallerSha256: 2ACFD74E1079AB75EDF42785D50F312353CE762E15B67E5ADBBAC5F68E351AE2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.locale.en-US.yaml b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.locale.en-US.yaml new file mode 100644 index 0000000000000..a14b599fe67d3 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Axosoft.GitKraken +PackageVersion: 11.10.0 +PackageLocale: en-US +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: Proprietary +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2026 Axosoft, LLC DBA GitKraken All rights reserved +ShortDescription: The legendary Git client with an ultra-intuitive GUI, a powerful terminal, and offers a seamless experience for Windows, Mac and Linux. +Moniker: gitkraken +Tags: +- git +ReleaseNotes: |- + Snap snap snap that branch where you want it. + New ✨ + - Pin branch to left: + - Added support for pinning a branch to the left side of the Commit Graph. Right-click a pinned branch to unpin. + - Smart Branch Filtering: + - Added smart branch filtering mode to focus the graph on the current branch and its related target/upstream refs. + - Restore files from any commit: + - Right-click on files in a commit to restore them to your working directory. Works with single or multiple file selections. + - Sparse Checkout Support: + - GitKraken Desktop can now work with sparse checkouts! You can also perform sparse checkouts when cloning a repo, and set sparse checkout rules for the open repo from the settings. + - GitKraken AI: + - Added support for Google Gemini 3 Flash. + Improvements 🙌 + - GitKraken AI: + - Updated default AI model to Google Gemini 2.5 Flash and removed deprecated Gemini 1.5 and 2.0 models. + - Experimental Feature – Git Executable: + - Bumped Bundled Git to v2.53.0. + Bug Fixes 🐛 + - Fixed a bug that prevented multi-selection options from appearing in the stash context menu in the left panel. + - Fixed an issue where the ‘Copy file path’ context menu option would not work for files in a worktree or a submodule. + - Fixed an issue where external changes made in worktrees (such as commits from the terminal) were not being detected. + - Fixed an issue where pulling with fast-forward failed with “Could not apply stash” when there were uncommitted changes. + Deprecation Notice 🧟 + - GitHub Actions has been removed from the Left Panel to simplify navigation. Existing GitHub Actions workflows will continue to run normally. To update workflow files, edit and commit them directly within your repository. +PurchaseUrl: https://www.gitkraken.com/pricing +Documentations: +- DocumentLabel: Cheat Sheet + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.locale.zh-CN.yaml b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.locale.zh-CN.yaml new file mode 100644 index 0000000000000..124b0f7baeb97 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.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: Axosoft.GitKraken +PackageVersion: 11.10.0 +PackageLocale: zh-CN +Publisher: GitKraken +PublisherUrl: https://www.axosoft.com/ +PublisherSupportUrl: https://help.gitkraken.com/gitkraken-client/ +PrivacyUrl: https://www.gitkraken.com/privacy +Author: Axosoft, LLC DBA GitKraken +PackageName: GitKraken +PackageUrl: https://www.gitkraken.com/git-client +License: 专有软件 +LicenseUrl: https://www.gitkraken.com/eula +Copyright: © 2014-2026 Axosoft, LLC DBA GitKraken All rights reserved +ShortDescription: 传奇的 Git 客户端,拥有超直观的图形用户界面和强大的终端,并为 Windows、Mac 和 Linux 提供无缝体验。 +Tags: +- git +PurchaseUrl: https://www.gitkraken.com/pricing +Documentations: +- DocumentLabel: 速查表 + DocumentUrl: https://www.gitkraken.com/pdfs/gitkraken-git-gui-cheat-sheet +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.yaml b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.yaml new file mode 100644 index 0000000000000..be90b0734a691 --- /dev/null +++ b/manifests/a/Axosoft/GitKraken/11.10.0/Axosoft.GitKraken.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: Axosoft.GitKraken +PackageVersion: 11.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml new file mode 100644 index 0000000000000..8cc9e09acf5cf --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.installer.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.2 +InstallerLocale: en-US +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.2/AeroFTP_2.8.2_x64-setup.exe + InstallerSha256: 9049D666E456B80027A0DE6F9412F10AC6E00EA47A335FE31B521E029F321B3A + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + ProductCode: AeroFTP + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: AeroFTP + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\AeroFTP' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.2/AeroFTP_2.8.2_x64_en-US.msi + InstallerSha256: 8A5F238944D2E686C3A4197520E63A29828490F417717AD91C284B7264247D36 + ProductCode: '{13E4882D-E112-452E-AB3A-D565CF9270C6}' + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: '{13E4882D-E112-452E-AB3A-D565CF9270C6}' + UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AeroFTP' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml new file mode 100644 index 0000000000000..e17b381b417ae --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.2 +PackageLocale: en-US +Publisher: axpnet +PublisherUrl: https://github.com/axpnet +PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues +Author: axpnet +PackageName: AeroFTP +PackageUrl: https://github.com/axpnet/aeroftp +License: GPL-3.0 +LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE +ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. +Description: |- + AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). + It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), + features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), + bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. + Available in 47 languages with 4 themes. +Moniker: aeroftp +Tags: +- cloud-storage +- encryption +- file-manager +- file-transfer +- ftp +- ftp-client +- multi-protocol +- rust +- s3 +- sftp +- sync +- tauri +- webdav +ReleaseNotes: |- + [2.8.2] - 2026-03-04 + pCloud Production Activation + Changed + - pCloud enabled in production: Removed dev-only gate from ProtocolSelector. pCloud OAuth2 with automatic region detection (US/EU) is now available to all users + Downloads: + - Windows: .msi installer or .exe + - macOS: .dmg disk image + - Linux: .deb, .rpm, .snap, or .AppImage +ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.yaml b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml similarity index 72% rename from manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.yaml rename to manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml index 72a8ec95443d6..a6a2fccd06d29 100644 --- a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.yaml +++ b/manifests/a/axpnet/AeroFTP/2.8.2/axpnet.AeroFTP.yaml @@ -1,8 +1,8 @@ # Created with WinGet Releaser using komac v2.15.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.226.0-pre +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml new file mode 100644 index 0000000000000..4225d9f6c16b2 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.installer.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.3 +InstallerLocale: en-US +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.3/AeroFTP_2.8.3_x64-setup.exe + InstallerSha256: 01DA533B1BBC8C15FFF7E7C329940B5E52D4E2B4578DEA03EB5391F916FDBC48 + InstallerSwitches: + Silent: /S + SilentWithProgress: /S + ProductCode: AeroFTP + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: AeroFTP + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\AeroFTP' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/axpnet/aeroftp/releases/download/v2.8.3/AeroFTP_2.8.3_x64_en-US.msi + InstallerSha256: A558F84140B68664508F3376751874DE7AC547E2B9CAC4EB527F69DFD6FCF07A + ProductCode: '{1EB0DD82-B5C1-4894-9E1A-BE3F2888AE60}' + AppsAndFeaturesEntries: + - Publisher: aeroftp + ProductCode: '{1EB0DD82-B5C1-4894-9E1A-BE3F2888AE60}' + UpgradeCode: '{3A660390-AA69-5CCD-A202-013C64158D37}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/AeroFTP' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml new file mode 100644 index 0000000000000..57bf51f516c2b --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.3 +PackageLocale: en-US +Publisher: axpnet +PublisherUrl: https://github.com/axpnet +PublisherSupportUrl: https://github.com/axpnet/aeroftp/issues +Author: axpnet +PackageName: AeroFTP +PackageUrl: https://github.com/axpnet/aeroftp +License: GPL-3.0 +LicenseUrl: https://github.com/axpnet/aeroftp/blob/HEAD/LICENSE +ShortDescription: A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption. +Description: |- + AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). + It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), + features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), + bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. + Available in 47 languages with 4 themes. +Moniker: aeroftp +Tags: +- cloud-storage +- encryption +- file-manager +- file-transfer +- ftp +- ftp-client +- multi-protocol +- rust +- s3 +- sftp +- sync +- tauri +- webdav +ReleaseNotes: |- + [2.8.3] - 2026-03-04 + OAuth UX Polish & Pro Banner Fix + Fixed + - Pro nag banner visible in production: NagBanner was not gated behind import.meta.env.DEV, showing "Unlock AeroFTP Pro" toast to all users. Now dev-only + - 4shared missing local folder in active state: FourSharedConnect active view had no Local Folder field, preventing users from changing the local path without re-authenticating + Added + - OAuth account summary: Active OAuth providers now show Client ID (truncated) and Client Secret (masked) below the Connect button for quick reference + Downloads: + - Windows: .msi installer or .exe + - macOS: .dmg disk image + - Linux: .deb, .rpm, .snap, or .AppImage +ReleaseNotesUrl: https://github.com/axpnet/aeroftp/releases/tag/v2.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml new file mode 100644 index 0000000000000..ac444ef1a2ea2 --- /dev/null +++ b/manifests/a/axpnet/AeroFTP/2.8.3/axpnet.AeroFTP.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: axpnet.AeroFTP +PackageVersion: 2.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.installer.yaml new file mode 100644 index 0000000000000..ac0f8ac78a056 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.0.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-03-01 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/328db62fb5236e15ca4551b115aca1659f0f1c32-242713854/Comate-win32-x64-user-setup.exe + InstallerSha256: FEB8C1E1F30A8C091F9096E34BB7F099B6D2CA35A796D2ABD2A90BB39699C7FD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 0000000000000..01e758e319db7 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.0.0 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3f8920bbbd0a6 --- /dev/null +++ b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 1.0.0 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.yaml b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.yaml similarity index 74% rename from manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.yaml rename to manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.yaml index 933eac44e2dec..319f14b1c10ba 100644 --- a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.yaml +++ b/manifests/b/Baidu/Comate/1.0.0/Baidu.Comate.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: blueberrycongee.LuminaNote -PackageVersion: 0.5.23 +PackageIdentifier: Baidu.Comate +PackageVersion: 1.0.0 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.installer.yaml b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.installer.yaml new file mode 100644 index 0000000000000..798534c039254 --- /dev/null +++ b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.5 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://s4.bitfocus.io/builds/companion/companion-win64-4.2.5+8815-stable-8821dfa519.exe + InstallerSha256: 12CE312F429E6A852518A091050FEC6DEA6029D79709B0A1A1AE2E466D12D38A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.locale.en-US.yaml b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.locale.en-US.yaml new file mode 100644 index 0000000000000..04c2e7da9a1e7 --- /dev/null +++ b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.5 +PackageLocale: en-US +Publisher: Bitfocus +PackageName: Companion +License: MIT Licence +Copyright: Copyright © 2025 Companion +ShortDescription: Companion elevates the affordable Elgato Stream Deck and similar devices into professional control surfaces for an extensive range of equipment and applications. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.yaml b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.yaml similarity index 59% rename from manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.yaml rename to manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.yaml index c6f28d9caea94..aeaa869f69bbb 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.yaml +++ b/manifests/b/Bitfocus/Companion/4.2.5/Bitfocus.Companion.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.02.09 +PackageIdentifier: Bitfocus.Companion +PackageVersion: 4.2.5 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..dcb3561b3e1bd --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 146.1.89.100 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 8C9815814255A35E0AB1CCFBC2C850B684D49191D734FBE04FA172A63BB6A920 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 321188AD92DA4993BA7523DE1BAC77DCA401EDA94BF3D1540EE231D605FC18B6 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 1003FEEC921A3079A0419836A10942705C34636D9E7F6EDA9BB16D013A61E8D8 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 6C7E3E9CC16E7D8180E651A38FBAC1302A7BCEC5E604F505FE9FFE5FEE8D038D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 7371AE29951DB6C534D582D07D97F7303CADD2AF8DC6530520DEDA0D30D7E8F5 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.89.100/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 6EBAD5D4F547F7168ACDC1F550424B69344350E06EEC8D5FA4326899FF948727 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..6d765586f0036 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 146.1.89.100 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..812c18d4663e5 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 146.1.89.100 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..496b2d4529003 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/146.1.89.100/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 146.1.89.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.installer.yaml b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.installer.yaml new file mode 100644 index 0000000000000..eb836d13ec2a3 --- /dev/null +++ b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.installer.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BrowserOS.BrowserOS +PackageVersion: 145.0.7760.45 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +InstallerSuccessCodes: +- 2147483651 +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/browseros-ai/BrowserOS/releases/download/v0.41.0/BrowserOS_v0.41.0_x64_installer.exe + InstallerSha256: 9FE5141948519964B76E90147FFED28F6DA4FF0EE24B618DACAFAC718ED3BDEF + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/browseros-ai/BrowserOS/releases/download/v0.41.0/BrowserOS_v0.41.0_x64_installer.exe + InstallerSha256: 9FE5141948519964B76E90147FFED28F6DA4FF0EE24B618DACAFAC718ED3BDEF + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.en-US.yaml b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.en-US.yaml new file mode 100644 index 0000000000000..303f44ab5ee32 --- /dev/null +++ b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BrowserOS.BrowserOS +PackageVersion: 145.0.7760.45 +PackageLocale: en-US +Publisher: BrowserOS Software Inc +PublisherUrl: https://www.browseros.com/ +PublisherSupportUrl: https://github.com/browseros-ai/BrowserOS/issues +Author: BrowserOS Software Inc +PackageName: BrowserOS +PackageUrl: https://www.browseros.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/browseros-ai/BrowserOS/blob/HEAD/LICENSE +Copyright: Copyright 2026 The BrowserOS Authors. All rights reserved. +ShortDescription: The Open-Source Agentic Browser. +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- browser +- chromium +- internet +- llm +- manifestv2 +- mv2 +- web +- webpage +ReleaseNotes: |- + ✨ What's new: + - New agent (v3) — Completely redone from scratch. 2x faster, 2–3x better performance. + - Tools — major upgrade — Agent tools and MCP server both got a big overhaul. ~20 new tools (54 total) including file upload, save as PDF, background windows, and more. Connection with third-party coding agents (Claude Code, Codex, etc.) is much better now. + - General fixes — Better agent installation, bug fixes, and smoother experience overall. + - Linux Debian packaging — Fixed the remaining Debian packaging issues. +ReleaseNotesUrl: https://github.com/browseros-ai/BrowserOS/releases/tag/v0.41.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.zh-CN.yaml b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..369a6f635bf50 --- /dev/null +++ b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: BrowserOS.BrowserOS +PackageVersion: 145.0.7760.45 +PackageLocale: zh-CN +ShortDescription: 开源智能代理浏览器 +Tags: +- chromium +- 互联网 +- 人工智能 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.yaml b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.yaml new file mode 100644 index 0000000000000..545c345595f80 --- /dev/null +++ b/manifests/b/BrowserOS/BrowserOS/145.0.7760.45/BrowserOS.BrowserOS.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: BrowserOS.BrowserOS +PackageVersion: 145.0.7760.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.installer.yaml b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.installer.yaml new file mode 100644 index 0000000000000..47e76595022f9 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.34 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{1082AAEF-E2C3-4ABD-8789-9861082B709F}_is1' +ReleaseDate: 2026-02-28 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.11009/win32/Trae-Setup-x64.exe + InstallerSha256: 58DF464BD736F0C0AD6A9CD8DBB0D8154874B0658D2ADE14BB87DBC4BDD67610 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.11009/win32/Trae-Setup-x64.exe + InstallerSha256: 58DF464BD736F0C0AD6A9CD8DBB0D8154874B0658D2ADE14BB87DBC4BDD67610 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.en-US.yaml b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.en-US.yaml new file mode 100644 index 0000000000000..57d999f5d3e2d --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.34 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://discord.gg/NV3MF24tAe +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: Trae +PackageUrl: https://www.trae.ai/ +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.zh-CN.yaml new file mode 100644 index 0000000000000..47e810e2ca52d --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.34 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自适应的 AI 集成开发环境,改变您的工作方式,从而与您协作,提高速度。 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.yaml b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.yaml new file mode 100644 index 0000000000000..0348c3a52173b --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.34/ByteDance.Trae.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.installer.yaml b/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.installer.yaml deleted file mode 100644 index 6f319d1a0b78e..0000000000000 --- a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: blueberrycongee.LuminaNote -PackageVersion: 0.5.23 -UpgradeBehavior: install -ReleaseDate: 2026-03-02 -Installers: -- Architecture: x64 - InstallerType: nullsoft - Scope: user - InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v0.5.23/lumina-note_0.5.23_x64-setup.exe - InstallerSha256: 3F3DBB0AC69A368B1AA20F36FB7C09753ACB13AC2510D18B653E6A46DD0EBF45 - ProductCode: lumina-note -- Architecture: x64 - InstallerType: wix - Scope: machine - InstallerUrl: https://github.com/blueberrycongee/Lumina-Note/releases/download/v0.5.23/lumina-note_0.5.23_x64_en-US.msi - InstallerSha256: A2B840C495EBA6DF83FAF79B9ED516BAC9C45C0F5B35C822190E12D2A80A2757 - InstallerSwitches: - InstallLocation: INSTALLDIR="" - ProductCode: '{C0C32D25-E1F9-4345-99E2-54F27E43EEB1}' - AppsAndFeaturesEntries: - - UpgradeCode: '{110CDD3F-1CE9-5C05-964D-46A876205773}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.en-US.yaml b/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.en-US.yaml deleted file mode 100644 index a668b910e4e4e..0000000000000 --- a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.en-US.yaml +++ /dev/null @@ -1,95 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: blueberrycongee.LuminaNote -PackageVersion: 0.5.23 -PackageLocale: en-US -ShortDescription: A modern Markdown note-taking app with live preview, bidirectional links, and AI assistant -Description: |- - Lumina Note is not just a Markdown editor – it is an LLM-native knowledge workspace: - - Local Markdown vault, Git-friendly - - Built-in multi-provider LLM client (8 providers) - - Full-featured Agent system with tools - - RAG semantic search on your own notes - - PDF reader + annotation system - - Dataview-style databases driven by YAML - - Bilibili video notes, voice notes, daily notes - - ✨ Core Features - 📝 Immersive Editing - - Three editor modes: Source / Live Preview / Reading - - WikiLinks: [[WikiLinks]] to build a graph-like knowledge network, supports drag-and-drop from file tree - - Beautiful formatting: LaTeX math (KaTeX), Mermaid, Obsidian-style callouts > [!info] - - Syntax highlighting: CodeMirror 6 with hundreds of languages - - Split view editor: - - Horizontal / vertical split - - Draggable divider with live resize - - Active pane tracking: the pane you clicked last becomes the target when opening files - - Image paste: Ctrl+V to paste screenshots directly into editor, auto-saved to vault - 🕸️ Knowledge Graph - - Canvas-based, high-performance visualization of your vault - - Folders shown as spiky balls, children inherit folder color - - [[WikiLinks]] automatically become edges between notes - - Right-click a node to open an isolated view (node + neighbors) - - Physics simulation for natural clustering & interactive dragging/zooming - 🤖 AI Agent System - - Multi-provider LLM support: - - Anthropic, OpenAI, Gemini, DeepSeek, Moonshot (Kimi), Groq, OpenRouter, Ollama (local) - - Agent modes: editor, organizer, researcher, writer - - Tooling: read/edit/create/move/search notes, database tools, RAG search, grep, etc. - - Real-time edit preview: animated diff playback inside the editor - - RAG semantic search: vector DB + optional reranker - - AI floating ball: draggable assistant that doesn’t break your flow - - Voice input: streaming STT with auto-stop and animation - 🎬 Bilibili Video Notes - - Play Bilibili videos inside the app (Tauri multi-WebView) - - Send special-prefixed danmaku to create timestamped notes - - Click timestamps in notes to jump the video - - Notes are saved as Markdown and reloaded automatically next time - 📄 PDF Intelligent Reader & Annotations - Optimized for academic and research workflows. - - Interactive element detection: detect text, images, tables, etc. - - Annotation system: - - Highlight / underline selected text (5 colors) - - Add textual notes to highlights - - Annotation storage: - - Saved as pure Markdown files: yourfile.pdf.annotations.md - - Lives next to the PDF, Git-friendly and editable in any editor - - Bi-directional jumping: - - From PDF → annotation file - - From annotation file → back to the exact PDF location via lumina://pdf links - - Ctrl+Click opens the PDF in split view and jumps to the annotation - - Thumbnails & outline: page thumbnails and table-of-contents sidebar - - Full-text search: in-document search with highlight - - AI integration: send selected PDF content to AI for summarization/translation - 🎨 Themes - - 15 built-in themes, each with light + dark variants (30 looks in total) - - Themes affect headings/links/code/blockquote and 17+ Markdown elements - - Custom title bar that follows theme colors, with window controls - - All theme settings are managed in the Settings panel (bottom-left gear icon) - 📊 Dataview-style Databases - - YAML frontmatter-driven: notes are the source of truth - - Table and Kanban views - - 7 column types: text, number, select, multi-select, date, checkbox, URL - - Database definitions stored as .db.json (structure only, no row data) - - File tree integration: database icons, click to open views - - Fully Git-friendly and plaintext-friendly -Tags: -- backlink -- bi-directional-link -- block -- docs -- document -- editor -- graph -- knowledge -- knowledge-base -- markdown -- mind-map -- mindmap -- notes -- outliner -- pkm -- reference -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.zh-CN.yaml b/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.zh-CN.yaml deleted file mode 100644 index 5f835381c7be3..0000000000000 --- a/manifests/b/blueberrycongee/LuminaNote/0.5.23/blueberrycongee.LuminaNote.locale.zh-CN.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: blueberrycongee.LuminaNote -PackageVersion: 0.5.23 -PackageLocale: zh-CN -Publisher: luminanote -PublisherUrl: https://github.com/blueberrycongee -PublisherSupportUrl: https://github.com/blueberrycongee/Lumina-Note/issues -Author: Jiahe Wu -PackageName: lumina-note -PackageUrl: https://github.com/blueberrycongee/Lumina-Note -License: Apache-2.0 -LicenseUrl: https://github.com/blueberrycongee/Lumina-Note/blob/HEAD/LICENSE -Copyright: Copyright 2024-2026 Lumina Note Contributors -ShortDescription: 一款现代的 Markdown 笔记应用,具有实时预览、双向链接和 AI 助手功能 -Description: |- - Lumina Note 不仅仅是一个编辑器,它是一个集成了 LLM 能力的知识生产环境。 - 📝 沉浸式编辑体验 - - 多模式切换:无缝切换 源码 / 实时预览 / 阅读模式 - - 双向链接:使用 [[WikiLinks]] 构建网状知识图谱,支持从文件树拖拽创建链接 - - 专业排版:原生支持 LaTeX 数学公式、Mermaid 图表及 Obsidian 风格 > [!info] 提示块 - - 语法高亮:基于 CodeMirror 6,支持上百种语言的代码高亮 - - 分栏编辑:水平/垂直分栏,可拖拽调整大小,活动面板自动接收新文件 - - 图片粘贴:截图或复制图片后直接 Ctrl+V 粘贴,自动保存到笔记库 - 🕸️ 知识图谱 - - 基于 Canvas 的高性能可视化引擎,直观展示笔记间的关联关系。 - - 文件夹层级:文件夹作为节点显示(带刺圆球样式),父子关系带箭头连线 - - 颜色分区:按文件夹自动分配颜色,子节点继承父文件夹颜色 - - 双向链接:[[WikiLinks]] 自动解析为节点间的连线 - - 右键孤立查看:右键点击任意节点,可在新标签页中查看该节点及其直接关联的节点 - - 物理引擎:可调节的斥力、弹力、向心力参数,支持拖拽节点和画布缩放 - 🤖 AI Agent 系统 - - Agent 模式:能够理解意图,自动执行读取、编辑、搜索笔记等复杂任务链。 - - AI 悬浮球:随时唤起的助手,支持拖拽,不打断当前心流。 - - 语音输入:基于 Web Speech API 的语音转文字,支持流式显示、自动停止、录音动画。 - - Diff 预览:AI 修改内容前提供 Diff 对比视图,由你决定是否 Apply。 - - RAG 语义搜索:内置 SQLite 向量库,基于语义理解检索你的本地知识库。 - 🎬 B 站视频笔记 - - 边看视频边做笔记,通过弹幕同步实现精确时间戳记录。 - - 内嵌播放 在应用内直接播放 B 站视频,支持登录和发弹幕 - - 弹幕同步 发送带前缀的弹幕(如 #笔记内容),一键同步为带时间戳的笔记 - - 时间跳转 点击笔记时间戳,视频自动跳转到对应位置(无需刷新) - - 自动保存 笔记自动保存为 Markdown 文件,下次打开同一视频自动加载 - 📄 PDF 智能阅读器 - - 为学术工作流优化的 PDF 阅读和标注系统。 - - 交互式元素识别:自动识别文本、图片、表格等元素,支持悬浮高亮和点击选中 - - PDF 批注系统:选中文本添加高亮/下划线,支持 5 种颜色和笔记 - - 批注笔记同步:批注自动保存为 Markdown 文件,与 PDF 同目录 - - 双向跳转:点击笔记中的链接跳转到 PDF 对应位置,Ctrl+Click 分栏打开 - - 缩略图与目录:侧边栏显示页面缩略图和文档大纲,快速跳转 - - 全文搜索:支持在 PDF 中搜索关键词,实时高亮匹配结果 - - 与 AI 对话:将选中的 PDF 内容发送给 AI,进行摘要、翻译或解释 - 🎨 主题系统 - - 15 套官方主题:默认/海洋/森林/薰衣草/玫瑰/落日/薄荷/靛青/拿铁/极光/极简等 - - 明暗双模式:每套主题都有明亮和暗黑两种模式(共 30 种外观) - - Markdown 颜色:主题影响标题/链接/代码块/引用等 17 种元素 - - 设置面板:左下角齿轮图标,统一管理主题、AI、RAG 等设置 - 🔌 多模型生态 - 支持接入主流 LLM Provider,自由切换模型: - Anthropic · OpenAI · Gemini · DeepSeek · Moonshot · Groq · OpenRouter · Ollama (Local) -Tags: -- markdown -- 个人知识管理 -- 内容块 -- 双向链接 -- 反向链接 -- 图谱 -- 大纲 -- 引用 -- 思源笔记 -- 思维导图 -- 文档 -- 知识 -- 知识库 -- 笔记 -- 编辑器 -- 脑图 -ReleaseNotesUrl: https://github.com/blueberrycongee/Lumina-Note/releases/tag/v0.5.23 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.installer.yaml b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.installer.yaml new file mode 100644 index 0000000000000..539dd264be578 --- /dev/null +++ b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ChurchApps.FreeShow +PackageVersion: 1.5.9 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 39d6ac0d-0e91-5cc7-95e9-271a9a7ccacd +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayName: FreeShow 1.5.9 + ProductCode: 39d6ac0d-0e91-5cc7-95e9-271a9a7ccacd +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ChurchApps/FreeShow/releases/download/v1.5.9/FreeShow-1.5.9-x64.exe + InstallerSha256: 5717FB3EB0665845B347891F8FDF39617477CA22AB8FB919D5FE8A23347D5BD6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.locale.en-US.yaml b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.locale.en-US.yaml new file mode 100644 index 0000000000000..10abfd6b0984e --- /dev/null +++ b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ChurchApps.FreeShow +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: ChurchApps +PublisherUrl: https://github.com/ChurchApps +PublisherSupportUrl: https://github.com/ChurchApps/FreeShow/issues +Author: Pavlos Vasileiadis +PackageName: FreeShow +PackageUrl: https://github.com/ChurchApps/FreeShow +License: GPL-3.0 +LicenseUrl: https://github.com/ChurchApps/FreeShow/blob/HEAD/LICENSE +Copyright: Copyright © 2025 ChurchApps +ShortDescription: FreeShow is a free and open-source, user-friendly presenter software. +Description: | + FreeShow is a free software with a user-friendly interface that offers powerful features for creating and editing slideshows. +Tags: +- church +- easy-to-use +- free +- lyrics +- media +- presenter +- show +- text +ReleaseNotes: |- + 🔧 Tweaks: + - Moved layout/slide notes + - PPT import enhancements + - PDF import auto converts to images + - Action to set next slide timer on active show + - Planning Center Chord Chart import + - Profile change per action tag + - Timeline slides trigger closest + - Scripture collection verse offset + - Quick paste colors + - Updated languages + - Tweaks + 🐞 Bugfixes: + - Scripture template fixes + - Fixed some media thumbnails missing + - Fixed online media not going to next + - Fixed pasting not working well sometimes + - Fixed max lines per slide removing empty slides + - Fixed metadata display value causing freeze + - Fixed stage undo freeze issue + - Smaller fixes +ReleaseNotesUrl: https://github.com/ChurchApps/FreeShow/releases/tag/v1.5.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.yaml b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.yaml new file mode 100644 index 0000000000000..c0475f7e1cbd0 --- /dev/null +++ b/manifests/c/ChurchApps/FreeShow/1.5.9/ChurchApps.FreeShow.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ChurchApps.FreeShow +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.installer.yaml b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.installer.yaml new file mode 100644 index 0000000000000..a2966b1719cb8 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudfleet.exe +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.8.23/cloudfleet_windows_amd64.zip + InstallerSha256: E675412EBCC71E5C2EFA3796541DDC0945218A1A2AB23F78A26DD8B18C3FC4C6 +- Architecture: arm64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.8.23/cloudfleet_windows_arm64.zip + InstallerSha256: CBD808F35784E1DF141423D25C18DB661E9C2AB22CFB1D479D34E18DFE4C1B85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.locale.en-US.yaml b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..76943e486f303 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.23 +PackageLocale: en-US +Publisher: Cloudfleet +PackageName: Cloudfleet CLI +License: MIT License +ShortDescription: Cloudfleet CLI enables users to manage their Cloudfleet accounts and Cloudfleet Kubernetes Engine clusters +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.yaml b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.yaml similarity index 73% rename from manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.yaml rename to manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.yaml index eb2509d7abc68..a9fe85f5d8cf8 100644 --- a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.yaml +++ b/manifests/c/Cloudfleet/CLI/0.8.23/Cloudfleet.CLI.yaml @@ -1,8 +1,8 @@ # Created with komac v2.15.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Okta.OktaVerify -PackageVersion: 6.6.2.0 +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.8.23 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.29.8/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..650be35271957 --- /dev/null +++ b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.29.8 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.8/coder_2.29.8_windows_amd64.zip + InstallerSha256: D2B0D859315C08A98A652EFC7109964CE204BFDFE516FB6782C089559F8B69DB +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.8/coder_2.29.8_windows_amd64_installer.exe + InstallerSha256: 148480DD152417E7FE0B844AEBEFD07F279744F0370967E0EE39D86B1FF0DE5C + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.29.8/coder_2.29.8_windows_arm64.zip + InstallerSha256: D93B2284E47222F01C1A24D3FEAD15A380E2D7D4B59539F0EB85E0A34814A89B +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-03 diff --git a/manifests/c/Coder/Coder/2.29.8/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..579095bbfddb9 --- /dev/null +++ b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.29.8 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.29.8 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.yaml similarity index 59% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/c/Coder/Coder/2.29.8/Coder.Coder.yaml index 2a790ff3273b4..603115853197a 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/c/Coder/Coder/2.29.8/Coder.Coder.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 149.2602.921.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.29.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Coder/Coder/2.30.3/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..9bd966e506faf --- /dev/null +++ b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.30.3 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.30.3/coder_2.30.3_windows_amd64.zip + InstallerSha256: 0DE8C41BAF03DBB63C83DFB9A7A7410B2A0D8CAE541115702950B23E9FE5D2F7 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.30.3/coder_2.30.3_windows_amd64_installer.exe + InstallerSha256: B866AFBECA1C5B1BD47D528F7FCB62D7B6C2816FFE5FE13E8C9E654451D37622 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.30.3/coder_2.30.3_windows_arm64.zip + InstallerSha256: CB5C04F3F6F0BA544679376193B5D9CBDB65D9808EBC52C967055CB3D08100FF +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/c/Coder/Coder/2.30.3/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..cb242e418842d --- /dev/null +++ b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.30.3 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.30.3 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.yaml b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.yaml similarity index 58% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.yaml rename to manifests/c/Coder/Coder/2.30.3/Coder.Coder.yaml index ebf797114017c..4a37309282913 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.yaml +++ b/manifests/c/Coder/Coder/2.30.3/Coder.Coder.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.03.233612 +PackageIdentifier: Coder.Coder +PackageVersion: 2.30.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.installer.yaml b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.installer.yaml new file mode 100644 index 0000000000000..49b35cfc89ea9 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.6.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +Protocols: +- max +ProductCode: '{C8D55132-4FB7-41AC-8FA5-1D5B7F8AA4C3}' +AppsAndFeaturesEntries: +- UpgradeCode: '{C75CA842-16FD-4019-A356-5F1D958B2D22}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MAX' +Installers: +- Architecture: x64 + InstallerUrl: https://download.max.ru/win/release/26.6.0/MAX.msi + InstallerSha256: 999F19D57E09321A479B79C7F75037B9AB4CDCBD9E234CCB41F33953BBD615A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.en-US.yaml b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.en-US.yaml new file mode 100644 index 0000000000000..b560f545952b9 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.6.0 +PackageLocale: en-US +License: Proprietary +ShortDescription: A fast and easy application for communication and solving everyday tasks +Description: MAX allows sending all types of messages and making calls even on low-end devices and with slow internet connection. +Tags: +- call +- chat +- im +- instant-messaging +- message +- send +- share +- talk +- voice +Documentations: +- DocumentLabel: Technical documentation + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.ru-RU.yaml b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.ru-RU.yaml new file mode 100644 index 0000000000000..bba65100d85f7 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.ru-RU.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: CommunicationPlatform.MAX +PackageVersion: 26.6.0 +PackageLocale: ru-RU +Publisher: Communication Platform LLC +PublisherUrl: https://max.ru/ +PublisherSupportUrl: https://help.max.ru/ +PrivacyUrl: https://legal.max.ru/pp +Author: Communication Platform LLC +PackageName: MAX +PackageUrl: https://download.max.ru/#desktop +License: несвободные +LicenseUrl: https://legal.max.ru/ps +Copyright: MAX © 2026 +CopyrightUrl: https://legal.max.ru/ps +ShortDescription: быстрое и легкое приложение для общения и решения повседневных задач +Description: MAX позволяет отправлять любые виды сообщений и звонить даже на слабых устройствах и при низкой скорости интернета. +Tags: +- говорить +- голос +- звонок +- мгновенные-сообщения +- обмен-сообщениями +- отправить +- поделиться +- сообщение +- чат +Documentations: +- DocumentLabel: Техническая документация + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.zh-CN.yaml b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea2b3abdec2e0 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CommunicationPlatform.MAX +PackageVersion: 26.6.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 快速轻便的沟通和处理日常事务的应用程序 +Description: MAX 支持发送各种类型的消息,并且即使在性能较弱的设备和网速较慢的情况下也能进行通话。 +Tags: +- im +- 信息 +- 共享 +- 分享 +- 发送 +- 好友 +- 消息 +- 电话 +- 聊天 +- 语音 +- 通话 +Documentations: +- DocumentLabel: 技术文档 + DocumentUrl: https://max.ru/s/docs/tekhnicheskaya-dokumentatsiya.zip +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.yaml b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.yaml new file mode 100644 index 0000000000000..f240b67ad8cf9 --- /dev/null +++ b/manifests/c/CommunicationPlatform/MAX/26.6.0/CommunicationPlatform.MAX.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: CommunicationPlatform.MAX +PackageVersion: 26.6.0 +DefaultLocale: ru-RU +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..18c45ebc3232c --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.46.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-02" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.46.2_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.46.2/crush_0.46.2_Windows_i386.zip + InstallerSha256: d27b95499676ddf95f7b5332f2deff5dced284bdf3e8bcc6139258d24802f896 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.46.2_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.46.2/crush_0.46.2_Windows_arm64.zip + InstallerSha256: c0a4d0fd135b9b4fc9bef558481ee2a0a3ad7733f65cf1a0e8ebfd774b47b280 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.46.2_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.46.2/crush_0.46.2_Windows_x86_64.zip + InstallerSha256: e6362325d01f486591960fc62bc28bd1ee0fde3e3af9b361a999c69f16980853 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..1184c0c405da0 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.46.2 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.46.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..c85a42c62277a --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.46.2/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.46.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.installer.yaml b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.installer.yaml new file mode 100644 index 0000000000000..7909c8ca2912e --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.291.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: databricks.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/databricks/cli/releases/download/v0.291.0/databricks_cli_0.291.0_windows_amd64.zip + InstallerSha256: F9E3E13AB358F1FA3BAB245BA77D6C1F8D36269DE89842BE8ACDFCC96386104E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.locale.en-US.yaml b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f026b0f849881 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.291.0 +PackageLocale: en-US +Publisher: Databricks +PublisherUrl: https://databricks.com/ +PublisherSupportUrl: https://github.com/databricks/cli/issues +PackageName: DatabricksCLI +PackageUrl: https://github.com/databricks/cli +License: DB license +LicenseUrl: https://github.com/databricks/cli/blob/HEAD/LICENSE +ShortDescription: Databricks Command Line Interface +Tags: +- command-line-interface +- databricks +ReleaseNotes: |- + Changelog + - [Release] Release v0.291.0 +ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.291.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.yaml b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.yaml new file mode 100644 index 0000000000000..a5efaa5af3214 --- /dev/null +++ b/manifests/d/Databricks/DatabricksCLI/0.291.0/Databricks.DatabricksCLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Databricks.DatabricksCLI +PackageVersion: 0.291.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.installer.yaml b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.installer.yaml new file mode 100644 index 0000000000000..5efde6a98040d --- /dev/null +++ b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Debba.Tabularis +PackageVersion: 0.9.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: tabularis +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- Publisher: tabularis + ProductCode: tabularis +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\tabularis' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/debba/tabularis/releases/download/v0.9.5/tabularis_0.9.5_x64-setup.exe + InstallerSha256: A456BE8DE6265F1281BA305FF999E8293F5C42E2E7F4E5F34D45DA8967AF800B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.locale.en-US.yaml b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.locale.en-US.yaml new file mode 100644 index 0000000000000..a9ac8b9343f3f --- /dev/null +++ b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Debba.Tabularis +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: Debba +PublisherUrl: https://github.com/debba +PublisherSupportUrl: https://github.com/debba/tabularis/issues +PackageName: tabularis +PackageUrl: https://github.com/debba/tabularis +License: Apache-2.0 +LicenseUrl: https://github.com/debba/tabularis/blob/HEAD/LICENSE +ShortDescription: A lightweight, developer-focused database management tool. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics. +Tags: +- ai-agent +- cross-platform +- database-client +- database-gui +- database-management +- database-tool +- developer-tools +- er-diagram +- mcp +- mysql +- postgresql +- react +- rust +- sql +- sql-editor +- sqlite +ReleaseNotes: See the assets to download this version and install. +ReleaseNotesUrl: https://github.com/debba/tabularis/releases/tag/v0.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.yaml b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.yaml new file mode 100644 index 0000000000000..5c5342aa5d843 --- /dev/null +++ b/manifests/d/Debba/Tabularis/0.9.5/Debba.Tabularis.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Debba.Tabularis +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.installer.yaml b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.installer.yaml new file mode 100644 index 0000000000000..a2c1bad2abd4b --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.installer.yaml @@ -0,0 +1,21 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: deno.exe +Commands: +- deno +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.7.3/deno-x86_64-pc-windows-msvc.zip + InstallerSha256: 41E0AA83DA0D5527959FE53400A705271A3C64E501732C50841E7B60782EB3CE +- Architecture: arm64 + InstallerUrl: https://github.com/denoland/deno/releases/download/v2.7.3/deno-aarch64-pc-windows-msvc.zip + InstallerSha256: 439180E236FAB8F975F7EC83754CEC690D52CA7301ECB81A4B070889202CE7B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.en-US.yaml b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.en-US.yaml new file mode 100644 index 0000000000000..7e380230c17e8 --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.3 +PackageLocale: en-US +Publisher: Deno Land Inc. +PublisherUrl: https://deno.com/ +PublisherSupportUrl: https://github.com/denoland/deno/issues +PrivacyUrl: https://docs.deno.com/deploy/manual/privacy-policy/ +Author: Deno Land Inc. +PackageName: Deno +PackageUrl: https://deno.com/ +License: MIT +LicenseUrl: https://github.com/denoland/deno/blob/HEAD/LICENSE.md +Copyright: Copyright 2018-2026 the Deno authors +ShortDescription: A modern runtime for JavaScript and TypeScript +Description: Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. +Tags: +- develop +- development +- environment +- javascript +- js +- programming +- runtime +- typescript +- v8 +ReleaseNotes: |- + 2.7.3 / 2026.03.04 + - fix(deploy): dont use jsr api for deploy subcommand (#32441) + - fix(ext/node): handle partial writes to process.stdout/stderr (#32433) + - fix(ext/node): make UDP socket ops synchronous, implement missing dgram + methods (#32381) + - fix(ext/node): support HTTP over Windows named pipes in node:http (#32414) + - fix(npm): don't panic when peer dep is not in snapshot (#32454) + - fix(npm): regression where resolution was missing dependencies (#32453) + - perf(npm): improve npm install -g deno binary startup performance (#32439) +ReleaseNotesUrl: https://github.com/denoland/deno/releases/tag/v2.7.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.deno.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.zh-CN.yaml b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.zh-CN.yaml new file mode 100644 index 0000000000000..11501401c7b8f --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.3 +PackageLocale: zh-CN +ShortDescription: JavaScript 和 TypeScript 的现代运行时 +Description: Deno 是一个简单、现代、安全的运行时,适用于 JavaScript、TypeScript 和 WebAssembly,使用 V8 和 Rust 构建。 +Tags: +- javascript +- js +- typescript +- v8 +- 开发 +- 环境 +- 编程 +- 运行时 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.deno.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.yaml b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.yaml new file mode 100644 index 0000000000000..27008d88dbc8c --- /dev/null +++ b/manifests/d/DenoLand/Deno/2.7.3/DenoLand.Deno.yaml @@ -0,0 +1,8 @@ +# Created with AutoPublish using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DenoLand.Deno +PackageVersion: 2.7.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.installer.yaml b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.installer.yaml new file mode 100644 index 0000000000000..823e4a7810fe1 --- /dev/null +++ b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.installer.yaml @@ -0,0 +1,15 @@ +# Created with Quorum release tooling +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Desheng.Quorum +PackageVersion: 0.6.0 +InstallerType: zip +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/xudesheng/quorum/releases/download/v0.6.0/quorum-v0.6.0-windows-x64.zip + InstallerSha256: a7eb9b68f78e0021dadba677d2b6bf16c4cd5246d80a555d8ec3ee154322c36c + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: quorum.exe + PortableCommandAlias: quorum +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.locale.en-US.yaml b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.locale.en-US.yaml new file mode 100644 index 0000000000000..249868d28b78a --- /dev/null +++ b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with Quorum release tooling +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Desheng.Quorum +PackageVersion: 0.6.0 +PackageLocale: en-US +Publisher: Desheng Xu +PublisherUrl: https://github.com/xudesheng +PackageName: Quorum +PackageUrl: https://github.com/xudesheng/quorum +License: MIT OR Apache-2.0 +ShortDescription: CLI entrypoint for Quorum +Moniker: quorum +Tags: + - cli + - agent +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.yaml b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.yaml new file mode 100644 index 0000000000000..aefb82025b6d1 --- /dev/null +++ b/manifests/d/Desheng/Quorum/0.6.0/Desheng.Quorum.yaml @@ -0,0 +1,7 @@ +# Created with Quorum release tooling +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Desheng.Quorum +PackageVersion: 0.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.installer.yaml b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.installer.yaml index a8c246391314a..47c09f5a7aa28 100644 --- a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.installer.yaml +++ b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.installer.yaml @@ -1,39 +1,43 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Devolutions.Launcher -PackageVersion: 2026.1.9.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: msi -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 -Protocols: -- rdp -- ssh -- vnc -- telnet -- http -- https -- ftp -- sftp -- ard -- webdav -ProductCode: '{C0D820D7-4BCD-4D41-8B44-C80686137ED7}' -ReleaseDate: 2026-03-03 -AppsAndFeaturesEntries: -- UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}' -Installers: -- Architecture: x64 - InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2026.1.9.0.msi - InstallerSha256: 8C9C9AEC761A517DE6891C4529B196BB1DF78147FFF6C597D5BF769DABD79B60 -ManifestType: installer -ManifestVersion: 1.10.0 - +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2026.1.9.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- ard +- ftp +- http +- https +- rdp +- sftp +- ssh +- telnet +- vnc +- webdav +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 +ProductCode: '{C0D820D7-4BCD-4D41-8B44-C80686137ED7}' +ReleaseDate: 2026-03-03 +AppsAndFeaturesEntries: +- DisplayName: Devolutions Launcher + ProductCode: '{C0D820D7-4BCD-4D41-8B44-C80686137ED7}' + UpgradeCode: '{CB5FC4EF-9B66-411D-8F6E-2713D2B8F664}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.Devolutions.Launcher.2026.1.9.0.msi + InstallerSha256: 8C9C9AEC761A517DE6891C4529B196BB1DF78147FFF6C597D5BF769DABD79B60 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.locale.en-US.yaml b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.locale.en-US.yaml index 0fcf2d6d76b05..cb29159dd48c8 100644 --- a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.locale.en-US.yaml +++ b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.locale.en-US.yaml @@ -1,31 +1,31 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Devolutions.Launcher -PackageVersion: 2026.1.9.0 -PackageLocale: en-US -Publisher: Devolutions inc. -PublisherUrl: https://devolutions.net/ -PublisherSupportUrl: https://devolutions.net/support -PrivacyUrl: https://devolutions.net/legal/privacy -Author: Devolutions -PackageName: Launcher -PackageUrl: https://devolutions.net/launcher/ -License: Proprietary -LicenseUrl: https://devolutions.net/legal/customer-agreements -Copyright: Copyright (c) 2006-2026 Devolutions Inc. -ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business! -Moniker: launcher -Tags: -- devolutions -- rdm -- rdp -- remote-desktop -- remote-desktop-manager -- launcher -- ssh -- tool -- utility -- vnc -ManifestType: defaultLocale -ManifestVersion: 1.10.0 - +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2026.1.9.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Launcher +PackageUrl: https://devolutions.net/launcher/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/customer-agreements +Copyright: Copyright (c) 2006-2026 Devolutions Inc. +ShortDescription: Remote Connection Launching Tool for Devolutions Server & Devolutions Hub Business! +Moniker: launcher +Tags: +- devolutions +- launcher +- rdm +- rdp +- remote-desktop +- remote-desktop-manager +- ssh +- tool +- utility +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.yaml b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.yaml index 187753a4dccc5..2ecf8b782c97e 100644 --- a/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.yaml +++ b/manifests/d/Devolutions/Launcher/2026.1.9.0/Devolutions.Launcher.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Devolutions.Launcher -PackageVersion: 2026.1.9.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 - +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Devolutions.Launcher +PackageVersion: 2026.1.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 0000000000000..4b5ffee216dca --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.131 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{EE3BDCFD-53B9-4D0B-9EFD-AA843DE9BFC0}' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{2A300FB5-FA81-5886-A03C-B8C20DF4E74B}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.11.131/openwork-desktop-windows-x64.msi + InstallerSha256: A53CAE7F257266972749F0EEECD11A16CD4158448C8E50845F0F5098132B2ECC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 0000000000000..fc93076905066 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.131 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + Highlights + - Improved session UX for long runs with a unified status indicator, virtualized message rendering, and automatic context compaction. + - Added persistent language selection in settings and tightened sidebar/workspace path handling. + - Hardened cloud billing behavior for Polar subscription lookups in Den. + Fixes & polish + - Fixed blank transcripts that could appear after session virtualization updates. + - Surfaced pending subagent prompts across sessions and improved editor/artifact file-open reliability. + - Kept docs routes under /docs and fixed Safari mobile autoplay behavior on the landing hero. + Packaging / ops + - Hardened CI by preventing shell-injection paths in the opencode-agents workflow. + - Added contributor and community-health docs (PR template, code of conduct, security/support/triage docs). + - Published patch release v0.11.131 with updated lockfiles and package versions. + Compare: + https://github.com/different-ai/openwork/compare/v0.11.130...v0.11.131 +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.11.131 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e2a6cfbdd69f6 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.131 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.yaml new file mode 100644 index 0000000000000..85d98182f2c5d --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.11.131/DifferentAI.OpenWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.11.131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..a106fdeaf58ba --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.958 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.958/DiscordDevelopmentSetup.exe + InstallerSha256: C0EA28DC9859477AE5FA6D2DB60FD864A6550799D93456253034032F2C32AF47 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..2c05a7a9042b7 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.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: Discord.Discord.Development +PackageVersion: 1.0.958 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b1b5dc2e6df8d --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.958 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..6ca9d0f980f5b --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.958/Discord.Discord.Development.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: Discord.Discord.Development +PackageVersion: 1.0.958 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.installer.yaml new file mode 100644 index 0000000000000..030faa954121f --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.959 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.959/DiscordDevelopmentSetup.exe + InstallerSha256: A1DFCB44B9B61A2F40CF0F7B7339BB12BE09F43709A8FDCFE692D1E01E51D597 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.locale.en-US.yaml new file mode 100644 index 0000000000000..5289fb5d41b20 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.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: Discord.Discord.Development +PackageVersion: 1.0.959 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.locale.zh-CN.yaml new file mode 100644 index 0000000000000..69cd771832665 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.959 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.yaml new file mode 100644 index 0000000000000..73cb647bbe8f4 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/1.0.959/Discord.Discord.Development.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: Discord.Discord.Development +PackageVersion: 1.0.959 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 0000000000000..0f70c57f40635 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.46 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/0.0.46/DiscordDevelopmentSetup.exe + InstallerSha256: BD9E2E1FD3E554034BA91A560DC540452C63D7F5E22064052561EB2491E04493 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 0000000000000..900b93eb7e312 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.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: Discord.Discord.Development.arm64 +PackageVersion: 0.0.46 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e87c61ff2c69c --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.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: Discord.Discord.Development.arm64 +PackageVersion: 0.0.46 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.yaml new file mode 100644 index 0000000000000..79bf45cdcd3a6 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/0.0.46/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 0.0.46 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.installer.yaml new file mode 100644 index 0000000000000..09957174708cb --- /dev/null +++ b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.29.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/cagent/releases/download/v1.29.0/docker-agent-windows-amd64.exe + InstallerSha256: 6E87B2DD222BC42AC5B32EF4862C2C625FBF8F2E2AD23731C1CB0A0A908272BD +- Architecture: arm64 + InstallerUrl: https://github.com/docker/cagent/releases/download/v1.29.0/docker-agent-windows-arm64.exe + InstallerSha256: 421D945F67BFA060E863239339E203EB31AE2EDCC4AAEF02AA4B7E23CD4E5C92 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-03 diff --git a/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..e9deb6fd12a0f --- /dev/null +++ b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.29.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering +Tags: +- agents +- ai +ReleaseNotesUrl: https://github.com/docker/cagent/releases/tag/v1.29.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.yaml new file mode 100644 index 0000000000000..a0342d578366e --- /dev/null +++ b/manifests/d/Docker/Agent/v1.29.0/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.29.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.installer.yaml b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.installer.yaml new file mode 100644 index 0000000000000..27520eb63398f --- /dev/null +++ b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.installer.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DominikReichl.KeePass +PackageVersion: 2.61.0 +Scope: machine +UpgradeBehavior: install +FileExtensions: +- kdb +- kdbx +- kpdx +- lngx +- plgx +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61-Setup.exe/download + InstallerSha256: 0CAD96C498017546065B5885E501B4A104EE8304506126310FD825D01DCAB284 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: KeePassPasswordSafe2_is1 +- Architecture: x86 + InstallerType: msi + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61.msi/download + InstallerSha256: C7D1B38C6BBC953E857AC6197D01ADFD66FF50824B65D9ED470FE8DB0113C6CA + ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + AppsAndFeaturesEntries: + - ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + UpgradeCode: '{F2F19898-4F86-4940-9BFA-426574CE03E1}' +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61-Setup.exe/download + InstallerSha256: 0CAD96C498017546065B5885E501B4A104EE8304506126310FD825D01DCAB284 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: KeePassPasswordSafe2_is1 +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61.msi/download + InstallerSha256: C7D1B38C6BBC953E857AC6197D01ADFD66FF50824B65D9ED470FE8DB0113C6CA + ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + AppsAndFeaturesEntries: + - ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + UpgradeCode: '{F2F19898-4F86-4940-9BFA-426574CE03E1}' +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61-Setup.exe/download + InstallerSha256: 0CAD96C498017546065B5885E501B4A104EE8304506126310FD825D01DCAB284 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: KeePassPasswordSafe2_is1 +- Architecture: arm64 + InstallerType: msi + InstallerUrl: https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.61/KeePass-2.61.msi/download + InstallerSha256: C7D1B38C6BBC953E857AC6197D01ADFD66FF50824B65D9ED470FE8DB0113C6CA + ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + AppsAndFeaturesEntries: + - ProductCode: '{D48EC6CC-E202-4AF6-9130-4D7F181E9693}' + UpgradeCode: '{F2F19898-4F86-4940-9BFA-426574CE03E1}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.locale.en-US.yaml b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.locale.en-US.yaml new file mode 100644 index 0000000000000..a96efa3e729c5 --- /dev/null +++ b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DominikReichl.KeePass +PackageVersion: 2.61.0 +PackageLocale: en-US +Publisher: Dominik Reichl +PublisherUrl: https://keepass.info/ +PublisherSupportUrl: https://keepass.info/help/base/ +PrivacyUrl: https://keepass.info/help/base/terms.html#privacy +Author: Dominik Reichl +PackageName: KeePass +PackageUrl: https://keepass.info/ +License: GPL-2.0 +LicenseUrl: https://keepass.info/help/v2/license.html +Copyright: Copyright © 2003-2026 Dominik Reichl. +CopyrightUrl: https://keepass.info/help/base/terms.html#copy +ShortDescription: KeePass, the free, open source, light-weight and easy-to-use password manager. +Description: |- + KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager for Windows, Linux and macOS, with ports for Android, iPhone/iPad and other mobile devices. + With so many passwords to remember and the need to vary passwords to protect your valuable data, it’s nice to have KeePass to manage your passwords in a secure way. + KeePass puts all your passwords in a highly encrypted database and locks them with one master key or a key file. As a result, you only have to remember one single master password or select the key file to unlock the whole database. + And the databases are encrypted using the best and most secure encryption algorithms currently known, AES and Twofish. +Moniker: keepass +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotesUrl: https://keepass.info/news/news_all.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://keepass.info/help/base/faq_tech.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.locale.zh-CN.yaml b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c9ee708d87c51 --- /dev/null +++ b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.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: DominikReichl.KeePass +PackageVersion: 2.61.0 +PackageLocale: zh-CN +ShortDescription: KeePass,免费、开源、轻量级、易用的密码管理器。 +Description: |- + KeePass Password Safe 是一款免费、开源、轻量级、易用的密码管理器,适用于 Windows、Linux 和 macOS,并支持 Android、iPhone/iPad 和其它移动设备。 + 由于要记住的密码太多,而且需要更改密码来保护您的宝贵数据,因此有 KeePass 来安全地管理您的密码是个好主意。 + KeePass 将您的所有密码放入高强度加密的数据库中,并通过主密钥或密钥文件进行锁定。因此,您只需记住一个主密码或选择密钥文件即可解锁整个数据库。 + 数据库使用目前已知最好、最安全的加密算法 AES 和 Twofish 进行加密。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://keepass.info/help/base/faq_tech.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.yaml b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.yaml new file mode 100644 index 0000000000000..38d2eebec59d3 --- /dev/null +++ b/manifests/d/DominikReichl/KeePass/2.61.0/DominikReichl.KeePass.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: DominikReichl.KeePass +PackageVersion: 2.61.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.installer.yaml b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.installer.yaml new file mode 100644 index 0000000000000..9a8f1b7cc9f32 --- /dev/null +++ b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DubbInc.DubbDesktop +PackageVersion: 4.14.4 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 840a8d57-5799-5268-a33b-2629a5bf0952 +ReleaseDate: 2026-02-13 +AppsAndFeaturesEntries: +- DisplayName: Dubb 4.14.4 + Publisher: Dubb LLC + ProductCode: 840a8d57-5799-5268-a33b-2629a5bf0952 +Installers: +- Architecture: x86 + InstallerUrl: https://wnam.r2.dubbcdn.com/desktop-app/Dubb-4.14.4.exe + InstallerSha256: 0C41D82E65C366C023592178DEE2A059BB81F3BC3F3FA9E0988A5F80B8AD310F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.locale.en-US.yaml b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..99ab5bb60a2a2 --- /dev/null +++ b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DubbInc.DubbDesktop +PackageVersion: 4.14.4 +PackageLocale: en-US +Publisher: Dubb Inc. +PublisherUrl: https://dubb.com/ +PublisherSupportUrl: https://support.dubb.com/ +Author: Dubb Inc. +PackageName: Dubb Desktop +PackageUrl: https://dubb.com/features/desktop-app +License: Proprietary +LicenseUrl: https://dubb.com/terms +Copyright: Copyright © Dubb Inc. All rights reserved. +ShortDescription: Dubb Desktop is a video communication and screen recording application that enables users to create, share, and track personalized video messages for sales, marketing, and customer engagement. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.yaml b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.yaml new file mode 100644 index 0000000000000..aac737b7a3a9b --- /dev/null +++ b/manifests/d/DubbInc/DubbDesktop/4.14.4/DubbInc.DubbDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DubbInc.DubbDesktop +PackageVersion: 4.14.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.installer.yaml b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.installer.yaml new file mode 100644 index 0000000000000..cabd7d298be89 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.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: EaseUS.PartitionMaster +PackageVersion: "20.0" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: EaseUS Partition Master_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\EaseUS\EaseUS Partition Master' +Installers: +- Architecture: x64 + InstallerUrl: https://d1.easeus.com/epm/free/epm2000_free.exe + InstallerSha256: C284CCE5A8D816366218192E05D7FE49640706CF72C804817EBE5014E7B4D668 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.en-US.yaml b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.en-US.yaml new file mode 100644 index 0000000000000..66114575f4998 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "20.0" +PackageLocale: en-US +Publisher: EaseUS +PublisherUrl: https://www.easeus.com/ +PublisherSupportUrl: https://www.easeus.com/support/partition-master/ +PrivacyUrl: https://www.easeus.com/privacy.htm +Author: CHENGDU YIWO Tech Development Co., Ltd +PackageName: EaseUS Partition Master +PackageUrl: https://www.easeus.com/partition-manager/epm-free.html +License: Freeware +LicenseUrl: https://www.easeus.com/license.htm +Copyright: Copyright © 2004-2026 EaseUS. ALL RIGHTS RESERVED. +CopyrightUrl: https://www.easeus.com/legal-counsel.htm +ShortDescription: A free partition software that can partition hard drive and reoragnize the disk space for better performance +Description: |- + EaseUS Partition Master is a smart and reliable assistance to manage your hard drive in many different ways. With its help, you are able to easily organize and optimize your hard drive with Create, Delete, Resize and other dozens of powerful features. + The user-friendly interface with comprehensive wizards greatly simplifies even the most complex operation on managing your partitions and ensures every feature in this product can be easy to found and navigate. +Moniker: epm +Tags: +- boot +- disk +- easeus +- partition +- system +ReleaseNotes: |- + 1. Full support for the ExFAT file system; + 2. Improved cloning quality; + 3. Fixed known issues. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.zh-CN.yaml b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9f1ae020dd3b1 --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EaseUS.PartitionMaster +PackageVersion: "20.0" +PackageLocale: zh-CN +PublisherUrl: https://cn.easeus.com/ +Author: 成都易我科技开发有限责任公司 +PackageUrl: https://cn.easeus.com/partition-manager/partition-master-free.html +License: 免费软件 +ShortDescription: 完全免费的磁盘分区管理软件,轻松调整分区大小,更好地利用磁盘容量 +Description: |- + EaseUS Partition Master 是一款智能可靠的辅助工具,可以全方位地管理磁盘,并能帮助您通过创建、删除、调整大小等数十种强大的功能轻松地组织和优化您的磁盘。 + 用户友好的界面及其详尽的向导极大地简化了管理分区时的复杂操作,并确保本产品的每项功能都能被轻松地找到和导航。 +Tags: +- 分区 +- 引导 +- 易我 +- 硬盘 +- 磁盘 +- 系统 +ReleaseNotes: |- + 1. 完全支持 ExFAT 文件系统; + 2. 提高了克隆质量; + 3. 修复了已知问题。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.yaml b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.yaml new file mode 100644 index 0000000000000..c5739a83e61dc --- /dev/null +++ b/manifests/e/EaseUS/PartitionMaster/20.0/EaseUS.PartitionMaster.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: EaseUS.PartitionMaster +PackageVersion: "20.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.installer.yaml b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.installer.yaml new file mode 100644 index 0000000000000..4b6dbb3a718eb --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.224.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eksctl.exe +UpgradeBehavior: install +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.224.0/eksctl_Windows_amd64.zip + InstallerSha256: 43BCB4B173F51BA723AE97FBC77772F5073907DD86FEFB8190963F23C9C8EA3A +- Architecture: arm64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.224.0/eksctl_Windows_arm64.zip + InstallerSha256: 9DBD039691CD3FF1FBD71649981100AFB10E6BB4075BD3204BA1B1B71320DB62 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.locale.en-US.yaml b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.locale.en-US.yaml new file mode 100644 index 0000000000000..3a10961bccd4f --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.224.0 +PackageLocale: en-US +Publisher: eksctl.io +PublisherUrl: https://eksctl.io/ +PublisherSupportUrl: https://github.com/eksctl-io/eksctl/issues +Author: eksctl.io +PackageName: eksctl +PackageUrl: https://github.com/eksctl-io/eksctl +License: Apache License 2.0 +LicenseUrl: https://github.com/eksctl-io/eksctl/blob/HEAD/LICENSE +Copyright: Copyright (c) The eksctl Authors +CopyrightUrl: https://github.com/eksctl-io/eksctl/blob/main/LICENSE +ShortDescription: The official CLI for Amazon EKS +Description: |- + eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. + It is written in Go, and uses CloudFormation. +Moniker: eksctl +Tags: +- amazon-web-services +- aws-cloudformation +- aws-ec2 +- aws-eks +- eks +- kubernetes +- kubernetes-cluster +- kubernetes-deployment +- kubernetes-setup +ReleaseNotes: |- + Release v0.224.0 + 🚀 Features + - Add Gateway API ELB cleanup support for eksctl cluster deletion (#8664) + - Update go mod and go sum to use the latest nodeAdm api (#8677) + 🎯 Improvements + - Add Gateway API ELB cleanup support for eksctl cluster deletion (#8664) + 🐛 Bug Fixes + - add missing iam permission for enabling karpenter | fix karpenter discovery tags in subnets and security groups (#8684) + 🧰 Maintenance + - Update coredns (#8651) + Acknowledgments + The eksctl maintainers would like to sincerely thank @kprahulraj, @prasad0896 and @shraddhabang. +ReleaseNotesUrl: https://github.com/eksctl-io/eksctl/releases/tag/v0.224.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.yaml b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.yaml new file mode 100644 index 0000000000000..8ba6c74998363 --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.224.0/eksctl.eksctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.224.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.installer.yaml b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.installer.yaml new file mode 100644 index 0000000000000..32680ef65623c --- /dev/null +++ b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Forkgram.Forkgram +PackageVersion: 6.6.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Telegram.exe +UpgradeBehavior: install +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/forkgram/tdesktop/releases/download/v6.6.2/Telegram.zip + InstallerSha256: 15BBFFBD7A62E5AABD2C31F58816851843A8072E70E9C0FAFBF77040DE4750A1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.locale.en-US.yaml b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.locale.en-US.yaml new file mode 100644 index 0000000000000..3a8aa6647713d --- /dev/null +++ b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Forkgram.Forkgram +PackageVersion: 6.6.2 +PackageLocale: en-US +Publisher: Forkgram +PublisherUrl: https://github.com/forkgram +PublisherSupportUrl: https://github.com/forkgram/tdesktop/issues +PackageName: Forkgram +PackageUrl: https://github.com/forkgram/tdesktop +License: GPL-3.0 +LicenseUrl: https://github.com/forkgram/tdesktop/blob/HEAD/LICENSE +ShortDescription: Fork of Telegram Desktop messaging app. +Description: Forkgram is a fork of the official Telegram Desktop application. It does not fundamentally change the official client and adds only some useful small features. +Moniker: forkgram +Tags: +- fork +- forkgram +- messenger +- telegram +- telegram-desktop +ReleaseNotes: — Updated version to 6.6.2. +ReleaseNotesUrl: https://github.com/forkgram/tdesktop/releases/tag/v6.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.yaml b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.yaml new file mode 100644 index 0000000000000..117879ada8593 --- /dev/null +++ b/manifests/f/Forkgram/Forkgram/6.6.2/Forkgram.Forkgram.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Forkgram.Forkgram +PackageVersion: 6.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 0000000000000..605d8025588f8 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v0.0.422-0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v0.0.422-0/copilot-win32-x64.zip + InstallerSha256: D7E3177D5EB51A47A711080369CD0D9F66106F5F7B74171ABDF71119E6B7901F +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v0.0.422-0/copilot-win32-arm64.zip + InstallerSha256: 3C0205D68663B0245733C6864F19EEEBE2292838E757D2C835EE77446FEC0D2F +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 0000000000000..931ca51e63a34 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v0.0.422-0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v0.0.422-0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 0000000000000..62af3e43f8322 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v0.0.422-0/GitHub.Copilot.Prerelease.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v0.0.422-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.installer.yaml b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.installer.yaml similarity index 63% rename from manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.installer.yaml rename to manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.installer.yaml index a22b81e89579a..a46e09841517f 100644 --- a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.installer.yaml +++ b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 146.0.7680.16 +PackageVersion: 146.0.7680.31 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -26,24 +26,24 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi - InstallerSha256: 34E5B9D7A80366AA717D169B17E87D7B78E7F49C3743A9B8AE8CB8E60A799820 - ProductCode: '{F8927AF7-68DA-316E-B6A5-874C36E9D97C}' + InstallerSha256: 11AD0D17D0E282A0A638DF5F53B10E4EF635B8522292420DE242F62E76325751 + ProductCode: '{509748FE-0E95-308F-B5EC-8F55C0C97363}' AppsAndFeaturesEntries: - - ProductCode: '{F8927AF7-68DA-316E-B6A5-874C36E9D97C}' + - ProductCode: '{509748FE-0E95-308F-B5EC-8F55C0C97363}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi - InstallerSha256: 27159A6B12FDF274131E1EF340EB0135667A293449C43FDAE8F8292FDDE2EAF5 - ProductCode: '{FBDD57C2-78FF-3768-82CE-7715CF8DEAD7}' + InstallerSha256: 65FD42713C588AC16F58272CF6CB7165D91F1A67B2002CC20B878C74488BF88D + ProductCode: '{5185D237-C3F5-35A1-B9BB-7E7D067A4637}' AppsAndFeaturesEntries: - - ProductCode: '{FBDD57C2-78FF-3768-82CE-7715CF8DEAD7}' + - ProductCode: '{5185D237-C3F5-35A1-B9BB-7E7D067A4637}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' - Architecture: arm64 InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi - InstallerSha256: 00F6169BE48D629579B30466D30C3C799052BC1274E342760852ED647A559D19 - ProductCode: '{27AD2EC4-71E7-3D8A-9D21-CA5074B0749A}' + InstallerSha256: 575C0ACE9B099EC2BDF0B84DC61F89B634CE4DC34885D0E3FA7A5EC61FC0E6BD + ProductCode: '{5FCD1551-2B1A-3F9C-9957-71F482EB444F}' AppsAndFeaturesEntries: - - ProductCode: '{27AD2EC4-71E7-3D8A-9D21-CA5074B0749A}' + - ProductCode: '{5FCD1551-2B1A-3F9C-9957-71F482EB444F}' UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.en-US.yaml b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.en-US.yaml rename to manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.en-US.yaml index dd0299a36b8a5..a6ed60c435aee 100644 --- a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 146.0.7680.16 +PackageVersion: 146.0.7680.31 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.nb-NO.yaml index db770698c0462..0e35c6f804d36 100644 --- a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 146.0.7680.16 +PackageVersion: 146.0.7680.31 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.zh-CN.yaml index 687f64ea13ba8..018df867aacbd 100644 --- a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 146.0.7680.16 +PackageVersion: 146.0.7680.31 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.yaml b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.yaml similarity index 88% rename from manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.yaml rename to manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.yaml index 40b9f40a7e62c..2503669c69465 100644 --- a/manifests/g/Google/Chrome/Beta/146.0.7680.16/Google.Chrome.Beta.yaml +++ b/manifests/g/Google/Chrome/Beta/146.0.7680.31/Google.Chrome.Beta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Beta -PackageVersion: 146.0.7680.16 +PackageVersion: 146.0.7680.31 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.installer.yaml b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.installer.yaml similarity index 71% rename from manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.installer.yaml rename to manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.installer.yaml index bd96791f6a2b3..1f67b20e7a5c4 100644 --- a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.installer.yaml +++ b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 147.0.7695.0 +PackageVersion: 147.0.7703.0 InstallerType: wix Scope: machine UpgradeBehavior: install @@ -28,11 +28,11 @@ ElevationRequirement: elevatesSelf Installers: - Architecture: x86 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise.msi - InstallerSha256: 8DB1921CE4F092DE42854113C4CD1004EA59F9F9B0DEE981852641C384593968 - ProductCode: '{C5D776EF-BB2B-3023-AAE9-728483DC96FF}' + InstallerSha256: 6E51992E2060189609B432DD14D81845FC5CCAC16202D0CE7371CDEF7DB544EA + ProductCode: '{6EDD7A93-E3D5-35F9-B08D-0346167817A1}' - Architecture: x64 InstallerUrl: https://dl.google.com/dl/chrome/install/dev/googlechromedevstandaloneenterprise64.msi - InstallerSha256: F219931746E0D6F65C3F7EA4E5D18A7F394A4D349EFF77EDA895105D207D736E - ProductCode: '{0246E3E0-8E8B-3613-8110-540D2707FFF9}' + InstallerSha256: F0D80EBCF16631348A184FF92D43D4A1BC1DD2902D1C14F00C1C09D1E994DD50 + ProductCode: '{09E3373B-E74B-3E27-91CC-4E2FE6D484A5}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.en-US.yaml b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.en-US.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.en-US.yaml rename to manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.en-US.yaml index 7f771f146e398..d6255b241b2e3 100644 --- a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 147.0.7695.0 +PackageVersion: 147.0.7703.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.nb-NO.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.nb-NO.yaml index 20399e22e32f8..3e49010428003 100644 --- a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 147.0.7695.0 +PackageVersion: 147.0.7703.0 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.zh-CN.yaml similarity index 97% rename from manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.zh-CN.yaml index 2589a75d98867..0f05bae745556 100644 --- a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 147.0.7695.0 +PackageVersion: 147.0.7703.0 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.yaml b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.yaml similarity index 89% rename from manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.yaml rename to manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.yaml index a2a78de1526c2..52ca4bc518577 100644 --- a/manifests/g/Google/Chrome/Dev/147.0.7695.0/Google.Chrome.Dev.yaml +++ b/manifests/g/Google/Chrome/Dev/147.0.7703.0/Google.Chrome.Dev.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Dev -PackageVersion: 147.0.7695.0 +PackageVersion: 147.0.7703.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.installer.yaml b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.installer.yaml similarity index 66% rename from manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.installer.yaml rename to manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.installer.yaml index f01d9991c06be..b5126a52d381c 100644 --- a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.installer.yaml +++ b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.installer.yaml @@ -1,69 +1,69 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: HHDSoftware.FreeHexEditorNeo -PackageVersion: 7.50.04.8813 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: -silent - SilentWithProgress: -silent -UpgradeBehavior: install -FileExtensions: -- hex -- hexbook -- hexdwc7 -- hexhis -- hexlic -- hexpatch -- hexpcs -- hexsel -- hexset7 -- s19 -- s28 -- s37 -ReleaseDate: 2025-02-26 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe - InstallerSha256: 98574B99E0580AF1A4946D652405EEA428512E969338BE05C4104B6A9A37700D - InstallerSwitches: - Custom: -user -- Architecture: x86 - Scope: machine - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe - InstallerSha256: 98574B99E0580AF1A4946D652405EEA428512E969338BE05C4104B6A9A37700D - InstallerSwitches: - Custom: -machine - ElevationRequirement: elevationRequired -- Architecture: x64 - Scope: user - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe - InstallerSha256: 98574B99E0580AF1A4946D652405EEA428512E969338BE05C4104B6A9A37700D - InstallerSwitches: - Custom: -user -- Architecture: x64 - Scope: machine - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe - InstallerSha256: 98574B99E0580AF1A4946D652405EEA428512E969338BE05C4104B6A9A37700D - InstallerSwitches: - Custom: -machine - ElevationRequirement: elevationRequired -- Architecture: arm64 - Scope: user - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo-arm64.exe - InstallerSha256: 4E56AF03967E66C9653CAA352EE2CE31EE100FFFAC9547BF86A8E548AE69F841 - InstallerSwitches: - Custom: -user -- Architecture: arm64 - Scope: machine - InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo-arm64.exe - InstallerSha256: 4E56AF03967E66C9653CAA352EE2CE31EE100FFFAC9547BF86A8E548AE69F841 - InstallerSwitches: - Custom: -machine - ElevationRequirement: elevationRequired -ManifestType: installer -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HHDSoftware.FreeHexEditorNeo +PackageVersion: 7.50.05.9245 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -silent + SilentWithProgress: -silent +UpgradeBehavior: install +FileExtensions: +- hex +- hexbook +- hexdwc7 +- hexhis +- hexlic +- hexpatch +- hexpcs +- hexsel +- hexset7 +- s19 +- s28 +- s37 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe + InstallerSha256: 2D0C62AEC6BD973E7DFEEC7ECE7EC56623CA5EC08D7FF68E29E962852E85F603 + InstallerSwitches: + Custom: -user +- Architecture: x86 + Scope: machine + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe + InstallerSha256: 2D0C62AEC6BD973E7DFEEC7ECE7EC56623CA5EC08D7FF68E29E962852E85F603 + InstallerSwitches: + Custom: -machine + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe + InstallerSha256: 2D0C62AEC6BD973E7DFEEC7ECE7EC56623CA5EC08D7FF68E29E962852E85F603 + InstallerSwitches: + Custom: -user +- Architecture: x64 + Scope: machine + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo.exe + InstallerSha256: 2D0C62AEC6BD973E7DFEEC7ECE7EC56623CA5EC08D7FF68E29E962852E85F603 + InstallerSwitches: + Custom: -machine + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo-arm64.exe + InstallerSha256: 67D73F305D01D4C52E9A7ACC4B81FAB351A47B2DED39D37AE47743E211B87F51 + InstallerSwitches: + Custom: -user +- Architecture: arm64 + Scope: machine + InstallerUrl: https://hhdsoftware.com/download/free-hex-editor-neo-arm64.exe + InstallerSha256: 67D73F305D01D4C52E9A7ACC4B81FAB351A47B2DED39D37AE47743E211B87F51 + InstallerSwitches: + Custom: -machine + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml similarity index 72% rename from manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml rename to manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml index faf983c0956bc..c011ec2c2a68e 100644 --- a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml +++ b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.en-US.yaml @@ -1,51 +1,52 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: HHDSoftware.FreeHexEditorNeo -PackageVersion: 7.50.04.8813 -PackageLocale: en-US -Publisher: HHD Software, Ltd. -PublisherUrl: https://hhdsoftware.com/ -PublisherSupportUrl: https://hhdsoftware.com/support/contact-us -PrivacyUrl: https://www.hhdsoftware.com/company/privacy-policy -Author: HHD Software Ltd. -PackageName: HHD Software Free Hex Editor Neo -PackageUrl: https://hhdsoftware.com/free-hex-editor -License: Freeware -LicenseUrl: https://hhdsoftware.com/company/licenses/hexfree -Copyright: © 2001-2025 HHD Software Ltd. -CopyrightUrl: https://hhdsoftware.com/company/licenses/hexfree -ShortDescription: Modify your large files with Free version of HHD Software Hex Editor Neo -Description: |- - Free Hex Editor Neo is the fastest large files optimized binary file editor for Windows platform developed by HHD Software Ltd. It's distributed under "Freemium" model and provides you with all basic editing features for free. - You may extensively use the following basic functionality: Type, Cut, Copy, Paste, Fill, Delete, Insert, Import and Export and even try some advanced functionality. Overwrite and insert modes are supported. You may also exchange binary hexadecimal data with other applications through the Clipboard. This free binary file editing utility also provides you with the following features: Unlimited Undo/Redo; GoTo Offset; Save/Load Operation History; 32bit/64bit Patch Creation; Find/Replace for hex/decimal/octal/float/double data and binary codes; Grouping by Bytes, Words, Double Words, Quad Words; - Freeware Hex Editor Neo is extremely useful for viewing, modifying and analyzing hexadecimal data in extra large files and disks. For example, if you try to search and replace text/hex/decimal/binary data pattern in 1GB - 1TB file, you'll simply find no competitors for our product. The most frequent scenario for any competitive hexeditor will be: I'm sitting here and waiting but never get the result. -# Moniker: -Tags: -- binary -- code -- coding -- editing -- editor -- hex -- hex-editor -- hex-editor-neo -ReleaseNotes: |- - Updated Features - Structure Viewer binding performance optimizations - This release has improved performance and reduced memory pressure during binding structures with a lot of arrays of custom types. This also improves compatibility with Windows 11 24H2. - Bug Fixes - Fixed inability to add structure definition file from non-default location - #include did not work as expected when custom structure definition file was located in non-standard structure definition files folder. - Bitwise NOT operation did not work - It was impossible to use Bitwise NOT data operation due to invalid logic in its configuration window. -ReleaseNotesUrl: https://hhdsoftware.com/free-hex-editor/history -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://hhdsoftwaredocs.online/hex -- DocumentLabel: Knowledge Base - DocumentUrl: https://hhdsoftware.com/support/knowledge-base -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HHDSoftware.FreeHexEditorNeo +PackageVersion: 7.50.05.9245 +PackageLocale: en-US +Publisher: HHD Software, Ltd. +PublisherUrl: https://hhdsoftware.com/ +PublisherSupportUrl: https://hhdsoftware.com/support/contact-us +PrivacyUrl: https://www.hhdsoftware.com/company/privacy-policy +Author: HHD Software Ltd. +PackageName: HHD Software Free Hex Editor Neo +PackageUrl: https://hhdsoftware.com/free-hex-editor +License: Freeware +LicenseUrl: https://hhdsoftware.com/company/licenses/hexfree +Copyright: © 2001-2026 HHD Software Ltd. +CopyrightUrl: https://hhdsoftware.com/company/licenses/hexfree +ShortDescription: Modify your large files with Free version of HHD Software Hex Editor Neo +Description: |- + Free Hex Editor Neo is the fastest large files optimized binary file editor for Windows platform developed by HHD Software Ltd. It's distributed under "Freemium" model and provides you with all basic editing features for free. + You may extensively use the following basic functionality: Type, Cut, Copy, Paste, Fill, Delete, Insert, Import and Export and even try some advanced functionality. Overwrite and insert modes are supported. You may also exchange binary hexadecimal data with other applications through the Clipboard. This free binary file editing utility also provides you with the following features: Unlimited Undo/Redo; GoTo Offset; Save/Load Operation History; 32bit/64bit Patch Creation; Find/Replace for hex/decimal/octal/float/double data and binary codes; Grouping by Bytes, Words, Double Words, Quad Words; + Freeware Hex Editor Neo is extremely useful for viewing, modifying and analyzing hexadecimal data in extra large files and disks. For example, if you try to search and replace text/hex/decimal/binary data pattern in 1GB - 1TB file, you'll simply find no competitors for our product. The most frequent scenario for any competitive hexeditor will be: I'm sitting here and waiting but never get the result. +Tags: +- binary +- code +- coding +- editing +- editor +- hex +- hex-editor +- hex-editor-neo +ReleaseNotes: |- + Updated Features + Show rule tooltip option added + A presence of a tooltip for a pattern coloring rule may now be configured. + Bug Fixes + License activation issue + Registered users may experience difficulties activating licenses with expired upgrade plans. Upgrade to this version in order to successfully activate such license. + Crash in editor window + A rare crash in editor window has been fixed. + Comparison results synchronization + This release fixes a cursor synchronization issue in file comparison results window and related editor windows. + Unable to enter large address in Data Annotations window + This release fixes a bug that prevented large addresses from being entered in Data Annotations window. +ReleaseNotesUrl: https://hhdsoftware.com/free-hex-editor/history +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://hhdsoftwaredocs.online/hex +- DocumentLabel: Knowledge Base + DocumentUrl: https://hhdsoftware.com/support/knowledge-base +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml similarity index 82% rename from manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml rename to manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml index 2abc80781136c..2580a8e749fcc 100644 --- a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.04.8813/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml +++ b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.locale.zh-CN.yaml @@ -1,26 +1,15 @@ -# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-1.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: HHDSoftware.FreeHexEditorNeo -PackageVersion: 7.50.04.8813 +PackageVersion: 7.50.05.9245 PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: License: 免费软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: 使用 HHD Software Hex Editor Neo 免费版修改大文件 Description: |- Free Hex Editor Neo 是由 HHD Software Ltd. 为 Windows 平台开发的、针对大文件优化的极速二进制文件编辑器。该软件采用“免费增值”模式分发,免费提供所有基础编辑功能。 您可充分使用以下基础功能:输入、剪切、复制、粘贴、填充、删除、插入、导入导出,甚至尝试部分高级功能。支持覆盖与插入两种编辑模式,并能通过剪贴板与其他应用程序交换二进制十六进制数据。这款免费二进制文件编辑工具还具备以下特性:无限撤销/重做;跳转偏移量;保存/载入操作历史;32 位/64 位补丁生成;支持十六进制/十进制/八进制/浮点/双精度数据及二进制代码的查找替换;按字节/字/双字/四字分组处理。 Freeware Hex Editor Neo 在查看、修改和分析超大文件及磁盘中的十六进制数据时表现出色。例如,当您需要在 1GB 至 1TB 文件中搜索替换文本/十六进制/十进制/二进制数据模式时,您将发现本产品没有竞争对手。其他同类十六进制编辑器最常见的场景是:长时间等待却无法获得结果。 -# Moniker: Tags: - hex-editor-neo - 二进制 @@ -30,14 +19,10 @@ Tags: - 编辑 - 编辑器 - 脚本 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: Documentations: - DocumentLabel: 文档 DocumentUrl: https://hhdsoftwaredocs.online/hex - DocumentLabel: 知识库 DocumentUrl: https://hhdsoftware.com/support/knowledge-base ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.yaml b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.yaml new file mode 100644 index 0000000000000..5d7a60c05e986 --- /dev/null +++ b/manifests/h/HHDSoftware/FreeHexEditorNeo/7.50.05.9245/HHDSoftware.FreeHexEditorNeo.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: HHDSoftware.FreeHexEditorNeo +PackageVersion: 7.50.05.9245 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.installer.yaml new file mode 100644 index 0000000000000..7d8d82b44cfb2 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.8.19 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-03-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.8.19/AionUi-1.8.19-win-x64.exe + InstallerSha256: 49D318395DE4EF082EC060698C76AAF76D2CFBA54A95A15137578CCCAEDC06D2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.8.19/AionUi-1.8.19-win-x64.exe + InstallerSha256: 49D318395DE4EF082EC060698C76AAF76D2CFBA54A95A15137578CCCAEDC06D2 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v1.8.19/AionUi-1.8.19-win-arm64.exe + InstallerSha256: 5234AD27DBE0F752D8587BFDD8DBC9F882B581B2BE3014CFCE41129B0CE485F6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 0000000000000..7f363a4642d4c --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.8.19 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + New Features + - More CLI available in the assistant config — Added support for Qwen Code preset assistants so you can use Qwen Code out of the box. + - DashScope Coding Plan — Support for DashScope Coding Plan models; ACP npx cache recovery and model listing are fixed for a reliable coding-plan experience. + - Mobile workspace panel — Improved layout and behavior of the workspace panel on mobile/WebUI for a smoother experience. + What's Changed + - fix(workspace): ignore stale aborted getWorkspace responses by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/1010 + - fix(messages): resolve streaming auto-scroll jitter (#976) by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/1014 + - docs(readme): remove outdated justfile commands section by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1020 + - fix(webui-mobile): stabilize tooltip/focus/workspace interactions by @ringringlin in https://github.com/iOfficeAI/AionUi/pull/1036 + - feat: 添加 Qwen Code 预设助手支持 by @JAVA-LW in https://github.com/iOfficeAI/AionUi/pull/1041 + - fix(conversation): 修复侧边栏对话标题溢出未截断问题 by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1015 + - fix(markdown): prevent content overflow in Shadow DOM renderer by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1024 + - fix(preview): reset preview panel when switching conversations by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1026 + - fix(sendbox): 发送消息时立即清空输入框避免竞态覆盖 by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1031 + - fix(chat): add min-h-0 to fix flex column overflow in chat layouts by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1023 + - fix(sendbox): AI 处理期间不再禁用输入框 by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1030 + - fix(ui): prevent content overflow on narrow screens by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1017 + - fix(channel): fix model restore timing for Google Auth provider by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1022 + - fix(channels): pass entered token when enabling Telegram plugin by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1019 + - fix(settings): auto-save for Gemini and System settings by @cdxiaodong in https://github.com/iOfficeAI/AionUi/pull/1021 + - fix: ACP npx cache recovery and DashScope Coding Plan model listing by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1046 + - fix(sendbox): remove redundant setContent clearing to preserve user input by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1062 + - Feat/mobile workspace panel polish by @ringringlin in https://github.com/iOfficeAI/AionUi/pull/1049 + - chore: bump version to 1.8.19 by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1063 + - fix(lint): format ternary expression to single line by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1064 + - docs(readme): add WebUI remote demo video to all language READMEs by @ringringlin in https://github.com/iOfficeAI/AionUi/pull/1065 + - fix(types): resolve TypeScript errors from aioncli-core API changes by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1066 + - fix(settings): prevent false confirm dialog on system settings page load by @kuishou68 in https://github.com/iOfficeAI/AionUi/pull/1070 + New Contributors + - @JAVA-LW made their first contribution in https://github.com/iOfficeAI/AionUi/pull/1041 + - @cdxiaodong made their first contribution in https://github.com/iOfficeAI/AionUi/pull/1015 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v1.8.18...v1.8.19 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v1.8.19 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2fbf3ee141c2 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.8.19 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.yaml new file mode 100644 index 0000000000000..511513efe96eb --- /dev/null +++ b/manifests/h/HaiYing/AionUi/1.8.19/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 1.8.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 0000000000000..77c16dd3d0294 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.5.11 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\mdns-browser' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v1.5.11/mdns-browser_1.5.11_x64-setup.exe + InstallerSha256: C931D6B500588D9022A95B14DB45BDF88B89050815B975004E8B586B87178D3F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 0000000000000..bdae5b5f4da5b --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.5.11 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + 🧰 Maintenance + - chore: consolidate winget jobs to install komac only once @hrzlgnm #1957 + ⬆️ Dependency Updates + - chore(deps): update dependency cargo-auditable to v0.7.3 @renovate[bot] #1958 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-void-package-builder:v1 docker digest to bfdb24f @renovate[bot] #1959 + - chore(deps): update hrzlgnm/actions action to v2.0.3 @renovate[bot] #1960 + - chore(deps): update tauri monorepo @renovate[bot] #1961 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-void-package-builder:v1 docker digest to e110288 @renovate[bot] #1962 + - chore(deps): lock file maintenance @renovate[bot] #1963 + Full Changelog + mdns-browser-v1.5.9...mdns-browser-v1.5.11 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v1.5.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.yaml new file mode 100644 index 0000000000000..4e4acf582564f --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.5.11/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.5.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.installer.yaml b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.installer.yaml new file mode 100644 index 0000000000000..0a5b23be13741 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.48.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- dweb +- ipfs +- ipns +ProductCode: 033dffdc-028b-55d6-9442-9e386fe5b76e +ReleaseDate: 2026-03-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.48.0/ipfs-desktop-setup-0.48.0-win-x64.exe + InstallerSha256: 3CE3471308A24AFE43E361731E1355821586F973BD3C18CFA618AE8811234432 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ipfs/ipfs-desktop/releases/download/v0.48.0/ipfs-desktop-setup-0.48.0-win-x64.exe + InstallerSha256: 3CE3471308A24AFE43E361731E1355821586F973BD3C18CFA618AE8811234432 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.en-US.yaml b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..096f6deb70656 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.48.0 +PackageLocale: en-US +Publisher: Protocol Labs, Inc. +PublisherUrl: https://protocol.ai/ +PrivacyUrl: https://protocol.ai/legal/#privacy-policy +Author: Protocol Labs, Inc. +PackageName: IPFS Desktop +PackageUrl: https://github.com/ipfs/ipfs-desktop +License: MIT +LicenseUrl: https://github.com/ipfs/ipfs-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Protocol Labs, Inc. +ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux. +Description: |- + IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. + Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. +Moniker: ipfs-desktop +Tags: +- dweb +- ipfs +- p2p +- peer-to-peer +- protocol +ReleaseNotes: |- + [!NOTE] + This release was brought to you by the Shipyard team and IPFS community. + Highlights + Updated Kubo to v0.40 + + See Release Notes for Kubo v0.40.0 and v0.40.1 for details. + Updated Electron to v40 + Electron has been updated from v39 to v40, bringing Chromium 134 and Node.js v22 under the hood. + Fixed Startup Crash with Busy Ports + The port conflict handler had a bug where it could corrupt multiaddr IP addresses producing an invalid address and crashing on startup. This is now fixed. + Updated WebUI + The Web UI has been updated from v4.10.0 to v4.12.0. Key changes across v4.11.0, v4.11.1, and v4.12.0: + Search and Filter Files + You can now search and filter files directly in the Files screen. Type a name, CID, or file extension and the list narrows down in real time. Works in both list and grid view. + + DHT Provide Diagnostic Screen + New screen under Diagnostics that shows the health of DHT Provide operations. You can see reprovide cycle progress, worker utilization, queue status, and network throughput at a glance. It may take a few minutes after startup for the system to initialize and populate the data. + + Improved Error Page for Missing Files + The Inspect button now resolves /ipfs/ and /ipns/ paths to their final CID before opening the IPLD Explorer. The Explore form also accepts ipfs:// and ipns:// protocol URLs. When a file is not found, the error page now shows actionable suggestions instead of a blank screen. + + Peers Screen: IPv6 and Updated GeoIP + The Peers screen now supports IPv6 geolocation and ships with updated GeoLite2 data from February 2026. + Other WebUI Fixes + - Peer filter input now accepts /p2p/ prefix (#2475) + - Modal overlays are properly centered (#2477) + - Import error notifications now show proper error state (#2452) + What's Changed + - chore(ci): update github actions to node24 versions by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3027 + - chore: pull new translations by @github-actions[bot] in https://github.com/ipfs/ipfs-desktop/pull/3038 + - chore: pull new translations by @github-actions[bot] in https://github.com/ipfs/ipfs-desktop/pull/3039 + - feat: update webui to v4.11.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3047 + - fix: update webui to v4.11.1 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3109 + - fix: prevent port replacement from corrupting IP addresses by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3035 + - feat: kubo 0.40, electron 40 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3115 + - fix: kubo 0.40.1 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3120 + - feat: webui 4.12.0 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3129 + Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.47.0...v0.48.0 +ReleaseNotesUrl: https://github.com/ipfs/ipfs-desktop/releases/tag/v0.48.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0d194ce6e7820 --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.48.0 +PackageLocale: zh-CN +ShortDescription: 一款低调且用户友好的桌面应用程序,适用于 Windows、Mac 和 Linux 平台的 IPFS。 +Description: |- + IPFS Desktop 在易用的桌面应用程序中为您提供 IPFS 的所有功能:一个完整的 IPFS 节点,加上方便的操作系统菜单/任务栏快捷方式,以及一体化的文件管理器、peer 地图和内容资源管理器。 + 使用 IPFS Desktop,无需接触终端即可熟悉 IPFS,如果您富有经验,也可以使用功能强大的菜单栏/任务栏快捷方式和命令行,让你的 IPFS 工作流程更快。 +Tags: +- dweb +- ipfs +- 协议 +- 点对点 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ipfs.tech/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.yaml b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.yaml new file mode 100644 index 0000000000000..1fa6a0fb228ec --- /dev/null +++ b/manifests/i/IPFS/IPFS-Desktop/0.48.0/IPFS.IPFS-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IPFS.IPFS-Desktop +PackageVersion: 0.48.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.installer.yaml b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.installer.yaml new file mode 100644 index 0000000000000..eb59814d9aa42 --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.40.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ingitdb.exe + PortableCommandAlias: ingitdb + InstallerUrl: https://github.com/ingitdb/ingitdb-cli/releases/download/v0.40.1/ingitdb_0.40.1_windows_amd64.zip + InstallerSha256: fb2cb3d3ed95d60c05d19fdb76bd2f5f512b4469f35521eb22cdc70cff64362d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.locale.en-US.yaml b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.locale.en-US.yaml new file mode 100644 index 0000000000000..e8b15e4ec6e0c --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.40.1 +PackageLocale: en-US +Publisher: ingitdb +PublisherUrl: https://ingitdb.com +PackageName: ingitdb +PackageUrl: https://ingitdb.com +License: MIT +ShortDescription: A CLI for a schema-validated, AI-native database backed by a Git repository. +Description: | + ingitdb is a developer-grade, schema-validated, AI-native database + whose storage engine is a Git repository. Records are YAML/JSON files, + collections and schemas are defined declaratively. +Moniker: ingitdb +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.yaml b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.yaml new file mode 100644 index 0000000000000..e572ce26275cb --- /dev/null +++ b/manifests/i/ingitdb/ingitdb/0.40.1/ingitdb.ingitdb.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: ingitdb.ingitdb +PackageVersion: 0.40.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.installer.yaml b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.installer.yaml new file mode 100644 index 0000000000000..6813f01bae9b3 --- /dev/null +++ b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.94.0 +InstallerType: portable +Commands: +- jf +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.94.0/jfrog-cli-windows-amd64/jf.exe + InstallerSha256: 604FE3842E73037E2D4C9F0D2AA88628D42505560ACCBA3F84127A60217A7DA8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.locale.en-US.yaml b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..6df9d06a1736f --- /dev/null +++ b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.94.0 +PackageLocale: en-US +Publisher: JFrog Ltd +PublisherUrl: https://jfrog.com/ +PublisherSupportUrl: https://jfrog.com/contact-us +PrivacyUrl: https://jfrog.com/privacy-policy +PackageName: JFrog CLI +PackageUrl: https://jfrog.com/getcli +License: Apache-2.0 +LicenseUrl: https://github.com/jfrog/jfrog-cli/blob/HEAD/LICENSE +ShortDescription: JFrog CLI is a compact and smart client that provides a simple interface that automates access to Artifactory and Mission Control through their respective REST APIs. +Moniker: jf +Tags: +- artifactory +- jfrog +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.yaml b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.yaml new file mode 100644 index 0000000000000..b0b51d7e5b8d2 --- /dev/null +++ b/manifests/j/JFrog/Cli/2.94.0/JFrog.Cli.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JFrog.Cli +PackageVersion: 2.94.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JRSoftware/InnoSetup/6.7.1/JRSoftware.InnoSetup.installer.yaml b/manifests/j/JRSoftware/InnoSetup/6.7.1/JRSoftware.InnoSetup.installer.yaml index 182c7d4373b50..3d2e1b092cb25 100644 --- a/manifests/j/JRSoftware/InnoSetup/6.7.1/JRSoftware.InnoSetup.installer.yaml +++ b/manifests/j/JRSoftware/InnoSetup/6.7.1/JRSoftware.InnoSetup.installer.yaml @@ -14,13 +14,13 @@ RepairBehavior: installer Installers: - Architecture: x86 Scope: machine - InstallerUrl: https://jrsoftware.org/download.php/innosetup-6.7.1.exe + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe InstallerSha256: 4d11e8050b6185e0d49bd9e8cc661a7a59f44959a621d31d11033124c4e8a7b0 InstallerSwitches: Custom: /ALLUSERS - Architecture: x86 Scope: user - InstallerUrl: https://jrsoftware.org/download.php/innosetup-6.7.1.exe + InstallerUrl: https://github.com/jrsoftware/issrc/releases/download/is-6_7_1/innosetup-6.7.1.exe InstallerSha256: 4d11e8050b6185e0d49bd9e8cc661a7a59f44959a621d31d11033124c4e8a7b0 InstallerSwitches: Custom: /CURRENTUSER diff --git a/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.installer.yaml b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.installer.yaml new file mode 100644 index 0000000000000..57d25230ae9d5 --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: JetBrains.TeamCityCLI +PackageVersion: 0.7.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-02-26" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: teamcity.exe + PortableCommandAlias: teamcity + InstallerUrl: https://github.com/JetBrains/teamcity-cli/releases/download/v0.7.2/teamcity_0.7.2_windows_x86_64.zip + InstallerSha256: cce4d13ead0dbd551ac9749ed983b03dbd6f514d906547bd75712bda18620d48 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: teamcity.exe + PortableCommandAlias: teamcity + InstallerUrl: https://github.com/JetBrains/teamcity-cli/releases/download/v0.7.2/teamcity_0.7.2_windows_arm64.zip + InstallerSha256: 517c0a58a11866a677632293dbde7ce41fca30485e8c852a21de4789002f3aa8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.locale.en-US.yaml b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..cffae94ea66ba --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: JetBrains.TeamCityCLI +PackageVersion: 0.7.2 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://jb.gg/tc/issues +PackageName: TeamCityCLI +PackageUrl: https://github.com/JetBrains/teamcity-cli +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/teamcity-cli/blob/main/LICENSE +Copyright: JetBrains s.r.o. +ShortDescription: A command-line interface for TeamCity CI/CD server +Description: | + teamcity is a command-line interface for interacting with TeamCity CI/CD server. + Manage builds, jobs, and projects without leaving your terminal. +Moniker: TeamCityCLI +Tags: + - teamcity + - ci + - cd + - cli + - devops + - jetbrains +ReleaseNotesUrl: https://github.com/JetBrains/teamcity-cli/releases/tag/v0.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.yaml b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.yaml new file mode 100644 index 0000000000000..728bdc3018ef5 --- /dev/null +++ b/manifests/j/JetBrains/TeamCityCLI/0.7.2/JetBrains.TeamCityCLI.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: JetBrains.TeamCityCLI +PackageVersion: 0.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.installer.yaml new file mode 100644 index 0000000000000..4356377ed1a5d --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.3.1.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /headless + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- jetbrains +ProductCode: Toolbox +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.3.1.75249.exe + InstallerSha256: 1DB0F96A319505132CE41C21766C16A957679936923629B3AF736BF620205614 +- Architecture: arm64 + InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.3.1.75249-arm64.exe + InstallerSha256: 15ACCE252ED9F96863D4FB9F04B6C6B94E3BB31CEE260530274C421DF90D0E11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.en-US.yaml new file mode 100644 index 0000000000000..757778c407d55 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.3.1.0 +PackageLocale: en-US +Publisher: JetBrains +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Toolbox +PackageUrl: https://www.jetbrains.com/toolbox-app/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Manage your IDEs the easy way +Description: Open any of your projects in any of the IDEs with one click. +Moniker: jetbrains-toolbox +Tags: +- jetbrains +ReleaseNotes: |- + Toolbox App 3.3.1 Bugfix Update + - Fixed an issue that could leave temporary daemon files in /tmp on Linux. TBX-17978 + - Fixed an issue where the educational protocol could install a different IDE than the one specified first in the link. TBX-17995 + - Added a plugin API callback for remote IDE launch completion with success/failure status. TBX-17468 + What's New in Toolbox App 3.3 + jetbrainsd service + Toolbox App 3.3 ships with the jetbrainsd service – a lightweight background process that starts automatically alongside the Toolbox App and JetBrains IDEs. It handles jetbrains:// links by intercepting URL requests and forwarding them to the Toolbox App, providing a more reliable experience when opening links from browsers, documentation, or external applications. + Plugin Updates Without Restart + Plugins can now be updated without restarting the application, as the Toolbox App will pick up plugin changes automatically. TBX-17078 + Remote Development Fixes + The Toolbox App remote agent now properly stops when you select Close and Stop and disconnect via SSH, instead of remaining active in the background. TBX-17123 + The app no longer crashes with an RpcClient was cancelled error when navigating to SSH remote development targets after restarting your machine. TBX-16900 + Linux Improvements + The .desktop file now uses relative icon paths instead of absolute ones, improving compatibility with different Linux setups. TBX-16650 + See a full list of release notes at the link. +ReleaseNotesUrl: https://youtrack.jetbrains.com/releaseNotes?title=Toolbox%20App%203.3%20Release%20Notes&q=in:%20TBX%20Fix%20versions:%203.3,%203.3.1%20%23Resolved%20-Duplicate%20-Answered +Documentations: +- DocumentLabel: FAQ & Shortcuts + DocumentUrl: https://www.jetbrains.com/toolbox-app/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.zh-CN.yaml b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f67e83264d435 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.3.1.0 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +PackageUrl: https://www.jetbrains.com/zh-cn/toolbox-app/ +License: 免费软件 +ShortDescription: 轻松管理您的 IDE +Description: 一键打开任何 IDE 中的任意项目。 +Documentations: +- DocumentLabel: 常见问题和快捷键 + DocumentUrl: https://www.jetbrains.com/zh-cn/toolbox-app/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.yaml new file mode 100644 index 0000000000000..dc1ad1a0fb5f3 --- /dev/null +++ b/manifests/j/JetBrains/Toolbox/3.3.1.0/JetBrains.Toolbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.Toolbox +PackageVersion: 3.3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.installer.yaml b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.installer.yaml new file mode 100644 index 0000000000000..dac5aadfdd0a7 --- /dev/null +++ b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jianjing.XLJSCI +PackageVersion: 2.5.4.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S -AutoOpen=0 + SilentWithProgress: -AutoInstall=1 -AutoOpen=0 +UpgradeBehavior: install +FileExtensions: +- pdf +ProductCode: xljsci +ReleaseDate: 2026-01-07 +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.xljsci.com/download/xiaolvjing_downloader_setup_2.5.4.exe + InstallerSha256: B652FEF14503E32B24D9599940F6AF5B6EEF8529B8E36DCFB1DA8C73157C2576 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.en-US.yaml b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.en-US.yaml new file mode 100644 index 0000000000000..e913d82d0cd76 --- /dev/null +++ b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jianjing.XLJSCI +PackageVersion: 2.5.4.0 +PackageLocale: en-US +Publisher: 上海云又信息科技有限公司 +PublisherUrl: https://www.xljsci.com/ +PublisherSupportUrl: https://www.xljsci.com/course.html +PackageName: 小绿鲸英文文献阅读器 +PackageUrl: https://www.xljsci.com/download.html +License: Proprietary +Copyright: © Jianjing Technology (Nanjing) Co., Ltd. All rights reserved. +ShortDescription: A cloud English literature reader with translation, notes, literature management and writing functions +Tags: +- academics +- article +- english +- journal +- literature +- paper +- pdf +- reader +- reading +- research +- thesis +- translate +- translation +- translator +- viewer +ReleaseNotesUrl: https://www.xljsci.com/version.html +PurchaseUrl: https://www.xljsci.com/member.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.zh-CN.yaml b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3626ebfcff5f --- /dev/null +++ b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Jianjing.XLJSCI +PackageVersion: 2.5.4.0 +PackageLocale: zh-CN +Publisher: 上海云又信息科技有限公司 +PublisherUrl: https://www.xljsci.com/ +PublisherSupportUrl: https://www.xljsci.com/course.html +Author: 见鲸科技(南京)有限公司 +PackageName: 小绿鲸英文文献阅读器 +PackageUrl: https://www.xljsci.com/download.html +License: 专有软件 +Copyright: © 见鲸科技(南京)有限公司版权所有 +ShortDescription: 集翻译、笔记、文献管理、写作功能于一体的云端英文文献阅读器 +Tags: +- pdf +- 学术 +- 文献 +- 期刊 +- 查看器 +- 研究 +- 翻译 +- 英文 +- 英语 +- 论文 +- 阅读 +- 阅读器 +ReleaseNotes: 【优化】连续翻译体验优化,操作更清晰,轻松满足跨段落翻译需求 【优化】图表解读支持放大查看关键指标,可自由调整弹窗大小与位置,边对照文献边理解图片更高效 【优化】文献概要导图模式支持自定义分支颜色与全屏展示,结构更清晰 【修复】其他一些已知问题 +ReleaseNotesUrl: https://www.xljsci.com/version.html +PurchaseUrl: https://www.xljsci.com/member.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.yaml b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.yaml new file mode 100644 index 0000000000000..994ad7b0e87ac --- /dev/null +++ b/manifests/j/Jianjing/XLJSCI/2.5.4.0/Jianjing.XLJSCI.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: Jianjing.XLJSCI +PackageVersion: 2.5.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.installer.yaml b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.installer.yaml new file mode 100644 index 0000000000000..62d968f717785 --- /dev/null +++ b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JuanjoFuchs.ccburn +PackageVersion: 0.5.0 +InstallerType: portable +UpgradeBehavior: uninstallPrevious +Commands: +- ccburn +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JuanjoFuchs/ccburn/releases/download/v0.5.0/ccburn-0.5.0-windows-x64.exe + InstallerSha256: 98FCA40BC7159580832CA3F3038BFB5E73DD70547481CD88E0843643E7229D25 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.locale.en-US.yaml b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.locale.en-US.yaml new file mode 100644 index 0000000000000..f5ec50723b5bc --- /dev/null +++ b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JuanjoFuchs.ccburn +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: JuanjoFuchs +PublisherUrl: https://github.com/JuanjoFuchs +PublisherSupportUrl: https://github.com/JuanjoFuchs/ccburn/issues +PackageName: ccburn +PackageUrl: https://github.com/JuanjoFuchs/ccburn +License: MIT +ShortDescription: "\U0001F525 Claude Code usage limits — TUI with burn-up charts, compact mode for status bars, JSON for automation" +ReleaseNotesUrl: https://github.com/JuanjoFuchs/ccburn/releases/tag/v0.5.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JuanjoFuchs/ccburn/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.yaml b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.yaml new file mode 100644 index 0000000000000..8521f8424f34d --- /dev/null +++ b/manifests/j/JuanjoFuchs/ccburn/0.5.0/JuanjoFuchs.ccburn.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JuanjoFuchs.ccburn +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/jdx/mise/2026.3.2/jdx.mise.installer.yaml b/manifests/j/jdx/mise/2026.3.2/jdx.mise.installer.yaml new file mode 100644 index 0000000000000..4112e31f1d0ba --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.2/jdx.mise.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.3.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mise/bin/mise-shim.exe +- RelativeFilePath: mise/bin/mise.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.3.2/mise-v2026.3.2-windows-x64.zip + InstallerSha256: 7B718B8321EA7661E880ED9750C2A644FC13F2C23857B1CA93A7A745C92C948C +- Architecture: arm64 + InstallerUrl: https://github.com/jdx/mise/releases/download/v2026.3.2/mise-v2026.3.2-windows-arm64.zip + InstallerSha256: 5C3C85FE2BCF2ABF7D5F61FB762DD918B583074C319AB41E0302A5F062DCF31F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.3.2/jdx.mise.locale.en-US.yaml b/manifests/j/jdx/mise/2026.3.2/jdx.mise.locale.en-US.yaml new file mode 100644 index 0000000000000..b155836326397 --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.2/jdx.mise.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.3.2 +PackageLocale: en-US +Publisher: jdx +PublisherUrl: https://jdx.dev/ +PublisherSupportUrl: https://github.com/jdx/mise +Author: jdx +PackageName: mise-en-place +PackageUrl: https://mise.jdx.dev/ +License: MIT +LicenseUrl: https://github.com/jdx/mise/blob/HEAD/LICENSE +ShortDescription: Dev tools, env vars, tasks +Moniker: mise +ReleaseNotes: |- + A small release that adds a --local flag for scoping outdated and upgrade to project-local tools, fixes several bugs around env var redaction, Tera template rendering in prepare, and task output configuration, and corrects a regression in the standalone installer. + Added + - --local flag for outdated and upgrade commands -- You can now run mise upgrade --local or mise outdated --local to restrict operations to tools defined in project-local config files (e.g., mise.toml), skipping anything from the global config (~/.config/mise/config.toml). This is useful when you have separate workflows for managing global vs. project-local tool versions. #8451 by @malept + # Only upgrade tools defined in the local mise.toml + mise upgrade --local + # Only show outdated tools from the local config + mise outdated --local + - tinygo added to the registry -- TinyGo is now available via mise use tinygo, using the aqua backend. #8446 by @artemklevtsov + Fixed + - task.output config setting now works for quiet/silent modes -- Setting task.output = "quiet" or task.output = "silent" in mise.toml was not suppressing mise's own output during task runs. Only the MISE_TASK_OUTPUT environment variable worked. Both approaches now behave identically. #8445 by @my1e5 + - Redactions applied correctly when tools = true and redact = true are combined -- Environment variables with both tools = true and redact = true were not being redacted in task output because the tools-only code path collected redactions but never registered them with the global redactor. Secret values now correctly appear as [redacted]. #8449 by @jdx + - Tera templates rendered in [prepare.*.env] values -- Tera template expressions like "{{env.MY_VAR}}" in prepare provider env blocks were being passed as literal strings instead of being rendered. They are now evaluated with the full toolset environment available in the template context. #8450 by @jdx + - Standalone installer tar zstd version check regex fixed (again) -- A follow-up fix to the regex repair in v2026.3.1: a missing escape on the opening parenthesis caused grep: Unmatched ) or \) errors. The regex is now fully correct. #8453 by @chadlwilson + Full Changelog: v2026.3.1...v2026.3.2 +ReleaseNotesUrl: https://github.com/jdx/mise/releases/tag/v2026.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jdx/mise/2026.3.2/jdx.mise.yaml b/manifests/j/jdx/mise/2026.3.2/jdx.mise.yaml new file mode 100644 index 0000000000000..e4b4852104a70 --- /dev/null +++ b/manifests/j/jdx/mise/2026.3.2/jdx.mise.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jdx.mise +PackageVersion: 2026.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Marknote/1.4.1/KDE.Marknote.installer.yaml b/manifests/k/KDE/Marknote/1.4.1/KDE.Marknote.installer.yaml index 97f210fcc7a8e..1b8d553a7ae86 100644 --- a/manifests/k/KDE/Marknote/1.4.1/KDE.Marknote.installer.yaml +++ b/manifests/k/KDE/Marknote/1.4.1/KDE.Marknote.installer.yaml @@ -9,14 +9,14 @@ ProductCode: marknote Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1292-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3E7052DF3BC8E9B68118571C7A96F884CE0D790F8B476D72B904A4B5F59B95D2 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1307-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B556F73EF50F1078B610213D106396EFC74FABD3EAFC3B739C0C2897DCED2813 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1292-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 3E7052DF3BC8E9B68118571C7A96F884CE0D790F8B476D72B904A4B5F59B95D2 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1307-windows-cl-msvc2022-x86_64.exe + InstallerSha256: B556F73EF50F1078B610213D106396EFC74FABD3EAFC3B739C0C2897DCED2813 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.installer.yaml b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.installer.yaml new file mode 100644 index 0000000000000..da14fa72b9ceb --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.45.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +ProductCode: '{6D196636-78A7-4ECA-9D44-D20DFEED2F1D}' +Installers: +- Architecture: x64 + InstallerUrl: https://cli-dist.keboola.com/msi/keboola-cli_2.45.0_windows_amd64.msi + InstallerSha256: BD9FE1473AF85ED9BB47212D48DBA2D9B3653DAB8FADDB8490997ED1CD31D0D2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.locale.en-US.yaml b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..85667b8e147e8 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.45.0 +PackageLocale: en-US +Publisher: Keboola Industries SE +PublisherUrl: https://www.keboola.com +PublisherSupportUrl: https://support.keboola.com +PrivacyUrl: https://www.keboola.com/privacy-policy +Author: Keboola Industries SE +PackageName: Keboola CLI +PackageUrl: https://github.com/keboola/keboola-as-code +License: MIT License +LicenseUrl: https://github.com/keboola/keboola-as-code/blob/main/LICENSE +Copyright: Keboola Industries SE +ShortDescription: Operate your cloud data pipeline from the command line +Moniker: keboola +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.yaml b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.yaml new file mode 100644 index 0000000000000..6bd5f15ecdd11 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.45.0/Keboola.KeboolaCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.installer.yaml b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.installer.yaml new file mode 100644 index 0000000000000..f40dfae24cd69 --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kangfenmao.CherryStudio +PackageVersion: 1.7.23 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 41a4ccd8-bcc0-5710-9eee-0e164da68057 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.23/Cherry-Studio-1.7.23-x64-setup.exe + InstallerSha256: 78AA36E10031F12C0CB9D754CB2EE3AAF4D0D4FA3901EDD4667CA36C384650DB + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.23/Cherry-Studio-1.7.23-x64-setup.exe + InstallerSha256: 78AA36E10031F12C0CB9D754CB2EE3AAF4D0D4FA3901EDD4667CA36C384650DB + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.23/Cherry-Studio-1.7.23-arm64-setup.exe + InstallerSha256: 1D561F9F9D4BA769757AC82576F5D32C15611C01AD223B23479ACD29D979F871 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.7.23/Cherry-Studio-1.7.23-arm64-setup.exe + InstallerSha256: 1D561F9F9D4BA769757AC82576F5D32C15611C01AD223B23479ACD29D979F871 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.en-US.yaml b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..a3d9e0205b4eb --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kangfenmao.CherryStudio +PackageVersion: 1.7.23 +PackageLocale: en-US +Publisher: support@cherry-ai.com +PublisherUrl: https://cherry-ai.com/ +PublisherSupportUrl: https://github.com/CherryHQ/cherry-studio/issues +PackageName: Cherry Studio +PackageUrl: https://cherry-ai.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/CherryHQ/cherry-studio/blob/HEAD/LICENSE +ShortDescription: A desktop client that supports for multiple LLM providers +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- ollama +- qwen +- rag +ReleaseNotes: |- + What's Changed + - docs: add review workflow to CLAUDE.md by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13145 + - feat: add dev-only message data inspection button by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13142 + - refactor: replace static pnpm patch with postinstall script for claude-agent-sdk by @DeJeune in https://github.com/CherryHQ/cherry-studio/pull/13139 + - fix: render directory Select options with optionRender by @Pleasurecruise in https://github.com/CherryHQ/cherry-studio/pull/13152 + - fix: open external editor in new window instead of reusing existing one by @kovsu in https://github.com/CherryHQ/cherry-studio/pull/13160 + - fix: support esc to close modal by @kovsu in https://github.com/CherryHQ/cherry-studio/pull/13159 + - fix: show approval card for builtin and provider tools by @al-prk in https://github.com/CherryHQ/cherry-studio/pull/13154 + - chore(deps): upgrade @uiw/codemirror packages to 4.25.7 by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13149 + - fix: improve plugin browser UX with three small fixes by @Pleasurecruise in https://github.com/CherryHQ/cherry-studio/pull/13153 + - fix(ci): skip CI on PR body/title edits, only re-run on base branch changes by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13150 + - fix(renderer): synchronize miniapp settings state and respect region filter by @nanimore in https://github.com/CherryHQ/cherry-studio/pull/13166 + - fix(Selection): prevent Windows crash when closing transparent action window by @0xfullex in https://github.com/CherryHQ/cherry-studio/pull/13177 + - chore: Improve Claude translator workflow logic and clarity by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13175 + - fix: persist translation block cleanup to database on error by @kovsu in https://github.com/CherryHQ/cherry-studio/pull/13134 + - feat: add MarqueeText component with hover bounce-scroll for overflowing text by @EurFelux in https://github.com/CherryHQ/cherry-studio/pull/13168 + New Contributors + - @al-prk made their first contribution in https://github.com/CherryHQ/cherry-studio/pull/13154 + - @nanimore made their first contribution in https://github.com/CherryHQ/cherry-studio/pull/13166 + Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v1.7.22...v1.7.23 +ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.7.23 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cherry-ai.com/docs/intro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.zh-CN.yaml b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..deb57251ff9f8 --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kangfenmao.CherryStudio +PackageVersion: 1.7.23 +PackageLocale: zh-CN +Publisher: support@cherry-ai.com +PublisherUrl: https://cherry-ai.com/ +PublisherSupportUrl: https://github.com/CherryHQ/cherry-studio/issues +PackageName: Cherry Studio +PackageUrl: https://cherry-ai.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/CherryHQ/cherry-studio/blob/HEAD/LICENSE +ShortDescription: 支持多模型服务的 Windows/macOS GPT 客户端 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- ollama +- rag +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.7.23 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cherry-ai.com/docs/intro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.yaml b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.yaml new file mode 100644 index 0000000000000..c1a049e02cafa --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.7.23/kangfenmao.CherryStudio.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: kangfenmao.CherryStudio +PackageVersion: 1.7.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.336.4/Loom.Loom.installer.yaml b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.installer.yaml new file mode 100644 index 0000000000000..0b45fa8692933 --- /dev/null +++ b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.336.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- loomdesktop +ProductCode: 3643b966-bc28-5bc8-95ff-3d47d66438db +ReleaseDate: 2026-03-02 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.loom.com/desktop-packages/Loom%20Setup%200.336.4.exe + InstallerSha256: 716AF86A34CB0D1CD6F703EF7BE3E44200DE893387E70E74EA6E5C4D534DD9B5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.en-US.yaml b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.en-US.yaml new file mode 100644 index 0000000000000..2ce9bbef71c77 --- /dev/null +++ b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.336.4 +PackageLocale: en-US +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: Proprietary +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom is a video messaging tool that helps you get your message across through instantly shareable videos. +Description: Loom combines the expressiveness of video with the convenience of messaging. It's a new, more effective way of communicating with co-workers and customers. With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology. +Moniker: loom +Tags: +- capture +- clip +- conference +- meeting +- presentation +- record +- video +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.zh-CN.yaml b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4e1e69f499ec8 --- /dev/null +++ b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.336.4 +PackageLocale: zh-CN +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: 专有软件 +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom 是一款视频信息传递工具,可帮助您通过即时分享的视频传递信息。 +Description: Loom 结合了视频的表现力和信息传递的便利性,是一种与同事和客户更有效沟通的新方式。使用 Loom,您可以同时录制您的摄像头、麦克风和桌面,然后您就可以通过 Loom 的专利技术即时分享您的视频。 +Tags: +- 会议 +- 剪辑 +- 录制 +- 录屏 +- 演示 +- 视频 +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.336.4/Loom.Loom.yaml b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.yaml new file mode 100644 index 0000000000000..6fbe176a2b31d --- /dev/null +++ b/manifests/l/Loom/Loom/0.336.4/Loom.Loom.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: Loom.Loom +PackageVersion: 0.336.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 0000000000000..31af020786626 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/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: 6.8.41 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.8.41/CLIProxyAPI_6.8.41_windows_amd64.zip + InstallerSha256: 84FBF5AA6C4C98E086D0117C18B3B8E88D9B47B9E0DECB60A891AE619C441B6E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..fcf5168d10426 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.8.41 +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 + - 79009bb3d4da31a3d8de193c6683336695766512 Fixed: #797 + - b48485b42b854d91979d0d75980dad03049615b9 Fixed: #822 + - b680c146c1b25a5e45437cdb2065aa91f2e6aea7 chore(docs): update sponsor image links in README files + - 5c84d69d42bd5bf76a946ac740de26de6a74d9ad feat(translator): map output_config.effort to adaptive thinking level in antigravity +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.8.41 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..be5ded53c5f17 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/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: 6.8.41 +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/6.8.41/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 0000000000000..340dc9d4a5b4e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.8.41/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: 6.8.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.installer.yaml b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.installer.yaml new file mode 100644 index 0000000000000..eb934a7329aaf --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LukasHermann.stagetimer-io +PackageVersion: 3.3.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ProductCode: stagetimerio +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/stagetimer-prod.appspot.com/releases/3.3.6/stagetimer.io-3.3.6-setup.exe + InstallerSha256: D07F6D3160F2A09C7F2B97ADFA97662E731D55F5261A65EA7D21D8E2E4A2662B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.locale.en-US.yaml b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.locale.en-US.yaml new file mode 100644 index 0000000000000..41e564bdaacf1 --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.3.6 +PackageLocale: en-US +Publisher: Lukas Hermann +PublisherUrl: https://stagetimer.io/ +PrivacyUrl: https://stagetimer.io/privacy-policy/ +Author: Lukas Hermann +PackageName: stagetimer.io +PackageUrl: https://stagetimer.io/desktop-app/ +License: Proprietary +LicenseUrl: https://stagetimer.io/terms-of-service/ +Copyright: Copyright © 2026 Lukas Hermann +CopyrightUrl: https://stagetimer.io/imprint/ +ShortDescription: Remote-controlled Countdown Timer. +Description: |- + stagetimer.io is a cloud-based professional speaker timer specifically designed for live and hybrid event productions. It allows you to create multiple timers to keep an entire event, conference, or presentation on time. Any internet-capable device can use it and it works on all screen sizes and orientations. + Key features are: + - Sharable links for the controller, viewer, and agenda + - Import tables from Microsoft Excel or Google Scheets via CSV + - Schedule timers, link them together, and change color when approaching 0:00 + - Customizable fonts, colors, and logo + Stagetimer’s desktop app is designed for environments where internet connectivity is unavailable or unreliable, such as remote event locations, conference centers with restricted network access, or corporate environments with regulated internet use. Additionally, using the desktop app can prevent disruptions caused by unexpected internet outages. + This version is available as an installable application for both Mac and Windows. It mirrors the capabilities of the web version, allowing a seamless transition between online and offline modes. The basic features of the offline app are free to download. Each Stagetimer plan includes an offline license key that activates the corresponding paid features in the desktop app. +Tags: +- countdown +- time +- timer +PurchaseUrl: https://stagetimer.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://stagetimer.io/docs/ +- DocumentLabel: FAQ + DocumentUrl: https://stagetimer.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.locale.zh-CN.yaml b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.locale.zh-CN.yaml new file mode 100644 index 0000000000000..57fae99a69db9 --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.3.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 远程控制的倒计时器。 +Description: |- + stagetimer.io 是一款基于云端的专业演讲计时工具,专为线下及混合型活动制作设计。用户可通过创建多个计时器确保整场活动、会议或演讲流程准时推进。该工具支持所有联网设备,适配任意屏幕尺寸和方向。 + 核心功能包括: + - 可分享的控制端、观众端及议程链接 + - 通过 CSV 文件导入 Microsoft Excel 或 Google 表格数据 + - 定时器排程、串联功能,并在接近零点时自动变色提醒 + - 可自定义字体、色彩及品牌标识 + Stagetimer 桌面版专为网络不稳定或无法联网的环境设计,适用于偏远活动场地、网络受限的会议中心或严格管控网络的企业环境。使用桌面应用还能避免突发断网导致的活动中断。 + 该版本提供 Mac 和 Windows 双平台安装程序,完整保留网页版功能,支持在线/离线模式无缝切换。离线应用基础功能可免费使用,每个 Stagetimer 订阅方案均包含离线授权密钥,可解锁桌面端对应的付费功能。 +Tags: +- 倒计时 +- 时间 +- 计时器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://stagetimer.io/docs/ +- DocumentLabel: 常见问题 + DocumentUrl: https://stagetimer.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.yaml b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.yaml new file mode 100644 index 0000000000000..9c0a0dffde3f8 --- /dev/null +++ b/manifests/l/LukasHermann/stagetimer-io/3.3.6/LukasHermann.stagetimer-io.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: LukasHermann.stagetimer-io +PackageVersion: 3.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.installer.yaml b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.installer.yaml new file mode 100644 index 0000000000000..8585da91f8425 --- /dev/null +++ b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingctl +PackageVersion: 2.0.8 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: syncthingctl-qt5.exe + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.0.8/syncthingctl-qt5-2.0.8-i686-w64-mingw32.exe.zip + InstallerSha256: 44F796322585F4DB43ED55FB99C06C6AFD8A95DEB24422E664E68F4FD7D05E7E +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: syncthingctl.exe + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.0.8/syncthingctl-2.0.8-x86_64-w64-mingw32.exe.zip + InstallerSha256: 955218CE172E48F30EEFBC4F5EFB2C08809CBD3C40D303D00E6A98C97882D31A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.en-US.yaml b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.en-US.yaml new file mode 100644 index 0000000000000..b9c886f60bcb2 --- /dev/null +++ b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingctl +PackageVersion: 2.0.8 +PackageLocale: en-US +Publisher: Martchus +PublisherUrl: https://martchus.no-ip.biz/website/page.php?name=programming +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +PackageName: syncthingctl +PackageUrl: https://github.com/Martchus/syncthingtray +License: GPL-2-or-later +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/HEAD/LICENSE +Copyright: Copyright © 2016-2023 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/master/README.md#copyright-notice-and-license +ShortDescription: Syncthing for ctl +Moniker: syncthingctl +Tags: +- synchronization +- syncthing +ReleaseNotes: |- + The built-in Syncthing library was updated to 2.0.15. So be sure to read about the major changes in 2.0 on https://github.com/syncthing/syncthing/releases/tag/v2.0.15 if you are using the built-in Syncthing library. + Full Changelog: v2.0.7...v2.0.8 +ReleaseNotesUrl: https://github.com/Martchus/syncthingtray/releases/tag/v2.0.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.pt-BR.yaml b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.pt-BR.yaml new file mode 100644 index 0000000000000..91f8ba5847cc9 --- /dev/null +++ b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.locale.pt-BR.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingctl +PackageVersion: 2.0.8 +PackageLocale: pt-BR +Publisher: Martchus +PublisherUrl: https://martchus.no-ip.biz/website/page.php?name=programming +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +PackageName: syncthingctl +PackageUrl: https://github.com/Martchus/syncthingtray +License: GPL-2-or-later +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/master/LICENSE +Copyright: Copyright © 2016-2023 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/master/README.md#copyright-notice-and-license +ShortDescription: Syncthing para ctl +Tags: +- sincronização +- syncthing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.yaml b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.yaml new file mode 100644 index 0000000000000..a17f3c51ff65e --- /dev/null +++ b/manifests/m/Martchus/syncthingctl/2.0.8/Martchus.syncthingctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingctl +PackageVersion: 2.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml b/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml index a92e87d724576..f7f69663b7f23 100644 --- a/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeDownloader/3.9.18/MediaHuman.YouTubeDownloader.installer.yaml @@ -13,9 +13,9 @@ ReleaseDate: 2025-12-01 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader.exe - InstallerSha256: CD0D023DE330E25572DC42FC187563B8972D322C3A3E9EE43DC37BBEFD6CF4B8 + InstallerSha256: C117E2410AF571B319035FB3E0F90090825A7440C067F4D0D72D34C2523C2FE0 - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader-x64.exe - InstallerSha256: FA8403B83834229B335773E8B6B4743EF98F6F5CF1AF737FA3354F0E9ED923A4 + InstallerSha256: E2E2FCCA25027161CD1AA14B82039F3A8BC2BA189EDFEBA0D29C206C22F7D2FB ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..9eeb3423237d2 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.130 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.0.130/microclaw-v0.0.130-x86_64-pc-windows-msvc.zip + InstallerSha256: 2183BE680E03AC537BF1A04C3EDE7181E8FF8CF386DCD92AAB11781439093D89 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..b5500f3d7ac1c --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.130 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: MicroClaw v0.0.130 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.0.130 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30e2ad350c425 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.130 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..cf1e8bd655d81 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.130/MicroClaw.MicroClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.130 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..9cca19f76f38b --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.150 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.0.150/microclaw-0.0.150-x86_64-windows-msvc.zip + InstallerSha256: 405808BCC352BCB64E718C345128E857BEEAF090A731D0A3334B337F2D37E708 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..49d3ed9e93a5c --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,79 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.150 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - feat(web): add skills settings management with enable/disable APIs by @flyflypeng in https://github.com/microclaw/microclaw/pull/184 + - feat(cli): add microclaw upgrade self-update command by @everettjf in https://github.com/microclaw/microclaw/pull/182 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.0.139...v0.0.150 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.0.150 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4465528ebae64 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.150 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..458e410ca6a2d --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.150/MicroClaw.MicroClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.0.150 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PowerAutomateDesktop/2.65.00145.26040/Microsoft.PowerAutomateDesktop.installer.yaml b/manifests/m/Microsoft/PowerAutomateDesktop/2.65.00145.26040/Microsoft.PowerAutomateDesktop.installer.yaml index bcd19ac217f70..65af6a5deeee0 100644 --- a/manifests/m/Microsoft/PowerAutomateDesktop/2.65.00145.26040/Microsoft.PowerAutomateDesktop.installer.yaml +++ b/manifests/m/Microsoft/PowerAutomateDesktop/2.65.00145.26040/Microsoft.PowerAutomateDesktop.installer.yaml @@ -19,6 +19,7 @@ Protocols: - ms-powerautomatedesigner - ms-powerautomateregapp ProductCode: '{d627145c-44e8-486e-8e5e-6cadee2332f1}' +ReleaseDate: 2026-02-10 AppsAndFeaturesEntries: - UpgradeCode: '{d627145c-44e8-486e-8e5e-6cadee2332f1}' Installers: diff --git a/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.installer.yaml b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.installer.yaml new file mode 100644 index 0000000000000..bcaa61f0a5306 --- /dev/null +++ b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.ProfileExplorer +PackageVersion: 1.2.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Profile Explorer_is1 +ReleaseDate: 2026-02-26 +AppsAndFeaturesEntries: +- ProductCode: Profile Explorer_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Profile Explorer' +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/profile-explorer/releases/download/v1.2.1/profile_explorer_installer_1.2.1_x64.exe + InstallerSha256: 47D8D7FC2C49F0D4E21EBE45EA288A3D327A89336D6F46934792D7C2F3B9CED8 +- Architecture: arm64 + InstallerUrl: https://github.com/microsoft/profile-explorer/releases/download/v1.2.1/profile_explorer_installer_1.2.1_arm64.exe + InstallerSha256: B90C29A6DBF48B64C61DC3F7AE8B4692F5C77DB2FE9A269ED6CF6D09EEB16C9F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.locale.en-US.yaml b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..a76825d8efacf --- /dev/null +++ b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.ProfileExplorer +PackageVersion: 1.2.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/microsoft +PublisherSupportUrl: https://github.com/microsoft/profile-explorer/issues +PackageName: Profile Explorer +PackageUrl: https://github.com/microsoft/profile-explorer +License: MIT +LicenseUrl: https://github.com/microsoft/profile-explorer/blob/main/LICENSE.TXT +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://github.com/microsoft/profile-explorer/blob/main/LICENSE.TXT +ShortDescription: CPU profiling trace viewer +Description: > + Profile Explorer is a tool for viewing CPU profiling traces collected through the Event Tracing + for Windows (ETW) infrastructure on machines with x64 and ARM64 CPUs. Its focus is on presenting + the slowest parts of the profiled application through an easy-to-use but detailed UI consisting of + several views, such as a hot function list, flame graph, call tree, timeline, assembly code view, + and source file view. +Tags: +- arm64 +- cpu +- etw +- performance +- profiler +- windows +- x64 +ReleaseNotesUrl: https://github.com/microsoft/profile-explorer/releases/tag/v1.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.yaml b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.yaml new file mode 100644 index 0000000000000..9e0c9bed1225e --- /dev/null +++ b/manifests/m/Microsoft/ProfileExplorer/1.2.1/Microsoft.ProfileExplorer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.ProfileExplorer +PackageVersion: 1.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.installer.yaml b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.installer.yaml new file mode 100644 index 0000000000000..06e00f338b104 --- /dev/null +++ b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualTrueType +PackageVersion: "6.35" +ReleaseDate: 2023-09-13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vttcompile.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/VisualTrueType/releases/download/v0.0.7/release_binary.zip + InstallerSha256: B75ED6C41DB08282738F653D283002582ED9DA224CCCDD599B03FF05521FFF76 +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.locale.en-US.yaml b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.locale.en-US.yaml new file mode 100644 index 0000000000000..f42882e5d355b --- /dev/null +++ b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualTrueType +PackageVersion: "6.35" +PackageLocale: en-US +Publisher: Microsoft +PackageName: Microsoft Visual TrueType (VTT) +PackageUrl: https://github.com/microsoft/VisualTrueType +License: MIT +ShortDescription: The compilers can compile the high level VTT Talk source to a lower level assembler source and then can assemble that source to corresponding binaries. The compilers can also produce 'cvar' data from a source format. +Tags: +- vttcompile +- microsoft-visual-truetype +- microsoftvisualtruetype +- requirescmd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.yaml b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.yaml new file mode 100644 index 0000000000000..04de2852ae373 --- /dev/null +++ b/manifests/m/Microsoft/VisualTrueType/6.35/Microsoft.VisualTrueType.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualTrueType +PackageVersion: "6.35" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.installer.yaml b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.installer.yaml new file mode 100644 index 0000000000000..3daea07f7f67b --- /dev/null +++ b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MilkShift.GoofCord +PackageVersion: 2.1.0 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 35932d59-fa1d-5028-a317-377c87778eba +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayName: GoofCord 2.1.0 + ProductCode: 35932d59-fa1d-5028-a317-377c87778eba +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Milkshiift/GoofCord/releases/download/v2.1.0/GoofCord-Setup-ia32.exe + InstallerSha256: B87200FCAF8BB71D94814F2430E6B00FBC66944DE9D5C6542640025BC7CC0D63 +- Architecture: x64 + InstallerUrl: https://github.com/Milkshiift/GoofCord/releases/download/v2.1.0/GoofCord-Setup-x64.exe + InstallerSha256: 5433BA70B5926BB42A6AF339E128F972520A2FFD9168A1FB807153893703C7E2 +- Architecture: arm64 + InstallerUrl: https://github.com/Milkshiift/GoofCord/releases/download/v2.1.0/GoofCord-Setup-arm64.exe + InstallerSha256: 6F986A60492566E5E46CFB76358199829A13B7BA74165CC738865BF268FF9987 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.locale.en-US.yaml b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.locale.en-US.yaml new file mode 100644 index 0000000000000..e1bf0fa021f9b --- /dev/null +++ b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MilkShift.GoofCord +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: MilkShift +PublisherUrl: https://github.com/Milkshiift +PublisherSupportUrl: https://github.com/Milkshiift/GoofCord/issues +PackageName: GoofCord +PackageUrl: https://github.com/Milkshiift/GoofCord +License: OSL-3.0 +LicenseUrl: https://github.com/Milkshiift/GoofCord/blob/HEAD/LICENSE +Copyright: Copyright © 2024 MilkShift +ShortDescription: A privacy minded and highly configurable Discord client +Tags: +- anonymity +- armcord +- configurable +- discord +- discord-client +- discord-client-mod +- discord-mod +- discord-plugin +- discord-theme +- electron +- goofcord +- nodejs +- open-source +- privacy +- private +- vencord +ReleaseNotes: |- + Warning + This release breaks backwards compatibility for message encryption. 2.1.0 and up will not be able to decrypt messages sent on earlier versions. The new system is much more future-proof, so this shouldn't happen again in the future. + ✨️ Functionality changes + - 🔒 New Message Encryption: Message encryption has been completely rebuilt to be safer and faster. A WASM-based implementation is now used, which you can check out here. + - 🎭 Proxy support: You can now configure a proxy in the settings. By @Megaxela in #177 + - Improved "Launch on startup" reliability. + - Added a "--kill" command-line argument to terminate GoofCord. + - Switched to using Preact for the settings. + - Exposed "Disable GPU compositing" setting. + - Exposed "VA-API" setting on Linux. + - Added window position saving and recovery on startup. #172 + 🐛 Fixes + - Fixed storage of encrypted settings. + - Fixed native modules on Windows. This fixes global keybinds. + Other changes + - Translations update from Hosted Weblate by @weblate in #183 + - Updated to Electron 40.6.1 + - Migrated to oxlint and oxfmt from biome. + Full Changelog: v2.0.1...v2.1.0 +ReleaseNotesUrl: https://github.com/Milkshiift/GoofCord/releases/tag/v2.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.yaml b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.yaml new file mode 100644 index 0000000000000..04abac7f985d8 --- /dev/null +++ b/manifests/m/MilkShift/GoofCord/2.1.0/MilkShift.GoofCord.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MilkShift.GoofCord +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/149.0/Mozilla.Firefox.DeveloperEdition.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/149.0/Mozilla.Firefox.DeveloperEdition.installer.yaml index 54f8935f557ae..28039dc252969 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/149.0/Mozilla.Firefox.DeveloperEdition.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/149.0/Mozilla.Firefox.DeveloperEdition.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/en-US/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 370892C5B8AD7AF71A08A5D74CF6C14D4F4C7CCC3CD7171D55DE959DCCD37E78 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/en-US/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 593F60C38DFEC5E70EBB0618E726D454B31E6410421E7D723A8607A72752BADA ProductCode: Firefox Developer Edition 149.0 (x86 en-US) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/en-US/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 53622D80341F4246AE02D731037DC7217AAF757F7323FA27E1EDD0625EDF5C3C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/en-US/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 23A07B559B8D4B4E0F608862235843B64F7CDC22A8C4B7A02BFF1B174BC7D56E ProductCode: Firefox Developer Edition 149.0 (x64 en-US) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/en-US/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 34B21864CBB4CF2595B4515A7C5DFF3FD6982E147F923BA7FBB76313FA22300B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/en-US/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 3EF1C1975DD1B80C2656D8826D041E3C29EC3C81E3E0D7B7172EAA33BD9A2174 ProductCode: Firefox Developer Edition 149.0 (arm64 en-US) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/149.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/149.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml index 3b09acdfcca37..77909831ab64d 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/149.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ach/149.0/Mozilla.Firefox.DeveloperEdition.ach.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ach/Firefox%20Setup%20149.0b3.exe - InstallerSha256: C24C6F9B3184EB574870EA96DC8719D848D9CA64A6053230642B13F4D3E25728 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/ach/Firefox%20Setup%20149.0b4.exe + InstallerSha256: EEA3134955BDDA0337138EFD69FD3E4061611D0FA93C8CF2394C29774D7B8700 ProductCode: Firefox Developer Edition 149.0 (x86 ach) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ach/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 8F72DC4AC0C70045C24F6285803DE1EA89201A7F2FA89E50C65B597A7265BF50 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/ach/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 8FCEDD38C6FFEB9F00A49C8151BCDA80912640686DB40DB7F82EDF38EB057466 ProductCode: Firefox Developer Edition 149.0 (x64 ach) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ach/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 527BAB0B1DBEF4A49B3543858BA3C8B8B2614FF67BB766C358AEB8E704C24680 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/ach/Firefox%20Setup%20149.0b4.exe + InstallerSha256: F28AB251B91EE28A3F1AF75E4BD1A81E853F90C5196F5C4BB602BB14FAE17830 ProductCode: Firefox Developer Edition 149.0 (arm64 ach) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/an/149.0/Mozilla.Firefox.DeveloperEdition.an.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/an/149.0/Mozilla.Firefox.DeveloperEdition.an.installer.yaml index 378d9bf636f1e..266bead8e1225 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/an/149.0/Mozilla.Firefox.DeveloperEdition.an.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/an/149.0/Mozilla.Firefox.DeveloperEdition.an.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/an/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 59E8864C37A33D11E62A657110B9CEA2A9BF9B55991B98D7C30C97D876BCC747 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/an/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 58FA763171B43B4DCCF7B728227BF2B99F62C8150E3516C15C39EFD59FF4D75D ProductCode: Firefox Developer Edition 149.0 (x86 an) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/an/Firefox%20Setup%20149.0b3.exe - InstallerSha256: A247B64EE12AF90FCCF20DA2FF9AFD3003AAC596B8981B58FF25121A01A29224 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/an/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 0AE9CC15CD9A89984BB2C85F32045689AB439980DC4EE3BE30B1301BD2D4C2F7 ProductCode: Firefox Developer Edition 149.0 (x64 an) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/an/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 41658259861F30267733AFF4D738FD9C2CDC60C8FB75B753B77F5DE870C38174 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/an/Firefox%20Setup%20149.0b4.exe + InstallerSha256: E575DBDAF2FBE4E7E5DF84EE7EA3244AE3FB9E0DECFA7F885B413A7486A92973 ProductCode: Firefox Developer Edition 149.0 (arm64 an) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/149.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/149.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml index fbdbb2a3f147d..ed3cee449e147 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/149.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ar/149.0/Mozilla.Firefox.DeveloperEdition.ar.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ar/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 0D0C9BF1EEDB667C3F00E696F02FC8D0EE13A35517BF59EF38D08790860E8D5E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/ar/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 312A22A62D269FBD1FD053AF0F8E3244B17F35BC2C7EDFCE90215C13DDEDF21C ProductCode: Firefox Developer Edition 149.0 (x86 ar) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ar/Firefox%20Setup%20149.0b3.exe - InstallerSha256: A7588B65364B4C0FA822433E7E42DE717DAA3108156967FF0BD2C07E035F7A81 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/ar/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 9AFF92BB9B866AD6D0CD60E9EDE47F15ED5010D78EC1567A475854F374F6C12C ProductCode: Firefox Developer Edition 149.0 (x64 ar) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ar/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 8263441C91CEDC00C4CD713EA80519489DF53F2AB134F4F2BD6426B5C010ACD4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/ar/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 6C104CAAF26C52B6A233A1BEFA66B97308B909B4AC73823120DED6B1573099AD ProductCode: Firefox Developer Edition 149.0 (arm64 ar) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/149.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/149.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml index 20ad53ad9b234..21c069efa618a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/149.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ast/149.0/Mozilla.Firefox.DeveloperEdition.ast.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ast/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 05B3EB74059FA7BA06D2D0C9914B4A0D6E49CE6BEC496149A280E3B9105DD7B4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/ast/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 56CB941C51D5CF21E8E323668324C538DB9C1A740E04FAC480138A46D0068B46 ProductCode: Firefox Developer Edition 149.0 (x86 ast) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ast/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 7E5FAF212CE54067012757D5D29B88D119B05D5FB45EA5F8C9153AB060AF4037 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/ast/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 4937C2221C7158F60C8E7470C1BE58F31146F885F54164438C09CEE4DB529900 ProductCode: Firefox Developer Edition 149.0 (x64 ast) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ast/Firefox%20Setup%20149.0b3.exe - InstallerSha256: B83F7D12A5679233FD0B56C9612E2B05E92C0D1B7B4FD9D5FCFBAE0DD016FC87 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/ast/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 07678FF06370EC6EA5FBAE89D5ABDBD36740765401F4FD7ADCDAFCCD3027D290 ProductCode: Firefox Developer Edition 149.0 (arm64 ast) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/149.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/149.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml index 121b7d4743d11..963c819ca4342 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/149.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bn/149.0/Mozilla.Firefox.DeveloperEdition.bn.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/bn/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 4FAF9E791002B745CDC1A9BB7B856AA01841DBA50F70147267B5FF0BCB774904 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/bn/Firefox%20Setup%20149.0b4.exe + InstallerSha256: C2A404049BE5A00B0EB01141C56E03312CB2A70CE01324FF65C98AEFADB2DF5C ProductCode: Firefox Developer Edition 149.0 (x86 bn) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/bn/Firefox%20Setup%20149.0b3.exe - InstallerSha256: D52F37023605B2A8D4A5EE010D034CF244AC186F08C0105A57769AD4201AFCCE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/bn/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 8E5175FA9A69A92BA19853C9250E5CB024C9BC5070632E9C4AF612CF53BEE482 ProductCode: Firefox Developer Edition 149.0 (x64 bn) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/bn/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 20BFAC64A4B6AF88C34D103B4BFE0D13C89DEBF5015925D566FFF888BA9D0491 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/bn/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 448768A38DEBEBFFB6F47E1E93C4C78E3897F095181DDA0DDB9167F554BD7B65 ProductCode: Firefox Developer Edition 149.0 (arm64 bn) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/149.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/149.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml index 4840faaa60c4b..09977c82c6a4e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/149.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/bs/149.0/Mozilla.Firefox.DeveloperEdition.bs.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/bs/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 162849E010D88971316DE3DB0C4E1B9966D61583D1CA6156976469C6E24C938D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/bs/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 3B6F1F5E59E73C90C125AC278FB7D0D8EEAE8A002C6D0989BE3B5729EE3F1585 ProductCode: Firefox Developer Edition 149.0 (x86 bs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/bs/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 1F9DDC2812BAD09901342E6A9F92333A9E8452BD93F4B7D99B143E8DC5204DDA + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/bs/Firefox%20Setup%20149.0b4.exe + InstallerSha256: DC7E3AC8AB2D6987DBEE52A61563737FC915EA48B2A84F7F1C3E86911EF7DF51 ProductCode: Firefox Developer Edition 149.0 (x64 bs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/bs/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 81D25DA9AF33C7DE57BB6D275FE9BD1B9148BA8CB22A7D9D3F5DB61FE71F9B61 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/bs/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 6FE7598882202B114369EB2D46331179C773661BEE342AEA8481DE14018E8466 ProductCode: Firefox Developer Edition 149.0 (arm64 bs) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/149.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/149.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml index b49ca25aa038b..e385656ca27ea 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/149.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ca-valencia/149.0/Mozilla.Firefox.DeveloperEdition.ca-valencia.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ca-valencia/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 08A8872784F454CF48226C2D5E5C60B517B66F1575DE289DFD1F5E48378749F7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/ca-valencia/Firefox%20Setup%20149.0b4.exe + InstallerSha256: A56C41F1BA5195182B6A2724B6D8322AFD1842623D0EF0BB8EA3A0B408DED92E ProductCode: Firefox Developer Edition 149.0 (x86 ca-valencia) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ca-valencia/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 33ACEB963AA43EB1EA89FCC586F913E67CDB63626F276FA9D9FE693676919557 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/ca-valencia/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 4457164253DDD24A5406A7489F61D1BE34375607EC530FFA5715B52CEB357A9B ProductCode: Firefox Developer Edition 149.0 (x64 ca-valencia) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ca-valencia/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 87044D0B87802F86D1720BD69E3BE830A6B0059D6DF732630D7E0EC18641724D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/ca-valencia/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 3E94A7210B57B74D534FAA40EE28678C0C2053B943266EE59C2E7A4480AFC797 ProductCode: Firefox Developer Edition 149.0 (arm64 ca-valencia) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/149.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/149.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml index db0d1f96ee9a3..70d56de840f59 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/149.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/cy/149.0/Mozilla.Firefox.DeveloperEdition.cy.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/cy/Firefox%20Setup%20149.0b3.exe - InstallerSha256: B5AB3D1CEF2E7DCF81B1456482A1B691DA340BA7B247DBAF795B05125A45085A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/cy/Firefox%20Setup%20149.0b4.exe + InstallerSha256: DE858D84CC8F3218C667F7BD374EE85C08BDE274F839CF53F809826E08AA9F19 ProductCode: Firefox Developer Edition 149.0 (x86 cy) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/cy/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 5BEF6DF4D22578C827F799A273A93F39455AD70FB019895860A53B181D18B3AD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/cy/Firefox%20Setup%20149.0b4.exe + InstallerSha256: E24D21EEF7B6CF5A8760742DACD14381DE8E2D75815DF908EB1290B43229EE19 ProductCode: Firefox Developer Edition 149.0 (x64 cy) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/cy/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 8D4F745E5BD4D6369E9899FA2B82060E031F547C87D0D02A9F170174EF03863B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/cy/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 01DF3749B18121DC2FEDE51C20E18BFE81AFCBA021ABC2485AF6238462B40FB0 ProductCode: Firefox Developer Edition 149.0 (arm64 cy) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/149.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/149.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml index 17cf9fa41dd33..f963fc65f7913 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/149.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/en-CA/149.0/Mozilla.Firefox.DeveloperEdition.en-CA.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/en-CA/Firefox%20Setup%20149.0b2.exe - InstallerSha256: DD4536D03F6249FCF273B83CC896F486158BE2BF190DD56D46B7AEF03E28E52F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/en-CA/Firefox%20Setup%20149.0b4.exe + InstallerSha256: E3CB916C5057437F79B13C400400FE3D6F348F23CA88B4DC1F0D26C606BD3E29 ProductCode: Firefox Developer Edition 149.0 (x86 en-CA) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/en-CA/Firefox%20Setup%20149.0b2.exe - InstallerSha256: ADC4D03E325D1617C78F638C9936DB1CA6061D61336441621403130CBE037D73 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/en-CA/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 95AF96CAFC04266CAB4E56791F15F74DC01AD2F806A37EAAE439F6C31106AEF0 ProductCode: Firefox Developer Edition 149.0 (x64 en-CA) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/en-CA/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 0C2E5E33154776385F0A7B05236F3412D76077FA9F9AF944EC217986C26399C6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/en-CA/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 22AA0A3D8F9C72645DD052627C343690443921ACD5C09340E251B103CB5AAB1B ProductCode: Firefox Developer Edition 149.0 (arm64 en-CA) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/149.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/149.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml index 8eaab01941cb5..35baf481de1db 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/149.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/eo/149.0/Mozilla.Firefox.DeveloperEdition.eo.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/eo/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 05BD59FA6B5ACF0AEE6652E8A4918FB3BBF73AB2D76F53DD15ECFA2B84B40B8A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/eo/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 6AC0985F07F82FBC65ED2CE23F417807C50CB1840FB613256054179428D168EB ProductCode: Firefox Developer Edition 149.0 (x86 eo) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/eo/Firefox%20Setup%20149.0b3.exe - InstallerSha256: ADE5BE69EA513A8CA1FD1E6703ECC7A638F90FC60E44FE8F32909C226B520A26 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/eo/Firefox%20Setup%20149.0b4.exe + InstallerSha256: D2629110D142860F8AE7D269D21EEFE6DCC15D1148861DBD6D60AE6D3BA12568 ProductCode: Firefox Developer Edition 149.0 (x64 eo) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/eo/Firefox%20Setup%20149.0b3.exe - InstallerSha256: DD61311A5F8ECBD7038BB067DE8DF2C0C4B37DA2A2CFB1D19D03736510A3BE44 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/eo/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 341CD79E9B78AD5541778F1A243F3CC35AA0092C718574C85278DDCA82819C97 ProductCode: Firefox Developer Edition 149.0 (arm64 eo) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-AR/149.0/Mozilla.Firefox.DeveloperEdition.es-AR.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-AR/149.0/Mozilla.Firefox.DeveloperEdition.es-AR.installer.yaml index cff8d18eae9f6..f39c9667e4a89 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-AR/149.0/Mozilla.Firefox.DeveloperEdition.es-AR.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-AR/149.0/Mozilla.Firefox.DeveloperEdition.es-AR.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/es-AR/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 3A95A6584E356C93EB06010DAFFA3122580E1EFB2614828A88F2EC637C0EA14C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/es-AR/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 4A28A8ECC7F8DC3AAED24BBCF935D23439DF084F63DC505C99BA7E2A8F4EB69B ProductCode: Firefox Developer Edition 149.0 (x86 es-AR) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/es-AR/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 9506CBBBFBBE6A5551D16D57615C3804C85DD0F24888E010C80DFAC5A9C0EAC6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/es-AR/Firefox%20Setup%20149.0b4.exe + InstallerSha256: D3E4AC828A38950C2A52D9EE8AD31113FA13F75376AF119199F1A012F74746A7 ProductCode: Firefox Developer Edition 149.0 (x64 es-AR) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/es-AR/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 06A11A80CB7934428F14DFCFA56FE498E4CA0F1D50C643FBF71E60F9D73AA236 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/es-AR/Firefox%20Setup%20149.0b4.exe + InstallerSha256: A683531FABDA5320F9280CE949EE26FF2171AC72903E8F85128F6ECBCF2F465D ProductCode: Firefox Developer Edition 149.0 (arm64 es-AR) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/fi/149.0/Mozilla.Firefox.DeveloperEdition.fi.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/fi/149.0/Mozilla.Firefox.DeveloperEdition.fi.installer.yaml index eceb70ac8e0e4..85e763790324c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/fi/149.0/Mozilla.Firefox.DeveloperEdition.fi.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/fi/149.0/Mozilla.Firefox.DeveloperEdition.fi.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/fi/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 841990C7775A0EF46D04304BA350BD6F9F9268E220635129F31F531DE2000345 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/fi/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 636D58C9C9FAF6188658E716A34F7086CEE11F9604C8D03A2F0ADFBBA8061E3B ProductCode: Firefox Developer Edition 149.0 (x86 fi) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/fi/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 763889D8FBE01357D57954EB9B6B5BFA9F62D02D50691C99D2B8630B9288A636 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/fi/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 155CD5E337C19A375CFB036B42B9C73BA1FFFED818965A5DEB0A41CE6AA2CA27 ProductCode: Firefox Developer Edition 149.0 (x64 fi) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/fi/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 1D9EB867D7819A69D3DE219F641B6E9270E3BAA2AD46DC9E2878092CBB9DEEAD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/fi/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 260F13BE320007D59B7CD18A67DC19B8C40ED4F04A75ADD72883F9C141E73A93 ProductCode: Firefox Developer Edition 149.0 (arm64 fi) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/gd/149.0/Mozilla.Firefox.DeveloperEdition.gd.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/gd/149.0/Mozilla.Firefox.DeveloperEdition.gd.installer.yaml index 267c3b2f538b1..ab3068065e17e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/gd/149.0/Mozilla.Firefox.DeveloperEdition.gd.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/gd/149.0/Mozilla.Firefox.DeveloperEdition.gd.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/gd/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 5D8798EBF2AEC338030929621A03F554CE6078E644898BD2E942110197D8DA6E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/gd/Firefox%20Setup%20149.0b4.exe + InstallerSha256: B03DDE55000327DC9D49253A0AC6DF1006C578F234CB5D03996EC4CA82681520 ProductCode: Firefox Developer Edition 149.0 (x86 gd) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/gd/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 6E344CD9873B407C50EA76D511A4C115C60534445C7E169C5FBD938FB5F18651 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/gd/Firefox%20Setup%20149.0b4.exe + InstallerSha256: B8FAD8003D1AAFAE5E95B98405C1DC7589356F2F1EE7225ED46DA188A87C6FAA ProductCode: Firefox Developer Edition 149.0 (x64 gd) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/gd/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 6A708FBB5C3AA3FEE182FFEE43F80446CBECE81486A01D8EA7122A0C4B090DED + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/gd/Firefox%20Setup%20149.0b4.exe + InstallerSha256: F00777DABA0A5E8E26521D391E15C11F26FB77A7AEEB5A7A430BCD87E4D767DE ProductCode: Firefox Developer Edition 149.0 (arm64 gd) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/149.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/149.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml index 104c7c33fc1e1..6042517229c91 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/149.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pa-IN/149.0/Mozilla.Firefox.DeveloperEdition.pa-IN.installer.yaml @@ -24,18 +24,19 @@ FileExtensions: - webp - xht - xhtml +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/pa-IN/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 41760B685507A1C961E62081545610D6F6A72C2F5C9E0EBE0492374E10B240E9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/pa-IN/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 4C9B81CAF12CD6A1519B7003A4BAD24412C6A7122599C8DAF0ED14BF8866FED0 ProductCode: Firefox Developer Edition 149.0 (x86 pa-IN) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/pa-IN/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 1B95AA33E57CA5955C4BF19434D3BF908DF2B5987292EB42C351FDDABB0AADB2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/pa-IN/Firefox%20Setup%20149.0b4.exe + InstallerSha256: E6D6497C1B16BC9C0B773DCC5148BD135373ABD143909626A0E601EEC93E4D60 ProductCode: Firefox Developer Edition 149.0 (x64 pa-IN) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/pa-IN/Firefox%20Setup%20149.0b3.exe - InstallerSha256: 6BA38A3270F4F658D681984CF318583510DEB965739D9D7A509487B3D0125D18 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/pa-IN/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 32F8BE6CFAE96C209C816A9FD491ECCB4EC2C467476DBB0D39CD12812AACD9D0 ProductCode: Firefox Developer Edition 149.0 (arm64 pa-IN) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/149.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/149.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml index 72a2b4a39e2f2..29fc78402d106 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/149.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sl/149.0/Mozilla.Firefox.DeveloperEdition.sl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 +ReleaseDate: 2026-03-04 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/sl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 4F13371A984FD345F3D02F5261B6349D1E82B6F1C7721E741C87FBD326D0E72C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/sl/Firefox%20Setup%20149.0b4.exe + InstallerSha256: E53C7A709636F430E0549B7B563D94A67EF021432345C718D612B84FD82A3672 ProductCode: Firefox Developer Edition 149.0 (x86 sl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/sl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: B718A3B5B31BF09D56F3FF483B1386AF678FFC37D9223AB8E270EC79569EAF34 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/sl/Firefox%20Setup%20149.0b4.exe + InstallerSha256: CCF426CA6913E30AED0BBF2E37DE6702769AFB1315349B814D2BA9AC6EC98A54 ProductCode: Firefox Developer Edition 149.0 (x64 sl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/sl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: BA09D5883068938206C95AFBB65677BB8258D5BE5E4C76EB1BE22819A414B857 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/sl/Firefox%20Setup%20149.0b4.exe + InstallerSha256: 0E36E91D2AF4C3CBE51809D785B892A2BFA4AB5CA210489626DF84F4474D3DA6 ProductCode: Firefox Developer Edition 149.0 (arm64 sl) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 51% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index 707236aee3742..555fea15d9868 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -1,52 +1,52 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 149.2602.921.0 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.17763.0 -InstallerType: msix -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -FileExtensions: -- avif -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 -RestrictedCapabilities: -- runFullTrust -ReleaseDate: 2026-02-09 -AppsAndFeaturesEntries: -- DisplayName: Firefox Nightly - Publisher: Mozilla Corporation -Installers: -- Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/02/2026-02-09-21-08-34-mozilla-central/firefox-149.0a1.multi.win32.installer.msix - InstallerSha256: 12770E10EDD337636141C0C3CD6FB20D12A05A10D5937AD5EF578C74FD429AF3 - SignatureSha256: 172877B05B7F24896EFDCFB4767421442D8C6EE6EB27A27D469E19C9DB70D213 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_149.2602.921.0_x86__jag0gd4e3s9p2' -- Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/02/2026-02-09-21-08-34-mozilla-central/firefox-149.0a1.multi.win64.installer.msix - InstallerSha256: C84819239108584C75E3C2289C183481F3B4F91EEB913607B8678A06C57061FD - SignatureSha256: 8C2B40CC39EAF9A0066B62E7010B2CA2BB76174D278D40E9744390ED3B02E60A - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_149.2602.921.0_x64__jag0gd4e3s9p2' -- Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/02/2026-02-09-21-08-34-mozilla-central/firefox-149.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 8253DD7624131C98A37C2393A1EE13533976C0C2593C44887F1AA53A83E6EB78 - SignatureSha256: 8B865AAE08765E7AE63A24A2EA1A793B7E5BD777703CBBFBD6633815BB552623 - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_149.2602.921.0_arm64__jag0gd4e3s9p2' -ManifestType: installer -ManifestVersion: 1.10.0 +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.Nightly.MSIX +PackageVersion: 150.2603.409.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 +RestrictedCapabilities: +- runFullTrust +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayName: Firefox Nightly + Publisher: Mozilla Corporation +Installers: +- Architecture: x86 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-04-09-29-35-mozilla-central/firefox-150.0a1.multi.win32.installer.msix + InstallerSha256: BBE982F32E3FDCE3DC21A104172AE5B763772255597C1AFF424C462A6B6A4129 + SignatureSha256: 1BB43FD21FD5C7CF7363CE58E7E7FA2A6F123E391B3CA9235059E04B981499F9 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.409.0_x86__jag0gd4e3s9p2' +- Architecture: x64 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-04-09-29-35-mozilla-central/firefox-150.0a1.multi.win64.installer.msix + InstallerSha256: 077659CDA199A16F378CEAB6C393A8BCCE3A9D971386D5DBF6C0A77B4EF9BBBC + SignatureSha256: 2D607D3781DC43BEB871DEC339BC5CD6C61AB80CF38AB15E28DEE42370539ECD + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.409.0_x64__jag0gd4e3s9p2' +- Architecture: arm64 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/03/2026-03-04-09-29-35-mozilla-central/firefox-150.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: F9E7A98C298D67F198CDC0C8E28403DEFA1680B96ABB331863F03226B170BE2E + SignatureSha256: 71F441607B2C88170FEE309EF179AF621126220B92A71DDD5F6DEAD4D1B95D5E + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_150.2603.409.0_arm64__jag0gd4e3s9p2' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 87% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index ce205b629709e..9ff812e033984 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/149.2602.921.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -1,30 +1,30 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 149.2602.921.0 -PackageLocale: en-US -Publisher: Mozilla -PublisherUrl: https://www.mozilla.org/ -PublisherSupportUrl: https://support.mozilla.org/ -Author: Mozilla Foundation -PackageName: Mozilla Firefox (MSIX) Nightly -PackageUrl: https://www.firefox.com/en-US/channel/desktop/?redirect_source=mozilla-org -License: MPL-2.0 -LicenseUrl: https://www.mozilla.org/MPL/2.0 -Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. -CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy -ShortDescription: Firefox browser nightly builds -Description: Firefox is a free and open-source web browser developed by the Mozilla Foundation. Nightly provides the latest development patches and fixes, before they are introduced into other stable versions. -Moniker: firefox-nightly -Tags: -- browser -- gecko -- internet -- quantum -- spidermonkey -- web -- web-browser -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.Nightly.MSIX +PackageVersion: 150.2603.409.0 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (MSIX) Nightly +PackageUrl: https://www.firefox.com/en-US/channel/desktop/?redirect_source=mozilla-org +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Firefox browser nightly builds +Description: Firefox is a free and open-source web browser developed by the Mozilla Foundation. Nightly provides the latest development patches and fixes, before they are introduced into other stable versions. +Moniker: firefox-nightly +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.yaml new file mode 100644 index 0000000000000..7b564716b2e47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/150.2603.409.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.Nightly.MSIX +PackageVersion: 150.2603.409.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.installer.yaml similarity index 59% rename from manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.installer.yaml index 97b262f36b92d..f4613562b3b36 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.installer.yaml @@ -1,27 +1,27 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.02.09 +PackageVersion: 2026.03.03 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-02-09 +ReleaseDate: 2026-03-03 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.02.09/gallery-dl_windows_x86.exe - InstallerSha256: 5879198325645093FFE71E098B5DC5EF744FA3E645948F7F6337059D05B0C1F1 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.03.03/gallery-dl_windows_x86.exe + InstallerSha256: A6C9F87CAE6D361108EB2782F408728E282FA0910C0EC99A44665C163772C467 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.02.09/gallery-dl_windows.exe - InstallerSha256: 57B91AF415C69DAE5740B7E3517AC08CC2A9E87882F9E4941EBABFFC4E2658BA + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.03.03/gallery-dl_windows.exe + InstallerSha256: 8183B362589D90B4607A9A6FB451BC9AFB26355E41FE1163EA7ACE66993ACC47 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 83% rename from manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.locale.en-US.yaml index 69ddb28fd83d0..95ad3eea716dd 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.02.09/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.02.09 +PackageVersion: 2026.03.03 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: mikf/gallery-dl@d77078d -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.02.09 +ReleaseNotes: mikf/gallery-dl@7e07528 +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.03.03 ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.yaml new file mode 100644 index 0000000000000..17184cf9755f5 --- /dev/null +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.03.03/mikf.gallery-dl.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: mikf.gallery-dl.Nightly +PackageVersion: 2026.03.03 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.installer.yaml b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.installer.yaml new file mode 100644 index 0000000000000..42c3c72ed7652 --- /dev/null +++ b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: mq1.TinyWiiBackupManager +PackageVersion: 5.1.22 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: TinyWiiBackupManager.exe + PortableCommandAlias: TinyWiiBackupManager +UpgradeBehavior: uninstallPrevious +ProductCode: TinyWiiBackupManager +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- ProductCode: TinyWiiBackupManager +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/mq1/TinyWiiBackupManager/releases/download/v5.1.22/TinyWiiBackupManager-v5.1.22-windows-x86.zip + InstallerSha256: 1197996BBBEE7939ACC8484AED57BEECD194F8C81CABBC4BF7D893B40726376B +- Architecture: x64 + InstallerUrl: https://github.com/mq1/TinyWiiBackupManager/releases/download/v5.1.22/TinyWiiBackupManager-v5.1.22-windows-x86_64.zip + InstallerSha256: 9B6A5FF7132E49C121B524FE0EE073BCD5E7BDEDABD0DD8D5F9600E9724E4D12 +- Architecture: arm64 + InstallerUrl: https://github.com/mq1/TinyWiiBackupManager/releases/download/v5.1.22/TinyWiiBackupManager-v5.1.22-windows-arm64.zip + InstallerSha256: 80616FADE4E7A12784B607D1326021460E2AE890A1799CDF0195FA4F07070737 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.locale.en-US.yaml b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.locale.en-US.yaml new file mode 100644 index 0000000000000..9b334c22fb8cd --- /dev/null +++ b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mq1.TinyWiiBackupManager +PackageVersion: 5.1.22 +PackageLocale: en-US +Publisher: mq1 +PublisherUrl: https://github.com/mq1 +PublisherSupportUrl: https://github.com/mq1/TinyWiiBackupManager/issues +Author: Manuel Quarneti +PackageName: TinyWiiBackupManager +PackageUrl: https://github.com/mq1/TinyWiiBackupManager +License: GPL-3.0 +LicenseUrl: https://github.com/mq1/TinyWiiBackupManager/blob/main/COPYING +Copyright: Copyright (c) 2026 Manuel Quarneti +ShortDescription: A tiny game backup and homebrew app manager for the Wii +Moniker: wii-backup-manager +Tags: +- backup +- game-manager +- gamecube +- homebrew +- wbfs +- wii +ReleaseNotes: |- + Fixed + - 🐛 Archive Game to PC Option doesn't work (#574) + ⬇️ Recommended downloads for the majority of users + → Windows Installer + → Windows x64 Standalone + → macOS Universal Binary + → Linux Flatpak + → Linux x86_64 AppImage +ReleaseNotesUrl: https://github.com/mq1/TinyWiiBackupManager/releases/tag/v5.1.22 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/mq1/TinyWiiBackupManager/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.yaml b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.yaml new file mode 100644 index 0000000000000..d88edab170708 --- /dev/null +++ b/manifests/m/mq1/TinyWiiBackupManager/5.1.22/mq1.TinyWiiBackupManager.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: mq1.TinyWiiBackupManager +PackageVersion: 5.1.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.installer.yaml b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.installer.yaml new file mode 100644 index 0000000000000..094cb509a5ada --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.12.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +ProductCode: '{9B76A8A1-4459-477D-9B08-42CC8805A11D}' +ReleaseDate: 2026-02-26 +AppsAndFeaturesEntries: +- UpgradeCode: '{D0156E61-BA37-451E-8AB9-1A2ECCCFA48F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nearai/ironclaw/releases/download/v0.12.0/ironclaw-x86_64-pc-windows-msvc.msi + InstallerSha256: 596EC569BE3FC984931C3A4E396635DED5506B57A5703426F4B2CE6F76CD0D63 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.en-US.yaml b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..cef4be8e51c7a --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.en-US.yaml @@ -0,0 +1,87 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: NEAR AI +PublisherUrl: https://near.ai/ +PublisherSupportUrl: https://github.com/nearai/ironclaw/issues +PrivacyUrl: https://near.ai/privacy-policy +Author: Jasnah Inc. +PackageName: ironclaw +PackageUrl: https://www.ironclaw.com/ +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/nearai/ironclaw#license +Copyright: Copyright (c) 2026 NEAR AI +# CopyrightUrl: +ShortDescription: Unleash Your AI Agent, With Peace of Mind +Description: |- + IronClaw is the secure, open-source alternative to OpenClaw that runs in encrypted enclaves on NEAR AI Cloud. AI agents that actually do things, but your secrets never touch the LLM. + + Philosophy + IronClaw is built on a simple principle: your AI assistant should work for you, not against you. + In a world where AI systems are increasingly opaque about data handling and aligned with corporate interests, IronClaw takes a different approach: + - Your data stays yours - All information is stored locally, encrypted, and never leaves your control + - Transparency by design - Open source, auditable, no hidden telemetry or data harvesting + - Self-expanding capabilities - Build new tools on the fly without waiting for vendor updates + - Defense in depth - Multiple security layers protect against prompt injection and data exfiltration + IronClaw is the AI assistant you can actually trust with your personal and professional life. + + Features + Security First + - WASM Sandbox - Untrusted tools run in isolated WebAssembly containers with capability-based permissions + - Credential Protection - Secrets are never exposed to tools; injected at the host boundary with leak detection + - Prompt Injection Defense - Pattern detection, content sanitization, and policy enforcement + - Endpoint Allowlisting - HTTP requests only to explicitly approved hosts and paths + Always Available + - Multi-channel - REPL, HTTP webhooks, WASM channels (Telegram, Slack), and web gateway + - Docker Sandbox - Isolated container execution with per-job tokens and orchestrator/worker pattern + - Web Gateway - Browser UI with real-time SSE/WebSocket streaming + - Routines - Cron schedules, event triggers, webhook handlers for background automation + - Heartbeat System - Proactive background execution for monitoring and maintenance tasks + - Parallel Jobs - Handle multiple requests concurrently with isolated contexts + - Self-repair - Automatic detection and recovery of stuck operations + Self-Expanding + - Dynamic Tool Building - Describe what you need, and IronClaw builds it as a WASM tool + - MCP Protocol - Connect to Model Context Protocol servers for additional capabilities + - Plugin Architecture - Drop in new WASM tools and channels without restarting + Persistent Memory + - Hybrid Search - Full-text + vector search using Reciprocal Rank Fusion + - Workspace Filesystem - Flexible path-based storage for notes, logs, and context + - Identity Files - Maintain consistent personality and preferences across sessions +# Moniker: +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + Added + - (web) improve WASM channel setup flow (#380) + - (web) inline tool activity cards with auto-collapsing (#376) + - (web) display logs newest-first in web gateway UI (#369) + - (signal) tool approval workflow and status updates (#350) + - add OpenRouter preset to setup wizard (#270) + - (channels) add native Signal channel via signal-cli HTTP daemon (#271) + Fixed + - correct MCP registry URLs and remove non-existent Google endpoints (#370) + - resolve_thread adopts existing session threads by UUID (#377) + - resolve telegram/slack name collision between tool and channel registries (#346) + - make onboarding installs prefer release artifacts with source fallback (#323) + - copy missing files in Dockerfile to fix build (#322) + - fall back to build-from-source when extension download fails (#312) + Other + - Add --version flag with clap built-in support and test (#342) + - Update FEATURE_PARITY.md (#337) + - add brew install ironclaw instructions (#310) + - Fix skills system: enable by default, fix registry and install (#300) +ReleaseNotesUrl: https://github.com/nearai/ironclaw/releases/tag/v0.12.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.zh-CN.yaml b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..042d2574cadc4 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.locale.zh-CN.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.12.0 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 安心释放你的 AI 智能体 +Description: |- + IronClaw 是一个安全、开源的 OpenClaw 替代方案,运行在 NEAR AI 云的加密环境中。真正能做事的 AI 智能体,而你的秘密永远不会接触大语言模型(LLM)。 + + 哲学 + IronClaw 基于一个简单的原则:你的 AI 助手应该为你服务,而不是与你相对立。 + 在当前 AI 系统对数据处理日益不透明、且与企业利益紧密绑定的时代,IronClaw 采取了不同的方式: + - 你的数据归你所有 —— 所有信息均本地存储、加密,且永远不会脱离你的掌控 + - 设计即透明 —— 开源、可审计,无隐藏遥测或数据收集行为 + - 自我扩展能力 —— 可即时构建新工具,无需等待供应商更新 + - 深度防御 —— 多层安全机制,防范提示注入和数据泄露 + IronClaw 是你可以真正放心托付个人与职业生活的 AI 助手。 + + 功能 + 安全优先 + - WASM 沙箱 —— 不受信任的工具在隔离的 WebAssembly 容器中运行,采用基于能力的权限控制 + - 凭据保护 —— 密钥从不暴露给工具,仅在主机边界注入并具备泄露检测能力 + - 防止提示注入 —— 模式识别、内容净化与策略执行 + - 端点白名单 —— 仅允许向明确授权的主机和路径发起 HTTP 请求 + 持续可用 + - 多通道支持 —— REPL、HTTP Webhook、WASM 通道(Telegram、Slack)及 Web 网关 + - Docker 沙箱 —— 使用每个任务独立令牌、调度器/工作器模式的隔离容器执行 + - Web 网关 —— 浏览器 UI 支持实时 SSE/WebSocket 流式传输 + - 例行任务 —— 支持 Cron 调度、事件触发、Webhook 处理器,实现后台自动化 + - 心跳系统 —— 主动后台执行,用于监控和维护任务 + - 并行任务 —— 支持并发处理多个请求,各上下文相互隔离 + - 自动修复 —— 自动检测并恢复卡住的操作 + 自我扩展 + - 动态工具构建 —— 描述你需要的功能,IronClaw 将其构建为 WASM 工具 + - MCP 协议 —— 可连接至模型上下文协议(Model Context Protocol)服务器以扩展能力 + - 插件架构 —— 无需重启即可添加新的 WASM 工具和通信通道 + 持久化记忆 + - 混合搜索 —— 结合全文搜索与向量搜索,采用倒数排名融合技术 + - 工作区文件系统 —— 灵活的路径式存储,用于保存笔记、日志和上下文 + - 身份文件 —— 跨会话保持一致的个性设定与偏好配置 +# Moniker: +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.yaml b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.yaml new file mode 100644 index 0000000000000..d392f5d941f85 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.12.0/NearAI.IronClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.installer.yaml b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.installer.yaml new file mode 100644 index 0000000000000..fbd757271e5a9 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.13.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +ProductCode: '{FB7B5B07-8CCE-41C2-B2CA-D84E31D8548B}' +ReleaseDate: 2026-03-02 +AppsAndFeaturesEntries: +- UpgradeCode: '{D0156E61-BA37-451E-8AB9-1A2ECCCFA48F}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nearai/ironclaw/releases/download/v0.13.0/ironclaw-x86_64-pc-windows-msvc.msi + InstallerSha256: 5C3C1E46D3979231CE681030DC86CAE995537F96AA11ACB2E29ACF94A1AFC0A8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.en-US.yaml b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..35d876d458972 --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.en-US.yaml @@ -0,0 +1,97 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: NEAR AI +PublisherUrl: https://near.ai/ +PublisherSupportUrl: https://github.com/nearai/ironclaw/issues +PrivacyUrl: https://near.ai/privacy-policy +Author: Jasnah Inc. +PackageName: ironclaw +PackageUrl: https://www.ironclaw.com/ +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/nearai/ironclaw#license +Copyright: Copyright (c) 2026 NEAR AI +ShortDescription: Unleash Your AI Agent, With Peace of Mind +Description: |- + IronClaw is the secure, open-source alternative to OpenClaw that runs in encrypted enclaves on NEAR AI Cloud. AI agents that actually do things, but your secrets never touch the LLM. + + Philosophy + IronClaw is built on a simple principle: your AI assistant should work for you, not against you. + In a world where AI systems are increasingly opaque about data handling and aligned with corporate interests, IronClaw takes a different approach: + - Your data stays yours - All information is stored locally, encrypted, and never leaves your control + - Transparency by design - Open source, auditable, no hidden telemetry or data harvesting + - Self-expanding capabilities - Build new tools on the fly without waiting for vendor updates + - Defense in depth - Multiple security layers protect against prompt injection and data exfiltration + IronClaw is the AI assistant you can actually trust with your personal and professional life. + + Features + Security First + - WASM Sandbox - Untrusted tools run in isolated WebAssembly containers with capability-based permissions + - Credential Protection - Secrets are never exposed to tools; injected at the host boundary with leak detection + - Prompt Injection Defense - Pattern detection, content sanitization, and policy enforcement + - Endpoint Allowlisting - HTTP requests only to explicitly approved hosts and paths + Always Available + - Multi-channel - REPL, HTTP webhooks, WASM channels (Telegram, Slack), and web gateway + - Docker Sandbox - Isolated container execution with per-job tokens and orchestrator/worker pattern + - Web Gateway - Browser UI with real-time SSE/WebSocket streaming + - Routines - Cron schedules, event triggers, webhook handlers for background automation + - Heartbeat System - Proactive background execution for monitoring and maintenance tasks + - Parallel Jobs - Handle multiple requests concurrently with isolated contexts + - Self-repair - Automatic detection and recovery of stuck operations + Self-Expanding + - Dynamic Tool Building - Describe what you need, and IronClaw builds it as a WASM tool + - MCP Protocol - Connect to Model Context Protocol servers for additional capabilities + - Plugin Architecture - Drop in new WASM tools and channels without restarting + Persistent Memory + - Hybrid Search - Full-text + vector search using Reciprocal Rank Fusion + - Workspace Filesystem - Flexible path-based storage for notes, logs, and context + - Identity Files - Maintain consistent personality and preferences across sessions +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + Release Notes + Added + - (cli) add tool setup command + GitHub setup schema (#438) + - add web_fetch built-in tool (#435) + - (web) DB-backed Jobs tab + scheduler-dispatched local jobs (#436) + - (extensions) add OAuth setup UI for WASM tools + display name labels (#437) + - (bootstrap) auto-detect libsql when ironclaw.db exists (#399) + - (web) slash command autocomplete + /status /list + fix chat input locking (#404) + - (routines) deliver notifications to all installed channels (#398) + - (web) persist tool calls, restore approvals on thread switch, and UI fixes (#382) + - add IRONCLAW_BASE_DIR env var with LazyLock caching (#397) + - feat(signal) attachment upload + message tool (#375) + Fixed + - (channels) add host-based credential injection to WASM channel wrapper (#421) + - pre-validate Cloudflare tunnel token by spawning cloudflared (#446) + - batch of quick fixes (#417, #338, #330, #358, #419, #344) (#428) + - persist channel activation state across restarts (#432) + - init WASM runtime eagerly regardless of tools directory existence (#401) + - add TLS support for PostgreSQL connections (#363) (#427) + - scan inbound messages for leaked secrets (#433) + - use tailscale funnel --bg for proper tunnel setup (#430) + - normalize secret names to lowercase for case-insensitive matching (#413) (#431) + - persist model name to .env so dotted names survive restart (#426) + - (setup) check cloudflared binary and validate tunnel token (#424) + - (setup) validate PostgreSQL version and pgvector availability before migrations (#423) + - guard zsh compdef call to prevent error before compinit (#422) + - (telegram) remove restart button, validate token on setup (#434) + - web UI routines tab shows all routines regardless of creating channel (#391) + - Discord Ed25519 signature verification and capabilities header alias (#148) (#372) + - prevent duplicate WASM channel activation on startup (#390) + Other + - rename WasmBuildable::repo_url to source_dir (#445) + - Improve --help: add detailed about/examples/color, snapshot test (clo… (#371) + - Add automated QA: schema validator, CI matrix, Docker build, and P1 test coverage (#353) +ReleaseNotesUrl: https://github.com/nearai/ironclaw/releases/tag/v0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.zh-CN.yaml b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f000054b8eb1d --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NearAI.IronClaw +PackageVersion: 0.13.0 +PackageLocale: zh-CN +ShortDescription: 安心释放你的 AI 智能体 +Description: |- + IronClaw 是一个安全、开源的 OpenClaw 替代方案,运行在 NEAR AI 云的加密环境中。真正能做事的 AI 智能体,而你的秘密永远不会接触大语言模型(LLM)。 + + 哲学 + IronClaw 基于一个简单的原则:你的 AI 助手应该为你服务,而不是与你相对立。 + 在当前 AI 系统对数据处理日益不透明、且与企业利益紧密绑定的时代,IronClaw 采取了不同的方式: + - 你的数据归你所有 —— 所有信息均本地存储、加密,且永远不会脱离你的掌控 + - 设计即透明 —— 开源、可审计,无隐藏遥测或数据收集行为 + - 自我扩展能力 —— 可即时构建新工具,无需等待供应商更新 + - 深度防御 —— 多层安全机制,防范提示注入和数据泄露 + IronClaw 是你可以真正放心托付个人与职业生活的 AI 助手。 + + 功能 + 安全优先 + - WASM 沙箱 —— 不受信任的工具在隔离的 WebAssembly 容器中运行,采用基于能力的权限控制 + - 凭据保护 —— 密钥从不暴露给工具,仅在主机边界注入并具备泄露检测能力 + - 防止提示注入 —— 模式识别、内容净化与策略执行 + - 端点白名单 —— 仅允许向明确授权的主机和路径发起 HTTP 请求 + 持续可用 + - 多通道支持 —— REPL、HTTP Webhook、WASM 通道(Telegram、Slack)及 Web 网关 + - Docker 沙箱 —— 使用每个任务独立令牌、调度器/工作器模式的隔离容器执行 + - Web 网关 —— 浏览器 UI 支持实时 SSE/WebSocket 流式传输 + - 例行任务 —— 支持 Cron 调度、事件触发、Webhook 处理器,实现后台自动化 + - 心跳系统 —— 主动后台执行,用于监控和维护任务 + - 并行任务 —— 支持并发处理多个请求,各上下文相互隔离 + - 自动修复 —— 自动检测并恢复卡住的操作 + 自我扩展 + - 动态工具构建 —— 描述你需要的功能,IronClaw 将其构建为 WASM 工具 + - MCP 协议 —— 可连接至模型上下文协议(Model Context Protocol)服务器以扩展能力 + - 插件架构 —— 无需重启即可添加新的 WASM 工具和通信通道 + 持久化记忆 + - 混合搜索 —— 结合全文搜索与向量搜索,采用倒数排名融合技术 + - 工作区文件系统 —— 灵活的路径式存储,用于保存笔记、日志和上下文 + - 身份文件 —— 跨会话保持一致的个性设定与偏好配置 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.yaml b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.yaml new file mode 100644 index 0000000000000..71b29cd0b7a1c --- /dev/null +++ b/manifests/n/NearAI/IronClaw/0.13.0/NearAI.IronClaw.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: NearAI.IronClaw +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.installer.yaml b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.installer.yaml new file mode 100644 index 0000000000000..745593f55a371 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.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: NetEase.UURemote +PackageVersion: 4.16.6.6950 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: GameViewer +Installers: +- Architecture: x64 + InstallerUrl: https://a56.gdl.netease.com/UURemote_Setup_4.16.6.6950_0209212723_gwqd.exe + InstallerSha256: 3E123458F70336BE6CD9F9B6C7AAE5CE41ACF3FD3B0ADE35D5AE76D293412E03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.en-US.yaml b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.en-US.yaml new file mode 100644 index 0000000000000..784aa9b26a530 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.6.6950 +PackageLocale: en-US +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: NetEase (Hangzhou) Network Co., Ltd. +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: Proprietary +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: Copyright © 1997-2026 NetEase Inc. All rights reserved. +ShortDescription: An ultra-low latency remote tool designed for gaming +Tags: +- gaming +- remote +- remote-access +- remote-control +- remote-desktop +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.zh-CN.yaml b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b9f037b84478 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.6.6950 +PackageLocale: zh-CN +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: 网易(杭州)网络有限公司 +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: 专有软件 +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: 网易公司版权所有 ©1997-2026 +ShortDescription: 专为游戏打造的超低延迟远程工具 +Tags: +- 串流 +- 游戏 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.yaml b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.yaml new file mode 100644 index 0000000000000..66b985c64cd45 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.6.6950/NetEase.UURemote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.6.6950 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.installer.yaml b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.installer.yaml new file mode 100644 index 0000000000000..aaa48edf4c425 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.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: NetEase.UURemote +PackageVersion: 4.16.7.7043 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: GameViewer +Installers: +- Architecture: x64 + InstallerUrl: https://a56.gdl.netease.com/UURemote_Setup_4.16.7.7043_0304204222_gwqd.exe + InstallerSha256: 9AAB358FA8174E9E33C6865BFCB4814D479610B7C06ADC3FFC76034896D47951 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.en-US.yaml b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.en-US.yaml new file mode 100644 index 0000000000000..eac9f79f1bebf --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.7.7043 +PackageLocale: en-US +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: NetEase (Hangzhou) Network Co., Ltd. +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: Proprietary +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: Copyright © 1997-2026 NetEase Inc. All rights reserved. +ShortDescription: An ultra-low latency remote tool designed for gaming +Tags: +- gaming +- remote +- remote-access +- remote-control +- remote-desktop +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.zh-CN.yaml b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..257b007a7cec5 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.7.7043 +PackageLocale: zh-CN +Publisher: Netease +PublisherUrl: https://www.163.com/ +PublisherSupportUrl: https://gv.163.com/help/ +PrivacyUrl: https://gv.163.com/help/20240402/40294_1146067.html +Author: 网易(杭州)网络有限公司 +PackageName: UU远程 +PackageUrl: https://gv.163.com/ +License: 专有软件 +LicenseUrl: https://gv.163.com/help/20240402/40294_1146884.html +Copyright: 网易公司版权所有 ©1997-2026 +ShortDescription: 专为游戏打造的超低延迟远程工具 +Tags: +- 串流 +- 游戏 +- 远程 +- 远程控制 +- 远程桌面 +- 远程访问 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.yaml b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.yaml new file mode 100644 index 0000000000000..61362206eb490 --- /dev/null +++ b/manifests/n/NetEase/UURemote/4.16.7.7043/NetEase.UURemote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.UURemote +PackageVersion: 4.16.7.7043 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.installer.yaml b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.installer.yaml new file mode 100644 index 0000000000000..5823e26a79eac --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.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: NetEase.YoudaoNote +PackageVersion: 8.2.40 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e0397fb9-ce0d-5ee5-8455-1e3dc75b4034 +ReleaseDate: 2026-02-27 +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.lx.netease.com/download/ynote-electron/有道云笔记-8.2.40.exe + InstallerSha256: BFDAD9BD877E107688322AE91AE1774DE6AE3B8F54D491A8B825AACB20ADB534 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.locale.en-US.yaml b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.locale.en-US.yaml new file mode 100644 index 0000000000000..08ed45c826ba9 --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.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: NetEase.YoudaoNote +PackageVersion: 8.2.40 +PackageLocale: en-US +Publisher: 网易公司 +PublisherUrl: https://note.youdao.com/ +PublisherSupportUrl: https://note.youdao.com/help-center/ +PrivacyUrl: https://note.youdao.com/license-secrecy.html +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageName: 有道云笔记 +PackageUrl: https://note.youdao.com/note-download +License: Proprietary +LicenseUrl: https://note.youdao.com/license.html +Copyright: Copyright © 2026 NetEase +ShortDescription: Online resource base for individuals and teams from NetEase Youdao +Description: YNote is a multi-platform note-taking tool that powers hundreds of millions of excellent users through scanning, voice, Markdown, collection and other note-taking methods. +Tags: +- backlink +- bi-directional-link +- collaboration +- diagram +- docs +- document +- markdown +- mind-map +- mindmap +- notes +- reference +- share +- sheet +- sync +- team +- template +ReleaseNotesUrl: https://note.youdao.com/help-center/changelog_windows.html +PurchaseUrl: https://note.youdao.com/vip-charge/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.locale.zh-CN.yaml b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c7a2c3d6d0b6 --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.40 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://note.youdao.com/ +PublisherSupportUrl: https://note.youdao.com/help-center/ +PrivacyUrl: https://note.youdao.com/license-secrecy.html +Author: 网易有道信息技术(北京)有限公司 +PackageName: 有道云笔记 +PackageUrl: https://note.youdao.com/note-download +License: 专有软件 +LicenseUrl: https://note.youdao.com/license.html +Copyright: Copyright © 2026 NetEase +ShortDescription: 网易有道推出的个人与团队的线上资料库软件 +Description: 有道云笔记是一款多平台记录工具,通过扫描、语音、Markdown、收藏等记录方式,为亿万优秀用户提供助力。 +Tags: +- markdown +- 共享 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 同步 +- 团队 +- 图表 +- 引用 +- 思维导图 +- 文档 +- 模板 +- 笔记 +- 脑图 +- 表格 +ReleaseNotes: |- + 【功能新增】 + - 语音速记自动生成笔记标题:在开启转文字功能后,将通过 AI 智能总结语音速记内容,并自动更新此语音速记的笔记标题。 + - 支持收藏微信聊天记录内容:关注有道云笔记公众号,并添加有道云笔记企业微信小助手,既可将微信聊天记录转发给小助手,记录内容将自动保存为笔记。 + + 【体验优化】 + - 优化系统崩溃和复制问题,增加引导提示,降低崩溃概率。 + - 优化调整同步笔记时 cookie 失效,网络问题的策略,解决部分笔记同步失败的问题。 + + 感谢你使用有道云笔记,记录,成为更好的自己! +ReleaseNotesUrl: https://note.youdao.com/help-center/changelog_windows.html +PurchaseUrl: https://note.youdao.com/vip-charge/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.yaml b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.yaml new file mode 100644 index 0000000000000..75b139c0fcacf --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.40/NetEase.YoudaoNote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.installer.yaml b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.installer.yaml new file mode 100644 index 0000000000000..8a0d1f47ba679 --- /dev/null +++ b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Niko.HomeControlProgrammingSoftware +PackageVersion: 2.25.25739 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +FileExtensions: +- nhc2 +ProductCode: e0658ce6-6ecb-5ec8-ae2f-5a81c75fbcd6 +ReleaseDate: 2026-02-26 +Installers: +- Architecture: x86 + InstallerUrl: https://download.nikogroup.eu/nhc2/release/upgrades/configsw/NHC%20programming%20software%20production%202.25.25739.exe + InstallerSha256: B9518EEB4FB2432FFD778FD44779F62ADC08F1E1AC877FECE2A672D5D5E3DD28 +- Architecture: x64 + InstallerUrl: https://download.nikogroup.eu/nhc2/release/upgrades/configsw/NHC%20programming%20software%20production%202.25.25739.exe + InstallerSha256: B9518EEB4FB2432FFD778FD44779F62ADC08F1E1AC877FECE2A672D5D5E3DD28 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.locale.en-US.yaml b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.locale.en-US.yaml new file mode 100644 index 0000000000000..d9815a574c45a --- /dev/null +++ b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Niko.HomeControlProgrammingSoftware +PackageVersion: 2.25.25739 +PackageLocale: en-US +Publisher: Niko nv +PublisherUrl: https://www.niko.eu/ +PublisherSupportUrl: https://www.niko.eu/need-help +PrivacyUrl: https://www.niko.eu/legal/privacy-policy +Author: Niko nv +PackageName: Niko Home Control programming software +PackageUrl: https://www.niko.eu/products/niko-home-control/software-and-apps/programming-software-niko-home-control-ii-productmodel-niko-d59cbd2b-e8e0-55e0-b1ef-e1e4fa87975f +License: Proprietary +LicenseUrl: https://www.niko.eu/legal/terms-of-use-website +Copyright: © 2026 - Niko +CopyrightUrl: https://www.niko.eu/legal/terms-of-use-website +ShortDescription: Software for the programming of Niko Home Control installations for bus or traditional wiring. +Description: The software is user-friendly, intuitive and visually structured. You can programme advanced configurations in no time at all with the wizard. Before a new programming is uploaded to the connected controller, the software will automatically scan the installation to check whether an upgrade is required. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.locale.zh-CN.yaml b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fd28267dd25d7 --- /dev/null +++ b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.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: Niko.HomeControlProgrammingSoftware +PackageVersion: 2.25.25739 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于 Niko Home Control 总线或传统布线安装的编程软件。 +Description: 该软件界面友好、直观且视觉层次分明。通过向导功能,您能快速完成高级配置编程。在将新程序上传至连接的控制器前,软件会自动扫描安装环境以检测是否需要升级。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.yaml b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.yaml new file mode 100644 index 0000000000000..f6fe243c12c89 --- /dev/null +++ b/manifests/n/Niko/HomeControlProgrammingSoftware/2.25.25739/Niko.HomeControlProgrammingSoftware.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: Niko.HomeControlProgrammingSoftware +PackageVersion: 2.25.25739 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.installer.yaml b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.installer.yaml new file mode 100644 index 0000000000000..d5d00667e18e9 --- /dev/null +++ b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: neosubhamoy.neodlp +PackageVersion: 0.4.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: NeoDLP +ReleaseDate: 2026-03-03 +AppsAndFeaturesEntries: +- ProductCode: NeoDLP +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\NeoDLP' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/neosubhamoy/neodlp/releases/download/v0.4.2/NeoDLP_0.4.2_x64-setup.exe + InstallerSha256: B293817319596F0DCA4C2689EB92155677666EFB5750F2945944DB9CE1281D69 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.locale.en-US.yaml b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.locale.en-US.yaml new file mode 100644 index 0000000000000..18ee78b34ecc8 --- /dev/null +++ b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: neosubhamoy.neodlp +PackageVersion: 0.4.2 +PackageLocale: en-US +Publisher: neosubhamoy +PublisherUrl: https://neosubhamoy.com/ +PublisherSupportUrl: https://github.com/neosubhamoy/neodlp/issues +Author: neosubhamoy +PackageName: NeoDLP +PackageUrl: https://github.com/neosubhamoy/neodlp +License: MIT +LicenseUrl: https://github.com/neosubhamoy/neodlp/blob/HEAD/LICENSE +ShortDescription: Cross-platform Video/Audio Downloader Desktop App with Modern UI and Browser Integration +Description: Cross-platform Video/Audio Downloader Desktop App with Modern UI and Browser Integration +Moniker: neodlp +Tags: +- audio +- audio-downloader +- cross-platform +- desktop-app +- download +- downloader +- neo-dlp +- neodlp +- tauri +- video +- video-downloader +- youtube-downloader +- yt-dlp +- yt-dlp-gui +ReleaseNotes: |- + ✨ Changelog + - Added 'Health Check' section in app info + - Added Homebrew package for macOS + - Added initial compatibility with Flatpak for Linux + - Other minor fixes and improvements + 📝 Notes + Caution + Users are always adviced to complete/cancel all paused downloads before updating to a newer version, otherwise paused downloads may not resume properly and re-start from the begining. + Warning + Linux users make sure yt-dlp and deno is not installed in your distro (otherwise you will get package installation conflict). Don't worry, You can still use yt-dlp cli as before (the only difference is that now it will be installed and auto-updated by neo-dlp, which You can also disable from neo-dlp Settings if you don't want to auto-update yt-dlp) + > This is an Un-Signed Build (Windows doesn't trust this Certificate so, it may flag this as malicious software, in that case, disable Windows SmartScreen and Defender, install it, and then re-enable them) + > This is an Un-Signed Build (MacOS doesn't trust this Certificate so, it may flag this as from 'unverified developer' and prevent it from opening, in that case, open Settings and allow it from 'Settings > Privacy and Security' section to get started) + 📦 Shipped Binaries + ────────────────────────────┬──────┬───────┬───────┬──────┬───────────── + yt-dlp (updateable) │ffmpeg│ffprobe│aria2c │deno │bgutil-pot-rs + ────────────────────────────┼──────┼───────┼───────┼──────┼───────────── + v2026.03.02.233544 (nightly)│v7.1.1│v7.1.1 │v1.37.0│v2.7.1│v0.7.2-1.3.0 + ────────────────────────────┴──────┴───────┴───────┴──────┴───────────── + > ‼️ Linux builds (deb, rpm) does not ships with ffmpeg and ffprobe (though it will be auto installed as a dependency by your package manager, if you are on fedora make sure to enable rpmfusion free+nonfree repos before installing the rpm package) + > ‼️ MacOS builds (dmg, app) does not ships with aria2c, If you want to use aria2 install it via homebrew (though it will be auto installed as a dependency if you install neodlp via homebrew) + ⬇️ Download Section + ────────────┬───────────────┬───────────────┬─────────────┬─────────────┬──────────────────┬──────────────┬────────────── + Architecture│Windows (msi) ⬆️│Windows (exe) ⬆️│Linux (deb) │Linux (rpm) │Linux (AppImage) ⬆️│MacOS (dmg) ⬆️│MacOS (app) ⬆️ + ────────────┼───────────────┼───────────────┼─────────────┼─────────────┼──────────────────┼──────────────┼────────────── + x86_64 │Download │Download │Download │Download │🚫 Download │Download │Download + ────────────┼───────────────┼───────────────┼─────────────┼─────────────┼──────────────────┼──────────────┼────────────── + ARM64 │N/A │🪟 Download │Download │Download │N/A │⚠️ Download │⚠️ Download + ────────────┴───────────────┴───────────────┴─────────────┴─────────────┴──────────────────┴──────────────┴────────────── + > ⬆️ icon indicates this packaging format supports in-built app-updater + > 🪟 Windows x86_64 binary also works on ARM64 (Windows on ARM) devices with emulation (Not planning to release native Windows ARM64 build anytime soon as, x86_64 one works fine on ARM64 without noticeable performance impact) + > 🚫 Linux AppImage builds are experimental and does not support neodlp's browser intergration features due to it's sandboxed nature. Also, don't run the AppImage with portable (.home, .config) folders, it will break things (it is highly recommended to use native [deb, rpm, AUR] builds if possible for the full experiance, otherwise AppImages are good for trying out NeoDLP without installing) + > ⚠️ MacOS ARM64 binary downloads are experimental and may not open on Apple Silicon Macs if downloaded from browser (You will get 'Damaged File' error) it's because the binaries are not signed (signing MacOS binaries requires 99$/year Apple Developer Account subscription, which I can't afford RN!) and Apple Silicon Macs don't allow unsigned apps (downloaded from browser) to be installed on the system. If you want to use NeoDLP on your Apple Silicon Macs, There are few ways you can bypass these restrictions: + > 1. Using our automated Curl-Bash Installer (Recommended) + > 2. You can also manually remove the .dmg file/.app folder from macOS quarantine using these commands: xattr -d com.apple.quarantine NeoDLP_x.x.x_aarch64.dmg (for .dmg file) -OR- xattr -r -d com.apple.quarantine /Applications/NeoDLP.app (for .app folder) + > 3. Or you can compile NeoDLP from source in your Mac (Then you don't have to download the pre-compiled binaries at all, though it is a much longer process and is intended for advanced users only) +ReleaseNotesUrl: https://github.com/neosubhamoy/neodlp/releases/tag/v0.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.yaml b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.yaml new file mode 100644 index 0000000000000..95cfe9782d983 --- /dev/null +++ b/manifests/n/neosubhamoy/neodlp/0.4.2/neosubhamoy.neodlp.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: neosubhamoy.neodlp +PackageVersion: 0.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.installer.yaml b/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.installer.yaml deleted file mode 100644 index 63bd3a48edf12..0000000000000 --- a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Okta.OktaVerify -PackageVersion: 6.6.2.0 -InstallerType: burn -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ReleaseDate: 2026-01-21 -AppsAndFeaturesEntries: -- ProductCode: '{0106b0f1-3268-4d77-8095-74200f463878}' - UpgradeCode: '{0C7A600D-1916-410A-A7A1-99A902523D3A}' - InstallerType: burn -Installers: -- Architecture: x86 - InstallerUrl: https://altana-ai.okta.com/api/v1/artifacts/WINDOWS_OKTA_VERIFY/download?releaseChannel=GA&packageType=EXE - InstallerSha256: 4E21D4C33A7684F77C75ACD4D81F7495EA961BFAB1BC77C4D27C503419407A42 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.locale.en-US.yaml b/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.locale.en-US.yaml deleted file mode 100644 index 7289ee5172f75..0000000000000 --- a/manifests/o/Okta/OktaVerify/6.6.2.0/Okta.OktaVerify.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Okta.OktaVerify -PackageVersion: 6.6.2.0 -PackageLocale: en-US -Publisher: Okta, Inc. -PublisherUrl: https://www.okta.com/ -PublisherSupportUrl: https://support.okta.com/help/s/?language=en_US -Author: Okta, Inc. -PackageName: Okta Verify -PackageUrl: https://help.okta.com/eu/en-us/content/topics/end-user/ov-overview-win.htm -License: Proprietary -LicenseUrl: https://www.okta.com/legal/terms-of-service/ -Copyright: Copyright © Okta, Inc. All Rights Reserved. -ShortDescription: Okta Verify for Windows helps users verify their identity to securely sign in to Okta-protected resources. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.installer.yaml b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.installer.yaml new file mode 100644 index 0000000000000..38b2d99ed11b6 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ollama.Ollama +PackageVersion: 0.17.5 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Commands: +- ollama +ProductCode: '{44E83376-CE68-45EB-8FC1-393500EB558C}_is1' +ReleaseDate: 2026-03-02 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Ollama' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ollama/ollama/releases/download/v0.17.5/OllamaSetup.exe + InstallerSha256: A06734E612C4F3209376F9477E61AA94FC6025EE8FDC9EAC54A3EF426E079676 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.locale.en-US.yaml b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.locale.en-US.yaml new file mode 100644 index 0000000000000..c9353ddb3fbc8 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.17.5 +PackageLocale: en-US +Publisher: Ollama +PublisherUrl: https://ollama.com/ +PublisherSupportUrl: https://github.com/ollama/ollama/issues +PackageName: Ollama +PackageUrl: https://ollama.com/ +License: MIT +LicenseUrl: https://github.com/ollama/ollama/blob/HEAD/LICENSE +Copyright: Copyright (c) Ollama +ShortDescription: Get up and running with large language models locally. +Tags: +- ai +- chatbot +- deepseek +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + What's Changed + - Fixed crash in Qwen 3.5 models when split over GPU & CPU + - Fixed issue where Qwen 3.5 models would repeat themselves due to no presence penalty (note: you may have to redownload the qwen3.5 models: ollama pull qwen3.5:35b for example) + - ollama run --verbose will now show peak memory usage when using Ollama's MLX engine + - Fixed memory issues and crashes in MLX runner + - Fixed issue where Ollama would not be able to run models imported from Qwen3.5 GGUF files + Full Changelog: https://github.com/ollama/ollama/compare/v0.17.4...v0.17.5 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.17.5 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.ollama.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.locale.zh-CN.yaml b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c095de7688ecd --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.17.5 +PackageLocale: zh-CN +ShortDescription: 在本地启动并运行大型语言模型 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 通义千问 +ReleaseNotesUrl: https://github.com/ollama/ollama/releases/tag/v0.17.5 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.ollama.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.yaml b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.yaml new file mode 100644 index 0000000000000..d9fe5c327b9a2 --- /dev/null +++ b/manifests/o/Ollama/Ollama/0.17.5/Ollama.Ollama.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: Ollama.Ollama +PackageVersion: 0.17.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/okteto/okteto/3.17.0/okteto.okteto.installer.yaml b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.installer.yaml new file mode 100644 index 0000000000000..0b757f2e1bce6 --- /dev/null +++ b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: okteto.okteto +PackageVersion: 3.17.0 +InstallerType: portable +Commands: +- okteto +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/okteto/okteto/releases/download/3.17.0/okteto.exe + InstallerSha256: 142E3CC4722D81C29115961E607F55C64972037E6FA80E71E8DCFBD86ED4BE5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/okteto/okteto/3.17.0/okteto.okteto.locale.en-US.yaml b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.locale.en-US.yaml new file mode 100644 index 0000000000000..014b23b910599 --- /dev/null +++ b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: okteto.okteto +PackageVersion: 3.17.0 +PackageLocale: en-US +Publisher: okteto +PublisherUrl: https://okteto.com/ +PublisherSupportUrl: https://github.com/okteto/okteto/issues +PackageName: okteto +PackageUrl: https://github.com/okteto/okteto +License: Apache-2.0 +LicenseUrl: https://github.com/okteto/okteto/blob/HEAD/LICENSE +ShortDescription: Okteto is a cloud-native development platform that bridges the gap between local development and production, enabling seamless development and deployment in Kubernetes clusters. +Tags: +- cloud-native +- cloud-native-developers +- debug +- developer-tools +- development +- docker +- hacktoberfest +- helm +- kubernetes +- okteto +ReleaseNotes: |- + What's Changed + New Feature + - feat: add persistent column to namespace and preview list commands by @jLopezbarb in #4900 + - Add compose endpoints httproute by @jLopezbarb in #4898 + Full Changelog: 3.16.0...3.17.0 +ReleaseNotesUrl: https://github.com/okteto/okteto/releases/tag/3.17.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/okteto/okteto/3.17.0/okteto.okteto.yaml b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.yaml new file mode 100644 index 0000000000000..d35cc69aa41a4 --- /dev/null +++ b/manifests/o/okteto/okteto/3.17.0/okteto.okteto.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: okteto.okteto +PackageVersion: 3.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.installer.yaml b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.installer.yaml new file mode 100644 index 0000000000000..cb0decbb0d2b2 --- /dev/null +++ b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.installer.yaml @@ -0,0 +1,173 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Posit.Positron +PackageVersion: 2026.03.0 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- positron +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- yaml +- yml +- zsh +ReleaseDate: 2026-03-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.03.0-212-UserSetup-x64.exe + InstallerSha256: C83DA819444A7C1CB6231795E3597B2DD85738EC48E323F830A543C41D3ED169 + ProductCode: '{5894F169-3C13-4E32-A124-67BDE57636E1}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.posit.co/positron/releases/win/x86_64/Positron-2026.03.0-212-Setup-x64.exe + InstallerSha256: 7E1D50792346FB4D08B921A2476E9E19251CFCEF00C03B30F02899822DC583E5 + ProductCode: '{08FC0438-DEF4-4349-85AE-FA80317766E9}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://cdn.posit.co/positron/releases/win/arm64/Positron-2026.03.0-212-UserSetup-arm64.exe + InstallerSha256: D100E76016B83F109F06BCE7A85DFB553C54FD93BFE68ADDC2B465D83923FF88 + ProductCode: '{585852C3-3385-447E-8711-67F60DE17946}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://cdn.posit.co/positron/releases/win/arm64/Positron-2026.03.0-212-Setup-arm64.exe + InstallerSha256: 3F541B2FE31B01156556183B1FE68CEC2CCF159C8F93C9E0D443E9637B5CB967 + ProductCode: '{17BBF21B-410B-40F4-ACC4-2E9515616AC6}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.locale.en-US.yaml b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.locale.en-US.yaml new file mode 100644 index 0000000000000..7eee9aa2e42fe --- /dev/null +++ b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Posit.Positron +PackageVersion: 2026.03.0 +PackageLocale: en-US +Publisher: Posit Software, PBC +PublisherUrl: https://posit.co/ +PublisherSupportUrl: https://github.com/posit-dev/positron/issues +PrivacyUrl: https://posit.co/about/privacy-policy/ +Author: Posit Software, PBC +PackageName: Positron +PackageUrl: https://positron.posit.co/ +License: Elastic-2.0 +LicenseUrl: https://github.com/posit-dev/positron/blob/HEAD/LICENSE.txt +Copyright: Copyright (C) 2022-2026 Posit Software, PBC. All rights reserved. +CopyrightUrl: https://posit.co/about/trademark-guidelines/ +ShortDescription: A next-generation data science IDE +Description: |- + What is Positron? + - A next-generation data science IDE built by Posit PBC + - An extensible, polyglot tool for writing code and exploring data + - A familiar environment for reproducible authoring and publishing +Tags: +- ide +- r +- rstats +- statistics +- stats +ReleaseNotesUrl: https://github.com/posit-dev/positron/releases/tag/2026.03.0-212 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/posit-dev/positron/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.locale.zh-CN.yaml b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42d8ab9b2bacc --- /dev/null +++ b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.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: Posit.Positron +PackageVersion: 2026.03.0 +PackageLocale: zh-CN +ShortDescription: 下一代数据科学集成开发环境 +Description: |- + 什么是 Positron? + - 由 Posit PBC 构建的下一代数据科学集成开发环境 + - 用于编写代码和探索数据的可扩展的多语言工具 + - 熟悉的可复现创作和发布环境 +Tags: +- ide +- r +- r语言 +- 统计 +ReleaseNotesUrl: https://github.com/posit-dev/positron/releases/tag/2026.03.0-212 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.yaml b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.yaml new file mode 100644 index 0000000000000..6d00802f45be5 --- /dev/null +++ b/manifests/p/Posit/Positron/2026.03.0/Posit.Positron.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: Posit.Positron +PackageVersion: 2026.03.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.installer.yaml b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.installer.yaml new file mode 100644 index 0000000000000..9e6930631a42f --- /dev/null +++ b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.14 +PackageVersion: "14.20" +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + InstallLocation: /D= +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://repo.postgrespro.ru/win/64/PostgreSQL_14.20_64bit_Setup.exe + InstallerSha256: 4531EF59060D82EA388C4F84887F1890F820A6EDDA51409FDCF099FEE73114B2 +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.locale.en-US.yaml b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.locale.en-US.yaml new file mode 100644 index 0000000000000..ef29aaf658e1d --- /dev/null +++ b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.locale.en-US.yaml @@ -0,0 +1,91 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.14 +PackageVersion: "14.20" +PackageLocale: en-US +Publisher: Postgres Professional +PublisherUrl: https://postgrespro.ru +PublisherSupportUrl: https://postgrespro.ru/services/support +PrivacyUrl: https://postgrespro.ru/privacy +Author: Postgres Professional +PackageName: Postgres Pro Standard 14 +PackageUrl: https://postgrespro.ru/products/postgrespro +License: Postgres Pro License +LicenseUrl: https://postgrespro.ru/products/postgrespro/eula +Copyright: Copyright (c) Postgres Professional +CopyrightUrl: https://postgrespro.ru/products/postgrespro/eula +ShortDescription: Postgres Pro Standard — Enterprise-Class DBMS based on PostgreSQL +Description: Postgres Pro Standard — Commercial DBMS from Postgres Professional based on PostgreSQL with Additional EnterPrise Features, Performance Optimizations and Extended Support +Moniker: postgresql +Tags: +- database +- postgresql +- postgres +- postgrespro +- sql +- rdbms +- server +ReleaseNotesUrl: https://postgrespro.ru/docs/postgrespro/14/release +InstallationNotes: |- + == COMMANDS == + = Connection & Management = + • psql - Interactive Terminal for PostgreSQL + • pg_ctl - Control PostgreSQL Server ( start/stop/restart ) + • pg_isready - Check Connection Status + • pg_config - Show Build Configuration + + = DataBases = + • createdb - Create a New DataBase + • dropdb - Delete a DataBase + + = Users = + • createuser - Create a New User + • dropuser - Delete a User + + = BackUp & ReStore = + • pg_dump - BackUp Single DataBase + • pg_dumpall - BackUp All DataBases + • pg_restore - Restore from BackUp + • pg_basebackup - Take Base BackUp + + = Maintenance = + • vacuumdb - Clean and Optimize + • reindexdb - ReBuild Indexes + • initdb - Create database cluster + + = Testing & Performance = + • pgbench - Run BenchMark Tests + + + == IMPORTANT == + ⚠️ ↓ Run PowerShell as Administrator ↓ ⚠️ + + $NewPath = "C:\Program Files\PostgreSQL\14\bin" + if (Test-Path $NewPath) { + $CurrentPath = [Environment]::GetEnvironmentVariable("Path", "Machine") + if ($CurrentPath -notlike "*$NewPath*") { + [Environment]::SetEnvironmentVariable("Path", "$CurrentPath;$NewPath", "Machine") + Write-Host "! SUCCESS !" -ForegroundColor "Green" + Write-Host "Please Restart your Terminal to Use Commands" -ForegroundColor "Yellow" + } else { + Write-Host "| INFO |" -ForegroundColor "Green" + Write-Host "AlReady in PATH. Ready to Use" -ForegroundColor "Yellow" + } + } else { + Write-Host "X ERROR X" -ForegroundColor "DarkRed" + Write-Host "Please Specify the Correct Path to the Application" -ForegroundColor "DarkRed" + } + + + == CONFIGURATION == + DEFAULT PORT = 5432 + DEFAULT INSTALLATION FOLDER = C:\Program Files\PostgreSQL\14 + DEFAULT DATA FOLDER = C:\Program Files\PostgreSQL\14\data + CONFIG FILE = postgresql.conf ( in data folder ) +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://postgrespro.ru/docs/postgrespro/14 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.yaml b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.yaml new file mode 100644 index 0000000000000..72e01374e1793 --- /dev/null +++ b/manifests/p/PostgresPro/Standard/14/14.20/PostgresPro.Standard.14.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.14 +PackageVersion: "14.20" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.installer.yaml b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.installer.yaml new file mode 100644 index 0000000000000..c46b8895e73d3 --- /dev/null +++ b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.17 +PackageVersion: "17.7" +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + InstallLocation: /D= +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://repo.postgrespro.ru/win/64/PostgreSQL_17.7_64bit_Setup.exe + InstallerSha256: 58F961E7EE44676C1FECB111E4EB5429701CDBC3EE057DF336D378B2094DC94D +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.locale.en-US.yaml b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.locale.en-US.yaml new file mode 100644 index 0000000000000..48380ade75b1c --- /dev/null +++ b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.locale.en-US.yaml @@ -0,0 +1,91 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.17 +PackageVersion: "17.7" +PackageLocale: en-US +Publisher: Postgres Professional +PublisherUrl: https://postgrespro.ru +PublisherSupportUrl: https://postgrespro.ru/services/support +PrivacyUrl: https://postgrespro.ru/privacy +Author: Postgres Professional +PackageName: Postgres Pro Standard 17 +PackageUrl: https://postgrespro.ru/products/postgrespro +License: Postgres Pro License +LicenseUrl: https://postgrespro.ru/products/postgrespro/eula +Copyright: Copyright (c) Postgres Professional +CopyrightUrl: https://postgrespro.ru/products/postgrespro/eula +ShortDescription: Postgres Pro Standard — Enterprise-Class DBMS based on PostgreSQL +Description: Postgres Pro Standard — Commercial DBMS from Postgres Professional based on PostgreSQL with Additional EnterPrise Features, Performance Optimizations and Extended Support +Moniker: postgresql +Tags: +- database +- postgresql +- postgres +- postgrespro +- sql +- rdbms +- server +ReleaseNotesUrl: https://postgrespro.ru/docs/postgrespro/17/release +InstallationNotes: |- + == COMMANDS == + = Connection & Management = + • psql - Interactive Terminal for PostgreSQL + • pg_ctl - Control PostgreSQL Server ( start/stop/restart ) + • pg_isready - Check Connection Status + • pg_config - Show Build Configuration + + = DataBases = + • createdb - Create a New DataBase + • dropdb - Delete a DataBase + + = Users = + • createuser - Create a New User + • dropuser - Delete a User + + = BackUp & ReStore = + • pg_dump - BackUp Single DataBase + • pg_dumpall - BackUp All DataBases + • pg_restore - Restore from BackUp + • pg_basebackup - Take Base BackUp + + = Maintenance = + • vacuumdb - Clean and Optimize + • reindexdb - ReBuild Indexes + • initdb - Create database cluster + + = Testing & Performance = + • pgbench - Run BenchMark Tests + + + == IMPORTANT == + ⚠️ ↓ Run PowerShell as Administrator ↓ ⚠️ + + $NewPath = "C:\Program Files\PostgreSQL\17\bin" + if (Test-Path $NewPath) { + $CurrentPath = [Environment]::GetEnvironmentVariable("Path", "Machine") + if ($CurrentPath -notlike "*$NewPath*") { + [Environment]::SetEnvironmentVariable("Path", "$CurrentPath;$NewPath", "Machine") + Write-Host "! SUCCESS !" -ForegroundColor "Green" + Write-Host "Please Restart your Terminal to Use Commands" -ForegroundColor "Yellow" + } else { + Write-Host "| INFO |" -ForegroundColor "Green" + Write-Host "AlReady in PATH. Ready to Use" -ForegroundColor "Yellow" + } + } else { + Write-Host "X ERROR X" -ForegroundColor "DarkRed" + Write-Host "Please Specify the Correct Path to the Application" -ForegroundColor "DarkRed" + } + + + == CONFIGURATION == + DEFAULT PORT = 5432 + DEFAULT INSTALLATION FOLDER = C:\Program Files\PostgreSQL\17 + DEFAULT DATA FOLDER = C:\Program Files\PostgreSQL\17\data + CONFIG FILE = postgresql.conf ( in data folder ) +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://postgrespro.ru/docs/postgrespro/17 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.yaml b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.yaml new file mode 100644 index 0000000000000..33eac436f3d73 --- /dev/null +++ b/manifests/p/PostgresPro/Standard/17/17.7/PostgresPro.Standard.17.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PostgresPro.Standard.17 +PackageVersion: "17.7" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.installer.yaml b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.installer.yaml new file mode 100644 index 0000000000000..0708a884b866e --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 0.11.2 +InstallerType: portable +Commands: +- new-api +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/QuantumNous/new-api/releases/download/v0.11.2/New-API-App.0.11.2.exe + InstallerSha256: 93F7F0EB94E9ACA848B3B273DA088E533F0AE1E5E6E88C2A61A7A09E9F9616D4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.locale.en-US.yaml b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.locale.en-US.yaml new file mode 100644 index 0000000000000..f8fd81635418e --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 0.11.2 +PackageLocale: en-US +PublisherUrl: https://www.newapi.ai/en/ +PublisherSupportUrl: https://www.newapi.ai/en/support/ +PackageUrl: https://www.newapi.ai/en/ +ShortDescription: Next-Gen LLM Gateway & AI Asset Platform +Description: New API is a next-generation large model gateway and AI asset management system, developed based on One API. The project aims to provide a unified interface for managing and utilizing various AI model services, including but not limited to OpenAI, Anthropic, Gemini, and Midjourney. +Tags: +- ai +- anthropic-api +- chatbot +- large-language-model +- llm +- openai-api +- openai-response +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.newapi.ai/en/guide/ +- DocumentLabel: Wiki + DocumentUrl: https://www.newapi.ai/en/wiki/ +- DocumentLabel: API Reference + DocumentUrl: https://www.newapi.ai/en/api/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.locale.zh-CN.yaml b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2574264d34150 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.locale.zh-CN.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: QuantumNous.NewAPI +PackageVersion: 0.11.2 +PackageLocale: zh-CN +Publisher: Quantum Nous +PublisherUrl: https://www.newapi.ai/ +PublisherSupportUrl: https://www.newapi.ai/support/ +Author: 锟腾科技(杭州)有限公司 +PackageName: New API +PackageUrl: https://www.newapi.ai/ +License: AGPL-3.0 +LicenseUrl: https://github.com/QuantumNous/new-api/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Quantum Nous. All Rights Reserved. +ShortDescription: 新一代大模型网关与 AI 资产管理系统 +Description: New API 是一个新一代大模型网关与 AI 资产管理系统,基于 One API 进行二次开发。该项目旨在提供一个统一的接口来管理和使用各种 AI 模型服务,包括但不限于 OpenAI、Anthropic、Gemini和 Midjourney 等。 +Tags: +- anthropic-api +- openai-api +- openai-response +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + Main changes + 增加定时获取上游模型更新功能 + 异步任务在没有设置价格时抛出错误 + 渠道参数覆盖功能增强,提供可视化编辑,整合请求头覆盖和透传功能 + Add a scheduled feature to fetch upstream model updates. + Throw an error in the asynchronous task when the price is not set. + Enhance the channel parameter override feature by integrating request header overrides and passthrough functionality. + Enhance the channel parameter override feature + 整合请求头覆盖功能,可视化编辑,并提供基础模板 + Scheduled feature to fetch upstream model updates + 在上游模型变动时,可看到明显的提醒 + 点击后可分别处理需要删除和新增的模型 + What's Changed + - fix: redirect subscription payment return to user-accessible page by @seefs001 in https://github.com/QuantumNous/new-api/pull/3052 + - feat: add image model to supported image presets by @seefs001 in https://github.com/QuantumNous/new-api/pull/3029 + - feat: minimax reasoning_split by @seefs001 in https://github.com/QuantumNous/new-api/pull/3012 + - feat(gemini): implement video generation configuration by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/3059 + - feat: improve channel override ui/ux by @seefs001 in https://github.com/QuantumNous/new-api/pull/3009 + - chore(deps): bump axios from 1.12.0 to 1.13.5 in /web by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3061 + - chore(deps): bump tar and electron-builder in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2964 + - build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2720 + - chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3060 + - fix: preserve explicit zero values in native relay requests by @seefs001 in https://github.com/QuantumNous/new-api/pull/3069 + - fix: aws text content blocks must be non-empty by @seefs001 in https://github.com/QuantumNous/new-api/pull/3077 + - Fix/aws header override by @seefs001 in https://github.com/QuantumNous/new-api/pull/3066 + - Fix/aws non empty text by @seefs001 in https://github.com/QuantumNous/new-api/pull/3080 + - Revert "Fix/aws non empty text" by @seefs001 in https://github.com/QuantumNous/new-api/pull/3082 + - Revert "fix: aws text content blocks must be non-empty" by @seefs001 in https://github.com/QuantumNous/new-api/pull/3083 + - fix: change token model_limits column from varchar(1024) to text by @RedwindA in https://github.com/QuantumNous/new-api/pull/3037 + - Return error when model price/ratio unset by @BenLampson in https://github.com/QuantumNous/new-api/pull/3081 + - feat: auto fetch upstream models by @seefs001 in https://github.com/QuantumNous/new-api/pull/2979 + - fix: use default model price for radio price model by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3090 + - Fix/auto fetch upstream model tips by @seefs001 in https://github.com/QuantumNous/new-api/pull/3096 + - fix: update task billing log content to include reason by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3093 + New Contributors + - @BenLampson made their first contribution in https://github.com/QuantumNous/new-api/pull/3081 + Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0...v0.11.2 +ReleaseNotesUrl: https://github.com/QuantumNous/new-api/releases/tag/v0.11.2 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://www.newapi.ai/guide/ +- DocumentLabel: 维基百科 + DocumentUrl: https://www.newapi.ai/wiki/ +- DocumentLabel: 接口文档 + DocumentUrl: https://www.newapi.ai/api/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.yaml b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.yaml new file mode 100644 index 0000000000000..267fd3dea4c91 --- /dev/null +++ b/manifests/q/QuantumNous/NewAPI/0.11.2/QuantumNous.NewAPI.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: QuantumNous.NewAPI +PackageVersion: 0.11.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 0000000000000..086259aa7b3fe --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openfang.exe +Commands: +- openfang +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.13/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: B8B76DE237ADC34A116F394EB6D58828109B63C75D92CB21DEFE2C767F1E233A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.13/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: A56EF7A673877BE5FB9ACF67DFD4ED85D68AA26A65A71DB3178F50ECDD3DA2D1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 0000000000000..6a8a34a29b736 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RightNow-AI.OpenFang +PackageVersion: 0.3.13 +PackageLocale: en-US +Publisher: RightNow AI, Inc. +PublisherUrl: https://www.rightnowai.co/ +PublisherSupportUrl: https://github.com/RightNow-AI/openfang/issues +PrivacyUrl: https://www.rightnowai.co/privacy-policy +Author: RightNow AI, Inc. +PackageName: OpenFang +PackageUrl: https://www.openfang.sh/ +License: MIT +LicenseUrl: https://github.com/RightNow-AI/openfang/blob/HEAD/LICENSE-MIT +Copyright: Copyright (c) 2026 OpenFang Contributors +ShortDescription: Open-source Agent Operating System +Description: |- + OpenFang is an open-source Agent Operating System — not a chatbot framework, not a Python wrapper around an LLM, not a "multi-agent orchestrator." It is a full operating system for autonomous agents, built from scratch in Rust. + Traditional agent frameworks wait for you to type something. OpenFang runs autonomous agents that work for you — on schedules, 24/7, building knowledge graphs, monitoring targets, generating leads, managing your social media, and reporting results to your dashboard. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://github.com/RightNow-AI/openfang/releases/tag/v0.3.13 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.openfang.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60fca0cdb3813 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.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: RightNow-AI.OpenFang +PackageVersion: 0.3.13 +PackageLocale: zh-CN +ShortDescription: 开源智能体操作系统 +Description: |- + OpenFang 是一个开源的智能体操作系统——不是聊天机器人框架,不是围绕大语言模型的 Python 包装器,也不是“多智能体协调器”。它是一个从零开始用 Rust 构建的完整自主智能体操作系统。 + 传统的智能体框架需要等待你输入指令。而 OpenFang 运行的自主智能体可以持续为你工作——按计划全天候运行,构建知识图谱、监控目标、生成线索、管理社交媒体,并将结果汇报到你的仪表盘。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.openfang.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.yaml new file mode 100644 index 0000000000000..c7afe91bfb33f --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.13/RightNow-AI.OpenFang.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: RightNow-AI.OpenFang +PackageVersion: 0.3.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.installer.yaml b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.installer.yaml new file mode 100644 index 0000000000000..984f13a9cecf9 --- /dev/null +++ b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: rejetto.hfs +PackageVersion: 3.0.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hfs.exe +ReleaseDate: 2026-03-04 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rejetto/hfs/releases/download/v3.0.7/hfs-windows-x64-3.0.7.zip + InstallerSha256: FE8115405594C8E9C6D68365A17BDE064F833AB8D280532998A3FBE3F7A51EDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.locale.en-US.yaml b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.locale.en-US.yaml new file mode 100644 index 0000000000000..868bac1909419 --- /dev/null +++ b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: rejetto.hfs +PackageVersion: 3.0.7 +PackageLocale: en-US +Publisher: rejetto +PublisherUrl: https://github.com/rejetto +PublisherSupportUrl: https://github.com/rejetto/hfs/issues +PackageName: hfs +PackageUrl: https://github.com/rejetto/hfs +License: GPL-3.0 +LicenseUrl: https://github.com/rejetto/hfs/blob/HEAD/LICENSE.txt +ShortDescription: HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system. +Tags: +- file-server +- file-sharing +- http-server +- nodejs +- typescript +- web +ReleaseNotes: |- + fix: (regression 3.0.4) it could happen that the config looked empty/reset on start, until a restart + Full Changelog: v3.0.6...v3.0.7 + Sorry for releasing another update so quickly, but one of the fixes in 3.0.6 turned out to be ineffective. +ReleaseNotesUrl: https://github.com/rejetto/hfs/releases/tag/v3.0.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.yaml b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.yaml new file mode 100644 index 0000000000000..61e0b1c4ac499 --- /dev/null +++ b/manifests/r/rejetto/hfs/3.0.7/rejetto.hfs.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: rejetto.hfs +PackageVersion: 3.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.installer.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.installer.yaml new file mode 100644 index 0000000000000..698540239a3fe --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.installer.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.17 +InstallerType: nullsoft +Scope: user +ProductCode: OpenCode +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- ProductCode: OpenCode +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\OpenCode' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.17/opencode-desktop-windows-x64.exe + InstallerSha256: D7352F31C1267214B36DB55FA1E375F15E85E3A637C4D13BCD937AC27E40592D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.locale.en-US.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..b969227d0cf78 --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.17 +PackageLocale: en-US +Publisher: opencode +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: OpenCode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/anomalyco/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: OpenCode is an open source agent that helps you write and run code with any AI model. It''s available as a terminal-based interface, desktop app, or IDE extension. +Description: |- + opencode is an AI coding agent. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Rework workspace integration and adaptor interface + - Clarify output capture guidance in bash tool documentation + TUI + - Show scrollbar by default + - Prevent orphaned opencode subprocesses on shutdown + - Validate agent when running with attach flag (@alberti42) + Desktop + - Remove blur from todos in app + - Delay dock animation on session load + - Remove diff lines from sessions in sidebar + - Loading session should be scrolled to the bottom + - Close terminal tabs properly + - Add Electron version to desktop application + Thank you to 3 community contributors: + - @Copilot: + - revert: undo turbo typecheck dependency change from #14828 (#15902) + - @alberti42: + - fix: run --attach agent validation (#11812) + - @Niraj12chaudhary: + - fix(docs): update dead opencode-daytona ecosystem link (#15979) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.17 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.yaml b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.yaml new file mode 100644 index 0000000000000..a437f14e4a0cf --- /dev/null +++ b/manifests/s/SST/OpenCodeDesktop/1.2.17/SST.OpenCodeDesktop.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.OpenCodeDesktop +PackageVersion: 1.2.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.17/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.2.17/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..34b5343ad2382 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.17/SST.opencode.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: SST.opencode +PackageVersion: 1.2.17 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.17/opencode-windows-x64.zip + InstallerSha256: 50114D8FC951942797759AAAE48A58B2D5B5A124D3557B2D8B487C1EA6439FFE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.17/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.2.17/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..0d38bac563ba6 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.17/SST.opencode.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.17 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Rework workspace integration and adaptor interface + - Clarify output capture guidance in bash tool documentation + TUI + - Show scrollbar by default + - Prevent orphaned opencode subprocesses on shutdown + - Validate agent when running with attach flag (@alberti42) + Desktop + - Remove blur from todos in app + - Delay dock animation on session load + - Remove diff lines from sessions in sidebar + - Loading session should be scrolled to the bottom + - Close terminal tabs properly + - Add Electron version to desktop application + Thank you to 3 community contributors: + - @Copilot: + - revert: undo turbo typecheck dependency change from #14828 (#15902) + - @alberti42: + - fix: run --attach agent validation (#11812) + - @Niraj12chaudhary: + - fix(docs): update dead opencode-daytona ecosystem link (#15979) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.17 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.17/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.2.17/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed0bcc2a1a0db --- /dev/null +++ b/manifests/s/SST/opencode/1.2.17/SST.opencode.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: SST.opencode +PackageVersion: 1.2.17 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.17/SST.opencode.yaml b/manifests/s/SST/opencode/1.2.17/SST.opencode.yaml new file mode 100644 index 0000000000000..20c02daebd699 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.17/SST.opencode.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: SST.opencode +PackageVersion: 1.2.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.installer.yaml b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.installer.yaml new file mode 100644 index 0000000000000..46cf7bf28cad6 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.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: Sentry.sentry-cli +PackageVersion: 3.3.0 +InstallerType: portable +Commands: +- sentry +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.3.0/sentry-cli-Windows-i686.exe + InstallerSha256: 94BB198BF4CAE41FC77D0535652869B5259B54A1608075E76BC032DE15E222E1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.3.0/sentry-cli-Windows-x86_64.exe + InstallerSha256: 25B938D377EF946CCEC89D9B03C4F49EF6970C717404839D44C683313EC71C88 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.locale.en-US.yaml b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..f58ffc94d16e3 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.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: Sentry.sentry-cli +PackageVersion: 3.3.0 +PackageLocale: en-US +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: A command line utility to work with Sentry. +Moniker: sentry-cli +Tags: +- sentry +ReleaseNotes: |- + New Features + - Added sentry-cli proguard uuid to compute and print the UUID for a ProGuard mapping file (#3176). + Improvements + - Moved sentry-cli upload-proguard to sentry-cli proguard upload, aligning the API with similar upload commands like debug-files upload and sourcemaps upload (#3174). sentry-cli upload-proguard remains supported as an alias, so no migration is required. + Experimental Feature 🧑‍🔬 (internal-only) + - Print snapshot URL after successful upload (#3167). +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.3.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.locale.zh-CN.yaml b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2a383c8b9701 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.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: Sentry.sentry-cli +PackageVersion: 3.3.0 +PackageLocale: zh-CN +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: 用于 Sentry 的命令行实用程序。 +Tags: +- sentry +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.3.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.yaml b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.yaml new file mode 100644 index 0000000000000..7d6b4de0ad955 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.3.0/Sentry.sentry-cli.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: Sentry.sentry-cli +PackageVersion: 3.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.installer.yaml b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.installer.yaml new file mode 100644 index 0000000000000..90ce5d519eafa --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1303.1 +InstallerType: portable +Commands: +- snyk-win +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/snyk/cli/releases/download/v1.1303.1/snyk-win.exe + InstallerSha256: EDC0A20FB023A25CF68565807E7F4949735C6CE745CF544CB054CD9A33495E34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.locale.en-US.yaml b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.locale.en-US.yaml new file mode 100644 index 0000000000000..173cc869032b0 --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1303.1 +PackageLocale: en-US +Publisher: Snyk +PublisherUrl: https://snyk.com/ +PublisherSupportUrl: https://github.com/snyk/cli/issues +Author: Snyk +PackageName: Snyk +PackageUrl: https://github.com/snyk/cli +License: Apache License 2.0 +LicenseUrl: https://github.com/snyk/cli/blob/HEAD/LICENSE +Copyright: Copyright 2015 Snyk Ltd. +ShortDescription: Snyk CLI scans and monitors your projects for security vulnerabilities. +Moniker: Snyk +Tags: +- monitor +- security +- snyk +- vulnerabilities +ReleaseNotes: |- + 1.1303.1 (2026-03-04) + The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation + Bug Fixes + - ui: Fixed an issue where JSON output was incorrectly printed to stdout when only --json-file-output was specified. (d6d465d) + - language-server: Fixed an issue where scans would not trigger when Snyk Code was enabled in IDE settings. (7567881) + - mcp: Fixed an issue where Snyk rules were not written locally. (7567881) +ReleaseNotesUrl: https://github.com/snyk/cli/releases/tag/v1.1303.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.yaml b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.yaml new file mode 100644 index 0000000000000..296f9ae9caf63 --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1303.1/Snyk.Snyk.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1303.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..cf672d407f0d4 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.740.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.740.2/speakeasy_windows_386.zip + InstallerSha256: a08f1692936e1fe470925c3d41a7f3fd5610dcca0e9a405e0e213ca930b0dd63 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.740.2/speakeasy_windows_arm64.zip + InstallerSha256: 89e3d2f974248c47b7d749752f7fe7136ff94612feffcb9972a6e39836178731 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.740.2/speakeasy_windows_amd64.zip + InstallerSha256: 0e9e3e7889ada6a4f75b0ba86cbca2fd25f8dd699fe270199adf1421b8cac3ec + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..6c1b8188b485a --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.740.2 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.740.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.740.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..bb20d3b889a54 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.2/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.740.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..05659bc831c40 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.1/speakeasy_windows_386.zip + InstallerSha256: 11aa3542cf08758fc77228030a0e6ae2fd22e4714a852a6d6603c731dc0060ee + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.1/speakeasy_windows_arm64.zip + InstallerSha256: f9f70abe4500214ea749db61776b08f4b08225ad088af67a038b380315890ae2 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.1/speakeasy_windows_amd64.zip + InstallerSha256: 5cdb880e7ed6d1a4e5d08c30a55910af9cbf061b4984445214ec7ca695978c77 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..7c02fd3f6763c --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.1 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.1 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..eec880cc10e85 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.1/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..3b5a602ab7406 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-04" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.2/speakeasy_windows_386.zip + InstallerSha256: b270b2e8a7dfb9c9baf81e094902a02e3a1ab41d11420c19409cb5f4dd4316cb + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.2/speakeasy_windows_arm64.zip + InstallerSha256: b20bb5eefcb28074ab85fb12d9e4206488a403da0153493643f152789709000b + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.741.2/speakeasy_windows_amd64.zip + InstallerSha256: ff8b6da6b73e50fd55ff41f1d553c443f66414b092d91ce8b04c05a124817704 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..08802a37355fc --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.2 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.741.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..c9078942a29fc --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.741.2/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.741.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml new file mode 100644 index 0000000000000..4413f22f06a11 --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: StirlingTools.StirlingPDF +PackageVersion: 2.6.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{21FAE9AA-00BA-4303-B729-CB5B424D0F48}' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- Publisher: Stirling PDF Inc. + ProductCode: '{21FAE9AA-00BA-4303-B729-CB5B424D0F48}' + UpgradeCode: '{3305FBA9-7E5E-5C09-BC71-ECA0A65F4FEE}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Stirling-PDF' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.6.0/Stirling-PDF-windows-x86_64.msi + InstallerSha256: C8FF70999BFBC4A20B54DAE99D83E6CC81028163A25B2D1DFFEC12658AC361BC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.locale.en-US.yaml b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.locale.en-US.yaml new file mode 100644 index 0000000000000..66f7a8fcd92b5 --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.locale.en-US.yaml @@ -0,0 +1,94 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: StirlingTools.StirlingPDF +PackageVersion: 2.6.0 +PackageLocale: en-US +Publisher: Stirling-Software +PublisherUrl: https://www.stirlingpdf.com/ +PublisherSupportUrl: https://github.com/Stirling-Tools/Stirling-PDF/issues +PackageName: Stirling-PDF +PackageUrl: https://github.com/Stirling-Tools/Stirling-PDF +License: MIT +LicenseUrl: https://github.com/Stirling-Tools/Stirling-PDF/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Stirling PDF Inc. +ShortDescription: A locally hosted one-stop shop for all your PDF needs +Description: Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements. +Tags: +- docker +- java +- pdf +- pdf-converter +- pdf-editor +- pdf-manipulation +- pdf-merger +- pdf-ocr +- pdf-tools +- pdf-web-apps +- pdfmerger +ReleaseNotes: |- + In this update, we have drastically improved Stirling PDFs memory usage and startup performance in our testing you should see around a 30% reduction in both idle usage and startup speed + We have also dramatically reduced the filesize of the docker by 30-40% + Breaking updates: + No longer supporting JDK 17, we have moved to JDK 21-25 and are recommending all jar installs to upgrade to JDK 25 for best performance + Other updates + - Desktop now supports running non installed tools by optionally connecting to Stirling cloud server IF a user chooses to and is already running via login to cloud + - Several dependencies have been updated + - Security patches + Bug fixes + - Health check failing under certain auth scenarios + - Crop not working for desktop + What's Changed + Enhancements + - feat(docker): update base images to Java 25, Spring 4, Jackson 3, Gradle 9 and optimize JVM options (Project Lilliput) by @balazs-szucs in #5725 + - feat(annotation): add moveAnnotation API for efficient repositioning of annotations, and bump embed to 2.7.0 by @balazs-szucs in #5809 + - feat(conversion): switch PDF input engine to pdftohtml for improved performance and reduced dependencies by @balazs-szucs in #5820 + - feat(aot): add aot-diagnostics.sh for AOT cache diagnostics and validation by @balazs-szucs in #5848 + Minor Enhancements + - Update frontend minor package versions by @jbrunton96 in #5787 + - Sync up Tauri versions by @jbrunton96 in #5789 + - zip and response issues by @Frooodle in #5786 + - Change to use dpdm for circular import scanning by @jbrunton96 in #5788 + - Cachefixing test by @Frooodle in #5793 + - Desktop connection SaaS: config, billing, team support by @ConnorYoh in #5768 + - Switch to use ESLint 10 by @jbrunton96 in #5794 + - cleanups by @Frooodle in #5795 + - DocumentBuilderFactory limiting by @Frooodle in #5797 + - lint by @reecebrowne in #5802 + - Harden shared signature endpoints by @Frooodle in #5806 + - open-saml bumps by @Frooodle in #5805 + - fix split cuased by defaultParameters breaking dynamic endpoint tools by @Frooodle in #5838 + - hardening by @Frooodle in #5807 + - Fix health status checks falling under mettric flag by @Frooodle in #5821 + - Frontend and Desktop audit fixes by @ConnorYoh in #5840 + - refactor(merge,split,json): adopt streaming approach and standardize types, address gradle warnings by @balazs-szucs in #5803 + - fallback for /api/v1/config/endpoints-availability by @ConnorYoh in #5842 + - Add check for ghostscript before plowing on with removeDataOutsideCrop by @ConnorYoh in #5845 + - Fix split tooltips by @reecebrowne in #5847 + Docker Updates + - disable other dockers by @Frooodle in #5792 + - docker cache fix by @Frooodle in #5801 + - [Aikido] AI Fix for 3rd party Github Actions should be pinned by @aikido-autofix[bot] in #5817 + - fix(aot): use Spring Boot exploded layer format for aot cache by @balazs-szucs in #5811 + - [StepSecurity] Apply security best practices by @step-security-bot in #5830 + - tauri jdk25 and docs by @Frooodle in #5814 + Development Tools + - build(deps): bump ajv from 8.17.1 to 8.18.0 in /devTools in the npm_and_yarn group across 1 directory by @dependabot[bot] in #5774 + - build(deps-dev): bump stylelint from 16.26.1 to 17.4.0 in /devTools by @dependabot[bot] in #5822 + Other Changes + - build(deps-dev): bump pillow from 12.1.0 to 12.1.1 in /.github/scripts in the pip group across 1 directory by @dependabot[bot] in #5720 + - build(deps): bump pillow from 12.1.0 to 12.1.1 in /testing/cucumber in the pip group across 1 directory by @dependabot[bot] in #5719 + - deps by @Frooodle in #5796 + - chore(deps): update dependencies for security by @balazs-szucs in #5813 + - ci: provide default desktop env vars in tauri GitHub Actions builds by @Frooodle in #5815 + - skip certs by @Frooodle in #5819 + - build(deps): bump pypdf from 6.6.2 to 6.7.4 in /testing/cucumber by @dependabot[bot] in #5825 + - build(deps): bump github/codeql-action from 4.31.10 to 4.32.4 by @dependabot[bot] in #5833 + - build(deps): bump actions/ai-inference from 2.0.5 to 2.0.7 by @dependabot[bot] in #5831 + - build(deps): bump com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.6 by @dependabot[bot] in #5365 + New Contributors + - @aikido-autofix[bot] made their first contribution in #5817 + Full Changelog: v2.5.3...v2.6.0 +ReleaseNotesUrl: https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.6.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.yaml b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.yaml new file mode 100644 index 0000000000000..9b56045039c28 --- /dev/null +++ b/manifests/s/StirlingTools/StirlingPDF/2.6.0/StirlingTools.StirlingPDF.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: StirlingTools.StirlingPDF +PackageVersion: 2.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.installer.yaml b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.installer.yaml new file mode 100644 index 0000000000000..7e1ed61e3afd2 --- /dev/null +++ b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SurrealDB.SurrealDB +PackageVersion: 2.6.3 +InstallerType: portable +InstallModes: +- silent +Commands: +- surreal +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/surrealdb/surrealdb/releases/download/v2.6.3/surreal-v2.6.3.windows-amd64.exe + InstallerSha256: 62E549FEDF4F1BF20FC8777A15EC4350DEE38584CB958F99011E6C513B28AFBF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.locale.en-US.yaml b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.locale.en-US.yaml new file mode 100644 index 0000000000000..6916099bc2a8c --- /dev/null +++ b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SurrealDB.SurrealDB +PackageVersion: 2.6.3 +PackageLocale: en-US +Publisher: SurrealDB +PublisherUrl: https://surrealdb.com/ +PublisherSupportUrl: https://surrealdb.com/docs/surrealdb +PrivacyUrl: https://surrealdb.com/legal/category/privacy +PackageName: SurrealDB +PackageUrl: https://surrealdb.com/ +License: Apache License, Version 2.0 +LicenseUrl: https://github.com/surrealdb/surrealdb/blob/HEAD/LICENSE +Copyright: Copyright © SurrealDB Ltd. Registered in England and Wales. Company no. 13615201 +ShortDescription: SurrealDB has been built from the ground up to be the ultimate database for developers who want to build tomorrow's applications. +Moniker: surrealdb +Tags: +- backend-as-a-service +- cloud-database +- database +- database-as-a-service +- developer-tools +- devtools +- distributed +- distributed-database +- document-database +- graph-database +- nosql +- realtime-database +- serverless +- sql +- surreal +- web +ReleaseNotes: Release 2.6.3 +ReleaseNotesUrl: https://github.com/surrealdb/surrealdb/releases/tag/v2.6.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.yaml b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.yaml new file mode 100644 index 0000000000000..c115d97729b3c --- /dev/null +++ b/manifests/s/SurrealDB/SurrealDB/2.6.3/SurrealDB.SurrealDB.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SurrealDB.SurrealDB +PackageVersion: 2.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.10.2/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.installer.yaml new file mode 100644 index 0000000000000..5fc2c7834fd8b --- /dev/null +++ b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.10.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-02" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.10.2/toolhive_0.10.2_windows_amd64.zip + InstallerSha256: 6f074832d46c1ca91d3d5b3203292c5b01780661aa16e358ba0f790534cbc068 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.10.2/toolhive_0.10.2_windows_arm64.zip + InstallerSha256: 417b40d2c012b29c8df89f313b90572281661f0b84b1b50f2e2bc2630e0912b8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.10.2/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.locale.en-US.yaml new file mode 100644 index 0000000000000..32d8eb50bb6c0 --- /dev/null +++ b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * aa00f103e7512a80d15b9083094518acc276f20a: Fix GoReleaser CLI docs tarball upload path (#3966) (@ChrisJBurns) + * 1f31de66b0c61babc0171c608afa66e7cfded53d: Release v0.10.2 (#3967) (@stacklokbot) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.10.2/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.yaml new file mode 100644 index 0000000000000..4d9a2a9af868a --- /dev/null +++ b/manifests/s/stacklok/thv/0.10.2/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.installer.yaml b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.installer.yaml new file mode 100644 index 0000000000000..9a95acfe26f6a --- /dev/null +++ b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.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: THS.THS.Hevo +PackageVersion: 11.8.1.8 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /quiet + InstallLocation: /target="" +InstallerSuccessCodes: +- 1 +UpgradeBehavior: install +ProductCode: 同花顺远航版 +Installers: +- Architecture: x86 + InstallerUrl: https://sp.thsi.cn/staticS3/mobileweb-upload-static-server.file/app_6/downloadcenter/THS_hevo_gc_11.8.1.8.exe + InstallerSha256: 51192FB468D46CBF787DC3A2B78AFAB6C71E7C34C80EAF719609B7A0C3B68193 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.en-US.yaml b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.en-US.yaml new file mode 100644 index 0000000000000..f7ee057fb0469 --- /dev/null +++ b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: THS.THS.Hevo +PackageVersion: 11.8.1.8 +PackageLocale: en-US +Publisher: Hithink RoyalFlush Information Network Co.,Ltd. +PublisherUrl: https://www.10jqka.com.cn/ +PublisherSupportUrl: https://help.10jqka.com.cn/faq/front/1/ +Author: Hithink Royalflush Information Network Co., Ltd. +PackageName: 同花顺远航版 +PackageUrl: https://activity.ths123.com/html/xb/160809/index.html +License: Proprietary +LicenseUrl: https://news.10jqka.com.cn/clientinfo/protocol.html +Copyright: Copyright © 2026 Hithink Royal Flush Information Network co.Ltd. All rights reserved. +CopyrightUrl: https://www.10jqka.com.cn/ia/pass_buck.php +ShortDescription: Brand new stock quotes software by Royalflush +Description: THS Hevo is a dedicated work based on big data and AI that uses the newest generation of communication protocols to deliver accurate stock quotes in milliseconds and can be customized according to investor's investment style. Not only is it equipped with a unique indicator platform matrix that can be redefined with Python to discover the movement of major funds, but also exclusive develop special indicators such as TD Sequential, bull-bear line and moving averages to accurately grasp the buying and selling points and significantly improve the winning percentage of picking tops and bottoms. It is a heavyweight product of Royalflush that fulfills the mission of "Making Investment Easier". +Tags: +- finance +- index +- market +- stock +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.zh-CN.yaml b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4583f21f21df4 --- /dev/null +++ b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: THS.THS.Hevo +PackageVersion: 11.8.1.8 +PackageLocale: zh-CN +Publisher: Hithink RoyalFlush Information Network Co.,Ltd. +PublisherUrl: https://www.10jqka.com.cn/ +PublisherSupportUrl: https://help.10jqka.com.cn/faq/front/1/ +Author: 浙江核新同花顺网络信息股份有限公司 +PackageName: 同花顺远航版 +PackageUrl: https://activity.ths123.com/html/xb/160809/index.html +License: 专有软件 +LicenseUrl: https://news.10jqka.com.cn/clientinfo/protocol.html +Copyright: Copyright © 2026年 Hithink Royal Flush Information Network co.Ltd. All rights reserved. +CopyrightUrl: https://www.10jqka.com.cn/ia/pass_buck.php +ShortDescription: 同花顺全新行情软件 +Description: 同花顺远航版是基于大数据、人工智能的倾心力作。使用最新一代通信协议,传递毫秒级的精准行情。投资者可以依据投资风格,个性化定制属于自己的版本。软件不仅搭载远航版特有的指标平台矩阵,用 Python 重新定义指标,深度揭秘主力资金动向的超级资金,而且独家研发神奇九转、牛熊线、五线谱等特色指标,精准把握买卖点,大幅提升抄底逃顶胜率,是同花顺践行“让投资变得更简单”这一使命的重磅产品。 +Tags: +- 大盘 +- 指数 +- 股市 +- 股票 +- 财经 +- 金融 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.yaml b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.yaml new file mode 100644 index 0000000000000..c6f4c672eb027 --- /dev/null +++ b/manifests/t/THS/THS/Hevo/11.8.1.8/THS.THS.Hevo.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: THS.THS.Hevo +PackageVersion: 11.8.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.installer.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.installer.yaml new file mode 100644 index 0000000000000..bc24c225b4c89 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.25.5 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +FileExtensions: +- bim +- cs +- csx +- json +- ovpax +- pbip +- pbit +- tmdl +- vpax +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +AppsAndFeaturesEntries: +- UpgradeCode: '{FEC89026-C88D-4598-B6AF-1E6CB88B34EB}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.tabulareditor.com/files/TabularEditor.3.25.5.x64.Net8.msi + InstallerSha256: 4BDC9146D0D61050F44222DEB6D314852903122B3075B836B9E727079D257B50 + ProductCode: '{F70D70E0-ACA5-4585-B805-B4142CC8213E}' +- Architecture: arm64 + InstallerUrl: https://cdn.tabulareditor.com/files/TabularEditor.3.25.5.ARM64.Net8.msi + InstallerSha256: DD39334B54CEDFCBA2CA512B9E138B92E483208C96148FA0ABF095F6BC74F5A0 + ProductCode: '{6546B5C9-E2B3-42F2-90FF-993B9FB1DED6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.en-US.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.en-US.yaml new file mode 100644 index 0000000000000..275f59d87dba1 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.25.5 +PackageLocale: en-US +Publisher: Tabular Editor ApS +PublisherUrl: https://tabulareditor.com/ +PublisherSupportUrl: https://github.com/TabularEditor/TabularEditor3/issues +PrivacyUrl: https://tabulareditor.com/privacy-policy +Author: Tabular Editor ApS +PackageName: Tabular Editor 3 +PackageUrl: https://tabulareditor.com/downloads +License: Proprietary +LicenseUrl: https://tabulareditor.com/license-terms +Copyright: © 2026 Tabular Editor ApS +CopyrightUrl: https://tabulareditor.com/license-terms +ShortDescription: A tool that lets you easily manipulate and manage measures, calculated columns, display folders, perspectives and translations in Analysis Services Tabular and Power BI Sematic Models. +Tags: +- dax +- power-bi +- powerbi +ReleaseNotesUrl: https://docs.tabulareditor.com/references/release-notes/3_25_5.html +PurchaseUrl: https://tabulareditor.com/pricing +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.tabulareditor.com/ +- DocumentLabel: Learn + DocumentUrl: https://tabulareditor.com/learn +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.zh-CN.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..928be0d5721a5 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TabularEditor.TabularEditor.3 +PackageVersion: 3.25.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款可让您轻松操作和管理 Analysis Services 表格模型及 Power BI 语义模型中度量值、计算列、显示文件夹、透视和翻译的工具。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.tabulareditor.com/ +- DocumentLabel: 学习 + DocumentUrl: https://tabulareditor.com/learn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.yaml b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.yaml new file mode 100644 index 0000000000000..ee1edb97914c6 --- /dev/null +++ b/manifests/t/TabularEditor/TabularEditor/3/3.25.5/TabularEditor.TabularEditor.3.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: TabularEditor.TabularEditor.3 +PackageVersion: 3.25.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.installer.yaml b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.installer.yaml new file mode 100644 index 0000000000000..e888d2dcaf99e --- /dev/null +++ b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TeamSlop.Slopcode +PackageVersion: 0.0.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: slopcode.exe + PortableCommandAlias: slopcode +Commands: +- slopcode +ReleaseDate: 2026-03-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/teamslop/slopcode/releases/download/v0.0.5/slopcode-windows-x64-baseline.zip + InstallerSha256: E85CC49DADE79C56CCA5995191EE9E0919930FF7331A0A16741EF109E737DD6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.locale.en-US.yaml b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.locale.en-US.yaml new file mode 100644 index 0000000000000..8e35e636329dc --- /dev/null +++ b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TeamSlop.Slopcode +PackageVersion: 0.0.5 +PackageLocale: en-US +Publisher: TeamSlop +PublisherUrl: https://github.com/teamslop +PublisherSupportUrl: https://github.com/teamslop/slopcode/issues +PackageName: SlopCode +PackageUrl: https://slopcode.dev/ +License: MIT +LicenseUrl: https://github.com/teamslop/slopcode/blob/v0.0.5/LICENSE +ShortDescription: The AI coding agent built for the terminal. +Description: |- + SlopCode is an AI coding agent for the terminal. + It provides a native TUI, parallel agent workflows, and support for many model providers. +Moniker: slopcode +Tags: +- ai +- cli +- coding +- terminal +ReleaseNotesUrl: https://github.com/teamslop/slopcode/releases/tag/v0.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.yaml b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.yaml new file mode 100644 index 0000000000000..d26b0271919bd --- /dev/null +++ b/manifests/t/TeamSlop/Slopcode/0.0.5/TeamSlop.Slopcode.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TeamSlop.Slopcode +PackageVersion: 0.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.installer.yaml b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.installer.yaml new file mode 100644 index 0000000000000..61b4aaa998a8f --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.installer.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.75.5 +Scope: machine +UpgradeBehavior: install +Protocols: +- blizzv1 +- teamviewer10 +- teamviewer8 +- teamviewerapi +- tvchat1 +- tvcontrol1 +- tvfiletransfer1 +- tvjoinv8 +- tvoneweblogin +- tvpresent1 +- tvsendfile1 +- tvsqcustomer1 +- tvsqsupport1 +- tvvideocall1 +- tvvpn1 +FileExtensions: +- tpsr +- tvc +- tvlink +- tvs +Installers: +- Architecture: x86 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: update.msi + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_15.75.5.zip + InstallerSha256: BFD8B86C29B528874F858F3BCB6D03020A737A66B37954071A26122692DA89D1 + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{D5048C6E-2B34-4517-BC92-1EB4B13D855E}' + AppsAndFeaturesEntries: + - ProductCode: '{D5048C6E-2B34-4517-BC92-1EB4B13D855E}' + UpgradeCode: '{98A72954-BC0F-11E8-9CC6-3F794D8C2BDE}' +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Setup.exe + InstallerSha256: 819CD961D01EF9A80A2A3B2BD558BEEC3D6DED5DB14990EA8F610221A831A732 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: update.msi + InstallerUrl: https://download.teamviewer.com/download/version_15x/update/Update_msi_15.75.5_x64.zip + InstallerSha256: 58DA9D75BC2933B963A7B7D4D936FA26DCD817A373E85A9E1F2CE8709A413D71 + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{E9F14224-5E66-42B3-B52D-D12F93A68F8D}' + AppsAndFeaturesEntries: + - ProductCode: '{E9F14224-5E66-42B3-B52D-D12F93A68F8D}' + UpgradeCode: '{F0C19578-BC20-4F79-B2C3-EA824DE91F34}' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64.exe + InstallerSha256: 37AB20C8823698314F3B2FC724923306D55FC67A33FD9BCA0BDFA1F3FAAC6715 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.de-DE.yaml b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.de-DE.yaml new file mode 100644 index 0000000000000..d0e475884652a --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.de-DE.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.75.5 +PackageLocale: de-DE +PublisherUrl: https://www.teamviewer.com/de/ +PublisherSupportUrl: https://www.teamviewer.com/de/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.com/de/legal/privacy-and-cookies/ +PackageUrl: https://www.teamviewer.com/de/download/windows/ +License: Proprietäre +LicenseUrl: https://www.teamviewer.com/de/legal/eula/ +CopyrightUrl: https://www.teamviewer.com/de/legal/eula/ +ShortDescription: Sicherer Remote Access und Support +Description: |- + TeamViewer ist eine umfassende Lösung für Fernzugriff, Fernsteuerung und Fernsupport, die mit fast jeder Desktop- und Mobilplattform funktioniert, einschließlich Windows, macOS, Android und iOS. + Mit TeamViewer können Sie sich per Fernzugriff auf Computer oder mobile Geräte an jedem Ort der Welt einwählen und sie so nutzen, als wären Sie vor Ort. +Tags: +- fernsteuerung +- fernzugriff +- konferenzen +- remote-control +- remote-desktop +- webkonferenz +ReleaseNotes: |- + New Features + - Erleben Sie das brandneue TeamViewer Remote! + + Improvements + - Geben Sie uns gerne Feedback zu den neuesten und zukünftigen Verbesserungen der Benutzeroberfläche: An Umfrage teilnehmen + + Bugfixes + - Behebung eines Fehlers, der dazu geführt hat, dass das Profilbild im Dialog nicht angezeigt wurde, wenn eine Bestätigung der Verbindung zu einem verwalteten Gerät erforderlich war. + - Behebung eines Fehlers, der dazu geführt hat, dass die Zwischenablage manchmal nicht oder nur mit Verzögerung synchronisiert wurde. + - Behebung eines Fehlers, der auftrat, wenn man über die Toolbar den entfernten Computer neustarten wollte, auf dem ein QuickSupport-Modul ohne Admin-Rechte installiert ist. + - Es wurde ein Fehler behoben, der Benutzer daran hinderte, nach Abschluss einer kostenlosen Remote Session Feedback zu senden. +ReleaseNotesUrl: https://community.teamviewer.com/German/categories/release-notes-de +PurchaseUrl: https://www.teamviewer.com/de/pricing/ +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://www.teamviewer.com/de/global/support/knowledge-base/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.en-US.yaml b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..fbc7590aaaf20 --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.75.5 +PackageLocale: en-US +Publisher: TeamViewer +PublisherUrl: https://www.teamviewer.com/ +PublisherSupportUrl: https://www.teamviewer.com/en/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.com/en/legal/privacy-and-cookies/ +Author: TeamViewer Germany GmbH +PackageName: TeamViewer +PackageUrl: https://www.teamviewer.com/en/download/windows/ +License: Proprietary +LicenseUrl: https://www.teamviewer.com/en/legal/eula/ +Copyright: Copyright © 2005-2026 TeamViewer Germany GmbH +CopyrightUrl: https://www.teamviewer.com/en/legal/eula/ +ShortDescription: Secure remote access and support +Description: |- + TeamViewer is a comprehensive, remote access, remote control and remote support solution that works with almost every desktop and mobile platform, including Windows, macOS, Android, and iOS. + TeamViewer lets you remote in to computers or mobile devices located anywhere in the world and use them as though you were there. +Moniker: teamviewer +Tags: +- conference +- conferencing +- control +- meeting +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +- remote-support +- web-conferencing +ReleaseNotes: |- + New Features + - Try the all-new TeamViewer Remote! + + Improvements + - Please send us your feedback on how we can further improve TeamViewer: Take this short survey + + Bugfixes + - Fixed a bug that caused the profile picture to no longer being shown on the dialogue when connecting to a managed device via prompt for confirmation. + - Fixed a bug that caused the clipboard synchronization to sometimes take longer or doesn't synchronize at all. + - Fixed a bug that occurred during the remote reboot triggered from the in-session toolbar in a connection to a QuickSupport module without having admin rights on the remote device. + - Resolved a bug that prevented users from sending feedback after completing a free session. +ReleaseNotesUrl: https://community.teamviewer.com/English/categories/change-logs-en +PurchaseUrl: https://www.teamviewer.com/en/pricing/ +Documentations: +- DocumentLabel: Knowledge Base + DocumentUrl: https://www.teamviewer.com/en/global/support/knowledge-base/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.zh-CN.yaml b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c2a30277f096e --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TeamViewer.TeamViewer +PackageVersion: 15.75.5 +PackageLocale: zh-CN +PublisherUrl: https://www.teamviewer.cn/cn/ +PublisherSupportUrl: https://www.teamviewer.cn/cn/global/support/customer-support/ +PrivacyUrl: https://www.teamviewer.cn/cn/legal/privacy-and-cookies/ +PackageUrl: https://www.teamviewer.cn/cn/download/windows/ +License: 专有软件 +LicenseUrl: https://www.teamviewer.cn/cn/legal/eula/ +CopyrightUrl: https://www.teamviewer.cn/cn/legal/eula/ +ShortDescription: 打造安全的远程访问和支持 +Description: |- + TeamViewer 是一款全功能远程访问、远程控制和远程支持解决方案,几乎适用于所有桌面和移动平台,包括 Windows、macOS、Android 和 iOS。 + 通过 TeamViewer,你可以远程访问位于世界任何地方的电脑或移动设备,并像在现场一样使用它们。 +Tags: +- 会议 +- 开会 +- 控制 +- 远程 +- 远程会议 +- 远程办公 +- 远程协助 +- 远程开会 +- 远程控制 +- 远程支持 +- 远程桌面 +- 远程访问 +- 远程连接 +PurchaseUrl: https://www.teamviewer.cn/cn/pricing/ +Documentations: +- DocumentLabel: 知识库 + DocumentUrl: https://www.teamviewer.cn/cn/global/support/knowledge-base/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.yaml b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.yaml new file mode 100644 index 0000000000000..52cd5466d46ee --- /dev/null +++ b/manifests/t/TeamViewer/TeamViewer/15.75.5/TeamViewer.TeamViewer.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: TeamViewer.TeamViewer +PackageVersion: 15.75.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.installer.yaml b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.installer.yaml new file mode 100644 index 0000000000000..89a964f00760a --- /dev/null +++ b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.ima-copilot +PackageVersion: 143.0.7499.4103 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: quiet + SilentWithProgress: quiet +UpgradeBehavior: install +Protocols: +- http +- https +- imacopilot +FileExtensions: +- htm +- html +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: ima.copilot +Installers: +- Architecture: x64 + InstallerUrl: https://app-dl.ima.qq.com/win/2.4.0_3909/ima.copilot_win_x64_1018_2.4.0_3909.exe + InstallerSha256: 95BAB88E4EE1AC04E89B662AAFC78985D6D419502DBF891E740B2CE4D0C60DA4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.locale.en-US.yaml b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.locale.en-US.yaml new file mode 100644 index 0000000000000..04f848acad88d --- /dev/null +++ b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.ima-copilot +PackageVersion: 143.0.7499.4103 +PackageLocale: en-US +Publisher: The ima.copilot Authors +PublisherUrl: https://ima.qq.com/ +PrivacyUrl: https://privacy.qq.com/document/preview/aca5ed13893d47cfa31697704c2dd366 +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: ima.copilot +PackageUrl: https://ima.qq.com/ +License: Proprietary +LicenseUrl: https://rule.tencent.com/rule/202410140002 +Copyright: Copyright 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: Tencent Intelligent Workspace +Description: ima.copilot (ima for short) is a knowledge base-centric intelligent workspace product that has integrated Tencent Hunyuan's LLM and the full weights version of DeepSeek R1. ima is an all-in-one efficiency tool for searching, reading, and writing, designed to enhance learning and productivity for users with strong demands for knowledge acquisition, information processing, and content creation. +Tags: +- ai +- copilot +- deepseek +- hunyuan +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.locale.zh-CN.yaml b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1788d722e5c60 --- /dev/null +++ b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.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: Tencent.ima-copilot +PackageVersion: 143.0.7499.4103 +PackageLocale: zh-CN +Publisher: The ima.copilot Authors +PublisherUrl: https://ima.qq.com/ +PrivacyUrl: https://privacy.qq.com/document/preview/aca5ed13893d47cfa31697704c2dd366 +Author: 深圳市腾讯计算机系统有限公司 +PackageName: ima.copilot +PackageUrl: https://ima.qq.com/ +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/202410140002 +Copyright: Copyright 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 腾讯智能工作台 +Description: ima.copilot(简称 ima)是一款以知识库为核心的智能工作台产品,已接入腾讯混元大模型和 DeepSeek R1 模型满血版。ima 是搜、读、写一体的效率工具,旨在帮助有较强知识获取、信息处理、内容输出需求的用户,提升学习、办公效率。 +Tags: +- 人工智能 +- 智能助手 +- 深度求索 +- 混元 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.yaml b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.yaml new file mode 100644 index 0000000000000..e230151c1644d --- /dev/null +++ b/manifests/t/Tencent/ima-copilot/143.0.7499.4103/Tencent.ima-copilot.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.ima-copilot +PackageVersion: 143.0.7499.4103 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml new file mode 100644 index 0000000000000..80dad948fa7c2 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.02.18.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{3B9704C8-1286-4a17-9EA8-F63004FC74A1}' +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260218b/siwtrial-setup.exe + InstallerSha256: F36AB6E69D79608F9274209AF7714496A96BF6754FDDB7DC648FEC39496ECF59 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://www.gtopala.com/download/20260218b/siwtrial-setup.exe + InstallerSha256: F36AB6E69D79608F9274209AF7714496A96BF6754FDDB7DC648FEC39496ECF59 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml new file mode 100644 index 0000000000000..a3dcd937ba0b1 --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.02.18.2 +PackageLocale: en-US +Publisher: Topala Software Solutions +PublisherUrl: https://www.gtopala.com/ +PublisherSupportUrl: https://www.gtopala.com/forum/ +PrivacyUrl: https://www.gtopala.com/tss/privacy-policy.php +Author: Gabriel Topala +PackageName: SIW +PackageUrl: https://www.gtopala.com/ +License: Commercial +LicenseUrl: https://www.gtopala.com/agreement/ +Copyright: Copyright © 2005-2026 Topala Software Solutions +CopyrightUrl: https://www.gtopala.com/agreement/ +ShortDescription: System Information for Windows - Everything you want to know about your computer +Description: SIW is an advanced System Information for Windows tool that analyzes your computer and gathers detailed information about system properties and settings (Software Information, Hardware Information, and Network Information). It displays it in a highly comprehensible manner. +Moniker: siw +Tags: +- amd +- cpu +- hardware +- intel +- memory +- motherboard +- network +- processor +- software +- system +- system-information +- system-utility +- utility +ReleaseNotesUrl: https://www.gtopala.com/siw/changelog.php +PurchaseUrl: https://www.gtopala.com/buy/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml new file mode 100644 index 0000000000000..69628d5536dbf --- /dev/null +++ b/manifests/t/TopalaSoftwareSolutions/SIW/2026.02.18.2/TopalaSoftwareSolutions.SIW.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: TopalaSoftwareSolutions.SIW +PackageVersion: 2026.02.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.installer.yaml b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.installer.yaml new file mode 100644 index 0000000000000..f18818413db40 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 332.260303.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- DisplayName: Tuta Mail 332.260303.0 + ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-332.260303.0/tutanota-desktop-win.exe + InstallerSha256: 24404B863A8793F67A30368E69461BA0000B1FC7E9BEB6D5927EE6EF16378E54 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-332.260303.0/tutanota-desktop-win.exe + InstallerSha256: 24404B863A8793F67A30368E69461BA0000B1FC7E9BEB6D5927EE6EF16378E54 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.locale.en-US.yaml b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.locale.en-US.yaml new file mode 100644 index 0000000000000..f5ea08eb503ad --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 332.260303.0 +PackageLocale: en-US +Publisher: Tutao GmbH +PublisherUrl: https://tuta.com/ +PublisherSupportUrl: https://github.com/tutao/tutanota/issues +Author: Tutao GmbH +PackageName: Tutanota Desktop +PackageUrl: https://github.com/tutao/tutanota +License: GPL-3.0 +LicenseUrl: https://github.com/tutao/tutanota/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2022 Tutao GmbH +ShortDescription: Tutanota is an email client with a strong focus on security and privacy that lets you encrypt emails on all your devices. +Description: |- + Tutanota is the worlds most secure email service, easy to use and private by design. + With end-to-end encryption and 2FA, your emails have never been more secure. + The built-in encryption guarantees that your mailbox belongs to you. + Nobody can decrypt or read your data. +Moniker: tutanota +Tags: +- calendar +- email +- email-client +- encryption +- end-to-end-encryption +- privacy +- private +- secure +ReleaseNotes: |- + What's new + Improved UI for accounts under review + Allow downloading the recovery kit pdf from the settings + Milestone + https://github.com/tutao/tutanota/milestone/419?closed=1 + Asset Checksums (SHA256) + tutanota-desktop-linux.AppImage: + 960c7585792ae94c5af267da1f21083b9d91a761583c10c08c9297821d3697c5 + tutanota-desktop-win.exe: + 24404b863a8793f67a30368e69461ba0000b1fc7e9beb6d5927ee6ef16378e54 + tutanota-desktop-mac.dmg: + 6d88d3a52e7a727cd9cee9959208a13120c676f83f7f91b3d080c206bbb4d8a4 +ReleaseNotesUrl: https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-332.260303.0 +PurchaseUrl: https://tutanota.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tutanota.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.yaml b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.yaml new file mode 100644 index 0000000000000..57d579f4642d2 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/332.260303.0/Tutanota.Tutanota.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 332.260303.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.installer.yaml b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.installer.yaml new file mode 100644 index 0000000000000..3a3133c3c8fbf --- /dev/null +++ b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: thechandanbhagat.alter +PackageVersion: 0.4.0 +MinimumOSVersion: 10.0.17763.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Commands: +- alter +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/thechandanbhagat/alter-pm/releases/download/v0.4.0/alter-0.4.0-windows-x64-setup.exe + InstallerSha256: 3FA0250167903C8A7D96873BBFAA49B24D32530A657A231A8C474C296EE1C7BB +ReleaseDate: 2026-03-02 +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.locale.en-US.yaml b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.locale.en-US.yaml new file mode 100644 index 0000000000000..7d2dc73f1e4da --- /dev/null +++ b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: thechandanbhagat.alter +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: thechandanbhagat +PublisherUrl: https://github.com/thechandanbhagat +PublisherSupportUrl: https://github.com/thechandanbhagat/alter-pm/issues +PackageName: alter +PackageUrl: https://github.com/thechandanbhagat/alter-pm +License: MIT +LicenseUrl: https://github.com/thechandanbhagat/alter-pm/blob/main/LICENSE +ShortDescription: A process manager for your developers — run and manage any application +Description: |- + alter is a single-binary process manager inspired by PM2, built for Windows-first developers. + Run and manage any application — Python, Node.js, Go, Rust, .NET, PHP — from a single CLI with: + - Auto-restart with exponential backoff on crash + - Watch mode (restart on file changes) + - Namespaces for grouping and bulk-controlling processes + - Live log streaming in terminal and browser + - Real-time web dashboard at http://localhost:2999/ + - Notifications via Slack, Discord, Microsoft Teams, and webhook + - State persistence (save/restore across reboots) + - Ecosystem config via TOML or JSON + - Full REST API + - No console window popups on Windows (CREATE_NO_WINDOW) +Moniker: alter +Tags: +- process-manager +- pm2 +- cli +- rust +- daemon +- devtools +ReleaseNotesUrl: https://github.com/thechandanbhagat/alter-pm/releases/tag/v0.4.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/thechandanbhagat/alter-pm/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.yaml b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.yaml new file mode 100644 index 0000000000000..f4b1eb82bb883 --- /dev/null +++ b/manifests/t/thechandanbhagat/alter/0.4.0/thechandanbhagat.alter.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: thechandanbhagat.alter +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.installer.yaml b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.installer.yaml new file mode 100644 index 0000000000000..4b1c94f7608a8 --- /dev/null +++ b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: UjjwalDadhich.Darshan +PackageVersion: 1.0.0 +InstallerLocale: en-US +InstallerType: inno + +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Ujjwal-08/DarshanPlayer/releases/download/v1.0/Darshan.Setup.exe + InstallerSha256: 55AD76C70F2AFC20D01D27EA50D43319818E7F900A601BFC95C3CDA3ED71543E + + InstallerSwitches: + Silent: /VERYSILENT + SilentWithProgress: /SILENT + +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.locale.en-US.yaml b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.locale.en-US.yaml new file mode 100644 index 0000000000000..998279fc38df3 --- /dev/null +++ b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: UjjwalDadhich.Darshan +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Ujjwal Dadhich +PackageName: Darshan +License: MIT +ShortDescription: Darshan A MultiMedia Video Player +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.yaml b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.yaml new file mode 100644 index 0000000000000..d0da4f4dfa975 --- /dev/null +++ b/manifests/u/UjjwalDadhich/Darshan/1.0.0/UjjwalDadhich.Darshan.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: UjjwalDadhich.Darshan +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.installer.yaml b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.installer.yaml new file mode 100644 index 0000000000000..75f43358e472f --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.10 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{F9378ED5-9EFC-3051-AE5A-0D1B32937E82}' +AppsAndFeaturesEntries: +- DisplayName: alchemist + Publisher: Unknown + ProductCode: '{F9378ED5-9EFC-3051-AE5A-0D1B32937E82}' + UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\alchemist' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/43.0.10/alchemist-43.0.10.msi + InstallerSha256: 2BC12CFCA9761551317E95B317134B06CF689FADC33502120262B9F290A21D2B +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.locale.en-US.yaml b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.locale.en-US.yaml new file mode 100644 index 0000000000000..95c18a134093d --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.10 +PackageLocale: en-US +Publisher: Unibo +PublisherUrl: https://github.com/AlchemistSimulator +PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues +PackageName: Alchemist +PackageUrl: https://github.com/AlchemistSimulator/Alchemist +License: GPLv3 +LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md +ShortDescription: an extensible simulator for pervasive computing +ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/43.0.10 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.yaml b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.yaml new file mode 100644 index 0000000000000..15e6fb120c6fd --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.10/Unibo.Alchemist.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.installer.yaml b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.installer.yaml new file mode 100644 index 0000000000000..f56ee710e1841 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{6B86BD54-07F0-33C4-A5BC-7C6B66695616}' +AppsAndFeaturesEntries: +- DisplayName: alchemist + Publisher: Unknown + ProductCode: '{6B86BD54-07F0-33C4-A5BC-7C6B66695616}' + UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\alchemist' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/43.0.11/alchemist-43.0.11.msi + InstallerSha256: C58D0A78EAD45800447768D809DF18E43E6E7FCF82DCE478CA3197B4B4DCC32C +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.locale.en-US.yaml b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.locale.en-US.yaml new file mode 100644 index 0000000000000..5bd1663c65d76 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.11 +PackageLocale: en-US +Publisher: Unibo +PublisherUrl: https://github.com/AlchemistSimulator +PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues +PackageName: Alchemist +PackageUrl: https://github.com/AlchemistSimulator/Alchemist +License: GPLv3 +LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md +ShortDescription: an extensible simulator for pervasive computing +ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/43.0.11 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.yaml b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.yaml new file mode 100644 index 0000000000000..a75dba495e1fa --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.11/Unibo.Alchemist.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.installer.yaml b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.installer.yaml new file mode 100644 index 0000000000000..74d6f49e266ff --- /dev/null +++ b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.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: UniversityOfAmsterdam.JASP +PackageVersion: 0.96.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +FileExtensions: +- jasp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{FCCD965C-4CED-4A08-8C0A-5EB09053EC75}' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{32D502CB-4752-4861-BC86-B8B4252A7A68}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jasp-stats/jasp-desktop/releases/download/v0.96.0/JASP-0.96.0.0-Windows.msi + InstallerSha256: 538B8DF54D76DA46A13BA43013C4339D4EF9D764B11E511A8335A6B3DB23DF56 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.locale.en-US.yaml b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.locale.en-US.yaml new file mode 100644 index 0000000000000..19a75ba931bb0 --- /dev/null +++ b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: UniversityOfAmsterdam.JASP +PackageVersion: 0.96.0 +PackageLocale: en-US +Publisher: Universiteit van Amsterdam +PublisherUrl: https://jasp-stats.org/ +PublisherSupportUrl: https://jasp-stats.org/support/ +PrivacyUrl: https://jasp-stats.org/privacy/ +Author: University of Amsterdam +PackageName: JASP +PackageUrl: https://jasp-stats.org/download/ +License: AGPL-3.0 +LicenseUrl: https://github.com/jasp-stats/jasp-desktop/blob/HEAD/COPYING.txt +Copyright: Copyright 2013-2026 University of Amsterdam +ShortDescription: A Fresh Way to Do Statistics +Description: JASP is a cross-platform software that allows you to conduct statistical analyses in seconds, and without having to learn programming or risking a programming mistake. It aims to be a complete statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS. +Tags: +- data +- datascience +- diagram +- graph +- graphics +- plot +- statistics +- stats +ReleaseNotesUrl: https://jasp-stats.org/release-notes/ +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://jasp-stats.org/getting-started/ +- DocumentLabel: How to Use + DocumentUrl: https://jasp-stats.org/how-to-use-jasp/ +- DocumentLabel: FAQ + DocumentUrl: https://jasp-stats.org/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.locale.zh-CN.yaml b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86c6e2aeb10df --- /dev/null +++ b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.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: UniversityOfAmsterdam.JASP +PackageVersion: 0.96.0 +PackageLocale: zh-CN +ShortDescription: 一种全新的统计分析方式 +Description: JASP 是一款跨平台统计软件,无需编程基础且能避免编码错误,让您数秒内即可完成统计分析。该软件致力于成为同时支持贝叶斯学派和频率学派统计方法的完整工具包,其操作界面直观友好,尤其适合 SPSS 用户的迁移使用。 +Tags: +- 图形 +- 图示 +- 图表 +- 数据 +- 数据科学 +- 绘图 +- 统计 +Documentations: +- DocumentLabel: 入门 + DocumentUrl: https://jasp-stats.org/getting-started/ +- DocumentLabel: 如何使用 + DocumentUrl: https://jasp-stats.org/how-to-use-jasp/ +- DocumentLabel: 常见问题 + DocumentUrl: https://jasp-stats.org/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.yaml b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.yaml new file mode 100644 index 0000000000000..1232a54184be8 --- /dev/null +++ b/manifests/u/UniversityOfAmsterdam/JASP/0.96.0/UniversityOfAmsterdam.JASP.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: UniversityOfAmsterdam.JASP +PackageVersion: 0.96.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.installer.yaml b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.installer.yaml new file mode 100644 index 0000000000000..0b1dc2c69a57f --- /dev/null +++ b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VirtusLab.ScalaCLI +PackageVersion: 1.12.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{3A0D404A-31EE-435D-B928-8443EC8228FE}' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- ProductCode: '{3A0D404A-31EE-435D-B928-8443EC8228FE}' + UpgradeCode: '{C74FC9A1-9381-40A6-882F-9044C603ABD9}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\scala-cli-x86_64-pc-win32' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/VirtusLab/scala-cli/releases/download/v1.12.4/scala-cli-x86_64-pc-win32.msi + InstallerSha256: 1D8BF7552D27E7E6C2BF7CFF2C6AF642BFA2D2E7F3227471948B49301AF06BAB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.locale.en-US.yaml b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..2879feca8d5a7 --- /dev/null +++ b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VirtusLab.ScalaCLI +PackageVersion: 1.12.4 +PackageLocale: en-US +Publisher: scala-cli@virtuslab.com +PublisherUrl: https://virtuslab.com/ +PublisherSupportUrl: https://github.com/VirtusLab/scala-cli/issues +PackageName: Scala CLI +PackageUrl: https://github.com/VirtusLab/scala-cli +License: Apache-2.0 +LicenseUrl: https://github.com/VirtusLab/scala-cli/blob/HEAD/LICENSE +ShortDescription: Scala CLI is a command-line tool to interact with the Scala language. +Tags: +- functional +- java +- language +- programming +- scala +ReleaseNotes: |- + This is just a small patch fixing a bug (#4152) breaking Metals support in Scala CLI v1.12.3. + Fixes + - Fix BSP buildTarget/wrappedSources for GraalVM native image by @Gedochao in #4153 + Documentation changes + - Fix docs' links with inconsistent routing by @Gedochao in #4154 + Updates + - Update scala-cli.sh launcher for 1.12.3 by @github-actions[bot] in #4151 + Full Changelog: v1.12.3...v1.12.4 +ReleaseNotesUrl: https://github.com/VirtusLab/scala-cli/releases/tag/v1.12.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.yaml b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.yaml new file mode 100644 index 0000000000000..abd28ffedd71c --- /dev/null +++ b/manifests/v/VirtusLab/ScalaCLI/1.12.4/VirtusLab.ScalaCLI.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VirtusLab.ScalaCLI +PackageVersion: 1.12.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 0000000000000..4b5b6f5f825da --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,94 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.8.3925.76 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.exe + InstallerSha256: 4CC1D6DB6F840DD54C99F5B1D84D517CE36B1C782FEC118569F3A4C97C123694 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.exe + InstallerSha256: 4CC1D6DB6F840DD54C99F5B1D84D517CE36B1C782FEC118569F3A4C97C123694 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.x64.exe + InstallerSha256: B47BAD7839492127BDE8C7409E8F7773CA551EB812684D851C3534957E424802 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.x64.exe + InstallerSha256: B47BAD7839492127BDE8C7409E8F7773CA551EB812684D851C3534957E424802 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.arm64.exe + InstallerSha256: 3141B6BBB1988C7197E2F1911499D857E022F6F2C1E2A963EE4F755CF78C8FD4 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.76.arm64.exe + InstallerSha256: 3141B6BBB1988C7197E2F1911499D857E022F6F2C1E2A963EE4F755CF78C8FD4 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 0000000000000..d5e5374c23474 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.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: Vivaldi.Vivaldi +PackageVersion: 7.8.3925.76 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser. +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: '- [Chromium] Update to 144.0.7559.238 ESR (includes security fixes from 145.0.7632.159)' +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/7.8.3925.76.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f8aaf39b61b03 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.8.3925.76 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/7.8.3925.76.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.yaml new file mode 100644 index 0000000000000..55bc4e505eaaa --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.8.3925.76/Vivaldi.Vivaldi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.8.3925.76 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.installer.yaml b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.installer.yaml new file mode 100644 index 0000000000000..dde261833cf81 --- /dev/null +++ b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: willvelida.code-minions +PackageVersion: 0.3.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-02-13" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: code-minions.exe + PortableCommandAlias: code-minions + InstallerUrl: https://github.com/willvelida/code-minions/releases/download/v0.3.0/code-minions_windows_arm64.zip + InstallerSha256: 3637b1012f307d11079e26af20fd9ee2355059ca5d8ac73592a0fff0afd24721 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: code-minions.exe + PortableCommandAlias: code-minions + InstallerUrl: https://github.com/willvelida/code-minions/releases/download/v0.3.0/code-minions_windows_amd64.zip + InstallerSha256: 2ed9a84e78c5352147faade76dd2d05e725068e7ac4b40dc6b1c0eed1ea5539f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.locale.en-US.yaml b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.locale.en-US.yaml new file mode 100644 index 0000000000000..5e448c54b5fe9 --- /dev/null +++ b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.locale.en-US.yaml @@ -0,0 +1,22 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: willvelida.code-minions +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: willvelida +PublisherUrl: https://github.com/willvelida +PublisherSupportUrl: https://github.com/willvelida/code-minions/issues/new +PackageName: code-minions +PackageUrl: https://github.com/willvelida/code-minions +License: mit +LicenseUrl: https://github.com/willvelida/code-minions/blob/main/LICENSE +ShortDescription: CLI tool for installing AI-assisted development agents and skills into your repositories +Description: code-minions is a CLI tool that installs AI-assisted development agents, skills, and language standards into your repositories. It supports multiple coding assistants including GitHub Copilot and Claude. +Moniker: code-minions +Tags: + - cli + - ai + - developer-tools + - coding-agents +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.yaml b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.yaml new file mode 100644 index 0000000000000..ec4e09ccaa5d0 --- /dev/null +++ b/manifests/w/willvelida/code-minions/0.3.0/willvelida.code-minions.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: willvelida.code-minions +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.installer.yaml b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.installer.yaml new file mode 100644 index 0000000000000..85c8b3a84e1fd --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.03.03 +InstallerType: portable +Commands: +- yt-dlp +Dependencies: + PackageDependencies: + - PackageIdentifier: DenoLand.Deno + - PackageIdentifier: yt-dlp.FFmpeg +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.03/yt-dlp_x86.exe + InstallerSha256: 0E903B3BDC5C4B115572DF689159C9B68299F0BEF95E9ADB2D06F9BE6D2519CE +- Architecture: x64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.03/yt-dlp.exe + InstallerSha256: 554E868CA1DF425D4FE90C224980F0862FE20E28DCED6256461F16752D7A1218 +- Architecture: arm64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.03/yt-dlp_arm64.exe + InstallerSha256: 4C5D9EB3D2C00C2EADB27669F4F1AB3020B06C6BC9D9ACEB51288792292D902F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.en-US.yaml new file mode 100644 index 0000000000000..60cb46ea48a65 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.03.03 +PackageLocale: en-US +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp +PackageUrl: https://github.com/yt-dlp/yt-dlp +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/HEAD/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: A feature-rich command-line audio/video downloader. +Description: |- + yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites. + The project is a fork of youtube-dl based on the now inactive youtube-dlc. +Moniker: yt-dlp +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- video +- video-downloader +- youtube +- youtube-dl +- youtube-dlc +- youtube-dlp +- ytdlp +ReleaseNotes: |- + Installation Discord Donate Documentation Nightly Master + A description of the various files is in the README + The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt + Changelog + Extractor changes + - aenetworks: Fix extraction (#16036) by bashonly + - patreon: Fix extractors (#16112) by bashonly + - thechosen: Rework extractor (#16021) by 0xvd + - youtube + - Force player 9f4cc5e4 (#16123) by bashonly + - Skip webpage player response by default (#16126) by bashonly + - zapiks: Improve extraction (#16030) by doe1080 +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.03.03 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: Wiki + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.zh-CN.yaml b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1353ba8146d3a --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.03.03 +PackageLocale: zh-CN +Publisher: yt-dlp +PublisherUrl: https://github.com/yt-dlp +PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues +PackageName: yt-dlp +PackageUrl: https://github.com/yt-dlp/yt-dlp +License: Unlicense +LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/2025.02.19/LICENSE +Copyright: pukkandan.ytdlp@gmail.com | UNLICENSE +ShortDescription: 功能丰富的命令行音频/视频下载器。 +Description: |- + yt-dlp 是一款功能丰富的命令行音频/视频下载器,支持数千个网站。 + 该项目是 youtube-dl 的一个分支,基于现已停止维护的 youtube-dlc。 +Tags: +- youtube +- youtube-dl +- youtube-dlc +- youtube-dlp +- ytdlp +- 下载 +- 下载器 +- 媒体 +- 媒体下载器 +- 视频 +- 视频下载器 +- 音频 +- 音频下载器 +Documentations: +- DocumentLabel: Discord + DocumentUrl: https://discord.gg/H5MNcFW63r +- DocumentLabel: 维基 + DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.yaml b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.yaml new file mode 100644 index 0000000000000..b32923b0ba823 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/2026.03.03/yt-dlp.yt-dlp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp +PackageVersion: 2026.03.03 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.installer.yaml deleted file mode 100644 index b6bc183b5de1a..0000000000000 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.03.233612 -InstallerType: portable -Commands: -- yt-dlp -Dependencies: - PackageDependencies: - - PackageIdentifier: DenoLand.Deno - - PackageIdentifier: yt-dlp.FFmpeg -ReleaseDate: 2026-02-03 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.03.233612/yt-dlp_x86.exe - InstallerSha256: 4BF8F9C7FCADE9A7671DF25275317F0EF752E318DD6D66D5073CF658D26AFCA9 -- Architecture: x64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.03.233612/yt-dlp.exe - InstallerSha256: 097A36B0D7ACE357AC977993A8BBD131A3F31AE00F02AA6FDA9D9E39C9ABAEEE -- Architecture: arm64 - InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.02.03.233612/yt-dlp_arm64.exe - InstallerSha256: CBC8CE470C2D47D8B4703DD5175C838B2EDC7D8A233432E8CA24E316D80FD852 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.installer.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.installer.yaml new file mode 100644 index 0000000000000..6030f8f24cd7a --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2026.03.03.162408 +InstallerType: portable +Commands: +- yt-dlp +Dependencies: + PackageDependencies: + - PackageIdentifier: DenoLand.Deno + - PackageIdentifier: yt-dlp.FFmpeg +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.03.162408/yt-dlp_x86.exe + InstallerSha256: F09978F916A98A9A793C6F4BC0644F5C41D5EF1183CD8DC4CD785C89F21FF677 +- Architecture: x64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.03.162408/yt-dlp.exe + InstallerSha256: 1E402B7D535B12DE0D5C8E8AC2175DE9B2BA200637AD101BA7E7B99FE6B6E3D7 +- Architecture: arm64 + InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2026.03.03.162408/yt-dlp_arm64.exe + InstallerSha256: E8996F9D75F2091AFE49E95EB1C2C59B2B02CC6CFDAA25D905CB2AE163DEE936 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.locale.en-US.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.locale.en-US.yaml similarity index 74% rename from manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.locale.en-US.yaml rename to manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.locale.en-US.yaml index cae4662ead339..0f63ecee2ef97 100644 --- a/manifests/y/yt-dlp/yt-dlp/nightly/2026.02.03.233612/yt-dlp.yt-dlp.nightly.locale.en-US.yaml +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: yt-dlp.yt-dlp.nightly -PackageVersion: 2026.02.03.233612 +PackageVersion: 2026.03.03.162408 PackageLocale: en-US Publisher: yt-dlp PublisherUrl: https://github.com/yt-dlp @@ -33,15 +33,20 @@ Tags: - youtube-dlp - ytdlp ReleaseNotes: |- - Generated from: yt-dlp/yt-dlp@c677d86 + Generated from: yt-dlp/yt-dlp@2ecc4c3 Installation Discord Donate Documentation A description of the various files is in the README The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt Changelog Extractor changes - - unsupported: Update unsupported URLs (#15812) by doe1080 - - youtube: Default to tv player JS variant (#15818) by bashonly -ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.02.03.233612 + - aenetworks: Fix extraction (#16036) by bashonly + - patreon: Fix extractors (#16112) by bashonly + - thechosen: Rework extractor (#16021) by 0xvd + - youtube + - Force player 9f4cc5e4 (#16123) by bashonly + - Skip webpage player response by default (#16126) by bashonly + - zapiks: Improve extraction (#16030) by doe1080 +ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2026.03.03.162408 Documentations: - DocumentLabel: Discord DocumentUrl: https://discord.gg/H5MNcFW63r @@ -50,4 +55,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.yaml b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.yaml new file mode 100644 index 0000000000000..9a5bf1ea0be63 --- /dev/null +++ b/manifests/y/yt-dlp/yt-dlp/nightly/2026.03.03.162408/yt-dlp.yt-dlp.nightly.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yt-dlp.yt-dlp.nightly +PackageVersion: 2026.03.03.162408 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index 22f251eea6cd9..0000000000000 --- a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.224.11 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: '- Fixed a panic that could occur when using the branch diff in split view mode. (#49768)' -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.224.11 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.installer.yaml similarity index 70% rename from manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.installer.yaml rename to manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.installer.yaml index 0b88c3382d638..5dccc1a91b23b 100644 --- a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.installer.yaml +++ b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.224.11 +PackageVersion: 0.226.4 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,17 +12,17 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-02-21 +ReleaseDate: 2026-03-04 AppsAndFeaturesEntries: - ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Zed' Installers: - Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.224.11/Zed-x86_64.exe - InstallerSha256: A309BC0A544CA0EC2C48EF02B3A689DDDFB774AFF5C0A95E0FEDC8585E80703A + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.226.4/Zed-x86_64.exe + InstallerSha256: DD04520F648CB7BF99962CB79D660DD797C1CBB9A5420CB90791A7432451A07C - Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.224.11/Zed-aarch64.exe - InstallerSha256: 6DD04900E3DC20424B5D18A8E934C59DA8BDCF8AE779B3C2199A36328B02EF09 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.226.4/Zed-aarch64.exe + InstallerSha256: B8B4BD0427155F473444A17866DB1089BF4D3CD69D38EFCCC49978578F0C68BA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.locale.en-US.yaml similarity index 86% rename from manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml rename to manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.locale.en-US.yaml index ea268818b1cf4..1748c1a414c42 100644 --- a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml +++ b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.locale.en-US.yaml @@ -1,15 +1,15 @@ # Created with WinGet Releaser using komac v2.15.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.226.0-pre +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 0.226.4 PackageLocale: en-US Publisher: Zed Industries PublisherUrl: https://zed.dev/ PublisherSupportUrl: https://zed.dev/support PrivacyUrl: https://zed.dev/privacy-policy Author: The Zed Industries Authors -PackageName: Zed Preview +PackageName: Zed PackageUrl: https://zed.dev/windows License: GPL-3.0 LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL @@ -17,7 +17,6 @@ Copyright: Copyright 2022 - 2025 Zed Industries, Inc. ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. Description: |- Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - Chat with teammates, write notes together, and share your screen and project. All included. @@ -25,13 +24,14 @@ Description: |- - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Moniker: zed Tags: - code-editor - developer-tools - editor - text-editor ReleaseNotes: |- - This week's release includes support for self-hosted OpenAI-compatible servers for edit predictions, a new Review Branch button in the git branch diff view for sending diffs to an agent for review, diagnostic count badges in the project panel, and the ability to undo the reject all action when reviewing agent-made changes. + This week's release includes support for self-hosted OpenAI-compatible servers for edit predictions, a new Review Diff button in the git branch diff view for sending diffs to an agent for review, diagnostic count badges in the project panel, and the ability to undo the reject all action when reviewing agent-made changes. Features AI - Added the ability to use a self-hosted OpenAI-compatible server for edit predictions. (#49554) @@ -41,7 +41,7 @@ ReleaseNotes: |- - Agent: Changed agent::addSelectionToThread (cmd->) to use the current line of the cursor when there is no selection. (#48045; thanks notpeter) Git - Added diff stat numbers to the git branch diff (git: branch diff) view. (#49716) - - Added a Review Branch button in the git: branch diff view so that the whole diff can be quickly sent for review to an agent. (#49513) + - Added a Review Diff button in the git: branch diff view so that the whole diff can be quickly sent for review to an agent. (#49513) - Improved split diff performance by reducing number of entity clones for very large pre-loaded multibuffers. (#49573) Languages - Improved completion order for Python-based LSPs. (#47160; thanks lingyaochu) @@ -59,13 +59,15 @@ ReleaseNotes: |- - Reduced memory usage on macOS. (#49236; thanks marcocondrache) - Optimized performance for language servers which register many file-watching notifications. (#49778) - Improved the checkerboard pattern in the image viewer to be more visually pleasant. (#49575; thanks MostlyKIGuess) - - Added diagnostic count badges to the project panel, displaying error and warning counts next to file names. You can modify this setting using the diagnostic_badges option, which is enabled by default. (#49802; thanks Obli04) + - Added diagnostic count badges to the project panel, displaying error and warning counts next to file names. You can modify this setting using the diagnostic_badges option, which is disabled by default. (#49802; thanks Obli04) - Added copy button for project diagnostics messages. (#49671; thanks ozacod) - Improved multi-cursor paste to distribute each clipboard line to its corresponding cursor when the line count matches. (#48676) - Added debug_panel::Toggle to show/hide debug panel like terminal_panel::Toggle. (#48020; thanks samueldominguez) - Added workspace::ActivateLastPane action for keybindings that focus the last pane. (#49853; thanks gh-xj) - Improved the zed: open performance profiler action to display profiling data from the remote server. (#49582) Bug Fixes + - Windows: Fixed remote server failing to launch. (#50153) + - Windows: Fixed a panic registering a path with language servers when the UNC path cannot be represented by a Rust URI. (#50310) - Agent: Fixed the OpenAI-compatible setting description to point to the server's completion API URL. (#49846; thanks Marcuss2) - Agent: Fixed the agent edit tool clearing file contents before the first edit arrives, which caused buffers to appear empty for prolonged periods with slow agents. (#49633) - Agent: Fixed Codex ACP installation robustness by staging downloads. (#45428; thanks cppcoffee) @@ -75,7 +77,7 @@ ReleaseNotes: |- - Git: Fixed a bug where the buttons to toggle the split diff view would have no effect when the diff being viewed was empty. (#49884) - Git: Fixed pull request link detection picking up unrelated links in git output. (#49817; thanks kbidlack) - Linux: Fixed crashes that could happen due to our crash handler erroneously catching signals intended for wasmtime. (#49944) - - Fixed "workspace: open files" not respecting "use_system_path_prompts" setting. (#47027; thanks austincummings) + - Fixed workspace: open files not respecting use_system_path_prompts setting. (#47027; thanks austincummings) - Fixed a (very rare) crash that could happen due to lost edits in channel buffers. (#50034) - Fixed a crash when git produces duplicate status entries for the same file path. (#49191) - Fixed a crash when using the editor minimal. (#49692) @@ -85,6 +87,7 @@ ReleaseNotes: |- - Fixed a panic when authentication failed to bind to loopback port. (#49916) - Fixed panics with selection handling in expanded diff hunk. (#49719) - Fixed a panic when growing and shrinking selections while the buffer size changes (e.g., when expanding/collapsing diffs). (#48898) + - Fixed a panic when opening the remote server modal. (#50650) - Fixed an issue where custom macOS app icons would revert to default blue folders after an update. (#49727; thanks amtoaer) - Fixed bracket highlights flickering when editing inside brackets. (#49797; thanks lingyaochu) - Fixed certain context menu items not reacting to click events. (#49557) @@ -95,7 +98,7 @@ ReleaseNotes: |- - Fixed mouse scroll in terminal apps (tmux, neovim, etc.) only sending one scroll event when scrolling down, regardless of scroll amount. (#49931; thanks emamulandalib) - Fixed remote reconnect failing with an error when the server is not running, now establishes a fresh connection instead. (#49834; thanks mangas) - Fixed settings row layout so right-side controls align better with multiline setting descriptions. (#49850; thanks altaywtf) - - Fixed terminal auto-allow patterns incorrectly prompting for confirmation on commands containing /dev/null redirects (e.g. 2>/dev/null). (#49503) + - Fixed terminal auto-allow patterns incorrectly prompting for confirmation on commands containing /dev/null redirects (e.g., 2>/dev/null). (#49503) - Fixed typo in stop diagnostics update tooltip. (#49779; thanks gazure) - Fixed UI icons being hidden in buffer search when the search query was too large. (#49493) - Fixed some labels not using title case. (#49864; thanks ssanumand) @@ -103,10 +106,11 @@ ReleaseNotes: |- - Fixed missing font weight in the Agent Panel's buffer. (#49539) - Fixed missing font weight in the Hover Popover. (#49539) - Fixed missing font weight in Markdown's code block and inline code. (#49539) + - Fixed a bug that caused Zed to appear not to open if your workspaces failed to restore. (#50334) Breaking Changes and Notices - Anthropic: Removed models that have been deprecated from their API. (#49522) - Removed unused git actions – git: load more history and git: view commit from history. (#49901) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.226.0-pre +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.226.4 PurchaseUrl: https://zed.dev/pricing Documentations: - DocumentLabel: Community Links diff --git a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.yaml similarity index 88% rename from manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.yaml rename to manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.yaml index 841d5e689efd0..c2b37324148ca 100644 --- a/manifests/z/ZedIndustries/Zed/0.224.11/ZedIndustries.Zed.yaml +++ b/manifests/z/ZedIndustries/Zed/0.226.4/ZedIndustries.Zed.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.224.11 +PackageVersion: 0.226.4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.installer.yaml deleted file mode 100644 index ad3ba3a05d4e6..0000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/0.226.0-pre/ZedIndustries.Zed.Preview.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with WinGet Releaser using komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ZedIndustries.Zed.Preview -PackageVersion: 0.226.0-pre -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -ReleaseDate: 2026-02-25 -AppsAndFeaturesEntries: -- DisplayVersion: 0.226.0 - ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed Preview' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.226.0-pre/Zed-x86_64.exe - InstallerSha256: ED5B4FE78B06C65A2F7FAD6FFDDF7CA256C9626BE98B2C2AABA3E4A4F2E49259 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.226.0-pre/Zed-aarch64.exe - InstallerSha256: 6882F30E933895BD624CAC45912C31A1729C52B0CABE4B1879E364F36B808EAA -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.installer.yaml new file mode 100644 index 0000000000000..ec01d46ee84b8 --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.installer.yaml @@ -0,0 +1,45 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.19.1b +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" + Custom: /DesktopShortcut=false +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Zen Browser +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.19.1b/zen.installer.exe + InstallerSha256: E0B32DF95D1761C398018992A5E2FB39755A8BE04A73EA3264E4CEA45B55B4EB + AppsAndFeaturesEntries: + - DisplayName: Zen Browser (x64 en-US) +- Architecture: arm64 + InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.19.1b/zen.installer-arm64.exe + InstallerSha256: 7530184B48BC910DC6F8EA7C770412D874B4B31350CB5895086A799B90554B19 + AppsAndFeaturesEntries: + - DisplayName: Zen Browser (AArch64 en-US) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.locale.en-US.yaml b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.locale.en-US.yaml new file mode 100644 index 0000000000000..d15cc962aefbd --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.19.1b +PackageLocale: en-US +Publisher: Zen OSS Team +PublisherUrl: https://zen-browser.app/ +PublisherSupportUrl: https://github.com/zen-browser/desktop/issues +PrivacyUrl: https://zen-browser.app/privacy-policy/ +PackageName: Zen Browser +PackageUrl: https://zen-browser.app/ +License: MPL-2.0 +LicenseUrl: https://github.com/zen-browser/desktop/blob/HEAD/LICENSE +Copyright: Zen OSS Team +ShortDescription: Zen is the best way to browse the web. Beautifully designed, privacy-focused, and packed with features. We care about your experience, not your data. +Moniker: zen-browser +Tags: +- arc +- arc-browser +- firefox +- firefox-based +- firefox-browser +- gecko +- internet +- web +- web-browser +- zen +ReleaseNotes: |- + Zen Stable Release + Fixes + - Fixed certain popups on MacOS appearing with no background color, making them invisible. + - Fixed Github Pull Request live folders not fetching the pull request data correctly. + - Other minor bug fixes and improvements. +ReleaseNotesUrl: https://zen-browser.app/release-notes/#1.19.1b +Documentations: +- DocumentLabel: About + DocumentUrl: https://zen-browser.app/about/ +- DocumentLabel: Documentation + DocumentUrl: https://docs.zen-browser.app/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.yaml b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.yaml new file mode 100644 index 0000000000000..8ccd3141518cd --- /dev/null +++ b/manifests/z/Zen-Team/Zen-Browser/1.19.1b/Zen-Team.Zen-Browser.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zen-Team.Zen-Browser +PackageVersion: 1.19.1b +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.20t/Zen-Team.Zen-Browser.Twilight.installer.yaml b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.20t/Zen-Team.Zen-Browser.Twilight.installer.yaml index e5ac6a71548c9..8e39c55dc8181 100644 --- a/manifests/z/Zen-Team/Zen-Browser/Twilight/1.20t/Zen-Team.Zen-Browser.Twilight.installer.yaml +++ b/manifests/z/Zen-Team/Zen-Browser/Twilight/1.20t/Zen-Team.Zen-Browser.Twilight.installer.yaml @@ -29,16 +29,16 @@ FileExtensions: - xht - xhtml ProductCode: Zen Twilight -ReleaseDate: 2026-03-03 +ReleaseDate: 2026-03-04 Installers: - Architecture: x64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer.exe - InstallerSha256: 46FCFF4A121D9F3036452CF02AEBC926F8D1A3A3A492ACC3799A89DCBC1167EC + InstallerSha256: 44C8EE849663450138771B55021E94DE3F39CFA3C2FD9E078B107527590FAB29 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (x64 en-US) - Architecture: arm64 InstallerUrl: https://github.com/zen-browser/desktop/releases/download/twilight-1/zen.installer-arm64.exe - InstallerSha256: D705F728617D616B15AC7BA43A6D9A9D1DFEFE9EDAEBFAF2975B6C7755344A50 + InstallerSha256: 54EB2D24FF98EE549B09AE9CFD8138ED242E095DA72F1B230D7B3AE11724FAB3 AppsAndFeaturesEntries: - DisplayName: Zen Twilight (AArch64 en-US) ManifestType: installer diff --git a/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.installer.yaml new file mode 100644 index 0000000000000..779be3cdadf08 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.32.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.32.0/Meru-Setup-3.32.0.exe + InstallerSha256: 63F08E67622992405BE5B85F1A605CC0342851083662737363CFE336FBEB1D3F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.32.0/Meru-Setup-3.32.0.exe + InstallerSha256: 63F08E67622992405BE5B85F1A605CC0342851083662737363CFE336FBEB1D3F + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.32.0/Meru-Setup-3.32.0.exe + InstallerSha256: 63F08E67622992405BE5B85F1A605CC0342851083662737363CFE336FBEB1D3F + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.32.0/Meru-Setup-3.32.0.exe + InstallerSha256: 63F08E67622992405BE5B85F1A605CC0342851083662737363CFE336FBEB1D3F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 0000000000000..4e89aab07a743 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.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: Zoid.Meru +PackageVersion: 3.32.0 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Added + - Meru Pro: Added ability to copy Gmail message link (when inside a message) that can open the message again in Meru + - "Copy Message Link" is accessible from menu bar (macOS)/app menu (Windows/Linux) under "Messages" and context menu (right-click) inside a message + - Useful to share the link with other Meru users that have the same Gmail account set up or to bookmark/reference the message in your productivity tools + - Shortcut: Cmd/Ctrl + Shift + C + - Format: meru:///message/ + Changes + - Upgraded Electron to v40.6.1 +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.32.0 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bda4892f31fa3 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.32.0 +PackageLocale: zh-CN +ShortDescription: 您值得拥有的 Gmail 体验 +Description: Meru 是一个开源桌面应用程序,它将您的 Gmail 使用体验从浏览器带到桌面。它提供了一种更简洁、更专注的方式来访问和管理您的 Gmail 帐户。 +Tags: +- gmail +- 电子邮件 +- 邮件 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.yaml b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.yaml new file mode 100644 index 0000000000000..8457eb0dbf124 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.32.0/Zoid.Meru.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: Zoid.Meru +PackageVersion: 3.32.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0