diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..d9d0b7b8c783a --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.66/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.66 +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.66/win32-x64/claude.exe + InstallerSha256: FADD391DFED8E8ABADB3BE8F41AF792A26845E5A5FC6FC0DAF72282BEAA6517E +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.66/win32-arm64/claude.exe + InstallerSha256: 6629D9BBCE902BC984AB1D240C77668E40895BF61C9AE65B3595D5D071C3D649 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..838ce6621147b --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.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: Anthropic.ClaudeCode +PackageVersion: 2.1.66 +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 +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..66da91e2f5e0a --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.66/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.66 +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.66/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.66/Anthropic.ClaudeCode.yaml new file mode 100644 index 0000000000000..585ada4d14754 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.66/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.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.installer.yaml index 6de75c2301f00..74f8c42037afb 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.installer.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.installer.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.28" @@ -12,10 +12,10 @@ ProductCode: WizTree_is1 ReleaseDate: 2025-11-24 Installers: - Architecture: x86 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_28_setup.exe + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_28_setup.exe InstallerSha256: F12A8D34825CDD85BF1314228B91CED1057F5A292A75FAB2061010E17B2667A0 - Architecture: x64 - InstallerUrl: https://diskanalyzer.com/files/wiztree_4_28_setup.exe + InstallerUrl: https://diskanalyzer.com/files/archive/wiztree_4_28_setup.exe InstallerSha256: F12A8D34825CDD85BF1314228B91CED1057F5A292A75FAB2061010E17B2667A0 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.en-US.yaml index 9597a0244f4b9..520e571daca14 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.en-US.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.en-US.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.28" @@ -13,7 +13,7 @@ PackageName: WizTree PackageUrl: https://diskanalyzer.com/ License: Proprietary LicenseUrl: https://diskanalyzer.com/eula -Copyright: Copyright © 2025 Antibody Software Limited. All Rights Reserved. +Copyright: Copyright © 2026 Antibody Software Limited. All Rights Reserved. ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. Moniker: wiztree Tags: @@ -36,4 +36,4 @@ Documentations: - DocumentLabel: User Guides DocumentUrl: https://diskanalyzer.com/guide ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.zh-CN.yaml index aec32f1ca9b17..37dbf16128b1a 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.zh-CN.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -1,5 +1,5 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.28" @@ -13,7 +13,7 @@ PackageName: WizTree PackageUrl: https://diskanalyzer.com/ License: 专有软件 LicenseUrl: https://diskanalyzer.com/eula -Copyright: Copyright © 2025 Antibody Software Limited. All Rights Reserved. +Copyright: Copyright © 2026 Antibody Software Limited. All Rights Reserved. ShortDescription: WizTree 是一款硬盘空间分析器,类似于 WinDirStat,但速度更快。 Tags: - 存储扫描器 @@ -27,4 +27,4 @@ Documentations: - DocumentLabel: 用户指南 DocumentUrl: https://diskanalyzer.com/guide ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.yaml index ec2edfb5baecf..c70940fc18e39 100644 --- a/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.yaml +++ b/manifests/a/AntibodySoftware/WizTree/4.28/AntibodySoftware.WizTree.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: AntibodySoftware.WizTree PackageVersion: "4.28" DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.installer.yaml b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.installer.yaml new file mode 100644 index 0000000000000..00687276177b3 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.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: AntibodySoftware.WizTree +PackageVersion: "4.29" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- mft +ProductCode: WizTree_is1 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x86 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_29_setup.exe + InstallerSha256: 11A7BB505EAD3A90B455BC8144F7641D6308BEAACD668C5315243CDCF0CB92BB +- Architecture: x64 + InstallerUrl: https://diskanalyzer.com/files/wiztree_4_29_setup.exe + InstallerSha256: 11A7BB505EAD3A90B455BC8144F7641D6308BEAACD668C5315243CDCF0CB92BB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.locale.en-US.yaml b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.locale.en-US.yaml new file mode 100644 index 0000000000000..2a467cc925d2f --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.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: AntibodySoftware.WizTree +PackageVersion: "4.29" +PackageLocale: en-US +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: Proprietary +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2026 Antibody Software Limited. All Rights Reserved. +ShortDescription: WizTree is a hard drive disk space analyser similar to WinDirStat but is MUCH faster. +Moniker: wiztree +Tags: +- disk-analyzer +- file-scanner +- space-analyzer +- storage-scanner +ReleaseNotes: |- + - Files and folders can now be renamed. Press F2 or click on a file, then after a short pause click on the file name again to rename it. Renaming can be disabled via Tweaks->Enable Rename setting + - Header section (top of screen area) can be toggled off and on by pressing Ctrl+H - This provides some more space for data display. Reminder: the font size can be adjusted by holding CTRL key and scrolling the mouse wheel up or down + - Fixed possible security issue with illegal file names (e.g. containing a trailing space) that could cause the wrong file to be opened by WizTree when double clicked + - Thai characters typed into file search would not be displayed correctly - fixed + - Scan progress indicator in taskbar: any issues detected when enabling this will cause it to be disabled instead of displaying an initialization exception error on startup + - Various UI improvements +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: User Guides + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.locale.zh-CN.yaml b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72f445f80b2ec --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AntibodySoftware.WizTree +PackageVersion: "4.29" +PackageLocale: zh-CN +Publisher: Antibody Software +PublisherUrl: https://antibody-software.com/ +PublisherSupportUrl: https://antibody-software.com/contact +PrivacyUrl: https://diskanalyzer.com/privacy-policy +Author: Antibody Software Limited +PackageName: WizTree +PackageUrl: https://diskanalyzer.com/ +License: 专有软件 +LicenseUrl: https://diskanalyzer.com/eula +Copyright: Copyright © 2026 Antibody Software Limited. All Rights Reserved. +ShortDescription: WizTree 是一款硬盘空间分析器,类似于 WinDirStat,但速度更快。 +Tags: +- 存储扫描器 +- 文件扫描器 +- 磁盘分析器 +- 空间分析器 +ReleaseNotesUrl: https://diskanalyzer.com/whats-new +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://diskanalyzer.com/faq +- DocumentLabel: 用户指南 + DocumentUrl: https://diskanalyzer.com/guide +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.yaml b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.yaml new file mode 100644 index 0000000000000..82e215e258f98 --- /dev/null +++ b/manifests/a/AntibodySoftware/WizTree/4.29/AntibodySoftware.WizTree.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: AntibodySoftware.WizTree +PackageVersion: "4.29" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..22853b4881688 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 2.6.11 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +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 +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/8c95649f251a168cc4bb34c89531fae7db4bd992/win32/x64/user-setup/CursorUserSetup-x64-2.6.11.exe + InstallerSha256: 6E778D608DA880B306EB963E2722C7096D3A4282DE3F42D7DCFCE420DB30F402 + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/8c95649f251a168cc4bb34c89531fae7db4bd992/win32/x64/system-setup/CursorSetup-x64-2.6.11.exe + InstallerSha256: 673FF93B507BCF510845BD14AF39B1E818CA26594FACC1E9EA0F19919CE0051E + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/8c95649f251a168cc4bb34c89531fae7db4bd992/win32/arm64/user-setup/CursorUserSetup-arm64-2.6.11.exe + InstallerSha256: CB27180EB4493E095398065589454E9E322BBAAFCC1451B2F6FB4D3440BA66A8 + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/8c95649f251a168cc4bb34c89531fae7db4bd992/win32/arm64/system-setup/CursorSetup-arm64-2.6.11.exe + InstallerSha256: C50454357A3B091467F93BB15567E16494822266844D890400DE1DADFB18DAD1 + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..16d94c5144038 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 2.6.11 +PackageLocale: en-US +Publisher: Anysphere +PublisherUrl: https://www.cursor.com/ +PublisherSupportUrl: https://forum.cursor.com/ +PrivacyUrl: https://www.cursor.com/privacy +Author: Anysphere Inc. +PackageName: Cursor +PackageUrl: https://www.cursor.com/ +License: Proprietary +LicenseUrl: https://www.cursor.com/terms-of-service +ShortDescription: The AI Code Editor +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + This release introduces interactive UIs in agent chats, a way for teams to share private plugins, and improvements to core capabilities like Debug mode. + + MCP Apps + MCP Apps support interactive user interfaces like charts from Amplitude, diagrams from Figma, and whiteboards from tldraw directly inside Cursor. + + Team marketplaces for plugins + On Teams and Enterprise plans, Admins can now create team marketplaces to share private plugins internally. Go to the settings page to manage and distribute plugins with central governance and access controls. + + Desktop Improvements (15) + + Desktop Bug Fixes (10) + + Web Improvements & Fixes (2) +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a8920a8aa6e7 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 2.6.11 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: AI 代码编辑器 +Description: Cursor 是一款全新的智能 IDE,可与 AI 无缝集成。Cursor 以 VSCode 为基础,上手很快,但却能让你的工作效率超乎寻常。 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..9ec8877081501 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/2.6.11/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 2.6.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.installer.yaml b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.installer.yaml new file mode 100644 index 0000000000000..b68df0f5f6fd6 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.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: Beeper.Beeper +PackageVersion: 4.2.605 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- beeper +ProductCode: 4005ec12-b235-5981-b49e-4005d478a398 +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.2.605.exe + InstallerSha256: 550907C5EE839C1C25B49EB3472C5D24DDFF1241AB0D38DE28A6C3E0CEA46089 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.locale.en-US.yaml b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.locale.en-US.yaml new file mode 100644 index 0000000000000..fa58228a90ad3 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.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: Beeper.Beeper +PackageVersion: 4.2.605 +PackageLocale: en-US +Publisher: Beeper Inc. +PublisherUrl: https://www.beeper.com/ +PublisherSupportUrl: https://help.beeper.com/ +PrivacyUrl: https://www.beeper.com/privacy +Author: Beeper Inc. +PackageName: Beeper +PackageUrl: https://www.beeper.com/download +License: Proprietary +LicenseUrl: https://www.beeper.com/terms +Copyright: © 2026 Beeper Inc. +ShortDescription: All your chats in one app. Yes, really. +Description: A single app to chat on iMessage, WhatsApp, and 13 other chat networks. You can search, snooze, or archive messages. And with a unified inbox, you’ll never miss a message again. +Moniker: beeper +Tags: +- chat +- discord +- google-chat +- im +- imessage +- instagram +- instant-messaging +- matrix +- message +- messenger +- signal +- slack +- talk +- telegram +- twitter +- whatsapp +ReleaseNotes: |- + New + Redesigned account filters and sidebar (Space Bar) + Fixed & Improved + Fixed forwarding multiple messages + Fixed some instances of users missing their display names + Fixed some Windows and Linux users seeing the warning “Beeper is already running” on launch + Fixed rotation direction when viewing full-size images + Fixed On-Device Telegram connections failing if the device clock was off by too much +ReleaseNotesUrl: https://beeper.notion.site +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.beeper.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.locale.zh-CN.yaml b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e4ca16906890 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.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: Beeper.Beeper +PackageVersion: 4.2.605 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在一个应用程序中完成所有聊天。没错,这是真的。 +Description: 只需一个 app,就能在 iMessage、WhatsApp 和其它 13 个聊天网络上聊天。你可以搜索、暂停或存档信息。有了统一的收件箱,你再也不会错过任何信息。 +Tags: +- discord +- google-chat +- im +- imessage +- instagram +- matrix +- messenger +- signal +- slack +- telegram +- twitter +- whatsapp +- 信息 +- 发送 +- 消息 +- 聊天 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.beeper.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.yaml b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.yaml new file mode 100644 index 0000000000000..e93b84d07f7e2 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.605/Beeper.Beeper.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: Beeper.Beeper +PackageVersion: 4.2.605 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.installer.yaml b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.installer.yaml similarity index 58% rename from manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.installer.yaml rename to manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.installer.yaml index 8ec335595fa35..e14336a033794 100644 --- a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.installer.yaml +++ b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.installer.yaml @@ -1,14 +1,14 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CDESoftware.BLS-2026 -PackageVersion: 38.03.0006 -InstallerType: exe -InstallerSwitches: - Silent: /exenoui /qn /norestart -Installers: -- Architecture: x86 - InstallerUrl: https://static.cdesoftware.com/bls2026/BLS2026INSTALLER.EXE - InstallerSha256: ae4a5784e42c89e0db685a0dd8b6a0e9f9d76f6c13cb1b2ae2ecc151d96cf96a -ManifestType: installer -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BLS-2026 +PackageVersion: 38.03.0012 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui /qn /norestart +Installers: +- Architecture: x86 + InstallerUrl: https://static.cdesoftware.com/bls2026/BLS2026INSTALLER.EXE + InstallerSha256: 91DC285EEA32E98270D0A7498FA641CD8E479C33E9F304F22BC1AD4AF4768D0E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.locale.en-US.yaml b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.locale.en-US.yaml similarity index 79% rename from manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.locale.en-US.yaml rename to manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.locale.en-US.yaml index 6c5c790436cfe..804ea66a992f1 100644 --- a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.locale.en-US.yaml +++ b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.locale.en-US.yaml @@ -1,18 +1,17 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CDESoftware.BLS-2026 -PackageVersion: 38.03.0006 -PackageLocale: en-US -Publisher: CDE Software -PublisherUrl: https://cdesoftware.com - -PublisherSupportUrl: https://support.cdesoftware.com -PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ -PackageName: BLS-2026 -License: Proprietary -Copyright: Copyright (c) 2025 CDE Software -ShortDescription: CDE Software BLS-2026 is a league software management program -PurchaseUrl: https://shop.cdesoftware.com -ManifestType: defaultLocale -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BLS-2026 +PackageVersion: 38.03.0012 +PackageLocale: en-US +Publisher: CDE Software +PublisherUrl: https://cdesoftware.com +PublisherSupportUrl: https://support.cdesoftware.com +PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ +PackageName: BLS-2026 +License: Proprietary +Copyright: Copyright (c) 2025 CDE Software +ShortDescription: CDE Software BLS-2026 is a league software management program +PurchaseUrl: https://shop.cdesoftware.com +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.yaml b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.yaml similarity index 54% rename from manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.yaml rename to manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.yaml index 67e370038d8e0..5c0bbbdc79b06 100644 --- a/manifests/c/CDESoftware/BLS-2026/38.03.0006/CDESoftware.BLS-2026.yaml +++ b/manifests/c/CDESoftware/BLS-2026/38.03.0012/CDESoftware.BLS-2026.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CDESoftware.BLS-2026 -PackageVersion: 38.03.0006 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CDESoftware.BLS-2026 +PackageVersion: 38.03.0012 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.installer.yaml b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.installer.yaml similarity index 58% rename from manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.installer.yaml rename to manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.installer.yaml index 234e1ad3d4b07..38ce17588e14f 100644 --- a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.installer.yaml +++ b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.installer.yaml @@ -1,14 +1,14 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: CDESoftware.MBD-2026 -PackageVersion: 27.03.0002 -InstallerType: exe -InstallerSwitches: - Silent: /exenoui /qn /norestart -Installers: -- Architecture: x86 - InstallerUrl: https://static.cdesoftware.com/bls2026/MBD2026INSTALLER.EXE - InstallerSha256: d9755c564846f1f408a80c1c0835ee38f8f162f542e662643bd2899063228671 -ManifestType: installer -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CDESoftware.MBD-2026 +PackageVersion: 27.03.0004 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui /qn /norestart +Installers: +- Architecture: x86 + InstallerUrl: https://static.cdesoftware.com/bls2026/MBD2026INSTALLER.EXE + InstallerSha256: 76A3DD5F2519250688F75D9F2B80D39EBAA82977A731C14336ACEF3E849EDAF0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.locale.en-US.yaml b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.locale.en-US.yaml similarity index 70% rename from manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.locale.en-US.yaml rename to manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.locale.en-US.yaml index 3654736cb8b97..712dcf70604fb 100644 --- a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.locale.en-US.yaml +++ b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.locale.en-US.yaml @@ -1,18 +1,18 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: CDESoftware.MBD-2026 -PackageVersion: 27.03.0002 -PackageLocale: en-US -Publisher: CDE Software -PublisherUrl: https://cdesoftware.com - -PublisherSupportUrl: https://support.cdesoftware.com -PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ -PackageName: MBD-2026 -License: Proprietary -Copyright: Copyright (c) 2026 CDE Software -ShortDescription: MBD-2026 is a companion piece to CDE Software BLS-2026 -PurchaseUrl: https://shop.cdesoftware.com -ManifestType: defaultLocale -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CDESoftware.MBD-2026 +PackageVersion: 27.03.0004 +PackageLocale: en-US +Publisher: CDE Software +PublisherUrl: https://cdesoftware.com +PublisherSupportUrl: https://support.cdesoftware.com +PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ +PackageName: MBD-2026 +License: Proprietary +Copyright: Copyright (c) 2026 CDE Software +ShortDescription: MBD-2026 is a companion piece to CDE Software BLS-2026 +ReleaseNotesUrl: https://downloads.cdesoftware.com/bls2026\MBD2026VersionHistory.txt +PurchaseUrl: https://shop.cdesoftware.com +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.yaml b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.yaml similarity index 54% rename from manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.yaml rename to manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.yaml index 74e3a389ab372..2bb6746f5f1d7 100644 --- a/manifests/c/CDESoftware/MBD-2026/27.03.0002/CDESoftware.MBD-2026.yaml +++ b/manifests/c/CDESoftware/MBD-2026/27.03.0004/CDESoftware.MBD-2026.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: CDESoftware.MBD-2026 -PackageVersion: 27.03.0002 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 \ No newline at end of file +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CDESoftware.MBD-2026 +PackageVersion: 27.03.0004 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.installer.yaml new file mode 100644 index 0000000000000..bb5a0c2ba1a31 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.2 +UpgradeBehavior: install +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.2/NoteGen_0.26.2_x64-setup.exe + InstallerSha256: D89360BDEEDED996169C5A8064C89772F41AC1E67C0978D17C678DB777B5B339 + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.2/NoteGen_0.26.2_x64_en-US.msi + InstallerSha256: CA8DA596E6C698EBB3EC081C69F0C7513455715DA7794822F103EDC38A7D850C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{9687D992-FF0E-4FF8-A7D8-873DCF19735F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.en-US.yaml new file mode 100644 index 0000000000000..c0471b2b4b67c --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.2 +PackageLocale: en-US +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: A cross-platform AI note-taking application focused on recording and writing. +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organize fragmented knowledge. The organization function is the bridge connecting recording and writing, which can organize continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organized results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognizes content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + - 🏷️ Custom tags for better categorization and differentiation of different recording scenarios. + - 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + - 📋 Clipboard recognition, which automatically recognizes images or text in the clipboard after you copy them. + - 💾 Organization, when you have completed a series of records, you can try to let AI help you organize them into an article. + Writing + - 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + - 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + - 📅 Version control, if you enable synchronization, you can trace back to historically uploaded records in the history. + - 🤖 AI assistance, supporting Q&A, continuation, optimization, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + - 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + - 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + - 📦 Large model support, with multiple built-in large model configurations, supporting customization and easy switching. + - 👁️ OCR, which can assist in recognizing text in images. + - 🏗️ Organization templates, which can be customized for AI to organize different types of content. + - 🔎 Global search, for quickly searching and jumping to specified content. + - 🌃 Image hosting management, for convenient management of image hosting repository content. + - 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.zh-CN.yaml new file mode 100644 index 0000000000000..df3315d02900b --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.locale.zh-CN.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.2 +PackageLocale: zh-CN +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: 一款专注于记录和写作的跨端 AI 笔记应用。 +Description: |- + NoteGen 是一款专注于记录和写作的跨端 AI 笔记应用,基于 Tauri 开发。 + NoteGen 的核心理念是将记录、写作和 AI 结合使用,三者相辅相成。记录功能可以帮助用户快速捕捉和整理碎片化知识。整理功能是连接记录和写作的桥梁,可将持续记录的内容整理成一篇可读的笔记,辅助用户完成从零到一的创作过程,如果 AI 整理的结果无法满足你的要求,那么你可以使用写作功能自行去完善。 + 记录 + 记录方式支持: + 1. 🖥️ 截图记录,通过截图,用户可以快速捕捉和记录碎片化知识,尤其是在遇到无法进行文本复制的情况下。 + 2. 📄 文本记录,可以复制文本或者手动输入一些简短的内容作为一次记录。 + 3. 🖼️ 插图记录,可以在笔记生成时,自动插入到合适的位置。 + 4. 📇 文件记录,识别 PDF、md、html、txt 等文件内容,进行文字记录。 + 5. 🔗 链接记录(待实现),使用爬虫进行页面内容识别与记录。 + 6. 📷 拍照记录(待实现)功能类似于插图记录,调用相机记录,适合未来移动端。 + 辅助记录: + - 🏷️ 自定义标签,更好地归类和区分不同的记录场景。 + - 🤖 AI 对话,默认关联当前标签下的记录,你也可以手动去关联写作内的任何文章。 + - 📋 剪贴板识别,在你进行图片或文本复制后,会自动识别剪贴板中的图片或文本。 + - 💾 整理,当你已经完成了一系列的记录之后,可以尝试让 AI 帮你整理为一篇文章。 + 写作 + - 🗂 文件管理器,支持本地和 Github 仓库的文件和文件夹的管理,支持无限层级目录。 + - 📝 支持所见即所得、即时渲染、分屏预览三种模式。 + - 📅 版本控制,如果你开启了同步功能,可以在历史记录中回溯历史上传过的记录。 + - 🤖 AI 辅助,支持问答、续写、优化、精简、翻译等功能,且可以随时将记录插入到文章任何位置。 + - 🏞️ 图床,直接复制图片粘贴在 Markdown 编辑器中,将自动将此图片上传至图床,并转换为 Markdown 图片链接。 + - 🛠️ HTML、Markdown 转换,复制浏览器的内容,将自动转换为 Markdown 格式。 + 辅助 + - 📦 大模型支持,内置多种大模型配置,支持自定义,随意切换。 + - 👁️ OCR,可以辅助识别图片内的文字。 + - 🏗️ 整理模板,可自定义模板,方便 AI 对不同类型的内容进行定制化整理。 + - 🔎 全局搜索,可以快速搜索并跳转至指定的内容。 + - 🌃 图床管理,可以方便的管理图床仓库的内容。 + - 💎 主题与外观,支持深色主题,支持 Markdown、代码等外观设置。 +Tags: +- 书摘 +- 书签 +- 人工智能 +- 剪藏 +- 大语言模型 +- 收藏 +- 收藏夹 +- 知识 +- 知识库 +- 笔记 +ReleaseNotes: See the assets to download this version and install. +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.yaml new file mode 100644 index 0000000000000..d03703fc3b466 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.2/codexu.NoteGen.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: codexu.NoteGen +PackageVersion: 0.26.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.installer.yaml b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.installer.yaml new file mode 100644 index 0000000000000..38ff35bb701f1 --- /dev/null +++ b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.installer.yaml @@ -0,0 +1,204 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20260228" +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- potplayer +- potrun +- rtmp +- rtsp +FileExtensions: +- "264" +- "265" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- apl +- asf +- ass +- asx +- au +- avi +- avs +- awb +- bdmv +- bik +- caf +- cda +- cue +- dav +- dff +- divx +- dmskm +- dpg +- dpl +- dsa +- dsf +- dsm +- dss +- dsv +- dts +- dtshd +- dtsma +- dv +- dvr-ms +- eac3 +- ec3 +- evo +- f4v +- flac +- flc +- fli +- flic +- flv +- h264 +- h265 +- hdmov +- hevc +- hm10 +- idx +- ifo +- ismv +- ivf +- k3g +- lmp4 +- m1a +- m1v +- m2a +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4r +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mp4v +- mpa +- mpc +- mpcpl +- mpd +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mts +- mxf +- nsr +- nsv +- nut +- obu +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pbf +- pls +- psb +- pva +- qt +- ra +- ram +- rec +- rm +- rmi +- rmm +- rmvb +- roq +- rp +- rpm +- rt +- sbv +- sfd +- skm +- smi +- smil +- smk +- snd +- spx +- srt +- ssa +- ssf +- ssif +- sub +- sup +- swf +- tak +- thd +- tp +- tpr +- trp +- ts +- tta +- ttml +- usf +- vc1 +- vob +- vpy +- vtt +- w64 +- wav +- wax +- weba +- webm +- wm +- wma +- wmp +- wmv +- wmx +- wpl +- wtv +- wv +- wvx +- xspf +- xss +- y4m +ProductCode: PureCodec +ReleaseDate: 2026-02-28 +Installers: +- Architecture: x86 + InstallerUrl: http://dl-t1.wmzhe.com/13/13163/PureCodec20260228.exe + InstallerSha256: B23B4984A33AD76C6EF35BA4FBC5FAC377523B3C888138C66AF75D5BA111E5AA +- Architecture: x64 + InstallerUrl: http://dl-t1.wmzhe.com/13/13163/PureCodec20260228.exe + InstallerSha256: B23B4984A33AD76C6EF35BA4FBC5FAC377523B3C888138C66AF75D5BA111E5AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.locale.en-US.yaml b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.locale.en-US.yaml new file mode 100644 index 0000000000000..0651ebdae6c53 --- /dev/null +++ b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dio.PureCodec +PackageVersion: "20260228" +PackageLocale: en-US +Publisher: Dio +PublisherUrl: https://diodiy.lofter.com/ +PublisherSupportUrl: https://diodiy.lofter.com/ +PackageName: Pure Codec +PackageUrl: https://jm.wmzhe.com/ +License: Freeware +ShortDescription: Codec pack for HD fans +Description: Pure Codec is a well-built codec pack for HD fans, capable of decoding and playing popular video and audio formats by hardware and software. It integrates multimedia player PotPlayer, MPC-HC and MPC-BE, splitter and decoder suite LAV Filters, high quality renderer madVR, and supports Chinese and English. +Tags: +- audio +- codec +- decode +- lav +- madvr +- media +- mpc +- mpc-be +- mpc-hc +- multimedia +- music +- player +- potplayer +- video +ReleaseNotesUrl: http://diodiy.top/?thread-1.htm +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.locale.zh-CN.yaml b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.locale.zh-CN.yaml new file mode 100644 index 0000000000000..287d62f855ea6 --- /dev/null +++ b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.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: Dio.PureCodec +PackageVersion: "20260228" +PackageLocale: zh-CN +Publisher: Dio +PublisherUrl: https://diodiy.lofter.com/ +PublisherSupportUrl: https://diodiy.lofter.com/ +PackageName: 完美解码 +PackageUrl: https://jm.wmzhe.com/ +License: 免费软件 +ShortDescription: 追求极致,只为完美视听体验 +Description: 完美解码是一款为高清影视爱好者精心打造的影音解码包,能软硬件解码播放流行的视频和音频格式。集成多媒体播放器 PotPlayer、MPC-HC、MPC-BE,分离器解码器套件 LAV Filters,高画质渲染器 madVR,支持中英语言安装使用。 +Tags: +- lav +- madvr +- mpc +- mpc-be +- mpc-hc +- potplayer +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotes: |- + + 更新 PotPlayer v260114(1.7.22777) + + 更新 MPC-HC v2.6.2.1 + + 更新 LAV Filters v0.81.0.5-git +ReleaseNotesUrl: http://diodiy.top/?thread-1.htm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.yaml b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.yaml new file mode 100644 index 0000000000000..d39ce4215f78d --- /dev/null +++ b/manifests/d/Dio/PureCodec/20260228/Dio.PureCodec.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: Dio.PureCodec +PackageVersion: "20260228" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.installer.yaml new file mode 100644 index 0000000000000..1ba43ef577f9c --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.0.12 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.0.12/argy-windows-x64.zip + InstallerSha256: a62c3e4c4f9a6f0ca0c88b8ba2455d9158de8fbd11f1470277b4a875c0e8e56a + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 0000000000000..15c6cecb3cb6c --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.0.12 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.yaml new file mode 100644 index 0000000000000..f65067b6b5636 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.0.12/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.0.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.installer.yaml b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.installer.yaml new file mode 100644 index 0000000000000..518e323ddf88d --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.7.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S /CURRENTUSER + SilentWithProgress: /S /CURRENTUSER +UpgradeBehavior: install +Commands: + - mindwtr +ProductCode: Mindwtr +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: + - ProductCode: Mindwtr +InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Programs\Mindwtr' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dongdongbh/Mindwtr/releases/download/v0.7.1/mindwtr_0.7.1_x64-setup.exe + InstallerSha256: 9cb12ca1cb5fff93921dc1ded43d4d5c02ad9baacb45171a83eadc8d4ba27de4 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.en-US.yaml b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.en-US.yaml new file mode 100644 index 0000000000000..2f5b685bc7c99 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.7.1 +PackageLocale: en-US +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: A complete Getting Things Done (GTD) productivity system. +Description: A complete Getting Things Done (GTD) productivity system. +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.7.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.zh-CN.yaml b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..34a299c25c1c0 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.7.1 +PackageLocale: zh-CN +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: 完整的 GTD(搞定)任务管理系统。 +Description: 完整的 GTD(搞定)任务管理系统。 +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.7.1 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.yaml b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.yaml new file mode 100644 index 0000000000000..1f819e7cab2cf --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.7.1/dongdongbh.Mindwtr.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..e2f90560085c4 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.17 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.17/flyctl_0.4.17_Windows_x86_64.zip + InstallerSha256: D4C21B58B0062072E4063E6520302D5E09A30118146073D27134298DFF3E2672 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.4.17/flyctl_0.4.17_Windows_arm64.zip + InstallerSha256: A0609A3ED5C281A978CCE6DE146CAB360EFE560A211BBB38C2B05C8701569B06 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..e1d47ba46b151 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.17 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - a614657 Fix machine update wait action when machine is not started (#4754) + - fd70cc7 Fix synthetics probe logging after blackbox exporter upgrade (#4753) + - cffd7ab Bump github.com/prometheus/blackbox_exporter from 0.25.0 to 0.27.0 (#4453) + - bc3e884 Bump github.com/opencontainers/selinux from 1.11.1 to 1.13.0 (#4644) + - 7a25099 build(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.29 (#4637) + - b267e60 build(deps): bump github.com/containerd/containerd/v2 from 2.0.5 to 2.0.7 (#4636) + - 546b3fa Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#4747) + - 72b9720 Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#4751) + - 9cbee65 Bump actions/download-artifact from 7 to 8 (#4752) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.4.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..cbe0bd87673a3 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.4.17 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..3e674771b9671 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.4.17/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.4.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/fselect/fselect/0.9.3/fselect.fselect.installer.yaml b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.installer.yaml new file mode 100644 index 0000000000000..ff81c18713dfc --- /dev/null +++ b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: fselect.fselect +PackageVersion: 0.9.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fselect.exe +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jhspetersson/fselect/releases/download/0.9.3/fselect-x86_64-win.zip + InstallerSha256: BFB68F1CF8D614B4C1B88EE7D1A369C616B7D6CCDBEE1DDDC45B74F1FC93DC7D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/fselect/fselect/0.9.3/fselect.fselect.locale.en-US.yaml b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.locale.en-US.yaml new file mode 100644 index 0000000000000..ce1c7c18487c2 --- /dev/null +++ b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: fselect.fselect +PackageVersion: 0.9.3 +PackageLocale: en-US +Publisher: fselect +PublisherUrl: https://github.com/jhspetersson/fselect/ +PublisherSupportUrl: https://github.com/jhspetersson/fselect/issues +Author: jhspetersson +PackageName: fselect +PackageUrl: https://github.com/jhspetersson/fselect/ +License: Apache-2.0 +LicenseUrl: https://github.com/jhspetersson/fselect/blob/master/LICENSE-MIT +Copyright: Copyright (c) 2018-2023, jhspetersson. +ShortDescription: Find files with SQL-like queries. +Tags: +- cli +- command-line +- files +- filesystem +- find +- hacktoberfest +- query +- rust +- sql +- sql-like +- tool +- utility +ReleaseNotes: |- + - improved interactive mode: persistent history, cd and pwd commands + - LIMIT now supports offsets with OFFSET keyword or with LIMIT M,N notation + - CONTAINS_GREEK function + - configurable support for US dates format +ReleaseNotesUrl: https://github.com/jhspetersson/fselect/releases/tag/0.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/fselect/fselect/0.9.3/fselect.fselect.yaml b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.yaml new file mode 100644 index 0000000000000..c6c189e1f7525 --- /dev/null +++ b/manifests/f/fselect/fselect/0.9.3/fselect.fselect.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: fselect.fselect +PackageVersion: 0.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.installer.yaml new file mode 100644 index 0000000000000..a5be1e6b1e917 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b8192 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-03 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b8192/llama-b8192-bin-win-vulkan-x64.zip + InstallerSha256: F181F76C6E5D2D18A19031389AA9DCB4C77617175411BAB9142C840FA4AF1FCD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 0000000000000..a2fdd4ab21b07 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.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: ggml.llamacpp +PackageVersion: b8192 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + kleidiai : add sme fp16 compute path for q4_0 gemm on aarch64 (#20043) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu s390x (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.1 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b8192 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.yaml b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.yaml new file mode 100644 index 0000000000000..44106d7e48a98 --- /dev/null +++ b/manifests/g/ggml/llamacpp/b8192/ggml.llamacpp.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: ggml.llamacpp +PackageVersion: b8192 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hmans/beans/0.4.0/hmans.beans.installer.yaml b/manifests/h/hmans/beans/0.4.0/hmans.beans.installer.yaml new file mode 100644 index 0000000000000..ee133578b362a --- /dev/null +++ b/manifests/h/hmans/beans/0.4.0/hmans.beans.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: hmans.beans +PackageVersion: 0.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: beans.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hmans/beans/releases/download/v0.4.0/beans_Windows_x86_64.zip + InstallerSha256: 887B6EA1A45EE5DE37325D941F1544BD88A1D2D9F3AF762F28082A456BD09823 +- Architecture: arm64 + InstallerUrl: https://github.com/hmans/beans/releases/download/v0.4.0/beans_Windows_arm64.zip + InstallerSha256: F5C983140F9D2D739C5003B48CE992A1E9790132C9804D1A4FED42BE80D3C5FF +- Architecture: x86 + InstallerUrl: https://github.com/hmans/beans/releases/download/v0.4.0/beans_Windows_i386.zip + InstallerSha256: BCA43E5CA86EF868EDC39D48989E4275CBB7F1B37923486C39F7E2E879391753 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/hmans/beans/0.4.0/hmans.beans.locale.en-US.yaml b/manifests/h/hmans/beans/0.4.0/hmans.beans.locale.en-US.yaml new file mode 100644 index 0000000000000..22a97a1e99241 --- /dev/null +++ b/manifests/h/hmans/beans/0.4.0/hmans.beans.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: hmans.beans +PackageVersion: 0.4.0 +PackageLocale: en-US +Publisher: hmans +PublisherUrl: https://github.com/hmans +PackageName: beans +PackageUrl: https://github.com/hmans/beans +License: Apache-2.0 +LicenseUrl: https://github.com/hmans/beans/blob/main/LICENSE +ShortDescription: A CLI-based, flat-file issue tracker for humans and robots. +Description: Beans is a CLI-based task management system that stores issues, bugs, and features as plain Markdown files in a .beans directory within your project. It keeps tasks alongside your code rather than in separate applications. Beans includes a built-in GraphQL engine for AI coding agents to query project context, an interactive terminal UI for managing tasks, and can generate Markdown roadmap documents. +Tags: +- cli +- issue-tracker +- task-management +- developer-tools +- productivity +ReleaseNotesUrl: https://github.com/hmans/beans/releases/tag/v0.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/hmans/beans/0.4.0/hmans.beans.yaml b/manifests/h/hmans/beans/0.4.0/hmans.beans.yaml new file mode 100644 index 0000000000000..b45f64e581b25 --- /dev/null +++ b/manifests/h/hmans/beans/0.4.0/hmans.beans.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: hmans.beans +PackageVersion: 0.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.installer.yaml b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.installer.yaml similarity index 79% rename from manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.installer.yaml rename to manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.installer.yaml index 9ed78bd08a3ce..c49fb004b7829 100644 --- a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.installer.yaml +++ b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveBusinessForOutlook -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 InstallerType: wix Scope: machine InstallerSwitches: @@ -10,12 +10,12 @@ InstallerSwitches: Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VSTOR -ProductCode: '{4A77CCE5-8BEB-4B41-9881-AA6082BBD914}' +ProductCode: '{4A77CCE5-8BEB-4B41-9881-AA6082BE9914}' AppsAndFeaturesEntries: - UpgradeCode: '{4A77CCE5-8BEB-4B41-9881-AA60F2B17914}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Business%20for%20Outlook-current.msi - InstallerSha256: 2F21FC092ABD35E8256D5CD3B76A8A75BB09A545B2C3459A25B4921B1DC633F3 + InstallerSha256: 463B96E039243E28B0C333A543FCECD1E0EBC25CE76E7DA5DADCEDEEDF2C7516 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml similarity index 82% rename from manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml index 23073c91a5738..198f1ad5c2433 100644 --- a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.en-US.yaml @@ -2,12 +2,12 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveBusinessForOutlook -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 PackageLocale: en-US Publisher: Invantive Software B.V. -PublisherUrl: https://cloud.invantive.com/ -PublisherSupportUrl: https://cloud.invantive.com/support -PrivacyUrl: https://cloud.invantive.com/privacy +# PublisherUrl: https://cloud.invantive.com/ +# PublisherSupportUrl: https://cloud.invantive.com/support +# PrivacyUrl: https://cloud.invantive.com/privacy Author: Invantive Software B.V. PackageName: Invantive Business for Outlook PackageUrl: https://download.invantive.com/ @@ -16,7 +16,7 @@ Copyright: (C) Copyright 2004-2026 Invantive Software BV, the Netherlands. All r ShortDescription: A generic add-in for Microsoft Outlook providing a user interface on top of various business cloud platforms, such as Exact Online and XML Audit files (XAF). Description: Invantive Business for Outlook is a generic add-in for Microsoft Outlook, offering a user interface on top of several business cloud platforms, such as Exact Online and XML Audit files (XAF). ReleaseNotesUrl: https://releasenotes.invantive.com/ -PurchaseUrl: https://cloud.invantive.com/ +# PurchaseUrl: https://cloud.invantive.com/ Documentations: - DocumentLabel: Documentation DocumentUrl: https://documentation.invantive.com/ diff --git a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml similarity index 96% rename from manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml index 227a69ec41ef1..5dda69e41948b 100644 --- a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveBusinessForOutlook -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 PackageLocale: zh-CN License: 专有软件 ShortDescription: 一款适用于 Microsoft Outlook 的通用插件,基于各类商业云平台(如 Exact Online 和 XML 审计文件/XAF)提供用户界面。 diff --git a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.yaml b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.yaml similarity index 91% rename from manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.yaml rename to manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.yaml index 130c4ead97ab3..f1c2f5a20cacf 100644 --- a/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.165/Invantive.InvantiveBusinessForOutlook.yaml +++ b/manifests/i/Invantive/InvantiveBusinessForOutlook/25.0.209/Invantive.InvantiveBusinessForOutlook.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveBusinessForOutlook -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.installer.yaml b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.installer.yaml similarity index 76% rename from manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.installer.yaml rename to manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.installer.yaml index a2df7eb1db854..ef81f060b4699 100644 --- a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.installer.yaml +++ b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveRuntime -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{B20D19BE-E9DE-4381-94AF-3193900A7900}' +ProductCode: '{B20D19BE-E9DE-4381-94AF-3193900D3900}' AppsAndFeaturesEntries: - UpgradeCode: '{B20D19BE-E9DE-4381-94AF-319300001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Runtime-current.msi - InstallerSha256: 15BFFB6679243026AB59C1D8F7CD30B182F700E89AA32026B08D60E3CCD28465 + InstallerSha256: 45E4DD5B228BD0502486BD998025F02EAB6409DF106BDB75D7667C498644E0EA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.en-US.yaml b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.en-US.yaml similarity index 85% rename from manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.en-US.yaml index 79141ad87f85d..0c98022046ee6 100644 --- a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.en-US.yaml @@ -2,12 +2,12 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveRuntime -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 PackageLocale: en-US Publisher: Invantive Software B.V. -PublisherUrl: https://cloud.invantive.com/ -PublisherSupportUrl: https://cloud.invantive.com/support -PrivacyUrl: https://cloud.invantive.com/privacy +# PublisherUrl: https://cloud.invantive.com/ +# PublisherSupportUrl: https://cloud.invantive.com/support +# PrivacyUrl: https://cloud.invantive.com/privacy Author: Invantive Software B.V. PackageName: Invantive Runtime PackageUrl: https://download.invantive.com/ @@ -15,7 +15,7 @@ License: Proprietary Copyright: (C) Copyright 2004-2026 Invantive Software BV, the Netherlands. All rights reserved. ShortDescription: Provide on-premises users with packaged apps on cloud applications, databases and files Description: Your Windows users enjoy pre-defined apps handling data from a wide range of cloud applications, relational database and many file format. The pre-defined apps run through Invantive Runtime offer parameter screens, data integration and synchronization features as well as exports to many file formats such as Excel. Invantive Runtime scales from small to large enterprises through the solid foundation on Invantive UniversalSQL, including many complex data filters, and transparant parallel execution using high-performance streaming of data for SQL queries. -PurchaseUrl: https://cloud.invantive.com/ +# PurchaseUrl: https://cloud.invantive.com/ Documentations: - DocumentLabel: Documentation DocumentUrl: https://documentation.invantive.com/ diff --git a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.zh-CN.yaml similarity index 97% rename from manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.zh-CN.yaml index adf06325445c5..c17b729dd003b 100644 --- a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveRuntime -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 PackageLocale: zh-CN License: 专有软件 ShortDescription: 为本地用户提供云端应用、数据库及文件的打包应用服务 diff --git a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.yaml b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.yaml similarity index 90% rename from manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.yaml rename to manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.yaml index e6e84654b98bf..b115e9be9b2d6 100644 --- a/manifests/i/Invantive/InvantiveRuntime/25.0.165/Invantive.InvantiveRuntime.yaml +++ b/manifests/i/Invantive/InvantiveRuntime/25.0.209/Invantive.InvantiveRuntime.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Invantive.InvantiveRuntime -PackageVersion: 25.0.165 +PackageVersion: 25.0.209 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.installer.yaml b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.installer.yaml new file mode 100644 index 0000000000000..ecb80e72d790e --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.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: Iterate.MountainDuck +PackageVersion: 5.2.1.28671 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Protocols: +- dav +- davs +- ftp +- ftps +- s3 +- sftp +FileExtensions: +- cyberduckprofile +- duck +- mountainducklicense +PackageFamilyName: io.mountainduck_nx15cxr8682sp +Capabilities: +- internetClient +- packageManagement +- runFullTrust +- unvirtualizedResources +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://dist.mountainduck.io/Mountain%20Duck-5.2.1.28671_x64.msix + InstallerSha256: 7E9A71B5E060CF8776ABC83AB880B5638DC903336FDDFA5E4113F9CDE50A6ADF + SignatureSha256: 601C8875B050745A32660196E99765E72D04CA87A91188E02A5CBBED1B2956ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.locale.en-US.yaml b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.locale.en-US.yaml new file mode 100644 index 0000000000000..558d6ec06b8d1 --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.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: Iterate.MountainDuck +PackageVersion: 5.2.1.28671 +PackageLocale: en-US +Publisher: iterate GmbH +PublisherUrl: https://iterate.ch/ +PublisherSupportUrl: https://mountainduck.io/help/ +PrivacyUrl: https://mountainduck.io/privacy/ +Author: iterate GmbH +PackageName: Mountain Duck +PackageUrl: https://mountainduck.io/ +License: Proprietary +Copyright: Copyright 2015-2026 iterate GmbH. +ShortDescription: Cyberduck for mounting volumes in the file explorer. +Description: Mountain Duck lets you mount server and cloud storage as a disk in Finder on macOS and the File Explorer on Windows. Open remote files with any application and work like on a local volume. +Moniker: mountainduck +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- ftp +- google-drive +- mount +- netdisk +- onedrive +- s3 +- sftp +- sync +- upload +- webdav +ReleaseNotesUrl: https://mountainduck.io/changelog/ +PurchaseUrl: https://mountainduck.io/buy +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.mountainduck.io/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.locale.zh-CN.yaml b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a0c03d3fa48d --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Iterate.MountainDuck +PackageVersion: 5.2.1.28671 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 用于在文件资源管理器中挂载存储卷的 Cyberduck。 +Description: Mountain Duck 允许您在 macOS 的 Finder 和 Windows 的文件资源管理器中,将服务器及云存储挂载为本地磁盘。如同操作本地宗卷般,使用任意应用程序打开远程文件。 +Tags: +- ftp +- google-drive +- onedrive +- oss +- sftp +- webdav +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 挂载 +- 文件 +- 网盘 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.mountainduck.io/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.yaml b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.yaml new file mode 100644 index 0000000000000..30080a0d0b416 --- /dev/null +++ b/manifests/i/Iterate/MountainDuck/5.2.1.28671/Iterate.MountainDuck.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: Iterate.MountainDuck +PackageVersion: 5.2.1.28671 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.installer.yaml b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.installer.yaml new file mode 100644 index 0000000000000..31c095305bcbe --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.installer.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: icsharpcode.ILSpy.Preview +PackageVersion: 10.0.0.8079-preview1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +ProductCode: '{A12FDAB1-731B-4A98-9749-D4816E86A13B}' +ReleaseDate: 2025-07-24 +AppsAndFeaturesEntries: +- DisplayVersion: 10.0.0.8079 + ProductCode: '{A12FDAB1-731B-4A98-9749-D4816E86A13B}' + UpgradeCode: '{A12FDAB1-731B-4A98-9749-D481CE8692AB}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Programs/ILSpy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/icsharpcode/ILSpy/releases/download/v10.0-preview1/ILSpy_Installer_10.0.0.8079-preview1-x64.msi + InstallerSha256: D42E4D376221DF8ED6E06935F4DA163334DA95223337FEF9ECF12D9B73A4D226 +- Architecture: arm64 + InstallerUrl: https://github.com/icsharpcode/ILSpy/releases/download/v10.0-preview1/ILSpy_Installer_10.0.0.8079-preview1-arm64.msi + InstallerSha256: 9B81AB7C29AB4A42BBDD79B3D9227C465DD356776DAAA443E15EC0402D2487BC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.locale.en-US.yaml b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..aa8c03304158a --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: icsharpcode.ILSpy.Preview +PackageVersion: 10.0.0.8079-preview1 +PackageLocale: en-US +Publisher: ICSharpCode Team +PublisherUrl: https://github.com/icsharpcode/ILSpy +PublisherSupportUrl: https://github.com/icsharpcode/ILSpy/issues +PackageName: ILSpy +PackageUrl: https://github.com/icsharpcode/ILSpy +License: MIT +LicenseUrl: https://github.com/icsharpcode/ILSpy/blob/HEAD/LICENSE +Copyright: Copyright 2011-2023 AlphaSierraPapa for the ILSpy team +CopyrightUrl: https://github.com/icsharpcode/ILSpy/blob/master/doc/ILSpyAboutPage.txt +ShortDescription: Cross-Platform .NET assembly browser and decompiler. +Tags: +- c-sharp +- decompile +- decompiler +- decompiler-engine +- dotnet +- dotnetcore +- ilspy +- mono +- pdb +- unity +ReleaseNotes: |- + This preview release is based on preview 6 of .NET 10.0. Please make sure that you have it installed on your machine beforehand. + New Language Features + - #3467: C# 12 InlineArrays + - #3500: Added .NET 10 as test target + - #3500: Added minimal language feature support to successfully detect new code patterns used in .NET 10 + Enhancements + - #3519: Add API diff feature. Please see the PR for how this feature works, and in the collapsed region at the end of the release notes how such an API diff report could look like (full file is attached to release as ICSharpCode.Decompiler9.1to10Preview1Changes_ApiDiff.md). + - #3494: Add dynamic ILSpy settings options to ILSpyCmd + - #3489: Make WholeProjectDecompiler.CreateDecompiler protected virtual to make the decompilation pipeline extensible. + Contributions + - Add configuration option to check for overflow and underflow (see #3484 by @ds5678) + - Allow creating a MetadataFile with a MetadataReader / MetadataStringDecoder (see #3487 by @lordmilko) + - Add an option to not transform Activator.CreateInstance() to new T() (see #3497 by @DoctorKrolic) + - TargetFramework and TargetServices APIs are now public (see #3501 by @nikitalita) + - Support disassembling single file bundle for ILSpy (see #3398 by @cshung) + - Fix stack overflow exception in CSharpResolver (see #3471 by @ds5678) + - Handle explicit optional parameter after default parameter (see #3470 by @ds5678) + - Fix disassembler output, correcting flag(NUM) to flags(NUM) (see #3473 by @hez2010) + - Fix null reference exception when writing resource files (see #3474 by @ds5678) + - Fix SDK-style (modern) inter-project references (see #3502 by @petercrabtree) + - Fix incorrect method match for static methods with instance signature (see #3504 by @MSchmoecker) + Performance + - #3486: Remove XML serialization from DecompilerSettings in ILSpy + Bug fixes + - Fix #3464: Missing cast in interpolated string + - Fix #3482: Drag and Drop is no longer working in the Assemblies tree view. + - Fix #3492: Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed. + And many other fixes, for a full list click here. +ReleaseNotesUrl: https://github.com/icsharpcode/ILSpy/releases/tag/v10.0-preview1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/icsharpcode/ILSpy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.yaml b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.yaml new file mode 100644 index 0000000000000..85d37f7ad6dc3 --- /dev/null +++ b/manifests/i/icsharpcode/ILSpy/Preview/10.0.0.8079-preview1/icsharpcode.ILSpy.Preview.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: icsharpcode.ILSpy.Preview +PackageVersion: 10.0.0.8079-preview1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..81d699422321b --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.1275 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramData%\Jackett' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.24.1275/Jackett.Installer.Windows.exe + InstallerSha256: 32862BD1299CB0E3A0E7D27C6FF1F99C7D41A2BA62E8C608438C6FA5538553FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..76fc55f1e1737 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: Jackett.Jackett +PackageVersion: 0.24.1275 +PackageLocale: en-US +Publisher: Jackett +PublisherUrl: https://github.com/Jackett/Jackett +PublisherSupportUrl: https://github.com/Jackett/Jackett/issues +Author: Jackett Contributors +PackageName: Jackett +PackageUrl: https://github.com/Jackett/Jackett +License: GPL-2.0 +LicenseUrl: https://github.com/Jackett/Jackett/blob/HEAD/LICENSE +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE +ShortDescription: API Support for your favorite torrent trackers. +Description: |- + Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. + This allows for getting recent uploads (like RSS) and performing searches. + Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps. +Moniker: jackett +Tags: +- indexer +- p2p +- proxy +- rss +- sonarr +- torent-management +- torrent +- torrent-search-engine +- trackers +ReleaseNotes: |- + Changes: + - ec92576 pussytorrents: add MR, MST, tags to description and update DLVF resolves #16641 + - 1b8afcd gtorrent: removed. resolves #11255 + - 41632bc yggtorrent: prevent anime enhancements for movie titles [ #16639 ] + - e1d7c2b krazyzone: drop MR, must MST + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1275 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..9a3f43fb255a8 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1275/Jackett.Jackett.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: Jackett.Jackett +PackageVersion: 0.24.1275 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml index c8a690242eff7..e9ba526a06b1f 100644 --- a/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml +++ b/manifests/k/KDE/Klickety/master/KDE.Klickety.installer.yaml @@ -9,14 +9,14 @@ ProductCode: klickety Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-889-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5FF1C2E3D1258E28609E9B452F02138E8BDC5DFB9240518F9A8CB6A34B8560A9 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-892-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9DCA66D9D5C49860892592F55EE25061EC43A8A1FC99A2BDE92BC52EAA5EF866 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-889-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 5FF1C2E3D1258E28609E9B452F02138E8BDC5DFB9240518F9A8CB6A34B8560A9 + InstallerUrl: https://cdn.kde.org/ci-builds/games/klickety/master/windows/klickety-master-892-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9DCA66D9D5C49860892592F55EE25061EC43A8A1FC99A2BDE92BC52EAA5EF866 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Okular/25.12.3/KDE.Okular.installer.yaml b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.installer.yaml new file mode 100644 index 0000000000000..75ffd23650ccf --- /dev/null +++ b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.installer.yaml @@ -0,0 +1,90 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.Okular +PackageVersion: 25.12.3 +InstallerType: nullsoft +UpgradeBehavior: install +FileExtensions: +- asc +- bmp +- cb7 +- cbr +- cbt +- cbz +- chm +- dds +- dib +- djv +- djvu +- dvi +- eps +- eps.bz2 +- eps.gz +- epsf +- epsf.bz2 +- epsf.gz +- epsi +- epsi.bz2 +- epsi.gz +- epub +- exr +- fb2 +- g3 +- gif +- hdr +- icb +- ico +- jp2 +- jpe +- jpeg +- jpg +- jpg2 +- markdown +- md +- mkd +- mng +- mobi +- okular +- oxps +- pbm +- pcx +- pdf +- pgm +- pic +- png +- ppm +- prc +- ps +- psd +- rgb +- tga +- tif +- tiff +- tpic +- txt +- v +- vda +- vst +- webp +- wwf +- xbm +- xcf +- xpm +- xps +ProductCode: Okular +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7218-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2E52931C5D961734F3974FF85BDDECB63FC14DC2783D6DAA7B4C5BAE5A335BE9 + InstallerSwitches: + Custom: /CurrentUser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.kde.org/ci-builds/graphics/okular/release-25.12/windows/okular-release_25.12-7218-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 2E52931C5D961734F3974FF85BDDECB63FC14DC2783D6DAA7B4C5BAE5A335BE9 + InstallerSwitches: + Custom: /AllUsers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Okular/25.12.3/KDE.Okular.locale.en-US.yaml b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.locale.en-US.yaml new file mode 100644 index 0000000000000..d1d15763da703 --- /dev/null +++ b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.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: KDE.Okular +PackageVersion: 25.12.3 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://okular.kde.org/contact/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Okular +PackageUrl: https://okular.kde.org/ +License: GPL-2.0-or-later +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +Copyright: |- + (C) 2002 Wilco Greven, Christophe Devriese + (C) 2004-2005 Enrico Ros + (C) 2005 Piotr Szymanski + (C) 2004-2017 Albert Astals Cid + (C) 2006-2026 Pino Toscano +ShortDescription: The Universal Document Viewer +Description: Multi-platform, fast and packed with features, Okular allows you to read PDF documents, comics and EPub books, browse images, visualize Markdown documents, and much more. +Tags: +- annotate +- annotation +- comment +- ebook +- pdf +- read +- reader +- viewer +ReleaseNotes: The 24.12 version of Okular has been released. This release includes several improvements in PDF form handling and Signature Creation as well as various other minor fixes and feature enhancements. You can check the full changelog at https://kde.org/announcements/changelogs/gear/24.12.0/#okular. +ReleaseNotesUrl: https://okular.kde.org/news/okular_24.12_released/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://okular.kde.org/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Okular/25.12.3/KDE.Okular.locale.zh-CN.yaml b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c6b003cab4be --- /dev/null +++ b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KDE.Okular +PackageVersion: 25.12.3 +PackageLocale: zh-CN +Publisher: KDE e.V. +PublisherUrl: https://kde.org/zh-cn/ +PublisherSupportUrl: https://okular.kde.org/contact/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Okular +PackageUrl: https://okular.kde.org/ +License: GPL-2.0-or-later +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +Copyright: |- + (C) 2002 Wilco Greven, Christophe Devriese + (C) 2004-2005 Enrico Ros + (C) 2005 Piotr Szymanski + (C) 2004-2017 Albert Astals Cid + (C) 2006-2026 Pino Toscano +ShortDescription: 通用文档浏览器 +Description: Okular 是一款跨平台、快速、强大的文档浏览器,允许您阅读 PDF 文档、漫画和 EPub 图书,浏览图片,可视化 Markdown 文档等。 +Tags: +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 阅读 +- 阅读器 +ReleaseNotesUrl: https://okular.kde.org/news/okular_24.12_released/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://okular.kde.org/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Okular/25.12.3/KDE.Okular.yaml b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.yaml new file mode 100644 index 0000000000000..5acc0d10dff36 --- /dev/null +++ b/manifests/k/KDE/Okular/25.12.3/KDE.Okular.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: KDE.Okular +PackageVersion: 25.12.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml index 12fd99de2c767..93f31bbee94e3 100644 --- a/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml +++ b/manifests/m/MCHOSE/MCHOSEHUB/1.0.0/MCHOSE.MCHOSEHUB.installer.yaml @@ -15,6 +15,6 @@ ProductCode: 5ad0d43b-ed6f-5476-88e8-78111c6ef75f Installers: - Architecture: x64 InstallerUrl: https://cdn.mchose.com.cn/MCHOSE_HUB_installer.zip - InstallerSha256: 43E0C92660B9F89155DD9932F468762ACA07CEEB423C5AAD5DF873F552162181 + InstallerSha256: 4DEC4C6930D84AEEB445367EBFB44C30DB6A19CFE501B6867F0B52D8DD3CE123 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.installer.yaml b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.installer.yaml new file mode 100644 index 0000000000000..d3dfe715d2d55 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.installer.yaml @@ -0,0 +1,28 @@ +# 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: Martchus.syncthingtray +PackageVersion: 2.0.8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: syncthingtray-cli.exe + PortableCommandAlias: syncthingtray-cli +- RelativeFilePath: syncthingtray.exe + PortableCommandAlias: syncthingtray +UpgradeBehavior: uninstallPrevious +Commands: +- syncthingtray +- syncthingtray-cli +FileExtensions: +- stignore +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.0.8/syncthingtray-2.0.8-x86_64-w64-mingw32.exe.zip + InstallerSha256: 2137D4F3D45A66E9E06BFF5A83E8B7AF50567118A7C9DE01462656F0A8DABD00 +- Architecture: arm64 + InstallerUrl: https://github.com/Martchus/syncthingtray/releases/download/v2.0.8/syncthingtray-2.0.8-aarch64-w64-mingw32.exe.zip + InstallerSha256: 37D18FD3071B4F1232E2FED58439D52463BA7EC511602DCA519A88E1011B1E03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.locale.en-US.yaml b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.locale.en-US.yaml new file mode 100644 index 0000000000000..3663d1cc92659 --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.locale.en-US.yaml @@ -0,0 +1,37 @@ +# 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: Martchus.syncthingtray +PackageVersion: 2.0.8 +PackageLocale: en-US +Publisher: Martchus +PublisherUrl: https://martchus.github.io/ +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +Author: Marius Kittler +PackageName: Syncthing Tray +PackageUrl: https://martchus.github.io/syncthingtray/ +License: GPL-2.0 +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/HEAD/LICENSE +Copyright: Copyright © 2016-2024 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/README.md#copyright-notice-and-license +ShortDescription: Tray application for Syncthing +Description: Syncthing Tray provides a tray icon and further platform integration for Syncthing. +Moniker: syncthingtray +Tags: +- dolphin +- icon +- plasma +- plasmoid +- qt +- qt-widgets +- qt6 +- synchronization +- syncthing +- tray +- tray-application +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/syncthingtray/2.0.8/Martchus.syncthingtray.locale.pt-BR.yaml b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.locale.pt-BR.yaml new file mode 100644 index 0000000000000..46446649442cd --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.locale.pt-BR.yaml @@ -0,0 +1,32 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Martchus.syncthingtray +PackageVersion: 2.0.8 +PackageLocale: pt-BR +Publisher: Martchus +PublisherUrl: https://martchus.github.io/ +PublisherSupportUrl: https://github.com/Martchus/syncthingtray/issues +Author: Marius Kittler +PackageName: Syncthing Tray +PackageUrl: https://martchus.github.io/syncthingtray/ +License: GPL-2.0 +LicenseUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/LICENSES-windows-distribution.md +Copyright: Copyright © 2016-2024 Marius Kittler +CopyrightUrl: https://github.com/Martchus/syncthingtray/blob/v1.7.1/README.md#copyright-notice-and-license +ShortDescription: Aplicação de bandeja para sincronização +Description: Syncthing Tray fornece um ícone de bandeja e mais integração de plataforma para Syncthing +Tags: +- dolphin +- icon +- plasma +- plasmoid +- qt +- qt-widgets +- qt6 +- synchronization +- syncthing +- tray +- tray-application +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.yaml b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.yaml new file mode 100644 index 0000000000000..25ea3b81b2b4d --- /dev/null +++ b/manifests/m/Martchus/syncthingtray/2.0.8/Martchus.syncthingtray.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: Martchus.syncthingtray +PackageVersion: 2.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..3e826b085bc70 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.135/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.135 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.0.135/microclaw-v0.0.135-x86_64-pc-windows-msvc.zip + InstallerSha256: ACCC51D1807F9653C7D07099DB0A60C52F10F852F058C6493481AF373C7A6249 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..b3a106a397625 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.135/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.135 +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.135 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.0.135 +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.135/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8e703d2768b29 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.135/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.135 +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.135/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.135/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..a2ef266d51dcb --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.135/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.135 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 0000000000000..6758bf57b6b81 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.136/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.136 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.0.136/microclaw-0.0.136-x86_64-windows-msvc.zip + InstallerSha256: C2B5192E38F6E66762DA601C55AB77222971106ECFBECD6D4FDD9302A43BABC3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 0000000000000..5faa701c6d98e --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,80 @@ +# 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.136 +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 + - fix(skills): fix built-in SKILL.md lookup for include_dir subdirs by @flyflypeng in https://github.com/microclaw/microclaw/pull/178 + New Contributors + - @flyflypeng made their first contribution in https://github.com/microclaw/microclaw/pull/178 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.0.135...v0.0.136 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.0.136 +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.136/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 0000000000000..94b11aa41fa32 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.136/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.136 +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.136/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.0.136/MicroClaw.MicroClaw.yaml new file mode 100644 index 0000000000000..4b6257c03e8c2 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.0.136/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.136 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.installer.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.installer.yaml new file mode 100644 index 0000000000000..c503b6e196edd --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.11.2 +InstallerType: nullsoft +Scope: user +ProductCode: Modrinth App +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- Publisher: ModrinthApp + ProductCode: Modrinth App +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Modrinth App' +Installers: +- Architecture: x64 + InstallerUrl: https://launcher-files.modrinth.com/versions/0.11.2/windows/Modrinth%20App_0.11.2_x64-setup.exe + InstallerSha256: 30B42BCF069693BD3F36692DA8605AD49F865E404362CAA0EAECCC06EECAC991 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.locale.en-US.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.locale.en-US.yaml new file mode 100644 index 0000000000000..ee47c606eb2f8 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.11.2 +PackageLocale: en-US +Publisher: Modrinth +PublisherUrl: https://modrinth.com/ +PublisherSupportUrl: https://support.modrinth.com/en/ +PrivacyUrl: https://modrinth.com/legal/privacy +Author: Modrinth +PackageName: Modrinth App +PackageUrl: https://modrinth.com/app +License: GPL-3.0 +LicenseUrl: https://github.com/modrinth/code/blob/main/apps/app/LICENSE +ShortDescription: The Modrinth App is a unique, open source Minecraft launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. +Tags: +- minecraft +- minecraft-launcher +- modrinth +ReleaseNotesUrl: https://modrinth.com/news/changelog?filter=app +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://support.modrinth.com/en/collections/7804910-modrinth-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.yaml new file mode 100644 index 0000000000000..46b0c493c012e --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.2/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.11.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/149.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/149.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml index dac8d6fb78ba6..2c24f663db9b9 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/et/149.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/et/149.0/Mozilla.Firefox.DeveloperEdition.et.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/et/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 6CA163D7D49AE3F5546D041E0E3424028D99BFD9D6907C78D2E0993E8D58FA13 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/et/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 968058BAF45D0DC3D2EFDB6CA47E4733E73FDEC26A28A56F6019D99F6B4E6F32 ProductCode: Firefox Developer Edition 149.0 (x86 et) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/et/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 776AF724227F4730481C413C7A7081CCEE6FD0B909DAC304B92BF4535C7A8B39 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/et/Firefox%20Setup%20149.0b3.exe + InstallerSha256: CCAB4C0C7C9E051B19728D85C70DA5C7219B3FE26A3050FAC4547FCE731B0492 ProductCode: Firefox Developer Edition 149.0 (x64 et) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/et/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 59A08175D6D0DE5B326047FE4E7D10A2723BEB05F2D7F2D42947682617D2281C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/et/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 45893A29A1E42DB881355871132850974FF68631532A1B6F72C4005C003BE9FF ProductCode: Firefox Developer Edition 149.0 (arm64 et) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ga-IE/149.0/Mozilla.Firefox.DeveloperEdition.ga-IE.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ga-IE/149.0/Mozilla.Firefox.DeveloperEdition.ga-IE.installer.yaml index 7f96a4021698e..26fd733de0a2c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ga-IE/149.0/Mozilla.Firefox.DeveloperEdition.ga-IE.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ga-IE/149.0/Mozilla.Firefox.DeveloperEdition.ga-IE.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/ga-IE/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 23D6AC410BF81E8E725D0D3A0BB9762A9CE16475EA7D4ACB774BACB234E960F9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ga-IE/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 52DC88282F93AE2DD8FCDAB202FA16ADF83920CBBDB7152FFF488E9C3306C5C6 ProductCode: Firefox Developer Edition 149.0 (x86 ga-IE) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/ga-IE/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 4C78DF9D2B25A69DF0DDC4878646E756682763545B95D1ADF44FA5395A7B67E6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ga-IE/Firefox%20Setup%20149.0b3.exe + InstallerSha256: ABE33AC2E6E3586795A7A5B2B325B4C902E5338425DA20E84BE8E0190DCDBDE1 ProductCode: Firefox Developer Edition 149.0 (x64 ga-IE) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/ga-IE/Firefox%20Setup%20149.0b2.exe - InstallerSha256: C620801590E6BD76BEB8B050A23198AA2BCD3DFDC68695333F997F518BF7DE3B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ga-IE/Firefox%20Setup%20149.0b3.exe + InstallerSha256: F576C0C5BE4CB653506DEBE20E76BCD0B86C9C1AE51E7A134BA198C9BB062560 ProductCode: Firefox Developer Edition 149.0 (arm64 ga-IE) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/149.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/149.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml index b86a0fa5e0745..ecddca5392a75 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/149.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/hr/149.0/Mozilla.Firefox.DeveloperEdition.hr.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/hr/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 7BBB9A4B338746A240D7F800C9B35F0BD6B59F998A4A002C75E3CD45945528EF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/hr/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 4DD7C90A3E4A2F905B52EEF9B830FA24BA62CCBB04736136B717A73DF066ED0F ProductCode: Firefox Developer Edition 149.0 (x86 hr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/hr/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 09A21C2D57BCF95D59C733B3A346D68E8EC5FFCCDE4367708BFDE14BF813BE76 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/hr/Firefox%20Setup%20149.0b3.exe + InstallerSha256: BD907CFF9CFC79BC21A2B4981AD6CBA1480E602E62F6B15B855686E262A473BA ProductCode: Firefox Developer Edition 149.0 (x64 hr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/hr/Firefox%20Setup%20149.0b2.exe - InstallerSha256: F5B5B392FC38439A5F81FFE21B63D83A480BB0FD26E7CEECBA2B31B652E9AB2C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/hr/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 15EB02FC1A0E32BF94E4BDC2C827090B0D8BC39CDF8CD2604D7943AA12F85D6A ProductCode: Firefox Developer Edition 149.0 (arm64 hr) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml index 35266ea63ae97..15f5f5d697efa 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-25 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win32/kab/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 3B5DF051CD76AB473E0A2976374DE1677B90F58C8FEFB464819D552005F8E009 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/kab/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 7137858E10AF39D610260C78CF8CE1BF877FADF01517D9DB04037E0BBA29826A ProductCode: Firefox Developer Edition 149.0 (x86 kab) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64/kab/Firefox%20Setup%20149.0b1.exe - InstallerSha256: CC350318F0219AE090193D26CE6AF73D6A5ABAC1B9F9EE8163CB8E21384357D0 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/kab/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 61666DAAD89C55C34F1B1370430C94D9027923DAF11FBF3448AB62B53DB2E9FA ProductCode: Firefox Developer Edition 149.0 (x64 kab) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64-aarch64/kab/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 61E1031449430508246A67D67F24FF3B9FB6B3182ADDED5D8DB5B3DE7FE9888B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/kab/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 371801F8F69F8FF338BFEFC5A3BD10D6540155929BA4616156878E064F127141 ProductCode: Firefox Developer Edition 149.0 (arm64 kab) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/149.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/149.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml index 7d8ad87772a4d..fc0b26c4d89ba 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/149.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/kn/149.0/Mozilla.Firefox.DeveloperEdition.kn.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-25 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win32/kn/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 25E2E15BD98DFE163ED0782E00B8F54BDEF8744444BD41F4DA922B2F6EE863FD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/kn/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 1EB381A72703804EFB3B316FD5C6665D4E00348E6027D7C7BD6319FEEDE02A65 ProductCode: Firefox Developer Edition 149.0 (x86 kn) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64/kn/Firefox%20Setup%20149.0b1.exe - InstallerSha256: DFCFE7ED63A481186EB4F6AB75451B2E4C04DA32096766D0EBC0B73BF1E02364 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/kn/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 425CCCE0DF5571EDFED91DF41DC813BA7050F6B87C705C6F0194BE507BE55BEF ProductCode: Firefox Developer Edition 149.0 (x64 kn) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64-aarch64/kn/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 38E44836790197D863858B84F2FC09E104CA7727F93C6B5F82C34EFA3079FC97 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/kn/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 1F4814CC7111FA13883ABECD879B7A5540A262382641AA642F7282F42F4C5815 ProductCode: Firefox Developer Edition 149.0 (arm64 kn) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/149.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/149.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml index c4b8f8eefe303..fb0a287536ff7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/149.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/lv/149.0/Mozilla.Firefox.DeveloperEdition.lv.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/lv/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 5E2DC343DC5FD7FE57D6147585B38BDF4C795F4E162DC2ACF965F6CE3D287C47 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/lv/Firefox%20Setup%20149.0b3.exe + InstallerSha256: A0E455F59316CE5CF4EF80B05E816898B629F93076BE5A0C6006CF64B4214068 ProductCode: Firefox Developer Edition 149.0 (x86 lv) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/lv/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 3CFD768F8910485E2F49F97D46D7745FA30F941CC2D310F77D5097871362C765 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/lv/Firefox%20Setup%20149.0b3.exe + InstallerSha256: B6353D034C025F4945FD57561B36093DBAF09D058836CAA8E7BA72B6671320EE ProductCode: Firefox Developer Edition 149.0 (x64 lv) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/lv/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 7984AFBF91AE9949EFEDAAB993DAF03C37704FC6FCC1AD44B2C961D7E6E67FD3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/lv/Firefox%20Setup%20149.0b3.exe + InstallerSha256: CA9C01D7F0850332CF9A56BB782966749A1033CB82D07C25997B76281ABBAD95 ProductCode: Firefox Developer Edition 149.0 (arm64 lv) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/149.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/149.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml index 412f89b1fa9b4..6e12feaaf87e6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/149.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ms/149.0/Mozilla.Firefox.DeveloperEdition.ms.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/ms/Firefox%20Setup%20149.0b2.exe - InstallerSha256: B8AAB4E3B15EB11201221260AF25700A3A6111337E7FB3B77B5E3F5A71207CB9 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/ms/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 249ABC1B3CB24A91B4CEC7DF31B7AE64732F6FF0815E093E2FD78B9213B49F6C ProductCode: Firefox Developer Edition 149.0 (x86 ms) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/ms/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 8956641247BE8631F1E10BCB8A5A40F2E6197A14F9B43AEF0F13901BFCE0E240 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/ms/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 304CBEB16DAD67767B7B5CFA9F3879C8C1F92A0ABA2C7E3841E31B2942BDD90D ProductCode: Firefox Developer Edition 149.0 (x64 ms) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/ms/Firefox%20Setup%20149.0b2.exe - InstallerSha256: C688A57FF9768ECF3415E3848260EA9A450387AD8947C8E444E232195465B16C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/ms/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 37071855130FDCF76916F438900661B30DC9C4CF0547A3D6FA0F32FC19CE8B1A ProductCode: Firefox Developer Edition 149.0 (arm64 ms) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/my/149.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/my/149.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml index 93d32e0030669..5fde6cbfca370 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/my/149.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/my/149.0/Mozilla.Firefox.DeveloperEdition.my.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/my/Firefox%20Setup%20149.0b2.exe - InstallerSha256: BD27C7875330491FE5EE7F5D77F3CD19BD7F9777E4D142D79382D54166E4B35C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/my/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 28DCF98003D26C8D6D5F06B6E2A026ADAFDC4948A8725DD69A4697D2EE6718EE ProductCode: Firefox Developer Edition 149.0 (x86 my) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/my/Firefox%20Setup%20149.0b2.exe - InstallerSha256: F5981DE3C5B9B6FBB9C39A652B69962EEA577D80E17626E4477A435EFE3F6BFC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/my/Firefox%20Setup%20149.0b3.exe + InstallerSha256: AD1B43A43BA4601EF3DE2C104A4C8BA593E294BAA62858F2AF3233D256231C18 ProductCode: Firefox Developer Edition 149.0 (x64 my) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/my/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 87C2280C4D2D2D4121D75B8FE02111779F1EE94F2448A94728DE65834CB55594 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/my/Firefox%20Setup%20149.0b3.exe + InstallerSha256: C1F8045303AA147D94D3A69BD217CB89009B1CFF4454B00E53478A5DF85DC58A ProductCode: Firefox Developer Edition 149.0 (arm64 my) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/149.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/149.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml index 8998b19db99d1..10c8fced0b06c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/149.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/149.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-27 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win32/nl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 8DC0D265CD2250702372E6E6508F4A60A1923F6D6F7B673D382138DCD4182FA4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/nl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 60AECBB3AA64C0AD0A07FFDDADBA16C17653297CD43E0F04969770014D2ABEA7 ProductCode: Firefox Developer Edition 149.0 (x86 nl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64/nl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: AEBD3669D0F096D640B16FCE6CB89AF463F677F3C41A707A956891188D3AD568 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/nl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 328326B5D25D3FAA0600D11DBEF6919DAAB9685FCFF9AA55095FED6FDC796AE3 ProductCode: Firefox Developer Edition 149.0 (x64 nl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b2/win64-aarch64/nl/Firefox%20Setup%20149.0b2.exe - InstallerSha256: 5DA16DB957400627FB14D9CD84A40E257E24C2422CB4B91F86AB0B5F891BEFDF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/nl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: E8FBB82A97A70C672D7535000F13914A3BD55B2C03CE810951970924B0DC148C ProductCode: Firefox Developer Edition 149.0 (arm64 nl) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/149.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/149.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml index 28d8bc2f7b598..4d994b8811e4c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/149.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pl/149.0/Mozilla.Firefox.DeveloperEdition.pl.installer.yaml @@ -24,19 +24,18 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2026-02-25 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win32/pl/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 35BFBBE9B16B4B7E5FF58F51AD5ED6DF869367146493E8D5F40E54FFAF144122 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win32/pl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: 98BA191280360A6F524E444668666C7235FAF51465BFAAC0E6CFA0BC128598E6 ProductCode: Firefox Developer Edition 149.0 (x86 pl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64/pl/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 993B6362BE4F4AAD653437CDC05D6655D10DA15647ED18F62456F1E21890624C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64/pl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: BDE3710FAF7EB0750AFCF4E73EBE1FA971440FB9036C094CE819E61F75F7CAED ProductCode: Firefox Developer Edition 149.0 (x64 pl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b1/win64-aarch64/pl/Firefox%20Setup%20149.0b1.exe - InstallerSha256: 5700CB1718A07EF1B415199BC3C94C6514FF88D01D25A5F3D6C87E0ECA7FAB24 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b3/win64-aarch64/pl/Firefox%20Setup%20149.0b3.exe + InstallerSha256: F7BBE0801F7FF8D40725EC300C0DE4695CA53FCF3855A4D1A95B9BD12812F8FF ProductCode: Firefox Developer Edition 149.0 (arm64 pl) ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.installer.yaml b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.installer.yaml new file mode 100644 index 0000000000000..ff25aad6e72f3 --- /dev/null +++ b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: marlocarlo.pstop +PackageVersion: 0.3.4 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pstop.exe + PortableCommandAlias: pstop +- RelativeFilePath: htop.exe + PortableCommandAlias: htop +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/marlocarlo/pstop/releases/download/v0.3.4/pstop-windows-x86_64.zip + InstallerSha256: F9D477F8DD927D976FDE9FDC8E5979D536FED95310EE196AE21897DE2E4BD861 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.locale.en-US.yaml b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.locale.en-US.yaml new file mode 100644 index 0000000000000..0f2fe57ec200d --- /dev/null +++ b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.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: marlocarlo.pstop +PackageVersion: 0.3.4 +PackageLocale: en-US +Publisher: marlocarlo +PublisherUrl: https://github.com/marlocarlo +PublisherSupportUrl: https://github.com/marlocarlo/pstop/issues +PackageName: pstop +PackageUrl: https://github.com/marlocarlo/pstop +License: MIT +LicenseUrl: https://github.com/marlocarlo/pstop/blob/master/LICENSE +ShortDescription: htop for Windows - beautiful, fast TUI system monitor +Description: |- + pstop is a full drop-in replacement for htop on Windows. Beautiful TUI system monitor + with per-core CPU bars, memory/swap/network monitoring, tree view, process management, + search/filter, 7 color schemes, and full mouse support. Installs both pstop and htop commands. +Tags: +- cli +- htop +- monitor +- process-viewer +- rust +- system-monitor +- terminal +- tui +- windows +ReleaseNotesUrl: https://github.com/marlocarlo/pstop/releases/tag/v0.3.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/marlocarlo/pstop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.yaml b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.yaml new file mode 100644 index 0000000000000..b69f8750db905 --- /dev/null +++ b/manifests/m/marlocarlo/pstop/0.3.4/marlocarlo.pstop.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: marlocarlo.pstop +PackageVersion: 0.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.installer.yaml b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.installer.yaml new file mode 100644 index 0000000000000..da397e94ab1d4 --- /dev/null +++ b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: mentebinaria.dz6 +PackageVersion: 0.5.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dz6.exe + PortableCommandAlias: dz6 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mentebinaria/dz6/releases/download/v0.5.1/dz6-x86_64-pc-windows-msvc.zip + InstallerSha256: 82A7627D873DFCED8203E8492F8128DA41D1901F986A75BBB32E8BDD14217ED2 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-02-27 diff --git a/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.locale.en-US.yaml b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.locale.en-US.yaml new file mode 100644 index 0000000000000..2f37e612475af --- /dev/null +++ b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: mentebinaria.dz6 +PackageVersion: 0.5.1 +PackageLocale: en-US +Publisher: MenteBinaria +PublisherUrl: https://github.com/mentebinaria +PublisherSupportUrl: https://github.com/mentebinaria/dz6/issues +PackageName: dz6 +PackageUrl: https://github.com/mentebinaria/dz6 +License: GNU General Public License v3.0 +LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.en.html +ShortDescription: A vim-inspired, TUI-based hexadecimal editor. +Tags: +- hex-editor +- tui +- cli +ReleaseNotesUrl: https://github.com/mentebinaria/dz6/releases/tag/v0.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.yaml b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.yaml new file mode 100644 index 0000000000000..a0b084903bf9b --- /dev/null +++ b/manifests/m/mentebinaria/dz6/0.5.1/mentebinaria.dz6.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: mentebinaria.dz6 +PackageVersion: 0.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.installer.yaml b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.installer.yaml new file mode 100644 index 0000000000000..5293308ae65e3 --- /dev/null +++ b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: miaotouy.AIOHub +PackageVersion: 0.5.0-r.1 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: AIO Hub +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/miaotouy/aio-hub/releases/download/v0.5.0-r.1/AIO.Hub_0.5.0-r.1_x64-setup.exe + InstallerSha256: E6C5A83657F44B94ACBEB7BDE1C9AC2FB36969AF5E3AFD7AFDCA5A559353F39B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.en-US.yaml b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.en-US.yaml new file mode 100644 index 0000000000000..160f36fb70018 --- /dev/null +++ b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: miaotouy.AIOHub +PackageVersion: 0.5.0-r.1 +PackageLocale: en-US +ShortDescription: AI platform application, providing various practical development and daily tools, as well as highly controllable LLM interaction. +Description: |- + A desktop hub application developed with Tauri + Vue 3 + TypeScript, offering a variety of practical development and daily-use tools. + + 🌟 Flagship Feature: LLM Intelligent Chat + AIO Hub's chat function is a highly customizable, conversational AI workspace designed for complex tasks and deep exploration. + 🌐 Open Model Ecosystem + Seamless integration, flexible expansion. + - Multi-provider support: Natively supports major LLM providers including OpenAI, Anthropic (Claude), Google (Gemini), Cohere, DeepSeek, and more. Easily connect and manage locally running language models via OpenAI-compatible APIs (e.g., Ollama, LM Studio, Llama.cpp). + - Custom endpoints: Add custom API endpoints for all integrated service types (e.g., OpenAI, Claude, Gemini), enabling exceptional extensibility. + - Visual model management: Centrally manage model metadata in settings, define capabilities (e.g., vision, tool use), and enable intelligent filtering in tools based on task requirements (e.g., "requires vision capability"). + 🌳 Dual-View Conversation Management + Freely switch between traditional linear lists and innovative non-linear graphs to suit different scenarios. + - Traditional Linear View (Linear List View) + - Ultimate performance: Virtual scrolling powered by @tanstack/vue-virtual effortlessly handles ultra-long conversations with thousands of messages while maintaining smoothness. + - Familiar experience: Classic top-down message flow, intuitive and zero learning curve. + - Message navigator: Equipped with quick jump (to top/bottom) and new message indicators. + - Fine-grained control: Hover toolbar for messages supports copy, edit, regenerate, branch creation, context analysis, message disabling, and more—enabling deep conversation control. + - Non-linear Conversation Graph + - Infinite canvas: Driven by Vue Flow + D3.js, presents conversation history as an interactive tree-like network. + - Dual layout engine: Offers hierarchical tree layout and dynamic force-directed physics layout with one-click switching. + - Advanced node operations: Enable/disable branches, view details, copy content, delete subtrees. + - Free structural reorganization: Drag and connect lines to "graft" branches, freely restructure conversation flows—all structural operations support undo/redo. + - Visual assistance: Built-in minimap, zoom/pan controls, and active branch highlighting for easy navigation within complex conversation networks. + 🛠️ Professional-Grade Prompt Engineering + Full control over every token sent to the model. + - Context Analyzer: Developer-level debugging tool. Clearly view the complete final prompt, message history, token consumption, and raw request payload sent to the LLM. + - Advanced Context Injection: Introduces declarative message injection strategies, allowing precise control over where preset messages are placed in context (e.g., "second-to-last" or "before a specific anchor"), and supports importing SillyTavern character cards and presets for seamless reuse of community resources. + - Macro System: Use dynamic macros like {{user}}, {{time}}, {{random::...}} in prompts to build powerful automated workflows. + - Agents: At its core, an agent is a sequence of preset messages, allowing you to combine System, User, and Assistant messages (including special placeholders like "User Profile" and "Chat History") into reusable templates. By dragging to reorder or enabling/disabling specific messages, you can create highly customized conversation starters or contexts, with support for import/export and community sharing. + - Dynamic Agent Switching: Unlike traditional chat apps that bind one session to one assistant, AIO Hub decouples sessions from agents. You can switch agents within the same conversation—let a "coding expert" write code, then seamlessly switch to a "documentation expert" to write comments—enabling conversations centered around the "task" rather than a fixed "assistant." + - Personas: Predefine multiple user identities (e.g., "Senior Architect," "Code Reviewer") and switch anytime to help AI better understand your role and needs. + 🖼️ Multi-modal Interaction + - File upload and reference: Drag and drop or paste images, PDFs, TXT files into the chat window. Files are uniformly processed by the asset manager, enabling advanced functions like "summarize this PDF" or "analyze this chart." + - Vision model support: Fully compatible with vision capabilities of multimodal models like Gemini, Claude, GPT-5, Qwen-VL. + + ✨ Core Highlights + 🖼️ Free Window Management + Break free from traditional layout constraints. + - Component-level separation: Not just tools—chat input boxes and conversation areas can also be dragged into independent floating windows. + - State synchronization: All detached windows share the same state source—changes in one window update all others in real time. + - Memory function: Automatically remembers the position and size of all windows. + 🎨 Ultimate Visual Experience + - Native effects: Supports Windows Mica / Acrylic and macOS Vibrancy frosted glass effects. + - Dynamic wallpapers: Supports video/image carousel wallpapers, combined with CSS blend modes for an immersive workspace. + - Deep customization: Built-in CSS editor allows real-time modification of every visual detail. + 🧩 Powerful Plugin System + - JavaScript plugins: Lightweight UI extensions, write-and-use immediately. + - Native plugins (Rust): High-performance backend extensions, dynamically loaded via DLL. + - Sidecar plugins: Independent process plugins written in any language. + + 🚀 Productivity Toolkit + 📊 Git Repository Analyzer + High-performance analysis tool built on Rust git2-rs + - No dependencies: Doesn't rely on system Git commands—directly reads .git database for lightning-fast speed. + - Streaming analysis: Uses streaming technology to instantly open large repositories and render commit graphs in real time. + - Multi-dimensional visualization: Contributor heatmaps, commit frequency charts, lines-of-code statistics. + 👁️ Smart OCR + Multi-engine text recognition solution + - Multi-engine switching: Supports VLM (GPT-4o), Windows Native (offline, fast), Tesseract.js (pure frontend). + - Smart slicing: Proprietary long-image slicing algorithm automatically detects blank areas and splits long screenshots, greatly improving recognition accuracy. + - Batch processing: Supports concurrent recognition of multiple images and result export. + 📦 Asset Manager + Application-level resource center + - Unified indexing: Centrally manage all images, documents, and media files generated across tools. + - Automatic deduplication: Content-based hashing (SHA-256) automatically removes duplicates, saving storage space. + - High performance: Fast indexing and filtering powered by Rust backend, supports infinite scrolling. + 🎨 Regex Applier + Dual-engine regex processing tool + - Real-time preview: Frontend JS engine provides millisecond-level input feedback. + - Batch processing: Backend Rust engine handles large-scale file modifications with high performance. + - Rule chains: Combine multiple regex replacements into a single processing pipeline. + 📝 Rich Text Renderer + High-performance rendering engine built for LLM streaming output + - Flicker-free streaming: Uses incremental diff algorithm and patch system to perfectly eliminate flickering during streaming, delivering a smooth typewriter-like experience. + - Deep mixed typesetting: Proprietary parser supports perfect nesting of Markdown with arbitrarily deep HTML tags. + - Rich interactive components: + - Code blocks: Integrated with Monaco Editor, offering professional syntax highlighting, folding, and font controls. + - Chain-of-thought: Native support for tags, displaying LLM reasoning processes via expandable dynamic components. + - Charts and formulas: Built-in Mermaid diagram rendering (with zoom/separate window support) and KaTeX math formula rendering. + - MD Style Editor: + - WYSIWYG: Real-time preview panels for each Markdown element (headings, paragraphs, quotes, code) with independent customization. + - Full control: Fine-tune CSS properties like font, color, margins to create a unique reading experience. + - Flexibility: Supports one-click toggle of custom styles or reset to system defaults. + 🛠️ Additional Practical Tools + - JSON Formatter: Smart JSON formatting and beautification with syntax highlighting and error hints—can be sent directly to chat for analysis with one click. + - Token Calculator: Estimate text token count, supporting multiple tokenization models. + - Color Extractor: Screen color picker, image palette analysis. + - Text Diff Tool: Professional-grade diff tool based on Monaco Editor. + - Directory Tree Generator: Generate project structure trees with .gitignore filtering support. + - And more tools… +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.zh-CN.yaml b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7bd02dae892a2 --- /dev/null +++ b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.locale.zh-CN.yaml @@ -0,0 +1,327 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: miaotouy.AIOHub +PackageVersion: 0.5.0-r.1 +PackageLocale: zh-CN +Publisher: mty +PublisherUrl: https://github.com/miaotouy +PublisherSupportUrl: https://github.com/miaotouy/aio-hub/issues +PackageName: AIO Hub +PackageUrl: https://github.com/miaotouy/aio-hub +License: MIT +LicenseUrl: https://github.com/miaotouy/aio-hub/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 miaotouy +ShortDescription: AI 平台应用,提供多种实用的开发和日常工具,以及高可控性的 LLM 交互。 +Description: |- + 一个基于 Tauri + Vue 3 + TypeScript 开发的桌面端枢纽应用,提供多种实用的开发和日常工具。 + + 🌟 旗舰功能:LLM 智能对话 + AIO Hub 的聊天功能是一个专为复杂任务和深度探索而设计的、高度可定制的对话式 AI 工作空间。 + 🌐 开放的模型生态 (Open Model Ecosystem) + 无缝集成,灵活扩展。 + - 多服务商支持:原生支持 OpenAI, Anthropic (Claude), Google (Gemini), Cohere, DeepSeek 等多家主流 LLM 供应商。并且通过兼容 OpenAI API 的接口(如 Ollama, LM Studio, Llama.cpp),轻松接入和管理本地运行的语言模型。 + - 自定义端点:支持为所有已集成的服务类型(如 OpenAI, Claude, Gemini 等)添加自定义 API 端点,具备极高的可扩展性。 + - 可视化模型管理:在设置中可以集中管理所有模型的元数据,定义其能力(如视觉、工具使用),并在工具中根据任务需求(如“需要视觉能力”)进行智能筛选。 + 🌳 双视图对话管理 (Dual-View Conversation Management) + 在传统的线性列表与创新的非线性图谱之间自由切换,满足不同场景的需求。 + - 传统线性视图 (Linear List View) + - 极致性能:基于 @tanstack/vue-virtual 实现虚拟滚动,轻松处理包含数千条消息的超长会话,始终保持流畅。 + - 熟悉的体验:经典的自上而下消息流,符合直觉,上手零成本。 + - 消息导航器:配备了快速跳转(到顶部/底部)和新消息提示功能。 + - 精细化控制:消息的悬浮工具栏支持复制、编辑、重新生成、创建分支、上下文分析、禁用消息等多种功能,实现对会话的深度控制。 + - 非线性对话图谱 (Non-linear Conversation Graph) + - 无限画布:由 Vue Flow + D3.js 驱动,将对话历史呈现为可交互的树状网络。 + - 双布局引擎:提供清晰层级的树状布局和动态物理模拟的力导向布局,并支持一键切换。 + - 高级节点操作:启用/禁用分支、查看详情、复制内容、删除子树。 + - 自由的结构重组:通过拖拽连接线“嫁接”分支,自由重组对话流,所有结构操作均支持撤销/重做。 + - 可视化辅助:内置小地图、缩放/平移控件和活动分支高亮,在复杂的对话网络中也能轻松导航。 + 🛠️ 专业级上下文工程 (Prompt Engineering) + 完全掌控发送给模型的每一个 Token。 + - 上下文分析器:开发者级调试工具。清晰地查看最终发送给 LLM 的完整 Prompt、历史消息、Token 消耗和原始请求体。 + - 高级上下文注入:引入了声明式的消息注入策略,可以精确控制预设消息在上下文中的位置(如“倒数第二条”或“某个锚点之前”),并支持导入 SillyTavern 角色卡和预设,无缝复用社区资源。 + - 宏系统 (Macro System): 在 Prompt 中使用 {{user}}, {{time}}, {{random::...}} 等动态宏,构建强大的自动化工作流。 + - 智能体 (Agents): 智能体的核心是预设消息序列,它允许你将一系列 System, User, Assistant 消息(包括特殊的“用户档案”和“聊天历史”占位符)组合成一个可复用的模板。通过拖拽调整顺序、启用/禁用特定消息,可以构建出高度定制化的对话开场或上下文,并支持导入/导出和社区分享。 + - 动态智能体切换:与传统聊天应用中“一次会话绑定一个助手”的模式不同,AIO Hub 将会话与智能体彻底解耦。你可以在同一段对话中随时切换智能体,让“代码专家”帮你写代码,再无缝切换到“文档专家”帮你写注释,使对话能够围绕“任务”本身而非某个固定的“助手”展开。 + - 用户档案 (Personas): 预设多个用户身份(如“高级架构师”、“代码审查员”),随时切换,让 AI 更懂你的角色和需求。 + 🖼️ 多模态交互 (Multi-modal Interaction) + - 文件上传与引用:拖拽或粘贴图片、PDF、TXT 等文件到聊天窗口。文件将被资产管理器统一处理,方便在聊天中引用,以实现“总结这份 PDF”、“分析这张图表”等高级功能。 + - 视觉模型支持:完美配合 Gemini, Claude, GPT-5, Qwen-VL 等多模态模型的视觉识别能力。 + + ✨ 核心亮点 + 🖼️ 自由窗口管理 + 打破传统布局限制。 + - 组件级分离:不仅是工具,连聊天输入框、对话区域都可以被拖拽成为独立的浮动窗口。 + - 状态同步:所有分离窗口共享同一个状态源,在一个窗口操作,所有窗口实时更新。 + - 记忆功能:自动记住所有窗口的位置和大小。 + 🎨 极致视觉体验 + - 原生特效:支持 Windows Mica / Acrylic 和 macOS Vibrancy 毛玻璃特效。 + - 动态壁纸:支持视频/图片轮播壁纸,配合 CSS 混合模式 (Blend Modes),打造沉浸式工作台。 + - 深度定制:内置 CSS 编辑器,支持实时修改应用样式的每一个细节。 + 🧩 强大的插件系统 + - JavaScript 插件:轻量级 UI 扩展,即写即用。 + - Native 插件 (Rust): 高性能后端扩展,通过 DLL 动态加载。 + - Sidecar 插件:支持任意语言编写的独立进程插件。 + + 🚀 效率工具集 + 📊 Git 仓库分析器 (Git Analyzer) + 基于 Rust git2-rs 的高性能分析工具 + - 无依赖:不依赖系统 Git 命令,直接读取 .git 数据库,速度极快。 + - 流式分析:采用流式传输技术,秒开大型仓库,实时渲染提交图表。 + - 多维可视化:贡献者热力图、提交频率图、代码行数统计。 + 👁️ 智能 OCR (Smart OCR) + 多引擎融合的文字识别方案 + - 多引擎切换:支持 VLM (GPT-4o)、Windows Native (离线快)、Tesseract.js (纯前端)。 + - 智能切图:独创的长图切片算法,自动识别空白区域切割长截图,大幅提升识别率。 + - 批量处理:支持多图并发识别和结果导出。 + 📦 资产管理器 (Asset Manager) + 应用级的资源中心 + - 统一索引:集中管理所有工具产生的图片、文档和媒体文件。 + - 自动去重:基于内容哈希 (SHA-256) 的自动去重机制,节省存储空间。 + - 高性能:Rust 后端驱动的快速索引和筛选,支持无限滚动。 + 🎨 正则表达式应用器 (Regex Applier) + 双引擎正则处理工具 + - 实时预览:前端 JS 引擎提供毫秒级的输入反馈。 + - 批量处理:后端 Rust 引擎处理大规模文件修改,性能强劲。 + - 规则链:将多个正则替换组合成一条处理流水线 (Pipeline)。 + 📝 富文本渲染引擎 (Rich Text Renderer) + 专为 LLM 流式输出打造的高性能渲染方案 + - 零闪烁流式渲染:采用增量 Diff 算法和 Patch 系统,完美解决流式输出时的抖动问题,带来打字机般的丝滑体验。 + - 深度混合排版:自研解析器,完美支持 Markdown 与任意深度 HTML 标签的混合嵌套。 + - 丰富的交互组件: + - 代码块:集成 Monaco Editor,提供专业级的高亮、折叠和字体控制。 + - 思维链:原生支持 标签,以可折叠的动态组件展示 LLM 的思考过程。 + - 图表与公式:内置 Mermaid 图表(支持缩放/独立窗口)和 KaTeX 数学公式渲染。 + - MD 样式编辑器 (Style Editor): + - 所见即所得:针对标题、段落、引用、代码等每一种 Markdown 元素提供独立的实时预览面板。 + - 全掌控:可精细调整字体、颜色、边距等 CSS 属性,打造独一无二的阅读体验。 + - 灵活性:支持一键启用/禁用自定义样式,或重置为系统默认,随心切换。 + 🛠️ 更多实用工具 + - JSON 格式化:智能格式化和美化 JSON 数据,支持语法高亮和错误提示,可一键发送至聊天窗口进行分析。 + - Token 计算器:估算文本 Token 数,支持多种分词模型。 + - 颜色提取器:屏幕取色、图片色板分析。 + - 文本差异对比:基于 Monaco Editor 的专业级 Diff 工具。 + - 目录树生成:生成项目结构树,支持 .gitignore 过滤。 + - 以及更多工具…… +ReleaseNotes: |- + 核心亮点 + - 🧠 知识库系统 - 完整的 RAG 引擎,支持向量/全文/混合检索,为 LLM 提供持久化记忆能力 + - 🎨 媒体生成中心 - 对话化的多模态创作工作站,支持图像、音频、视频的 AI 生成与迭代 + - ⚡ 快捷动作系统 - 宏指令增强的输入栏,60+ 动态宏变量,兼容 SillyTavern 格式 + - 🔗 Deep Link 支持 - aiohub:// 协议集成,支持通过 URL 快速添加服务渠道 + - 🔍 内容查重工具 - 高性能的文件去重引擎,基于多级过滤漏斗和 Rust 后端 + - 🏗️ 架构重构 - Composables 模块化重组、错误处理规范化、存储性能优化 + 🌟 新增核心功能 + 1. 知识库系统 (Knowledge Base) - 完整的 RAG 引擎 + 全新的知识库工具,为 LLM 提供持久化记忆和检索增强生成能力。 + - 多检索引擎支持: + - 向量检索 (Vector) - 基于 Embedding 模型的语义相似度匹配 + - 全文检索 (Fulltext) - 基于 BM25 算法的关键词匹配 + - 混合检索 (Hybrid) - 结合向量与关键词的优势 + - 透镜系统 (Lens) - 基于标签和领域的过滤机制 + - 智能检索优化: + - 查询预处理:文本清洗、分词、停用词过滤、Tag 自动提取 + - 自适应权重融合:根据知识库规模动态调整检索策略 + - 标签权重分级:区分核心标签与普通标签的检索待遇 + - 残差金字塔与偏振语义舵 (PSR) 高级算法 + - 向量缓存系统: + - 双层缓存架构:本地内存缓存 + 全局跨窗口共享缓存 + - LRU 淘汰策略,支持配置缓存容量 + - 向量相似度缓存,减少重复 Embedding API 调用 + - Token 消耗统计与展示 + - 知识库管理: + - CAIU (Context-Aware Information Unit) 条目管理 + - 标签池 (Tag Pool) 与标签海 (Tag Sea) 系统 + - 向量化任务队列与进度追踪 + - 实时监控面板:RAG 追踪、索引追踪、日志卡片 + - Chat 集成: + - 知识库占位符编辑器:支持 static、dynamic 注入模式 + - 支持 static::all 模式一次性加载指定知识库的所有条目 + - 检索引擎可配置:在占位符、Agent 配置及全局设置中指定 + - 根据引擎智能判断是否需要向量化,避免不必要计算 + 2. 媒体生成中心 (Media Generator) - 多模态创作工作站 + 全功能媒体生成工作站,支持图像、音频、视频的 AI 生成与管理。 + - 对话化工作流: + - 从扁平任务列表升级为基于节点树的对话模式 + - 支持多轮提示词迭代生成及上下文关联 + - 树形对话系统:支持分支切换、版本迭代、编辑历史 + - 虚拟滚动优化长列表性能 + - 多资产生成: + - 一次生成多个媒体资产(如图像网格) + - 支持图像网格、视频列表、音频列表布局 + - 分支选择器:列表预览模式,显示模型图标与媒体缩略图 + - 会话与任务管理: + - 全局任务池:跨会话的任务追踪与管理 + - 智能分支关联:自动识别上下文,复用现有节点 + - 任务状态同步:持久化过程中的数据一致性保证 + - 会话草稿自动保存与跨窗口同步 + - 参数面板增强: + - 连续对话开关:支持携带历史消息作为生成上下文 + - 模型能力适配:自动识别并同步连续对话开关状态 + - 视频时长、分辨率、音频质量等特定配置项 + - 提示词优化: + - AI 辅助能力:通过 LLM 自动润色和扩充提示词 + - 动态选择模型并输入额外的风格或构图要求 + - 预设提示词随机刷新:20 条预设灵感库 + - 资产画廊: + - 分页加载、无限滚动与搜索筛选 + - 生成参数查看:支持一键复刻参数进行二次创作 (Remix) + - 媒体元数据嵌入:PNG Chunk 及通用文件尾部追加 + - 资产导入时自动持久化生成参数为本地 JSON + - Suno 音乐生成集成: + - 独立适配器:不依赖特定 ProviderType + - 支持音乐生成、歌词生成、任务查询与轮询 + - 自定义模式和灵感模式支持 + 3. 快捷动作系统 (Quick Actions) - 宏指令增强 + 位于输入栏的指令增强系统,显著提升输入效率。 + - 快捷动作组管理: + - 库管理功能:支持增删改查、克隆及批量管理 + - 导入导出:支持单文件 JSON 导出及多文件 ZIP 批量打包 + - 兼容酒馆 (SillyTavern) 格式导入 + - 多级关联: + - 全局设置、智能体 (Agent) 和用户档案 (Profile) 多级绑定 + - 为特定智能体绑定快捷操作组 + - 平铺工具栏: + - 参考 SillyTavern 设计,从二级菜单改为平铺工具栏 + - 支持平铺或按组分行两种布局模式 + - 异步预加载与按需加载逻辑 + - 宏引擎增强: + - 60+ 动态宏:{{time}}, {{os}}, {{last_message}}, {{input}} 等 + - {{input}} 宏支持处理选中文字或全文 + - 模板编辑器支持通过 "{{ " 触发宏指令自动补全 + - 可视化宏选择面板 + 4. Deep Link 支持 - URL 协议集成 + - aiohub:// 协议注册: + - 支持 add-profile 和 providers 动作 + - 允许通过 URL 添加新的模型服务渠道 + - 自动推断提供商类型,提供友好的用户确认和引导 + - 事件监听: + - 应用启动时监听来自原生插件或 single-instance 插件的 Deep Link 事件 + - 在 App.vue 中集成处理逻辑 + 5. 内容查重工具 (Content Deduplicator) + 扫描目录并识别重复或相似的文本文件。 + - 多级过滤漏斗: + - 文件类型过滤(跳过二进制文件) + - 尺寸预过滤(基于文件大小差异) + - 快速指纹(前/后 4KB 哈希)用于初步筛选 + - 规范化全文哈希,忽略格式差异 + - 预设配置: + - 提供宽松、严格、代码、文档等模式 + - 可视化界面: + - 左侧配置面板(路径选择、预设、高级选项) + - 右侧结果面板(分组展示、搜索、筛选、排序、批量操作) + - 文件内容对比视图 + - 后端实现: + - Rust 后端实现文件收集、尺寸分桶、快速指纹、全文哈希 + - 集成 blake3 库用于高效哈希计算 + 6. LLM 聊天增强 + - 附件占位符系统: + - 引入 【file::assetId】 占位符 + - 允许用户控制转写内容在消息中的插入位置 + - 增强多模态模型的指向性 + - 设置项 autoInsertPlaceholder:开启后导入附件时自动插入占位符 + - AttachmentCard 右键菜单:支持插入和复制占位符 + - 搜索功能增强: + - 多种匹配模式:精确、全部包含、任一包含 + - 后端匹配逻辑优化:引入 SearchMatcher 枚举 + - 前端集成:MiniSessionList, AgentsSidebar, SessionsSidebar 实现模式切换 + - 输入框增强: + - CodeMirror 集成:搜索插件、中文本地化、快捷键优化 + - 本地路径转附件:支持 file:// 协议和 Windows 风格路径 + - 粘贴附件占位符 ID 同步:监听附件 ID 变化并自动更新 + - 消息渲染优化: + - 历史消息中 【file::assetId】 占位符解析 + - 块级元素 Token 统计:代码块和工具调用的 Token 数量显示 + - Monaco 编辑器主题集成:Shiki 主题重命名与切换优化 + 7. 转写工具增强 (Transcription) + - 错误处理优化: + - 错误详情查看功能:弹出详情弹窗 + - 错误信息截断:防止过长错误信息影响 UI + - sanitizeErrorMessage 工具函数:清理敏感 base64 数据和过长内容 + - 工作台激活: + - 添加转写任务时可激活工作台 + - 自动加载该任务的资产 + 8. 更多 LLM 提供商支持 + - 新增提供商: + - Azure OpenAI:支持资源名称、部署名称和 API 版本配置 + - NewAPI 聚合服务:为接入第三方 API 提供统一入口 + - DeepSeek, Groq, X.AI (Grok), SiliconFlow + - 网络请求策略: + - 新增 networkStrategy 配置项 + - 支持"自动"、"后端代理"或"原生请求"模式 + - 强制使用前端原生请求以提升性能 + - 代理行为配置: + - 放宽证书校验:支持忽略无效证书 + - 强制 HTTP/1.1:解决协议不兼容问题 + - 强制模型列表获取走后端代理,绕过前端 CORS 限制 + + 🔧 架构优化与重构 + 1. Composables 重构 + - 目录重组:将 14576 行代码的 composables 按功能分类到子目录 + - chat/ - 聊天核心逻辑 + - input/ - 输入框相关 + - session/ - 会话管理 + - settings/ - 设置管理 + - storage/ - 存储相关 + - ui/ - UI 相关 + - visualization/ - 可视化相关 + - features/ - 功能特性 + 2. 错误处理与日志系统规范化 + - 模块化错误处理器: + - 所有模块必须使用 createModuleErrorHandler(moduleName) 创建独立处理器 + - 禁止直接使用全局 errorHandler 单例 + - 使用模式: + - wrapAsync / wrapSync 自动包装 + - 快捷方法:.error(), .warn() 等 + - handle 方法:支持静默处理、自定义消息、结构化上下文 + - 日志规范: + - 模块化日志:使用 createModuleLogger(moduleName) + - 结构化日志:第二个参数传递结构化 data 对象 + - 控制台折叠:大量数据日志默认折叠 + 3. 存储性能优化 + - 二进制传输: + - read_file_binary_raw 命令:直接返回 ArrayBuffer + - 避免 IPC 序列化膨胀(3-4 倍) + - 文本写入优化: + - write_text_file_force 命令:直接接收 String 类型内容 + - 避免 Vec 转换为 number[] + - 性能测试工具: + - StoragePerformanceTester 组件 + - 多种方案对比测试 + 4. LLM 代理重构 + - HTTP 服务器模式: + - 基于 Axum 构建轻量级本地代理服务 + - 解决 IPC 序列化瓶颈 + - 前端直接请求本地代理端口 + - 代理配置增强: + - 支持系统代理、手动指定代理及直连模式 + - 本地文件(local-file://)读取与注入逻辑优化 + 5. 设置界面重构 + - LLM 服务配置: + - 逻辑拆分为独立 Composable:useProfileEditor, useModelEditor, useConnectionTest + - 网络配置项整合到可折叠面板 + - 新增网络设置摘要 + - 头像选择器增强: + - 历史头像管理:删除功能、自动同步、"当前使用"标记 + - 存储路径解耦:storageSubdirectory prop + - 事件处理统一:使用 update:modelValue + + 🐛 Bug 修复与体验优化 + LLM 聊天 + - 修复 replacementType 默认值处理问题 + - 优化节点克隆元数据处理并修复响应式问题 + - 压缩节点删除逻辑优化:子节点提升挂载 + - 消息版本切换逻辑优化:移除等待时禁用限制 + - 粘贴 Base64 图像提取开关控制 + Git 分析器 + - 导出模块并发操作导致的重复加载问题修复 + - 支持导出时选择是否包含文件变更信息 + - 日期范围处理和格式化优化 + 其他 + - RichTextRenderer 图片最大宽高限制优化 + - VcpToolNode 内容最大高度支持滚动 + - Worldbook 选择器和 PersonalitySection 初始化逻辑完善 + - SettingItemRenderer 修复多余闭合问题 +ReleaseNotesUrl: https://github.com/miaotouy/aio-hub/releases/tag/v0.5.0-r.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.yaml b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.yaml new file mode 100644 index 0000000000000..84b1ecf8e17ab --- /dev/null +++ b/manifests/m/miaotouy/AIOHub/0.5.0-r.1/miaotouy.AIOHub.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: miaotouy.AIOHub +PackageVersion: 0.5.0-r.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.installer.yaml b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.installer.yaml new file mode 100644 index 0000000000000..f8df44ce0e9b9 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.4.22 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- oomol +ProductCode: '{CC6B787D-37A0-49E8-AE24-8559A032BE0C}_is1' +ReleaseDate: 2026-03-01 +Installers: +- Architecture: x64 + InstallerUrl: https://static.oomol.com/release/stable/win32/x64/OOMOL%20Studio-1.4.22-2026-03-01.11.exe + InstallerSha256: B603592CD7B74B5D20BA019FE8F4AC94DA43318CC52509988EAD165DC5EC8D45 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.locale.en-US.yaml b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..e6a29d80c3d78 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.4.22 +PackageLocale: en-US +Publisher: OOMOL Corporation +PublisherUrl: https://oomol.com/ +PublisherSupportUrl: https://oomol.com/support/ +PrivacyUrl: https://oomol.com/privacy/ +Author: Hangzhou Kene Software Co., Ltd. +PackageName: OOMOL Studio +PackageUrl: https://oomol.com/downloads/ +License: Proprietary +LicenseUrl: https://oomol.com/terms/ +Copyright: Copyright © 2026 OOMOL Contributors. +CopyrightUrl: https://oomol.com/terms/ +ShortDescription: AI Workflow IDE +Description: Oomol Studio makes it easy to connect code snippets and API services through intuitive visual interactions +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotesUrl: https://oomol.com/updates +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oomol.com/docs/get-started/quickstarts +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.locale.zh-CN.yaml b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..37b5d1e4af4c8 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.4.22 +PackageLocale: zh-CN +PublisherUrl: https://oomol.com/zh-CN/ +PublisherSupportUrl: https://oomol.com/zh-CN/support/ +PrivacyUrl: https://oomol.com/zh-CN/privacy/ +Author: 杭州可讷软件有限公司 +PackageUrl: https://oomol.com/zh-CN/downloads +License: 专有软件 +LicenseUrl: https://oomol.com/zh-CN/terms/ +CopyrightUrl: https://oomol.com/zh-CN/terms/ +ShortDescription: AI 工作流 IDE +Description: Oomol Studio 通过直观的视觉交互轻松连接代码片段和 API 服务,帮助用户缩短从想法到产品的距离 +Tags: +- ai +- 人工智能 +- 代码 +- 开发 +- 悟墨 +- 编程 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://oomol.com/zh-CN/updates +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://oomol.com/zh-CN/docs/get-started/quickstarts +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.yaml b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.yaml new file mode 100644 index 0000000000000..534bb0c6281e1 --- /dev/null +++ b/manifests/o/OOMOL/OOMOLStudio/1.4.22/OOMOL.OOMOLStudio.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: OOMOL.OOMOLStudio +PackageVersion: 1.4.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.installer.yaml b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.installer.yaml new file mode 100644 index 0000000000000..cfa4affc72eee --- /dev/null +++ b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.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: OlegShparber.Zeal +PackageVersion: 0.8.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +Protocols: +- dash +- dash-plugin +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{0279AD42-8C86-4075-87C3-123FA8CBACFD}' +ReleaseDate: 2026-02-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{5C4B6030-A1B4-4EFE-A5AF-28F6FA2E7978}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zeal' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zealdocs/zeal/releases/download/v0.8.0/zeal-0.8.0-windows-x64.msi + InstallerSha256: EF52DE58863C7A9817CBEA826C3D656F4B88082268465068CD3C2AF55446A74E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.locale.en-US.yaml b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.locale.en-US.yaml new file mode 100644 index 0000000000000..185ea8939c25d --- /dev/null +++ b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OlegShparber.Zeal +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: Oleg Shparber +PublisherUrl: https://zealdocs.org/ +PublisherSupportUrl: https://zealdocs.org/contact.html +Author: Oleg Shparber +PackageName: Zeal +PackageUrl: https://zealdocs.org/download.html +License: GPL-3.0 +LicenseUrl: https://github.com/zealdocs/zeal/blob/HEAD/COPYING +Copyright: Copyright © Oleg Shparber and other contributors, 2013-2026. +ShortDescription: An offline documentation browser for software developers. +Moniker: zeal +Tags: +- api +- api-documentation +- dash +- developer-tools +- docs +- docset +- documentation +- documentation-tool +- offline +ReleaseNotes: |- + Features + - browser: enable PDF support (48289b9) + - ui: allow hiding menu bar (30e0b5d) + - ui,util: show "humanized" docset list refreshed time (64effa6) + - app,core: add --minimized command line option (a03c4ac) + - app: add --attach-console option on Windows (b245307) + - registry,ui,util: use new fuzzy matching algorithm (8a24e88) + Bug Fixes + - browser: fix broken user stylesheets (835be58) + - core: fix memory leak in extractor (7a3aec0) + - sidebar: improve null safety (09bedda) + - ui: handle time drift for docset list cache (9c52ad3) + - fix build with Qt 6.10 (11f6a85) + - ui: reset docset filter after list update (95a33df) + - registry: use fzy algorithm for fuzzy search (31e24af) + - ui: make search delegate highlight fuzzy results (376e4f7) + - browser: only scale zoom factor on hidpi (3beaeb4) + - util: protect sqlite3_finalize with a mutex (93a8c56) + - registry: defer docset loading to improve startup performance (ef80eb0) + - ui: use same height in search and toc views (80fabbb) + - ui: do not reload toc view for the same page (fcfa15a) + - ui: correctly apply color scheme without reload (2a53e26) + Build System + - require Qt 5.15.2 (3f25556) + - vcpkg: set baseline commit in vcpkg.json (f405d58) + - appimage: revert to 22.04 (6aad337) + - appimage: use zstd compression (3faee70) + - core: update cpp-httplib to v0.32.0 (5a5eef9) + CI/CD + - github: stop building on Ubuntu 20.04 (878dbdc) + - github: remove Windows 2019 image (6b039d6) + - github: build on Ubuntu 24.04 (fded315) + - github: update AppImage build tools (d31f209) + - github: add arm64 Ubuntu builds (612f924) + - github: build with Qt 6.10.2 (ff3069a) + + New Contributors + - @nullopt-t made their first contribution in #1748 + - @jaimeMF made their first contribution in #1728 + - @amini-allight made their first contribution in #1661 +ReleaseNotesUrl: https://github.com/zealdocs/zeal/releases/tag/v0.8.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/zealdocs/zeal/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.locale.zh-CN.yaml b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f37267f8cbd5f --- /dev/null +++ b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.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: OlegShparber.Zeal +PackageVersion: 0.8.0 +PackageLocale: zh-CN +ShortDescription: 一款面向软件开发者的离线文档浏览器。 +Tags: +- api +- api文档 +- dash +- 开发者工具 +- 文档 +- 文档工具 +- 文档集 +- 离线 +ReleaseNotesUrl: https://github.com/zealdocs/zeal/releases/tag/v0.8.0 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.yaml b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.yaml new file mode 100644 index 0000000000000..b15c8ef5552e7 --- /dev/null +++ b/manifests/o/OlegShparber/Zeal/0.8.0/OlegShparber.Zeal.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: OlegShparber.Zeal +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.installer.yaml b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.installer.yaml new file mode 100644 index 0000000000000..8c0ed3e187f1e --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Poly.PolyStudio +PackageVersion: 5.0.1.9 +InstallerType: msi +Scope: machine +Protocols: +- polystudio +ReleaseDate: 2026-03-04 +AppsAndFeaturesEntries: +- UpgradeCode: '{1D22B4D5-864B-4E17-9F2B-F52D14E09B7D}' +Installers: +- Architecture: x64 + InstallerUrl: https://swupdate.lens.poly.com/lens-desktop-windows/5.0.1.9/0/PolyStudio-5.0.1.9-x64.msi + InstallerSha256: 19D217BB6C875B2BC7D5336C629A1CB82FE401B1CE0B66FC2C1DCF6C75E71132 + ProductCode: '{5798B167-A3C9-4448-AD09-EF2FA85C42B5}' +- Architecture: arm64 + InstallerUrl: https://swupdate.lens.poly.com/lens-desktop-windows-arm/5.0.1.9/0/PolyStudio-5.0.1.9-ARM64.msi + InstallerSha256: 32A7E281A21D23F1D4EFA8EBB9420E74B9A75510AC87539FD9229842B35C5D66 + ProductCode: '{220B01BA-E32A-4197-9706-59288A9E8B6B}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.locale.en-US.yaml b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..0fc2d094010ec --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.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: Poly.PolyStudio +PackageVersion: 5.0.1.9 +PackageLocale: en-US +Publisher: HP Inc. +PublisherUrl: https://www.hp.com/us-en/poly.html +PublisherSupportUrl: https://info.lens.poly.com/contact +PrivacyUrl: https://www.hp.com/us-en/privacy/privacy.html +Author: Plantronics, Inc. +PackageName: Poly Studio +PackageUrl: https://www.hp.com/us-en/poly/software-and-services/software/poly-lens/app.html +License: Proprietary +LicenseUrl: https://support.hp.com/document/ish_4416646-4390016-16 +Copyright: © 2026 Plantronics, Inc. All rights reserved. +CopyrightUrl: https://info.lens.poly.com/docs/copyright-and-trademark +ShortDescription: Manage Your Devices and Improve Communication with Ease +Description: |- + Seamless setup with automatic device discovery and pre-configured IT settings + Configure, monitor, and update rooms with device health monitoring, alerts, and analytics + Get a consistent and optimized experience that supports how and where they work. +Tags: +- plantronics +- poly +ReleaseNotesUrl: https://info.lens.poly.com/lens-dt-rn +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://info.lens.poly.com/docs/begin/before-you-begin +- DocumentLabel: API Documentation + DocumentUrl: https://api.lens.poly.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.locale.zh-CN.yaml b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..87f65a9b44fe0 --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.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: Poly.PolyStudio +PackageVersion: 5.0.1.9 +PackageLocale: zh-CN +PublisherUrl: https://www.hp.com/cn-zh/poly.html +PrivacyUrl: https://www.hp.com/cn-zh/privacy/privacy.html +PackageUrl: https://www.hp.com/cn-zh/poly/software-and-services/software/poly-lens/app.html +License: 专有软件 +ShortDescription: 轻松管理您的设备并改善沟通 +Description: |- + 通过自动设备发现和预配置的IT设置实现无缝安装 + 通过设备健康监控、警报和分析功能配置、监控和更新会议室 + 获得一致且优化的体验,支持员工以他们所需的方式和地点开展工作 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://info.lens.poly.com/docs/begin/before-you-begin +- DocumentLabel: API 文档 + DocumentUrl: https://api.lens.poly.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.yaml b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.yaml new file mode 100644 index 0000000000000..85e3f1c65f89d --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.0.1.9/Poly.PolyStudio.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: Poly.PolyStudio +PackageVersion: 5.0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/REALiX/HWiNFO/.validation b/manifests/r/REALiX/HWiNFO/.validation index 828981646ae30..c05a725e7b841 100644 --- a/manifests/r/REALiX/HWiNFO/.validation +++ b/manifests/r/REALiX/HWiNFO/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b5073f2e-cf6a-4dce-a861-9fe786454175","TestPlan":"Validation-Executable-Error","PackagePath":"manifests/r/REALiX/HWiNFO/7.14","CommitId":null},{"WaiverId":"03af5121-6350-469b-ad9a-7ff2a16efc89","TestPlan":"Validation-Domain","PackagePath":"manifests/r/REALiX/HWiNFO/7.14","CommitId":null},{"WaiverId":"6394952a-2ed2-4bdb-ac8b-076bc4205ae9","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/r/REALiX/HWiNFO/7.66","CommitId":"4b3d6131878b890d995ae1f61e63d68ea200e1dc"},{"WaiverId":"11fc4a63-2557-486a-afb2-f5593bdf5a74","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/r/REALiX/HWiNFO/7.72","CommitId":"83b183513f2514465ef170f35ecfba1a6c08b0f4"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"b5073f2e-cf6a-4dce-a861-9fe786454175","TestPlan":"Validation-Executable-Error","PackagePath":"manifests/r/REALiX/HWiNFO/7.14","CommitId":null},{"WaiverId":"03af5121-6350-469b-ad9a-7ff2a16efc89","TestPlan":"Validation-Domain","PackagePath":"manifests/r/REALiX/HWiNFO/7.14","CommitId":null},{"WaiverId":"6394952a-2ed2-4bdb-ac8b-076bc4205ae9","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/r/REALiX/HWiNFO/7.66","CommitId":"4b3d6131878b890d995ae1f61e63d68ea200e1dc"},{"WaiverId":"11fc4a63-2557-486a-afb2-f5593bdf5a74","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/r/REALiX/HWiNFO/7.72","CommitId":"83b183513f2514465ef170f35ecfba1a6c08b0f4"},{"WaiverId":"1a2aa736-1e5d-439b-8052-36ca09ef6469","TestPlan":"Validation-Domain","PackagePath":"manifests/r/REALiX/HWiNFO/8.42","CommitId":"2a1e8ccb45e48c522dcd455f8f4892ecd95b6a4d"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.installer.yaml b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.installer.yaml new file mode 100644 index 0000000000000..7f9370c411f5f --- /dev/null +++ b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.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: REALiX.HWiNFO +PackageVersion: "8.42" +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: HWiNFO® 64_is1 +ReleaseDate: 2026-02-24 +AppsAndFeaturesEntries: +- DisplayName: HWiNFO® 64 + ProductCode: HWiNFO® 64_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + # Sourceforge no longer updates, dAppCDN forbids automated downloading, and the official website is behind Cloudflare + InstallerUrl: https://www.sac.sk/download/utildiag/hwi_842x.exe + InstallerSha256: E530AF8B5141F24BEBE55868369E4E283BFFF6F480E272150E01799019FB4F21 +- Architecture: arm64 + InstallerUrl: https://www.sac.sk/download/utildiag/hwi_842x.exe + InstallerSha256: E530AF8B5141F24BEBE55868369E4E283BFFF6F480E272150E01799019FB4F21 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.en-US.yaml b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.en-US.yaml new file mode 100644 index 0000000000000..dfc6cc38d125b --- /dev/null +++ b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: REALiX.HWiNFO +PackageVersion: "8.42" +PackageLocale: en-US +Publisher: Martin Malik, REALiX s.r.o. +PublisherUrl: https://www.hwinfo.com/ +PublisherSupportUrl: https://www.hwinfo.com/forum/ +PrivacyUrl: https://www.hwinfo.com/privacy-policy/ +Author: REALiX, s.r.o. +PackageName: HWiNFO® +PackageUrl: https://www.hwinfo.com/download/ +License: Proprietary +LicenseUrl: https://www.hwinfo.com/files/license.pdf +Copyright: Copyright ©1999-2026 Martin Malik, REALiX s.r.o. All rights reserved. +ShortDescription: Comprehensive Hardware Analysis, Monitoring and Reporting for Windows and DOS. +Moniker: hwinfo +Tags: +- bios +- cpu +- dashboard +- gpu +- graphicscard +- hardware +- hwinfo64 +- memorymodules +- monitor +- motherboard +- processor +- rammodules +- uefi +ReleaseNotes: |- + - Added monitoring of USB Type-C PD port on ASUS mainboards with RTS545x. + - Added dedicated NPU sensors for AMD and Intel Panther Lake and later NPUs. + - Added Thermal Grizzly WireView Pro II support. + - Added NPU Stress Test (Pro only). + - Enhanced USB Type-C PD monitoring on ASUS mainboards. + - Fixed Windows 7 incompatibility introduced by adding NPU Stress Test. + - Added monitoring of MSI MPG Ai1300TS and Ai1600TS PSUs. + - Enhanced monitoring of multiple fans on Intel discrete GPUs. + - Improved WinRT and EP initialization for NPU Stress Test. + - Improved Nova Lake support. + - Fixed sensor monitoring on Colorful mainboards with NCT6796D-S. + - Added support of EK-Loop Control. + - Auto start possible under regular user accounts. Requires Administrator credentials to setup. + - Added VRM monitoring on MSI RTX 5090 Lightning GPUs. + - Added reporting of rated and maximum power limit for NVIDIA GPUs. +ReleaseNotesUrl: https://www.hwinfo.com/version-history/ +PurchaseUrl: https://www.hwinfo.com/licenses/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.zh-CN.yaml b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07c9170bdecc4 --- /dev/null +++ b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: REALiX.HWiNFO +PackageVersion: "8.42" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于 Windows 和 DOS 的全面硬件分析、监控和报告。 +Tags: +- 监控 +- 监测 +- 硬件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.yaml b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.yaml new file mode 100644 index 0000000000000..192918d9b4259 --- /dev/null +++ b/manifests/r/REALiX/HWiNFO/8.42/REALiX.HWiNFO.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: REALiX.HWiNFO +PackageVersion: "8.42" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.installer.yaml b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.installer.yaml new file mode 100644 index 0000000000000..cc08548e370e6 --- /dev/null +++ b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.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: RedCactus.Bubble +PackageVersion: 3.58.0 +InstallerLocale: en-US +InstallerType: msi +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: '{CDB260E0-F567-4C23-80A2-92BAEC6DC92C}' +ReleaseDate: 2025-11-28 +AppsAndFeaturesEntries: +- ProductCode: '{CDB260E0-F567-4C23-80A2-92BAEC6DC92C}' + UpgradeCode: '{56FC8793-125F-40DC-8864-EC6FCADC95D4}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://api.eu.redcactus.cloud/v1/public/software/download/4c60f9d4-18f4-4949-bfba-19ba9812c304 + InstallerSha256: D5BF451E71427FFEA38B963D39C214DE59BD4660328A2AB2676B43CC3D809578 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.locale.en-US.yaml b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.locale.en-US.yaml new file mode 100644 index 0000000000000..5db77d96a3341 --- /dev/null +++ b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedCactus.Bubble +PackageVersion: 3.58.0 +PackageLocale: en-US +Publisher: Red Cactus B.V. +Author: Red Cactus B.V. +PackageName: Bubble +License: Proprietary +LicenseUrl: https://www.redcactus.cloud/en/terms-and-conditions +Copyright: © Red Cactus B.V. +ShortDescription: A client application for Bubble. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.yaml b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.yaml new file mode 100644 index 0000000000000..41579d3f417d7 --- /dev/null +++ b/manifests/r/RedCactus/Bubble/3.58.0/RedCactus.Bubble.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: RedCactus.Bubble +PackageVersion: 3.58.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 0000000000000..e9c929acb6615 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.12/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.12 +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.12/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: B26536F9FC4EB1E6939E61228E708F165393285C7E2A29D4FF60D20607FAAE8E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.12/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: 033F035173381063895339A06ED18F40DD17E33CF14BE2E90CF82031AD53A18A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 0000000000000..6e839bbc0050e --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.12/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.12 +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.12 +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.12/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2dced14155a09 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.12/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.12 +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.12/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.12/RightNow-AI.OpenFang.yaml new file mode 100644 index 0000000000000..0d7b5a59873f1 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.12/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.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.installer.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.installer.yaml new file mode 100644 index 0000000000000..98391a52b12c4 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.9/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.9 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openfang.exe +Commands: +- openfang +ReleaseDate: 2026-03-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.9/openfang-x86_64-pc-windows-msvc.zip + InstallerSha256: 8BE6493B819C4632C4ED046CF6F8C3375D0E87A8F25674880E5E460FF628EBCE + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.3.9/openfang-aarch64-pc-windows-msvc.zip + InstallerSha256: 9CA26CC106F34EF8288245F0A308E806AACD4234A322AEA0378411D74E975132 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.locale.en-US.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.locale.en-US.yaml new file mode 100644 index 0000000000000..6420ed43672cb --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.9/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.9 +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.9 +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.9/RightNow-AI.OpenFang.locale.zh-CN.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0747ac09b7730 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.9/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.9 +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.9/RightNow-AI.OpenFang.yaml b/manifests/r/RightNow-AI/OpenFang/0.3.9/RightNow-AI.OpenFang.yaml new file mode 100644 index 0000000000000..730abd0d1a1c8 --- /dev/null +++ b/manifests/r/RightNow-AI/OpenFang/0.3.9/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.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.installer.yaml b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.installer.yaml new file mode 100644 index 0000000000000..e2b411042ebf5 --- /dev/null +++ b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.installer.yaml @@ -0,0 +1,71 @@ +# 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: Robomatter.RobotVirtualWorlds.CurriculumCompanion +PackageVersion: 2.5.2.2 +InstallerType: exe # InstallShield +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S /V/quiet /V/norestart + SilentWithProgress: /S /V/passive /V/norestart + InstallLocation: /V"INSTALLDIR=""""" + Log: /V"/log """"" +ExpectedReturnCodes: +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1150 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1201 + ReturnResponse: diskFull +- InstallerReturnCode: 1203 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +ProductCode: '{B57535F1-E0F3-440B-8717-156398939142}' +AppsAndFeaturesEntries: +- UpgradeCode: '{27D1AC03-5E0B-4169-AC25-333357B03E63}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://www.robotvirtualworlds.com/files/curriculum/RVWLevelPack_CurriculumTables450.exe + InstallerSha256: 77D05BC9C72B81480018A5CDA7022685F826F782E9AF315A8BC6811E4120D0E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.en-US.yaml b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.en-US.yaml new file mode 100644 index 0000000000000..a0b7f1bd515b2 --- /dev/null +++ b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.en-US.yaml @@ -0,0 +1,32 @@ +# 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: Robomatter.RobotVirtualWorlds.CurriculumCompanion +PackageVersion: 2.5.2.2 +PackageLocale: en-US +Publisher: Robomatter Inc. +PublisherUrl: https://www.robotvirtualworlds.com/ +# PublisherSupportUrl: +# PrivacyUrl: +Author: Robomatter, Inc. +PackageName: Robot Virtual Worlds - Curriculum Companion +PackageUrl: https://www.robotvirtualworlds.com/ +License: Proprietary +# LicenseUrl: +Copyright: Copyright 2015 © Robomatter LLC. +# CopyrightUrl: +ShortDescription: Curriculum Companion for NXT +# Description: +# Moniker: +Tags: +- education +- programming +- robot +- robotics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.zh-CN.yaml b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0c89bbbbb4061 --- /dev/null +++ b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# 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: Robomatter.RobotVirtualWorlds.CurriculumCompanion +PackageVersion: 2.5.2.2 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +# ShortDescription: +# Description: +# Moniker: +Tags: +- 教育 +- 机器人 +- 编程 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.yaml b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.yaml new file mode 100644 index 0000000000000..d6070f405ff3a --- /dev/null +++ b/manifests/r/Robomatter/RobotVirtualWorlds/CurriculumCompanion/2.5.2.2/Robomatter.RobotVirtualWorlds.CurriculumCompanion.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: Robomatter.RobotVirtualWorlds.CurriculumCompanion +PackageVersion: 2.5.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index 9e9ca5221c18e..4dce2246ecbbf 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{f9d1fa00-f353-486c-86b5-3081bf85fbc8}' -ReleaseDate: 2026-02-28 +ProductCode: '{6dd65acf-efb1-44ac-b4e7-2e283ff4ef19}' +ReleaseDate: 2026-03-03 AppsAndFeaturesEntries: - DisplayName: Servo Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-02-28/servo-x86_64-windows-msvc.exe - InstallerSha256: 626CFC9010839DDC8554C0CF9120EFBF1915147ECAD4DCEB3314CBED7AAAB2EE + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-03-03/servo-x86_64-windows-msvc.exe + InstallerSha256: 87FBA1A9D83A74CD2886FD1C80F566568E7DDD7587B6508AB370418CF1B536EA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index e82a58ae41b94..e9256be14b0e1 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly build based on servo/servo@ad906e875460af0509917b451d30f7af7dcc21db -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-02-28 +ReleaseNotes: Nightly build based on servo/servo@027910e5443fea1b22f54468cf38c65ba4bac576 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-03-03 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki diff --git a/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 0000000000000..ec2cd8edade01 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.0/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.0 +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.0/speakeasy_windows_386.zip + InstallerSha256: 1eba5cc3c3fdb24ae5c3eacacbd8955d3f208e09447cfe25686c869ef1fbcc2d + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.740.0/speakeasy_windows_arm64.zip + InstallerSha256: cf945bed709954ef95cbc80860a614221b7b55903312682d03a8572748888d69 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.740.0/speakeasy_windows_amd64.zip + InstallerSha256: 9ea00fe85319ea0d8d2c7945c0dd723b5a316508ba73c2d7ac00e5c4daecfa9b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 0000000000000..344d0aae520bc --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.0/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.0 +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.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.740.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.740.0/Speakeasy.speakeasy.yaml new file mode 100644 index 0000000000000..492fe5c961c12 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.740.0/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.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.installer.yaml b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.installer.yaml new file mode 100644 index 0000000000000..ecd441d1359f1 --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.186.1 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{F6A696BC-597F-47B7-8D19-8F52BBF3F0BB}' +ReleaseDate: 2026-02-27 +AppsAndFeaturesEntries: +- UpgradeCode: '{9625860C-C5EB-5A01-B0E7-FC083B47F530}' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.testfully.io/desktop/build-515/Testfully_1.186.1_x64_en-US.msi + InstallerSha256: 4AFDCCA057BE020DDB56835955F039A809BE105BBAE21F4B004B1EF6E38CA237 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.locale.en-US.yaml b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.locale.en-US.yaml new file mode 100644 index 0000000000000..2fced1144e3de --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.186.1 +PackageLocale: en-US +Publisher: testfully +PublisherUrl: https://www.testfully.io/ +PublisherSupportUrl: https://testfully.io/contact/ +PrivacyUrl: https://testfully.io/privacy-policy/ +Author: Testfully Pty Ltd. +PackageName: Testfully +PackageUrl: https://docs.testfully.io/docs/download/ +License: Proprietary +LicenseUrl: https://testfully.io/terms-conditions/ +CopyrightUrl: https://testfully.io/terms-conditions/ +ShortDescription: The API Development Toolkit for Enterprises. +Description: Develop and test APIs with a wide range of features, Postman compatibility; available as a Cloud or Offline solution. What more could you ask for? +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +ReleaseNotes: Testfully 1.186.1 fixes a bug where you could not copy a request as cURL. +ReleaseNotesUrl: https://testfully.io/changelog/ +PurchaseUrl: https://www.testfully.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.testfully.io/ +- DocumentLabel: FAQ + DocumentUrl: https://testfully.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.locale.zh-CN.yaml b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3d0fb1dbac2e8 --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.186.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 企业级 API 开发工具包。 +Description: 提供丰富功能的 API 发与测试环境,完美兼容 Postman;支持云端或离线部署方案。这还不能满足您? +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.testfully.io/ +- DocumentLabel: 常见问题 + DocumentUrl: https://testfully.io/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.yaml b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.yaml new file mode 100644 index 0000000000000..c64ae97f43445 --- /dev/null +++ b/manifests/t/Testfully/Testfully/1.186.1/Testfully.Testfully.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: Testfully.Testfully +PackageVersion: 1.186.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.installer.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.installer.yaml new file mode 100644 index 0000000000000..45cdece9d90f6 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +InstallerType: zip +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/TEN-framework/ten-framework/releases/download/0.11.56/tman-win-release-x64.zip + InstallerSha256: 5ab1059c260ecd549be73569edca622436f800eab304e3d911c83180cba1acd5 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ten_manager\bin\tman.exe + PortableCommandAlias: tman +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.en-US.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.en-US.yaml new file mode 100644 index 0000000000000..fbae3b9e60556 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.en-US.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +PackageLocale: en-US +Publisher: TEN Framework Team +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework Package Manager +Description: |- + tman is the official package manager for the TEN Framework. + It helps developers manage extensions, protocols, and other TEN framework components. + Key Features: + - Install and manage TEN packages with ease + - Automatic dependency resolution + - Package version control and updates + - Support for multiple package types (extensions, protocols, etc.) + - Seamless integration with TEN Framework projects + The TEN Framework is a powerful framework for building real-time communication applications, + and tman makes it easy to extend and customize your applications with community packages. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ja-JP.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ja-JP.yaml new file mode 100644 index 0000000000000..19989cc6275f9 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +PackageLocale: ja-JP +Publisher: TEN Framework チーム +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework パッケージマネージャー +Description: |- + tmanはTEN Frameworkの公式パッケージマネージャーです。 + 開発者が拡張機能、プロトコル、その他のTENフレームワークコンポーネントを管理するのに役立ちます。 + 主な機能: + - TENパッケージの簡単なインストールと管理 + - 自動依存関係解決 + - パッケージのバージョン管理と更新 + - 複数のパッケージタイプのサポート(拡張機能、プロトコルなど) + - TEN Frameworkプロジェクトとのシームレスな統合 + TEN Frameworkはリアルタイム通信アプリケーションを構築するための強力なフレームワークであり、 + tmanを使用すると、コミュニティパッケージでアプリケーションを簡単に拡張およびカスタマイズできます。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ko-KR.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ko-KR.yaml new file mode 100644 index 0000000000000..4dc4496246b9d --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.ko-KR.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +PackageLocale: ko-KR +Publisher: TEN Framework 팀 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 패키지 관리자 +Description: |- + tman은 TEN Framework의 공식 패키지 관리자입니다. + 개발자가 확장 기능, 프로토콜 및 기타 TEN 프레임워크 구성 요소를 관리하는 데 도움이 됩니다. + 주요 기능: + - TEN 패키지를 쉽게 설치하고 관리 + - 자동 종속성 해결 + - 패키지 버전 제어 및 업데이트 + - 다양한 패키지 유형 지원 (확장 기능, 프로토콜 등) + - TEN Framework 프로젝트와의 원활한 통합 + TEN Framework는 실시간 통신 애플리케이션 구축을 위한 강력한 프레임워크이며, + tman을 사용하면 커뮤니티 패키지로 애플리케이션을 쉽게 확장하고 사용자 지정할 수 있습니다. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-CN.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..03811fd27202b --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +PackageLocale: zh-CN +Publisher: TEN Framework 团队 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 包管理器 +Description: |- + tman 是 TEN Framework 的官方包管理器。 + 它帮助开发者管理扩展、协议和其他 TEN 框架组件。 + 主要特性: + - 轻松安装和管理 TEN 包 + - 自动依赖解析 + - 包版本控制和更新 + - 支持多种包类型(扩展、协议等) + - 与 TEN Framework 项目无缝集成 + TEN Framework 是一个强大的实时通信应用框架, + tman 让您可以轻松扩展和定制应用程序。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-TW.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-TW.yaml new file mode 100644 index 0000000000000..43395f4eb807f --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.locale.zh-TW.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +PackageLocale: zh-TW +Publisher: TEN Framework 團隊 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 套件管理器 +Description: |- + tman 是 TEN Framework 的官方套件管理器。 + 它幫助開發者管理擴充套件、通訊協定和其他 TEN 框架元件。 + 主要特性: + - 輕鬆安裝和管理 TEN 套件 + - 自動相依性解析 + - 套件版本控制和更新 + - 支援多種套件類型(擴充套件、通訊協定等) + - 與 TEN Framework 專案無縫整合 + TEN Framework 是一個強大的即時通訊應用程式框架, + tman 讓您可以輕鬆擴充和客製化應用程式。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.yaml b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.yaml new file mode 100644 index 0000000000000..de6379113f0dc --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.56/ten-framework.tman.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.installer.yaml b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.installer.yaml new file mode 100644 index 0000000000000..4764bde4b87c0 --- /dev/null +++ b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VidJuice.UniTube +PackageVersion: 7.4.8 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: VidJuice UniTube_is1 +ReleaseDate: 2026-03-04 +Installers: +- Architecture: x64 + InstallerUrl: https://download.vidjuice.com/unitube.exe?v=7.4.8 + InstallerSha256: 6E498184B1BA8561AD7DB045AE747819BF55214E5767562102913DF222BA3840 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.locale.en-US.yaml b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.locale.en-US.yaml new file mode 100644 index 0000000000000..beb69df4ebf11 --- /dev/null +++ b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.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: VidJuice.UniTube +PackageVersion: 7.4.8 +PackageLocale: en-US +Publisher: Mobee Technology Co., Limited +PublisherUrl: https://www.vidjuice.com/ +PublisherSupportUrl: https://www.vidjuice.com/support/ +PrivacyUrl: https://www.vidjuice.com/privacy-policy/ +PackageName: VidJuice UniTube +PackageUrl: https://www.vidjuice.com/download/ +License: Proprietary +LicenseUrl: https://www.vidjuice.com/terms-of-service/ +Copyright: Copyright © 2026 VidJuice. All rights reserved. +CopyrightUrl: https://www.vidjuice.com/terms-of-service/ +ShortDescription: Download videos and audios from 10,000+ sites across all your devices +Tags: +- audio +- audio-downloader +- download +- downloader +- media +- media-downloader +- video +- video-downloader +ReleaseNotes: 1. Fixed some bugs. +ReleaseNotesUrl: https://www.vidjuice.com/tech-specs/unitube-update-history/ +PurchaseUrl: https://www.vidjuice.com/pricing/unitube-video-downloader/ +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.vidjuice.com/guide/how-to-download-online-videos-with-vidjuice-unitube/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.locale.zh-CN.yaml b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6c92409a68f93 --- /dev/null +++ b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.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: VidJuice.UniTube +PackageVersion: 7.4.8 +PackageLocale: zh-CN +Publisher: Mobee Technology Co., Limited +PublisherUrl: https://zh-cn.vidjuice.com/ +PublisherSupportUrl: https://zh-cn.vidjuice.com/support/ +PrivacyUrl: https://zh-cn.vidjuice.com/privacy-policy/ +PackageName: VidJuice UniTube +PackageUrl: https://zh-cn.vidjuice.com/download/ +License: 专有软件 +LicenseUrl: https://zh-cn.vidjuice.com/terms-of-service/ +Copyright: Copyright © 2026 VidJuice. All rights reserved. +CopyrightUrl: https://zh-cn.vidjuice.com/terms-of-service/ +ShortDescription: 在所有设备上从 10,000+ 网站下载视频和音频 +Tags: +- 下载 +- 下载器 +- 媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotesUrl: https://zh-cn.vidjuice.com/tech-specs/unitube-update-history +PurchaseUrl: https://zh-cn.vidjuice.com/pricing/unitube-video-downloader/ +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://zh-cn.vidjuice.com/guide/how-to-download-online-videos-with-vidjuice-unitube/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.yaml b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.yaml new file mode 100644 index 0000000000000..df238e1802fac --- /dev/null +++ b/manifests/v/VidJuice/UniTube/7.4.8/VidJuice.UniTube.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: VidJuice.UniTube +PackageVersion: 7.4.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.installer.yaml new file mode 100644 index 0000000000000..435f620a89c78 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.installer.yaml @@ -0,0 +1,35 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0106 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.2 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0106/gvim_9.2.0106_x86.exe + InstallerSha256: EC2E15EDBADE0C7194B9CFBD6A5912E88DB50A973C5A2BD8732A17E99D921212 + ReleaseDate: 2026-03-04 +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0106/gvim_9.2.0106_x64.exe + InstallerSha256: D4C5FA83CC3E1CD35E91DAF035EBB78C2BEAD886EA05B1AC22AAAA9118449B58 + ReleaseDate: 2026-03-03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..055141ba3d928 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,85 @@ +# 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: vim.vim.nightly +PackageVersion: 9.2.0106 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.2.0106 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - 9.2.0106: memory leak in expand_findfunc() + - 9.2.0105: memory leak in heredoc_get() in src/evalvars.c + - 9.2.0104: popup: flickering on opaque popups with overlapping text + - 9.2.0103: missing FEAT_MENU guard for w_winbar_height in window.c + - 9.2.0102: 'listchars' "leadtab" not used in :list + - 9.2.0101: statusline drawing issue for multi-lines + - 9.2.0100: Using reserved keyword new as function argument + - 9.2.0099: compiler warning about unused variable + - 9.2.0098: Coverity: Error handling issue in win_init() + - runtime(syntax-tests): regenerate dump files (after v9.2.0093) + - 9.2.0097: Memory leak in qf_push_dir() + - 9.2.0096: has() function is slow due to linear feature scan + - 9.2.0095: keypad keys may shadow normal keys + - translation: regenerate po/vim.pot after v9.2.0093 + - 9.2.0094: popup: concealed text causes incorrect truncation + - 9.2.0093: Not possible to have window-local highlighting groups + - 9.2.0092: control flow commands using '|' fail inside a {} block + - runtime(nickel): Add filetype plugin with com, cms settings + - 9.2.0091: missing out-of-memory checks in quickfix.c + - runtime(po): Update syntax script + - runtime(doc): Tweak doc style in options.txt + - 9.2.0090: "leadtab" behavior inconsistent on line with only TABs + Files: + 🔓 Unsigned Files: + - gvim_9.2.0106_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0106_x64.exe + 64-bit installer + - gvim_9.2.0106_arm64.exe + ARM 64-bit installer + - gvim_9.2.0106_x86.zip + 32-bit zip archive + - gvim_9.2.0106_x64.zip + 64-bit zip archive + - gvim_9.2.0106_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0106_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0106_x64_pdb.zip + pdb files for debugging the corresponding 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.19 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0106 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.yaml new file mode 100644 index 0000000000000..2d5e9f952455d --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0106/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0106 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.installer.yaml b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.installer.yaml new file mode 100644 index 0000000000000..40dcb3e04d4a9 --- /dev/null +++ b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: WrzDJ.WrzDJ-Bridge +PackageVersion: 2026.303.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/thewrz/WrzDJ/releases/download/v2026.03.03/WrzDJ-Bridge.exe + InstallerSha256: 2A278B0CF1715AEB737BE02309A7FFEBA14B2F5ED9CD68CD1E1C9E6663D356C2 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-04 diff --git a/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.locale.en-US.yaml b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.locale.en-US.yaml new file mode 100644 index 0000000000000..00d5349a1abd8 --- /dev/null +++ b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: WrzDJ.WrzDJ-Bridge +PackageVersion: 2026.303.0 +PackageLocale: en-US +Publisher: TheWrz +PublisherUrl: https://github.com/thewrz +PublisherSupportUrl: https://github.com/thewrz/WrzDJ/issues +PackageName: WrzDJ Bridge +PackageUrl: https://github.com/thewrz/WrzDJ +License: MIT +Copyright: Copyright © 2026 WrzDJ +ShortDescription: DJ equipment bridge for WrzDJ song request system +Tags: +- audio +- denon-dj +- djing +- live-sound +- pioneerdj +- react +- traktor +ReleaseNotesUrl: https://github.com/thewrz/WrzDJ/releases/tag/v2026.03.03 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.yaml b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.yaml new file mode 100644 index 0000000000000..a760d26f64a1a --- /dev/null +++ b/manifests/w/WrzDJ/WrzDJ-Bridge/2026.303.0/WrzDJ.WrzDJ-Bridge.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: WrzDJ.WrzDJ-Bridge +PackageVersion: 2026.303.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0