diff --git a/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.installer.yaml b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.installer.yaml new file mode 100644 index 0000000000000..41aee45098712 --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.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: AMD.LemonadeServer +PackageVersion: 10.8.1 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{0B4FB69A-6AE9-4471-9B48-7F8FB7CB2A88}' +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- UpgradeCode: '{D4E5F6A7-B8C9-4D5E-A6B7-C8D9E0F1A2B3}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/lemonade_server' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lemonade-sdk/lemonade/releases/download/v10.8.1/lemonade-server-minimal.msi + InstallerSha256: 741072F1EC1D1A9666D7EE0F0E42CC24D8C37C17469FBE5D78D63277CCC65A31 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.locale.en-US.yaml b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.locale.en-US.yaml new file mode 100644 index 0000000000000..51c800aa1e193 --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 10.8.1 +PackageLocale: en-US +Publisher: AMD +PublisherUrl: https://lemonade-server.ai/ +PublisherSupportUrl: https://github.com/lemonade-sdk/lemonade/issues +PackageName: Lemonade Server +PackageUrl: https://lemonade-server.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/lemonade-sdk/lemonade/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 AMD +ShortDescription: Refreshingly fast LLMs on GPUs and NPUs +Description: "\U0001F34B Lemonade Server is a server interface that uses the standard Open AI API, allowing applications to integrate with local LLMs. This means that you can easily replace cloud-based LLMs with private and free LLMs that run locally on your own PC's NPU and GPU." +Tags: +- ai +- chatbot +- large-language-model +- llm +- local-llm +ReleaseNotes: |- + Headline + - Speculative decoding now accepts draft/MTP/EAGLE3 checkpoints, with new Gemma-4 MTP models ready to pull. + - ROCm installation and GPU detection are restored for Radeon RX RDNA2/3/4 dGPUs on Windows and Linux. + - Backend installs are now crash-safe, with resilient downloads that fall back gracefully when a release lookup or cache snapshot is unavailable. + - lemonade bench --response-log captures each model's responses and run metadata to a JSONL file for later quality evaluation. + - The lemonade backends command now lists only supported recipes and backends by default; use lemonade backends --all to see every available option. + Breaking Changes + - The --model-draft, -md, and --spec-draft-model flags are now reserved for internal speculation-decoding support and can no longer be passed manually through llamacpp_args. + Lemonade Server + Operating System Downloads + Windows lemonade.msi + Ubuntu 24.04+ Launchpad PPA + Debian 13 lemonade-server_10.8.1-debian13_amd64.deb + Fedora 43 lemonade-server-10.8.1-fc43.x86_64.rpm + Fedora 44 lemonade-server-10.8.1-fc44.x86_64.rpm + macOS Lemonade-10.8.1-Darwin.pkg + Other platforms? See our Installation Options for Docker, Snap, Arch, Debian, and more. + Embeddable Lemonade + Portable binaries for bundling into your own installer. Run lemond ./ as a subprocess. + Platform Download + Ubuntu x64 lemonade-embeddable-10.8.1-ubuntu-x64.tar.gz + Windows x64 lemonade-embeddable-10.8.1-windows-x64.zip + macOS arm64 lemonade-embeddable-10.8.1-macos-arm64.tar.gz + + What's Changed + Thanks @GabrielReusRodriguez, @Kushal1213, @Phqen1x, @abn, @bitgamma, @blackdeathdrow, @ckuethe, @fl0rianr, @github-actions, @ianbmacdonald, @jeremyfowers, @jtlayton, @kenvandine, @lucifer-vali, @matthewjhunter, @ramkrishna2910, @sagebind, @superm1 for your awesome contributions to this release! + Click to expand changelog + - ci: support tagging releases from a release branch by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2272 + - ci: add repo-manager workflow by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2276 + - fix(whisper): drop gfx103X from rocm whisper supported archs by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2274 + - test(gguf): add unit tests for MTP / capability label detection (#2176) by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2281 + - fix(rocm): accept wildcard GPU arch families in TheRock install gate (#2093 follow-up) by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2280 + - fix(test): require Whisper model load before language transcription test by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2278 + - docs(cli): correct launch note - LEMONADE_* recipe env vars no longer honored by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/2275 + - ci(repo-manager): automatic repo-manager fully operational by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2285 + - docs(release): update release process for repo-manager automation by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2288 + - fix(ci): restart MacOS server before whisper metal tests by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2303 + - auto update and validate sd-cpp by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2139 + - fix(macOS): updates whisper from v1.8.4 to v.1.8.5 for metal by @fl0rianr in https://github.com/lemonade-sdk/lemonade/pull/2309 + - Fix Problem with .devcontainer. It did not copy .devcontainer/reinstall-cmake.sh when building container by @GabrielReusRodriguez in https://github.com/lemonade-sdk/lemonade/pull/2273 + - Add support for additional draft checkpoint by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/2317 + - docs: fix Debian 13 installation docs for issue #2299 by @superm1 in https://github.com/lemonade-sdk/lemonade/pull/2323 + - docs: add documentation style guide for community and AI-assisted contributions by @kenvandine in https://github.com/lemonade-sdk/lemonade/pull/2054 + - Fix copy-to-clipboard buttons silently failing in web-app over HTTP by @blackdeathdrow in https://github.com/lemonade-sdk/lemonade/pull/2260 + - Fix(cli): Lemonade backends now shows only supported backends . Added --all option to show all backends. by @GabrielReusRodriguez in https://github.com/lemonade-sdk/lemonade/pull/2254 + - fix(gpu): support wildcards in GPU detection logic by @jtlayton in https://github.com/lemonade-sdk/lemonade/pull/2295 + - Fix ROCm whisper-server startup: add TheRock lib dir to LD_LIBRARY_PATH by @matthewjhunter in https://github.com/lemonade-sdk/lemonade/pull/2293 + - Capture output from lemonade bench by @ckuethe in https://github.com/lemonade-sdk/lemonade/pull/2214 + - fix(windows): use ProcessManager::run_command for 7z extraction instead of system() Fixes #2313 by @Phqen1x in https://github.com/lemonade-sdk/lemonade/pull/2322 + - fix(server): fall back to installed llama.cpp binary when "latest" release lookup fails by @ianbmacdonald in https://github.com/lemonade-sdk/lemonade/pull/2279 + - fix(moonshine): return 400 on invalid audio by @abn in https://github.com/lemonade-sdk/lemonade/pull/2326 + - fix(backends): stage and verify backend install before removing the working binary by @ianbmacdonald in https://github.com/lemonade-sdk/lemonade/pull/2315 + - docs: system-stats API by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/2284 + - fix: return 400 instead of 500 when request body is empty or not valid JSON by @Kushal1213 in https://github.com/lemonade-sdk/lemonade/pull/2232 + - devcontainers - Create the python env and install reqs to allow python test execution by @GabrielReusRodriguez in https://github.com/lemonade-sdk/lemonade/pull/2336 + - systemd: add user-service symlink at /usr/lib/systemd/user/ by @lucifer-vali in https://github.com/lemonade-sdk/lemonade/pull/2173 + - fix: resolve shared-repo GGUF variants orphaned by refs/main advance by @ianbmacdonald in https://github.com/lemonade-sdk/lemonade/pull/2311 + - Fix: eviction_engine does not run nvidia-smi on AMD configs anymore and some testing problems fixed. by @GabrielReusRodriguez in https://github.com/lemonade-sdk/lemonade/pull/2331 + - Update stable-diffusion.cpp to master-709-92a3b73 by @github-actions[bot] in https://github.com/lemonade-sdk/lemonade/pull/2335 + - Support image[] parameter for /v1/images/edits by @sagebind in https://github.com/lemonade-sdk/lemonade/pull/2321 + - Update llama.cpp to b9747 by @github-actions[bot] in https://github.com/lemonade-sdk/lemonade/pull/2333 + - Better auto context size estimate by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/2337 + - Version bump to 10.8.1 to prepare for the release by @kenvandine in https://github.com/lemonade-sdk/lemonade/pull/2374 + New Contributors + - @jtlayton made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2295 + - @matthewjhunter made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2293 + - @sagebind made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/2321 + Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v10.8.0...v10.8.1 + + Windows installers are signed. Free code signing provided by SignPath.io, certificate by SignPath Foundation. See our Code Signing Policy. +ReleaseNotesUrl: https://github.com/lemonade-sdk/lemonade/releases/tag/v10.8.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.locale.zh-CN.yaml b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..30bd44c7d2b01 --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.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: AMD.LemonadeServer +PackageVersion: 10.8.1 +PackageLocale: zh-CN +ShortDescription: 在 GPU 和 NPU 上快速运行的大语言模型 +Description: "\U0001F34B Lemonade Server 是一个采用标准 Open AI API 的服务器接口,可让应用程序与本地大语言模型(LLM)集成。这意味着您可以轻松地将基于云端的 LLM 替换为在您个人电脑的 NPU 和 GPU 上本地运行的私有且免费的 LLM。" +Tags: +- 人工智能 +- 大语言模型 +- 本地大语言模型 +- 聊天机器人 +ReleaseNotesUrl: https://github.com/lemonade-sdk/lemonade/releases/tag/v10.0.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.yaml b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.yaml similarity index 53% rename from manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.yaml rename to manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.yaml index 776c1b17bdc25..6de5062c5ba40 100644 --- a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.yaml +++ b/manifests/a/AMD/LemonadeServer/10.8.1/AMD.LemonadeServer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCADConverter -PackageVersion: 4.1.0.24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 10.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.installer.yaml b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.installer.yaml similarity index 81% rename from manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.installer.yaml rename to manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.installer.yaml index f55ed58e0cf33..f1dc584fdad47 100644 --- a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.installer.yaml +++ b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.1415 +PackageVersion: 0.1000.1495 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -14,6 +14,6 @@ ProductCode: b51862f0-c82b-5555-9b73-180a78b7607f Installers: - Architecture: x64 InstallerUrl: https://desktop.downloads.quick.aws.com/windows/x64/Amazon-Quick.exe - InstallerSha256: 69BBA4023B6E6AC7DFD59386308BF472150A211BCC8B2FDD2C52D57D8362FDD5 + InstallerSha256: 5D5A78070CA3EFF93BFBB03113A1D348E7400E7200C69ED9176DF3D24CCC4174 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.en-US.yaml b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.en-US.yaml similarity index 99% rename from manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.en-US.yaml rename to manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.en-US.yaml index 265a9d1ce65c6..055cbd93bb6a6 100644 --- a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.en-US.yaml +++ b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.1415 +PackageVersion: 0.1000.1495 PackageLocale: en-US Publisher: Amazon Web Services PublisherUrl: https://aws.amazon.com/ diff --git a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.zh-CN.yaml b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.zh-CN.yaml similarity index 99% rename from manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.zh-CN.yaml rename to manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.zh-CN.yaml index 923a32b5f190d..2a33e08c418d7 100644 --- a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.locale.zh-CN.yaml +++ b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.1415 +PackageVersion: 0.1000.1495 PackageLocale: zh-CN PublisherUrl: https://aws.amazon.com/cn/ PrivacyUrl: https://aws.amazon.com/cn/privacy/ diff --git a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.yaml b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.yaml similarity index 89% rename from manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.yaml rename to manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.yaml index 93a5bb28f8a9d..8022d1589cde9 100644 --- a/manifests/a/Amazon/Quick/0.1000.1415/Amazon.Quick.yaml +++ b/manifests/a/Amazon/Quick/0.1000.1495/Amazon.Quick.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Amazon.Quick -PackageVersion: 0.1000.1415 +PackageVersion: 0.1000.1495 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.installer.yaml new file mode 100644 index 0000000000000..f1dc184681467 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.8.24/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: 3.8.24 +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-06-18 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/cf80f4b937f3b9c48070d7085129a838ce7876a3/win32/x64/user-setup/CursorUserSetup-x64-3.8.24.exe + InstallerSha256: 95FABBAE927190880530D688B5EAB609B7D12DD756E1A350CEFAF0DEA3014FB7 + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/cf80f4b937f3b9c48070d7085129a838ce7876a3/win32/x64/system-setup/CursorSetup-x64-3.8.24.exe + InstallerSha256: C621568B7A79EFA2B9B18A61F0A561111C7E4E0B48CB990620CAA41D365D995A + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/cf80f4b937f3b9c48070d7085129a838ce7876a3/win32/arm64/user-setup/CursorUserSetup-arm64-3.8.24.exe + InstallerSha256: 1F42A72EE2C36A7DBC4EF3A01E7B130FEEE0671993A0503FE42E2270ACB28EA6 + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/cf80f4b937f3b9c48070d7085129a838ce7876a3/win32/arm64/system-setup/CursorSetup-arm64-3.8.24.exe + InstallerSha256: C26C6C6AABD25A85916B4C035DAFDF9147568AC85A4FB815A51B04B2474D0505 + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 0000000000000..9fc4a139ded4c --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.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: Anysphere.Cursor +PackageVersion: 3.8.24 +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: |- + Cursor Automations save you time by automating repetitive tasks with always-on agents. This release introduces the /automate skill, new triggers for GitHub and Slack, and support for computer use. + + /automate skill + Use /automate to create an automation directly in your local agent session. + Describe the task you want to automate in plain language and Cursor will configure the triggers, instructions, and tools for you. + + An emoji trigger for Slack + React to any Slack message with a designated emoji to kick off an automation. At Cursor, we use this to trigger specific automations right from Slack. + + New GitHub triggers + Automations now support five additional GitHub triggers: + - Issue comment: when a comment is made on a non-PR issue + - PR review comment: when an inline comment is left on a pull request diff + - PR review submitted: when a PR review is submitted + - Review thread updated: when a review thread on a pull request is marked resolved or unresolved + - Workflow run completed: when a GitHub Actions workflow run finishes on a pull request or branch + We've added new templates for triaging failed GitHub actions and auto-fixing PR review comments to the Cursor Marketplace to help you get started. + + Computer use tool for automations + Cloud agents kicked off by automations can now use their own computers to produce demos or artifacts of their work. + The computer use tool is enabled by default for every automation, just tell the agent to include a demo of its work in your instructions. + To get started, update to the latest version of Cursor. Learn more in our docs. + Improvements (3) + + - Automations can now be saved in an incomplete state, so you can navigate away to set up an MCP auth without losing your progress + - Automations can now open PRs by default; so you no longer have to specify that tool in the UI + - You can now delete memory files in the UI, or prompt your automation to delete outdated memories when it runs +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/3.8.24/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cbf243ce85b5b --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.8.24/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: 3.8.24 +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/3.8.24/Anysphere.Cursor.yaml b/manifests/a/Anysphere/Cursor/3.8.24/Anysphere.Cursor.yaml new file mode 100644 index 0000000000000..c360bf33dbbcb --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.8.24/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: 3.8.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.installer.yaml b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.installer.yaml new file mode 100644 index 0000000000000..4c6cc24357cbe --- /dev/null +++ b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.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: AtomGit.AtomCode +PackageVersion: 4.25.6 +InstallerType: portable +Commands: +- atomcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://atomgit.com/atomgit_atomcode/atomcode/releases/download/v4.25.6/atomcode-v4.25.6-windows-x64.exe + InstallerSha256: 7C2EC91EF3F1CE8AD320FB6E773494BF78BD52F30183F8EE600F8DC2964430F8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.en-US.yaml b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.en-US.yaml new file mode 100644 index 0000000000000..c23e0d7e48dc3 --- /dev/null +++ b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AtomGit.AtomCode +PackageVersion: 4.25.6 +PackageLocale: en-US +License: Proprietary +ShortDescription: AI Coding Agent in Your Terminal +Description: Open-source alternative to Claude Code / Cursor Agent, living in your terminal. Connect any OpenAI-compatible LLM, autonomously read, edit, test, self-verify — built with Rust. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://atomcode.atomgit.com/docs/en/index.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.zh-CN.yaml b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..069aea133beb8 --- /dev/null +++ b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.locale.zh-CN.yaml @@ -0,0 +1,140 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AtomGit.AtomCode +PackageVersion: 4.25.6 +PackageLocale: zh-CN +Publisher: 重庆开源共创科技有限公司 +PublisherUrl: https://atomgit.com/ +PublisherSupportUrl: https://atomgit.com/atomgit_atomcode/atomcode/issues +PrivacyUrl: https://docs.gitcode.com/docs/help/home/protocol/privacy-policy +Author: 重庆开源共创科技有限公司 +PackageName: AtomCode +PackageUrl: https://atomcode.atomgit.com/ +License: MIT +LicenseUrl: https://atomgit.com/atomgit_atomcode/atomcode/blob/main/LICENSE +Copyright: Copyright (c) 2026 Yubang Xu +CopyrightUrl: https://docs.gitcode.com/docs/help/home/protocol/ai-privacy-policy +ShortDescription: AI 编程助手 在你的终端中运行 +Description: Claude Code / Cursor Agent 的开源平替,住在你的终端里。连接任意 OpenAI 兼容大模型,自主读文件、改代码、跑测试、自我验证 —— 用 Rust 构建。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + AtomCode v4.25.6 Release Notes + 发布日期:2026-06-25 + v4.25.6 带来 WebUI 全面焕新(Landing 欢迎页、Skills/MCP 菜单、会话搜索、工具行内样式)、JetBrains 插件大幅增强(欢迎引导页、剪贴板图片、文件拖拽、JCEF 可选依赖)、TUI /cd 选择器实时过滤、并行编辑逐文件进度、LiveSession 同步全面强化,以及大量稳定性修复——Windows 兼容、Provider 重连、MCP 信任持久化、自动压缩升级等。 + + ✨ 新增功能(Features) + WebUI + - Landing 欢迎页面:首次加载显示欢迎语与快捷操作 chip(/code-review、Explain code、Run tests),提升新用户引导体验 + - Skills 菜单:侧栏新增技能列表展示与点击插入 + - MCP 服务器面板:侧栏新增 MCP 按钮,弹出面板展示服务器名称、连接状态、工具数量 + - 会话搜索弹窗:侧栏搜索按钮打开居中模态弹窗,支持 Esc 关闭与点击遮罩关闭,打开自动聚焦输入框 + - Tool 调用行内极简样式:按工具类型(文件/搜索/编辑/终端/网页)显示图标与运行状态(完成✓ / 失败✗ / 进行中 spinner) + - 会话列表按日期分组:今天/昨天/更早分组展示,移除旧 GroupBy + - 新会话首发即时显示:发送首条消息立即以消息前 10 字作为临时标题出现在侧栏,落盘后刷新为真实标题 + - 输入区 subbar 键盘提示行:Enter 发送 · Shift+Enter 换行 + - 账号登录/退出整合:头像保留在侧栏底部,退出登录移入设置菜单 + - 同步图标对齐:sync 按钮改用 Lucide arrow-left-right SVG 图标 + - 工具审批弹窗 UI 统一:品牌色 + 菱形 logo + 衬线标题,按钮收敛为单色强调样式 + JetBrains 插件 + - 欢迎页面和启动引导:首次启动自动显示欢迎页(仅一次),包含快速开始、选中代码操作、输入命令、文档链接,支持中英文切换 + - 剪贴板图片粘贴为附件:支持多渠道提取剪贴板图片(AWT Transferable、CopyPasteManager、系统剪贴板、macOS NSPasteboard),统一转 PNG 格式并检测大小限制,支持缩略图预览与点击查看大图 + - 文件拖拽上传:支持从系统拖拽文件到输入区,优先尝试文件列表/uri-list + - IDE 主题色动态跟随:面板背景/边框/前景色改用 UIUtil/UIManager 动态获取,跟随 IDE 主题切换 + - 轮次摘要:流式消息末尾显示本轮时长、tokens 用量、工具调用统计 + - Home 按钮:ToolWindow 标题栏 + Tools 菜单添加回到首页入口 + - 命令弹窗增强:编辑器 Action 重构,命令弹出体验优化 + - 中文本地化:界面中文文案补充与优化 + TUI + - /cd 选择器实时过滤:打字即按 query(大小写不敏感子串)实时过滤最近目录列表,↑↓ 在过滤结果内移动;Enter 进入高亮最近目录,无匹配时回落为输入路径 + - /cd 选择器支持直接输入路径:支持直接键入路径而非仅从列表选择,resolve_cd 认 ~\ 反斜杠 + - 并行编辑逐文件实时进度:子代理按真实完成顺序实时显示 ↻/✓/✗ 状态,默认可见(不再需要 Ctrl+O 开启) + LiveSession 同步增强 + - WebUI ↔ TUI 会话双向跟随:webui 切到已存在会话时,TUI 同步加载该会话历史与工作目录,三端落同一会话;发起端带 alreadyViewing 护栏避免广播回流抹掉本地历史 + + 🛠 修复(Fixes) + Provider / 网络 + - v2 流式首个事件前断流透明重开:首个 SSE 事件到达前断流时自动重试一次,对齐 v1 行为 + - 连接重置加固重连:网关在读 SSE 响应体中途断连时(Windows os error 10054),重试次数 2→3 并加入短退避,失败时显示中文友好提示「网络连接中断…可重试」,不再裸抛原始错误链 + - 网关签名器每次请求现取 token:/login 后同步聊天不再报「认证已过期」 + - 区分 SSE 格式错误与空响应:重试提示文案更精确 + WebUI + - Token cookie 按端口区分:多实例(如 VSCode + standalone)不再互相覆盖 cookie 致 401 + - 同步开关状态写回 URL ?sync 参数:刷新后保持开/关状态,不再关闭后刷新又被开启 + - 技能/MCP 下拉菜单无法滚动:scroll 事件捕获阶段过早关闭菜单——修复后正常滚动 + - 切换工作目录不再每次都新建会话:/cd 切换目录后保持当前会话 + - Sync 模式下 TUI /cd 同步到 webui 工作目录显示:新增 WorkingDir wire 事件,前端面包屑与侧栏路径跟随 + - 新会话落地页只在无 sessionId 时显示:避免已有会话时闪屏 + - 搜索弹窗加宽并适配手机端:移动端操作体验优化 + JetBrains 插件 + - 移除对 com.intellij.modules.jcef 的硬依赖:通过反射调用 JCEF API,JCEF 成为可选能力——不再因缺少 JCEF 导致插件加载失败,优雅降级不影响核心功能 + - 适配新版 JCEF API:移除已弃用方法和导入,兼容 IntelliJ 2026.x + - UI 主题与签名配置优化:Plugin metadata、签名配置、settings 状态适配更新 + - 删除会话/无会话时恢复显示欢迎页:不再卡在空白页面 + Windows 兼容 + - edit_file/search_replace 容错 CRLF:read_file 抹掉的 \r 不再让编辑永久失配 + - Glob 识别 pattern 中的绝对路径:G:\path\to\* 等 Windows 绝对路径正确解析,不再误判「不存在」 + - Bash 输出按控制台 OEM 编码解码:中文 Windows 控制台 GBK 输出(如 keytool)正确显示而非 ◇◇◇ + - 控制台抑制扩展到全部 v2 spawn 点:不再每次对话闪控制台窗口,涉及 bash、cc_hooks、ast_grep、atomgit、open_file、LSP 客户端、skill 执行、MCP oauth 等所有子进程 + MCP + - .mcp.json 的 trust/autoApprove 真正生效:v2 引擎补移植信任与自动批准子系统——受信服务器返回 Safe(不弹审批),autoApprove 按工具名而非 args 持久 + - 「总是」对 MCP 持久:always_grant_scope 按工具名固化,不再每次按 args 重弹 + - /setup 安装 MCP 写对路径:写到 .mcp.json(加载器读取路径),不再写进读不到的 .atomcode/mcp.json + TUI 稳定性 + - Resize 无条件清 scrollback:长会话不再叠重复输出(#709 收尾) + - /cd 后重建 SessionManager:/resume 正确列出新项目的历史会话 + - /quit 退不出去修复:退出链加 watchdog(8s deadline)+ bridge 内核 teardown 有界(5s 超时 + abort),任一环卡死不再阻止退出 + - 超窗/空白轮可观测性:上下文利用率 >=90% 时显示百分比(如 170%);空白推理轮提示「按 Ctrl+O 查看推理」;发送前对 >= 窗口的请求预警,节省后续多次空重试 + - 限定自定义命令文件大小:防止启动时 OOM + 缓存与压缩 + - 自动压缩高水位升级为抽干+摘要:利用率 >=85% 时自动执行与 /compact 相同的抽干+摘要策略,不再只折叠工具结果——长会话上下文不再一路爬升 + - 自动压缩防抖:超窗粘贴场景下预估算抽干后残留是否仍超窗口 85%,是则退回廉价 stub,不再付 LLM 摘要代价 + - 压缩进度提示:Auto/Overflow 压缩时显示「compacting…」进度 + - 自动降量后立即刷新上下文用量:用量百分比即时更新 + Agent / 工具 + - 停止时彻底中止多轮 turn 循环:Cancel 不再仅中断当前步骤,而是中止整轮循环 + - Edit 移植 v1 空白容错 fuzzy 回退:tab/空格不一致也能改成功,不再逼模型写脚本 + - Read 移植 v1 GBK 解码 + 二进制恢复提示:兼容 GBK 编码文件,二进制文件给出恢复建议 + - Web_fetch 回填 forge 源码页主导代码块抽取:提升代码托管平台页面抓取质量 + - 统一宽松数字解析策略:拒绝负数/NaN 而非静默归零 + - 使用 SHA-256 替代 DefaultHasher:获取进程间稳定的缓存键 + - PreToolUse hook allow 跳过审批:已授权插件不再重复弹审批 + - 处理预发布版本号后缀:version_check 正确识别 pre-release 版本 + - 审批 parse 失败时要求重新 review:避免错误批准 + - -y bypass 跨 v1 runtime 传播:Relaunch 后仍保持无需确认 + 其他 + - Session 重命名后发送对话名称不被覆盖:重命名后保留自定义名称 + - 冻结天粒度日期锚点进 persona:补齐 round-1 日期信息(对齐 v1) + - TUI /cd 选择器 trim 与输入校验:~// 不逃逸 home、输错不关选择器 + - 审批 channel 异常可观测:区分内部故障与用户拒绝,输出 stderr 日志 + - 并行编辑 Windows 构建校验真正可用:v2 补全 + v1 去 head/tail 替代依赖 + - EOL 规约只在兜底路径做:拒空串、规约后 no-op 不执行 + + 🔧 重构(Refactoring) + JetBrains 插件 + - JCEF 初始化抽离为 Java 桥接类:将 JBCefBrowser/JBCefJSQuery 初始化逻辑从 Kotlin 移至 Java 桥接类,避免 IntelliJ 2026.2 中 AWT 反射无法解析 Kotlin 闭包签名 + WebUI + - Cookie 名解析收口到 AppState:去掉按请求 format! 与裸常量陷阱,统一管理 + + 📚 文档(Docs) + - JetBrains 插件隐私政策:新增 PRIVACY.md 隐私说明文档 + - JetBrains 插件使用文档重构:README.md 重写,新增 docs/jetbrains.md 详细使用指南 + - Docker 部署文档更新:README.md 内容补充 + - 英文/中文站文档同步:approvals、basic-usage、configuration、faq、getting-started、headless-daemon、webui 等全量同步至 v4.25.6 + + 🧹 工程 / 构建 + - Telemetry surface 维度:新增 surface 维度归因 review token 消耗,提升可观测性 + - JetBrains 构建配置更新:Gradle 配置适配新版 JCEF 依赖结构 +ReleaseNotesUrl: https://atomgit.com/atomgit_atomcode/atomcode/releases/v4.25.6 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://atomcode.atomgit.com/docs/zh/index.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.yaml b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.yaml new file mode 100644 index 0000000000000..998aa91ee38c4 --- /dev/null +++ b/manifests/a/AtomGit/AtomCode/4.25.6/AtomGit.AtomCode.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: AtomGit.AtomCode +PackageVersion: 4.25.6 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.installer.yaml b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.installer.yaml new file mode 100644 index 0000000000000..4d86ac83ee0df --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.178 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSilentSetup32.exe + InstallerSha256: C7840E810EF78D8DAB34885604D8F69B2E6DFFB1EA1842F6C181D25FEA64A13A + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSetup32.exe + InstallerSha256: 75CC962A4DAA99AC0179C02EABAE6DF2E41CB269A8F886A643BD99094508488E + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSilentSetup.exe + InstallerSha256: A0E4C616AA45B4A2EA150C34D80D298CCF8928DAF3E59C432BFA5587F37E90CA + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSetup.exe + InstallerSha256: C65A7B54B91C0892C6E64E907B8AAF25FB2C3873D97372C50690A6E184EFDC11 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSilentSetupArm64.exe + InstallerSha256: 4DC0700E50B1E5079D90B783F58355ECDABF2B14D0DDE30CB3DB6C196C25F0F0 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.91.178/BraveBrowserStandaloneSetupArm64.exe + InstallerSha256: 55CA5C3B873ED82D026AFDF1E341311871F177161D1C3FC71465117D8658D7E0 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.locale.en-US.yaml b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.locale.en-US.yaml new file mode 100644 index 0000000000000..639d5ad6e7f91 --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.178 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Secure, Fast & Private Web Browser with Adblocker +Description: |- + The new Brave browser blocks ads and trackers that slow you down and invade your privacy. + Discover a new way of thinking about how the web can work. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotes: |- + - Fixed certain extensions not working as expected. (#56271) + - Fixed inability to use Brave Sync in certain cases. (#55203) + - Upgraded Chromium to 149.0.7827.196. (#56598) (Changelog for 149.0.7827.196) +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.locale.zh-CN.yaml b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..95411de4115af --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.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: Brave.Brave +PackageVersion: 149.1.91.178 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave +PackageUrl: https://brave.com/zh/download +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: 带有广告拦截器的安全、快速且私密的网络浏览器 +Description: 全新的 Brave 浏览器会阻止那些导致运行速度变慢和侵犯隐私的广告和跟踪程序。探索重新思考网络运作的全新方式。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.yaml b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.yaml new file mode 100644 index 0000000000000..ae1258c9deea9 --- /dev/null +++ b/manifests/b/Brave/Brave/149.1.91.178/Brave.Brave.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave +PackageVersion: 149.1.91.178 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.installer.yaml b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.installer.yaml new file mode 100644 index 0000000000000..9e9b638ee6692 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.69 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{1082AAEF-E2C3-4ABD-8789-9861082B709F}_is1' +ReleaseDate: 2026-06-23 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.44884/win32/Trae-Setup-x64.exe + InstallerSha256: F631C47A753F706E0121F00C2382B705AD894C1FCA95D0B0281D3FBBC9BA2360 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.44884/win32/Trae-Setup-x64.exe + InstallerSha256: F631C47A753F706E0121F00C2382B705AD894C1FCA95D0B0281D3FBBC9BA2360 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.en-US.yaml b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.en-US.yaml new file mode 100644 index 0000000000000..0f6cbe6ad8406 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.69 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://discord.gg/NV3MF24tAe +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: Trae +PackageUrl: https://www.trae.ai/ +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2026. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b6b3493bc254d --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.69 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自适应的 AI 集成开发环境,改变您的工作方式,从而与您协作,提高速度。 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.yaml b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.yaml new file mode 100644 index 0000000000000..792f464071270 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.5.69/ByteDance.Trae.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.5.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.installer.yaml b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.installer.yaml new file mode 100644 index 0000000000000..135f653ccc442 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.69 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae-cn +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ini +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- log +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- ps1 +- psd1 +- psgi +- psm1 +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- svgz +- t +- tex +- toml +- ts +- tsx +- txt +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{98EB0EF0-1DE3-4838-B14A-3B0DC4570E8B}_is1' +ReleaseDate: 2026-06-22 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/2.3.44883/win32/Trae_CN-Setup-x64.exe + InstallerSha256: D759EAD814AA18A96248BC30407BF11B276DC11DDB4C25E9446DF9EC89F54DB9 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.44883/win32/Trae_CN-Setup-x64.exe + InstallerSha256: D759EAD814AA18A96248BC30407BF11B276DC11DDB4C25E9446DF9EC89F54DB9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.en-US.yaml b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..52648a552aa57 --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.69 +PackageLocale: en-US +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: Beijing Yinli Catapult Technology Co., Ltd. +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: Proprietary +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 Beijing Yinli Catapult Technology Co., Ltd. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8b95fb855b9e --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.69 +PackageLocale: zh-CN +Publisher: Beijing Yinli Catapult Technology Co., Ltd. +PublisherUrl: https://www.trae.com.cn/ +PublisherSupportUrl: https://juejin.cn/pin/club/7473403408615997490 +PrivacyUrl: https://www.trae.com.cn/privacy-policy +Author: 北京引力弹弓科技有限公司 +PackageName: Trae CN +PackageUrl: https://www.trae.com.cn/ +License: 专有软件 +LicenseUrl: https://www.trae.com.cn/terms-of-service +Copyright: © 2026 北京引力弹弓科技有限公司版权所有 +ShortDescription: 多种模型供选择,体验新一代 AI 编程工具 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.com.cn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.yaml b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.yaml new file mode 100644 index 0000000000000..eef7a03f95afc --- /dev/null +++ b/manifests/b/ByteDance/Trae/CN/3.3.69/ByteDance.Trae.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.Trae.CN +PackageVersion: 3.3.69 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 0000000000000..218fde65351df --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.27 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241130tqe9q3y/Comfy%20Desktop%20Setup%201.0.27%20-%20Build%20260625mfm79z9kd-x64.exe + InstallerSha256: E5F8AF078EB83EEE2B333DA6E13B2F883B9C2CF68E4431FEE71C2D91CFD43D75 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..75d81e4f463c0 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.27 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2026 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c07a59cb9eac3 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.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: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.27 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 0000000000000..a8ce658945deb --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/1.0.27/Comfy.ComfyUI-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 1.0.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..27d50373dec0c --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.1.18 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v16.1.18/omp-windows-x64.exe + InstallerSha256: 455B98B83E721A4BF104481DCA214185EBE3F8B58B26B0D2D3D97ECDD664B7CE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..13b2995bb6be8 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.1.18 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-agent-core + Fixed + - Fixed AppendOnlyContextManager.syncMessages clearing the entire log on any in-place rewrite of an already-synced message. Per-turn tool-output pruning, image stripping, or any transformContext re-render that touched a single message used to drop every prior turn out of the append-only log and re-send the conversation from scratch, forcing local backends (llama.cpp / Ollama / LM Studio) to re-prefill tens of thousands of tokens every few turns. syncMessages now finds the longest byte-stable prefix between the previously-synced messages and the new ones, truncates the log to that prefix, and only re-appends the diverged tail — so the provider's KV cache stays warm up to the divergence point. (#3406) + @oh-my-pi/pi-ai + Added + - Added listOAuthAccounts for retrieving a read-only list of stored OAuth account identities + - Added getOAuthAccessAt to resolve an OAuth token exclusively for a specific account position + Changed + - Refactored OAuth token persistence and disable logic to use stable credential IDs instead of positional indices to prevent race conditions during concurrent updates + - Updated OAuth failure classification to treat 403 status codes, rate limits, and network errors as transient, preventing unnecessary credential invalidation + Fixed + - Fixed Codex Responses Lite staying enabled for image prompts, which caused GPT/Codex image turns to be rejected as Invalid value: 'input_image'; image-bearing Codex requests now fall back to the full Responses transport. (#3421) + - Fixed the auth-broker background refresher disabling OAuth credentials unconditionally (disableCredentialById) on a definitive refresh failure, so a credential another process or a fresh login rotated mid-refresh could be torn down even though the stored row already held a valid token. The definitive-failure teardown now happens inside AuthStorage.refreshCredentialById via the same compare-and-set the in-stream and usage-probe paths use — it disables only when the persisted row still matches the credential the refresh actually attempted, and reloads on a CAS loss; the refresher now only logs. + - Fixed OAuth refresh persisting the rotated token by a positional index captured before the refresh await. A concurrent disable could reorder or shrink a provider's credential array while the refresh was in flight, landing the new token on the wrong row (or silently dropping it) and leaving accounts with a stale refresh token that failed — and was then disabled — on the next cycle. Refresh persistence, selection-index resync, and CAS-disable now address the row by id across forceRefreshCredentialById, candidate preflight, and in-stream selection (#replaceCredentialById / #disableCredentialByIdIfMatches). + - Fixed isDefinitiveOAuthFailure treating a bare HTTP 403 (and generic unauthorized / access-token-expired wording) as a definitive credential failure, which permanently disabled healthy OAuth accounts on WAF, egress rate-limit, permission, and account-verification responses. Bare 403, rate limits (429), gateway/5xx, and more network errors (ECONNRESET, ETIMEDOUT, EAI_AGAIN, …) are now classified transient; only explicit dead-grant errors (invalid_grant, invalid_token, unauthorized_client, revoked, refresh token … expired) or a bare 401 tear the credential down. + @oh-my-pi/pi-coding-agent + Added + - Added --list flag to view stored OAuth accounts for a provider + - Added --account flag to select a specific OAuth account by index for token retrieval + - Added mouse support for navigation, selection, and toggling in the extensions dashboard + Changed + - Enabled fullscreen alternate-screen mode for the extensions dashboard + - Improved tab navigation to mute empty enabled providers while keeping disabled ones selectable + - /extensions (the Extension Control Center) now opens as a fullscreen window on the terminal's alternate screen, matching /settings: it borrows the alt buffer for its lifetime (the transcript is untouched underneath) and uses the same modern chrome — a titled rounded frame, the shared TabBar for provider switching, and a divider/footer layout. The dashboard is now mouse-aware: the wheel scrolls the list (and the detail inspector, which gained its own scroll viewport), hovering highlights tabs and rows, and clicking selects a row or — when it is already selected — toggles it; clicking a provider tab switches to it. Empty enabled providers are unselectable while disabled providers stay selectable so their master switch can re-enable them. + Fixed + - Fixed omp install of legacy pi extensions failing with Cannot find module '/$bunfs/root/packages/coding-agent/src/extensibility/typebox.js' on every released omp-- binary. Commit dc5c93462f removed worker entrypoints from scripts/ci-release-build-binaries.ts; the inline comment then claimed the legacy-shim and package-barrel entrypoints (typebox.ts, legacy-pi-{ai,coding-agent}-shim.ts, packages/{agent,natives,tui,utils}/...) were "still" passed to bun build --compile, but they had never been re-added. The release binaries shipped without those files in bunfs, so legacy-pi-compat.ts redirected typebox imports to a bunfs path that didn't exist. __resolveTypeBoxShimPath now mirrors __validateLegacyPiPackageRootOverrides (#2168) by dropping the override when the shim file is missing, so a missing shim falls through to native node_modules resolution instead of emitting a dead bunfs URL (#3414). + - Fixed every legacy @(scope)/pi-* and @sinclair/typebox import failing to load on the omp-darwin-arm64 release binary (and any other omp built with Bun 1.3.14). __validateLegacyPiPackageRootOverrides and the rewriteLegacyPiImports emit path both depended on --compile extras being reachable as /$bunfs/root/... filesystem entries, but Bun 1.3.14 stopped exposing them through every API (fs.existsSync, Bun.file().exists(), Bun.resolveSync, await import() on the bunfs path or its file:// URL all fail; only /$bunfs/root/ itself answers). legacy-pi-compat.ts now keeps a JS-heap reference to every bundled pi-* surface in a lazy-loaded sibling legacy-pi-bundled-registry.ts and serves them through an omp-legacy-pi-bundled: virtual namespace whose Bun.plugin().onLoad returns synthetic re-exports — no bunfs path ever leaves the module in compiled mode, and dev / source-link / installed-package modes keep the historical file:// rewrite. The matching --compile extras in scripts/build-binary.ts, the shared scripts/binary-entrypoints.ts list, and the dead BUNFS_PACKAGE_ROOT / bunfsPath / __computeBunfsPackageRoot / __joinBunfsPath helpers are gone. (#3423) + What's Changed + - fix(agent): preserve append-only log prefix on in-place message rewrites by @roboomp in https://github.com/can1357/oh-my-pi/pull/3409 + - fix(release): restored legacy pi-compat --compile entrypoints in release builds by @roboomp in https://github.com/can1357/oh-my-pi/pull/3417 + - fix(ai): disable Codex lite for image prompts by @roboomp in https://github.com/can1357/oh-my-pi/pull/3422 + - fix(coding-agent): served bundled pi-* through virtual ns on bun 1.3.14 by @roboomp in https://github.com/can1357/oh-my-pi/pull/3429 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v16.1.17...v16.1.18 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v16.1.18 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0876cd4a071a4 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.1.18 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..0294229f62812 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/16.1.18/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 16.1.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.25.0/endev.aube.installer.yaml b/manifests/e/endev/aube/1.25.0/endev.aube.installer.yaml new file mode 100644 index 0000000000000..dac8ac69f6448 --- /dev/null +++ b/manifests/e/endev/aube/1.25.0/endev.aube.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.25.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aube.exe +- RelativeFilePath: aubr.exe +- RelativeFilePath: aubx.exe +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/endevco/aube/releases/download/v1.25.0/aube-v1.25.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 9756CBE24085BECE0FFCF93239900DCFFEE69901F68A8666BB3B4AE079008980 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/endevco/aube/releases/download/v1.25.0/aube-v1.25.0-aarch64-pc-windows-msvc.zip + InstallerSha256: 030B7D8E65E441B272D39D08A967D3ED885C2C447FAF7A7C33A502B6639E5B04 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.25.0/endev.aube.locale.en-US.yaml b/manifests/e/endev/aube/1.25.0/endev.aube.locale.en-US.yaml new file mode 100644 index 0000000000000..63ca75ffd0aca --- /dev/null +++ b/manifests/e/endev/aube/1.25.0/endev.aube.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.25.0 +PackageLocale: en-US +Publisher: en.dev +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/endevco/aube/discussions/categories/troubleshooting-and-bugs +Author: en.dev +PackageName: aube +PackageUrl: https://aube.en.dev/ +License: MIT +LicenseUrl: https://github.com/endevco/aube/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 en.dev inc +CopyrightUrl: https://github.com/endevco/aube/blob/HEAD/LICENSE +ShortDescription: A fast Node.js package manager +Description: |- + aube is a package manager for Node.js projects. It uses pnpm-style isolated node_modules for fast, disk-efficient installs. + + Existing projects keep their lockfile format. aube reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. New projects without a supported lockfile get aube-lock.yaml. + + Why Try It + - Fast installs. Warm installs are about 8x faster than pnpm and about 5x faster than Bun in the current benchmarks. Repeat test commands run up to 35x faster than pnpm and up to 5x faster than Bun. + - Existing lockfiles. Reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. + - Cheap repeat commands. aubr test, aube test, and aube exec vitest auto-install when dependencies are stale, then skip that work when nothing changed. aubx uses a local binary when one is installed, or a throwaway environment for one-off tools. + - Less disk use. A global content-addressable store lets projects share package files instead of keeping a full copy of the same dependencies in every checkout. + - Secure defaults. Out of the box, exotic transitive deps are blocked, lifecycle scripts wait for approval, trust downgrades fail at resolve, and brand-new releases sit in a 24h cooling window. One paranoid: true line adds the build jail and turns the soft gates into hard fails. +Moniker: aube +ReleaseNotes: |- + A new opt-in shell activation flow lets node, npm, pnpm, yarn, and friends route through aube without a prefix, plus resolver and npm-lockfile fixes for parity with pnpm. + Added + - Shell-activated tool shims (#945 by @jdx) — aube activate creates (or refreshes) a per-user shim directory, sets AUBE_SHIM_DIR, and prints a shell snippet that prepends it to PATH. The shims dispatch via multicall argv[0] rewrites, mapping node, npm, npx, pnpm, pnpx, yarn, and yarnpkg onto their matching aube subcommands (including npm install → install vs add, bare yarn → install, and PM --version/--help handling). A new aube node [ARGS]… runs the project-resolved Node binary directly. On startup, sanitize_process_path strips the shim directory from PATH so runtime probes and child spawns don't recurse through the shims, and a new ERR_AUBE_SHIM_* family covers shim creation and exec failures. runtime set -g's messaging now points at activation instead of claiming there are no shims. + - Globs and version unions in minimumReleaseAgeExclude (#941 by @todd-elvers) — The setting previously matched package names exactly, so there was no way to exempt a whole scope or a specific version from the age gate. It's now backed by the same TrustExcludeRules engine pnpm uses, accepting bare names (react), * globs (@myorg/*), and exact-version unions (nx@21.6.5, webpack@4.47.0 || 5.102.1). Semver ranges like ^1.0.0 remain rejected, matching pnpm. The exemption is threaded per-candidate-version through pick_version and prefer_non_vulnerable_pick, so an exempt safe version can no longer be discarded in favor of a vulnerable one. Malformed entries now warn with WARN_AUBE_INVALID_MINIMUM_RELEASE_AGE_EXCLUDE and are dropped individually instead of silently invalidating the rest of the list. + + Fixed + - Preserve npm optional natives across platforms (#942 by @jdx) — When no explicit supportedArchitectures is set, configure_resolver now widens architectures with accept_all: true for LockfileKind::Npm and NpmShrinkwrap, matching pnpm/aube/bun behavior. Regenerated package-lock.json / npm-shrinkwrap.json files keep foreign optional natives (e.g. win32-only optionals on Linux CI), while host-scoped filter_graph and fetch gating still keep mismatched optionals out of node_modules. Closes the regression reported in discussion #938. + + 💚 Sponsor aube + aube is part of jdx.dev — an independent developer-tooling studio run by @jdx, also behind mise. Work on aube is funded entirely by sponsors. + If aube is saving your team install time or CI minutes, please consider sponsoring at jdx.dev. Individual and company sponsorships are what keep the project fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/aube/releases/tag/v1.25.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.25.0/endev.aube.yaml b/manifests/e/endev/aube/1.25.0/endev.aube.yaml new file mode 100644 index 0000000000000..502ea7ec52bd2 --- /dev/null +++ b/manifests/e/endev/aube/1.25.0/endev.aube.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.installer.yaml b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.installer.yaml new file mode 100644 index 0000000000000..e6ee1abf1effe --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.115.0 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- factory-desktop +ProductCode: Factory +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.factory.ai/factory-desktop/releases/0.115.0/win32/x64/Factory-0.115.0%20Setup.exe + InstallerSha256: 381276FF972976984F910E8038BD86E205302A3B604DE2D369DB58EBDADC7533 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.en-US.yaml b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.en-US.yaml new file mode 100644 index 0000000000000..9adeffc0a5ede --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.115.0 +PackageLocale: en-US +Publisher: Factory AI +PublisherUrl: https://factory.ai/ +PrivacyUrl: https://factory.ai/privacy-policy +Author: The San Francisco AI Factory Inc. +PackageName: Factory +PackageUrl: https://factory.ai/ +License: Propeietary +LicenseUrl: https://factory.ai/legal/terms-individual +Copyright: '@Factory 2026. All rights reserved.' +CopyrightUrl: https://factory.ai/legal/terms-individual +ShortDescription: Agent-Native Software Development +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- develop +- development +- large-language-model +- llm +- programming +PurchaseUrl: https://factory.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.factory.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.zh-CN.yaml b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8857b1fe986f5 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.115.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Agent 原生软件开发 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.factory.ai/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.yaml b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.yaml new file mode 100644 index 0000000000000..27591b3dd4dd9 --- /dev/null +++ b/manifests/f/FactoryAI/Factory/0.115.0/FactoryAI.Factory.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FactoryAI.Factory +PackageVersion: 0.115.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.installer.yaml b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.installer.yaml new file mode 100644 index 0000000000000..535626b0b7590 --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.15 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{1C66006E-91C6-4237-95F7-0DA649D51840}' +ReleaseDate: 2026-06-24 +AppsAndFeaturesEntries: +- ProductCode: '{1C66006E-91C6-4237-95F7-0DA649D51840}' + UpgradeCode: '{8AEF9B86-7239-57FE-9F44-5E8928AAA545}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Firezone' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/firezone/firezone/releases/download/gui-client-1.5.15/firezone-client-gui-windows_1.5.15_x86_64.msi + InstallerSha256: 343C82801185D310CE292394F13EF53CF720159A8DB6C66DE0C2C03356329F8F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.locale.en-US.yaml b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.locale.en-US.yaml new file mode 100644 index 0000000000000..313aaf0bc0cbf --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.15 +PackageLocale: en-US +Publisher: Firezone +PublisherUrl: https://github.com/firezone +PublisherSupportUrl: https://github.com/firezone/firezone/issues +PackageName: Firezone +PackageUrl: https://github.com/firezone/firezone +License: Apache-2.0 +LicenseUrl: https://github.com/firezone/firezone/blob/HEAD/LICENSE +ShortDescription: GUI Client for the Firezone zero-trust access platform. +Tags: +- VPN +- remote-access +- zero-trust +ReleaseNotes: Please see our changelog for more details. +ReleaseNotesUrl: https://www.firezone.dev/changelog +Documentations: +- DocumentLabel: Help + DocumentUrl: https://firezone.dev/support +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.yaml b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.yaml new file mode 100644 index 0000000000000..641f5e73367df --- /dev/null +++ b/manifests/f/Firezone/Client/GUI/1.5.15/Firezone.Client.GUI.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.GUI +PackageVersion: 1.5.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.installer.yaml b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.installer.yaml new file mode 100644 index 0000000000000..5d1deae1a19c8 --- /dev/null +++ b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.Headless +PackageVersion: 1.5.10 +InstallerType: portable +Commands: +- firezone-headless-client +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/firezone/firezone/releases/download/headless-client-1.5.10/firezone-client-headless-windows_1.5.10_x86_64.exe + InstallerSha256: 5A994F2477898294207AC60989BCD593DEB2FAEDDD0C7856B33DB0FC920EB159 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.locale.en-US.yaml b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.locale.en-US.yaml new file mode 100644 index 0000000000000..34dd704ef0848 --- /dev/null +++ b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.Headless +PackageVersion: 1.5.10 +PackageLocale: en-US +Publisher: Firezone +PublisherUrl: https://github.com/firezone +PublisherSupportUrl: https://github.com/firezone/firezone/issues +PackageName: Firezone Headless Client +PackageUrl: https://github.com/firezone/firezone +License: Apache-2.0 +LicenseUrl: https://github.com/firezone/firezone/blob/HEAD/LICENSE +ShortDescription: Headless Client for the Firezone zero-trust access platform. +Tags: +- VPN +- remote-access +- zero-trust +ReleaseNotes: Please see our changelog for more details. +ReleaseNotesUrl: https://www.firezone.dev/changelog +Documentations: +- DocumentLabel: Help + DocumentUrl: https://firezone.dev/support +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.yaml b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.yaml new file mode 100644 index 0000000000000..7a64b88e1fd36 --- /dev/null +++ b/manifests/f/Firezone/Client/Headless/1.5.10/Firezone.Client.Headless.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Firezone.Client.Headless +PackageVersion: 1.5.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.installer.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.installer.yaml new file mode 100644 index 0000000000000..a3e8c37cbb2cf --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flowscripter.template-bun-executable +PackageVersion: 1.3.19 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: template-bun-executable.exe +InstallModes: +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-25 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/template-bun-executable/releases/download/v1.3.19/template-bun-executable_Windows_x64.zip + InstallerSha256: A6B013058CEE6ACA3824B073C9D7961CD84F84ED8304A816AF552A570C8F3B34 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.locale.en-US.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.locale.en-US.yaml new file mode 100644 index 0000000000000..e1ba3bd9f32d5 --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flowscripter.template-bun-executable +PackageVersion: 1.3.19 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/template-bun-executable/issues +Author: Vectronic +PackageName: Template Bun Executable +PackageUrl: https://github.com/flowscripter/template-bun-executable +License: MIT +LicenseUrl: https://github.com/flowscripter/template-bun-executable/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Project template for a cross-platform Bun executable with ffi native library and Bun library dependencies +Tags: +- bun +- cli +- typescript +ReleaseNotes: 1.3.19 (2026-06-25) +ReleaseNotesUrl: https://github.com/flowscripter/template-bun-executable/releases/tag/v1.3.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.yaml b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.yaml new file mode 100644 index 0000000000000..cb875e3c3e4d1 --- /dev/null +++ b/manifests/f/Flowscripter/template-bun-executable/1.3.19/Flowscripter.template-bun-executable.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Flowscripter.template-bun-executable +PackageVersion: 1.3.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.installer.yaml b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.installer.yaml new file mode 100644 index 0000000000000..98b138195c59b --- /dev/null +++ b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Game1024.OpenSpeedy +PackageVersion: 3.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: openspeedy.exe + PortableCommandAlias: openspeedy +ReleaseDate: 2026-06-25 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/game1024/OpenSpeedy/releases/download/3.2.2/OpenSpeedy-3.2.2-portable-signed.zip + InstallerSha256: 2AC9D7DAA659BB0446AAE65FD77C68B3E8A930D626BB6699BE855C4A8E2E2F57 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.locale.en-US.yaml b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.locale.en-US.yaml new file mode 100644 index 0000000000000..2a9ae673dfa1d --- /dev/null +++ b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Game1024.OpenSpeedy +PackageVersion: 3.2.2 +PackageLocale: en-US +Publisher: Game1024 +PublisherUrl: https://github.com/game1024 +PublisherSupportUrl: https://github.com/game1024/OpenSpeedy/issues +PackageName: OpenSpeedy +PackageUrl: https://github.com/game1024/OpenSpeedy +License: GPL-3.0 +LicenseUrl: https://github.com/game1024/Speedy/blob/HEAD/LICENSE +ShortDescription: 🎮 An open-source game speed modifier.[一款开源的游戏变速器] +Tags: +- cplusplus +- gamedev +- gamemod +- pc +- qt +- speed-engine +- toolkit +- windows +ReleaseNotes: |- + 🐛 修复 + - 注入状态查询: 新增 Bridge STATUS 命令,通过枚举目标进程已加载模块判断是否注入,结合 SP_IsEnabledById 获取真实启用状态,解决管理员权限进程误报"已注入" + - ENABLE 幂等化: 重复启用已启用的进程不再返回错误,do_enable 先检查 SP_IsEnabledById,已启用则直接返回 OK + - Toggle 乐观更新: 开关操作即时响应 UI,后端调用失败后自动回滚并弹出 Snackbar 错误提示 + 🔧 改进 + - Bridge pipe 通信添加调试日志,方便排查问题 + - Snackbar 通知位置调整为顶部居中 +ReleaseNotesUrl: https://github.com/game1024/OpenSpeedy/releases/tag/3.2.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/game1024/OpenSpeedy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.yaml b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.yaml new file mode 100644 index 0000000000000..acf46818e9bfb --- /dev/null +++ b/manifests/g/Game1024/OpenSpeedy/3.2.2/Game1024.OpenSpeedy.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Game1024.OpenSpeedy +PackageVersion: 3.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.installer.yaml new file mode 100644 index 0000000000000..746fe354e66cf --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.0.8 +UpgradeBehavior: install +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.0.8/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: 3D6F8CDE114223B3ACEB71D7999C7FFC9147E0523F398927F5C8BC1C024A6A46 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.0.8/GitHub-Copilot-windows-x64.msi + InstallerSha256: 6A42D64D0DA97A278D09D3AEB0D242195EE93DCD82194CF1AED0DEA8D36F8F3C + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A1DEDFC0-CE8F-442C-8C57-AF34C8269F42}' + AppsAndFeaturesEntries: + - ProductCode: '{A1DEDFC0-CE8F-442C-8C57-AF34C8269F42}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v1.0.8/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: 24363F88F647C09EF34B98CE728324D71EB81EFDD6E6A9B59C1262B0601B9076 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v1.0.8/GitHub-Copilot-windows-arm64.msi + InstallerSha256: E0B2226E5EC0631E97A4BB305C31D7C1BAAF6F2BDDB3C9ED35490A0D59F1ED39 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{7DA09CE8-5330-4ABB-BECD-656294A6B631}' + AppsAndFeaturesEntries: + - ProductCode: '{7DA09CE8-5330-4ABB-BECD-656294A6B631}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 0000000000000..841af5759f7f6 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.0.8 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +LicenseUrl: https://github.com/github/app/blob/HEAD/License.md +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v1.0.8 + + Highlights + - Sessions now automatically remember your last model, reasoning effort, and long-context state — no more configuring a default model in settings. + - Screen-reader users can navigate the chat transcript message-by-message using heading navigation, with each message announced as 'You said:' or 'Copilot said:'. + - The issue pill in the composer now shows a color-coded status icon (open, completed, not planned), matching pull request pill behavior. + - The Changes panel file list now always displays as a tree view, with a file count and diff stat shown in the toolbar. + - Closing a Terminal tab now prompts for confirmation before ending the session, with a 'Don't ask again' option for future closes. + + Changed + - Canvas tool calls in the conversation now show the canvas icon instead of a generic tools icon, making them easier to recognize at a glance. + - Closing a Terminal tab in the right panel now shows a confirmation dialog before ending the session. A "Don't ask again" checkbox lets you skip the prompt for future closes. + - Merged pull requests now display the merge icon instead of the pull request icon, making merged state easier to recognize at a glance. + - Screen-reader users can now navigate the chat transcript message-by-message using heading navigation — each message is announced as "You said:" or "Copilot said:" followed by a preview of the text. + - The Changes panel file list now always displays as a tree view (the flat/tree toggle has been removed), the toolbar shows a file count and diff stat, file header names use lighter typography, and a doubled border under the toolbar is fixed. + - The issue pill in the composer now shows a color-coded status icon (open, completed, not planned) matching the existing pull request pill behavior. + + Fixed + - Fixed microphone test playback in Settings → Voice playing only in the left ear on Linux when using multi-channel audio interfaces. + - Fixed the selected file scope label in the Files panel toolbar (e.g. "Committed") showing in muted text instead of the default color, making the active selection easier to read. + - In the Last updated sidebar view, session groups with recent child activity now correctly float to the top and land in the right date bucket (e.g. "Recent sessions") instead of staying pinned to the parent session's older timestamp. + - Opening the Changes tab with the mouse no longer leaves a stuck focus ring on the file list. + - The 'Created session' tool call row in conversations now shows the correct icon instead of a generic wrench. + - The main composer is now hidden while an "Ask Question" prompt is open, preventing accidental messages from being sent instead of answering the prompt. + + Removed + - Removed the "Default model" section from Sessions settings. New sessions now automatically start with the model, reasoning effort, and long-context state from your last selection in the session model picker. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v1.0.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.yaml new file mode 100644 index 0000000000000..952f0cb9b7901 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/1.0.8/GitHub.CopilotApp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 1.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.installer.yaml new file mode 100644 index 0000000000000..e67804b5fcbab --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.12 +InstallerType: portable +Commands: +- agy +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.12-6156052174077952/windows-x64/cli_windows_x64.exe + InstallerSha256: 1858B4A40B308B871341F9553270105F971A6AC3BE48E4D0C44CE54EC40DBA42 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.12-6156052174077952/windows-arm/cli_windows_arm64.exe + InstallerSha256: FAE463B3F87D09216F2284EF1AA34020FE2658DE0F0F99EB8B18F9C49C766DE6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..263a70c36bd3c --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.12 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..097edd15f6474 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.12 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.yaml new file mode 100644 index 0000000000000..bd3d8ad4e24d4 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.12/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..bf7fcfa1348a3 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.272.1911 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ProductCode: Grammarly Desktop Integrations +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.272.1911/GrammarlyInstaller.exe + InstallerSha256: 40D02E50DA35BECB53E4DE62F81A7E4EE5BB42F05A0E5D098EAFB616B9CBE145 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.272.1911/GrammarlyInstaller.exe + InstallerSha256: 40D02E50DA35BECB53E4DE62F81A7E4EE5BB42F05A0E5D098EAFB616B9CBE145 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..69aab37c67324 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.272.1911 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8aa2c6459c986 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.272.1911 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..965dd5c2eac8c --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.272.1911/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.272.1911 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.installer.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.installer.yaml new file mode 100644 index 0000000000000..31f37fcd1ec9b --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.82 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- ggcode +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.82/ggcode_1.3.82_windows_x64.msi + InstallerSha256: 167F982C13F141EC95D08165740715469986C51B1C4F515F09027362461293E8 + ProductCode: '{925BD3C7-A142-4CA7-B855-A4D96BE773A9}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{925BD3C7-A142-4CA7-B855-A4D96BE773A9}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.82/ggcode_1.3.82_windows_arm64.msi + InstallerSha256: 3ED8B386F5961F02E356C8BFFB5E8C31CBE86BB60EB5244488902D0A9093259D + ProductCode: '{1D903FCD-4C5B-4F57-9894-87319776F5B2}' + AppsAndFeaturesEntries: + - DisplayName: ggcode + Publisher: GG AI Studio + ProductCode: '{1D903FCD-4C5B-4F57-9894-87319776F5B2}' + UpgradeCode: '{B3C4D5E6-F7A8-9012-BCDE-F23456789012}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-23 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..d6c46eada43f8 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.82 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: ggcode +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent for the terminal. +Description: |- + ggcode is an AI coding agent for terminal-first workflows. It can understand + repositories, edit files, run commands, use MCP tools, and keep working with + resumable sessions inside a full-screen TUI. +Moniker: ggcode +Tags: +- ai +- cli +- coding +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.82 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.yaml b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.yaml new file mode 100644 index 0000000000000..5ade9839c2a67 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-cli/1.3.82/gg.ai.ggcode-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-cli +PackageVersion: 1.3.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.installer.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.installer.yaml new file mode 100644 index 0000000000000..284872a2a67fc --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.installer.yaml @@ -0,0 +1,49 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.82 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb +UpgradeBehavior: install +ProductCode: '{6175343C-D805-4EED-A33C-0E4EEBEBECF7}' +AppsAndFeaturesEntries: +- DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{6175343C-D805-4EED-A33C-0E4EEBEBECF7}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.82/ggcode-desktop_1.3.82_windows_x64.msi + InstallerSha256: C28CD5D99FBE123E091C519F815D06BA172DEC63186A9360F3224761F4FA9A54 + ProductCode: '{6175343C-D805-4EED-A33C-0E4EEBEBECF7}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{6175343C-D805-4EED-A33C-0E4EEBEBECF7}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +- Architecture: arm64 + InstallerUrl: https://github.com/topcheer/ggcode/releases/download/v1.3.82/ggcode-desktop_1.3.82_windows_arm64.msi + InstallerSha256: 66410B47493018F67A6E64F83ED38B73AF70E73924B7BDD9D03661545DE9D04A + ProductCode: '{80A0FD14-B33D-4CFC-A18C-AD382990EFB0}' + AppsAndFeaturesEntries: + - DisplayName: GGCode Desktop + Publisher: GG AI Studio + ProductCode: '{80A0FD14-B33D-4CFC-A18C-AD382990EFB0}' + UpgradeCode: '{D4E5F6A7-B8C9-0123-CDEF-345678901234}' + InstallerType: wix +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-23 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.locale.en-US.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..ea820fc532295 --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.82 +PackageLocale: en-US +Publisher: GG AI Studio +PublisherUrl: https://github.com/topcheer +PublisherSupportUrl: https://github.com/topcheer/ggcode/issues +Author: GG AI Studio +PackageName: GGCode Desktop +PackageUrl: https://github.com/topcheer/ggcode +License: MIT +LicenseUrl: https://github.com/topcheer/ggcode/blob/v1.3.52/LICENSE +ShortDescription: AI coding agent with a native desktop interface. +Description: |- + GGCode Desktop is a native graphical interface for ggcode, an AI coding agent + focused on code understanding, repo editing, command execution, MCP tools, + resumable sessions, and coding workflows. +Tags: +- ai +- coding +- desktop +- developer-tools +- mcp +- terminal +ReleaseNotesUrl: https://github.com/topcheer/ggcode/releases/tag/v1.3.82 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/topcheer/ggcode/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.yaml b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.yaml new file mode 100644 index 0000000000000..bacb770879c4f --- /dev/null +++ b/manifests/g/gg/ai/ggcode-desktop/1.3.82/gg.ai.ggcode-desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: gg.ai.ggcode-desktop +PackageVersion: 1.3.82 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..ba308435905e0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2122 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-06-25 +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.2122/Jackett.Installer.Windows.exe + InstallerSha256: 9F155D5376629537AD1AF32C1EC5A116198105BF3A3AF7F62BEA844B4E33D025 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2d38952e569c9 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2122 +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: + - 176c61d amigosshare: Fix Dual-Audio languages and optimize endpoints (#16915) + - bd2f4c9 assorted nexus: bump engine tag + - aca8d1b rutracker: prevent duplicated RUS added to titles + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.2122 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..4270ff8b3c830 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.2122/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.2122 +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 89d3c9bf1df4c..b5a9c402ed064 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: B151F45C344DD32DC6916243E692774A004B833A9D4B9F5EBE64274EB0165E0A + InstallerSha256: D843FB315A72CC73894D568FC3353BA08DAAB7888E1BD0CC4DA235FF97939EBC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.installer.yaml b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.installer.yaml new file mode 100644 index 0000000000000..606568e82e290 --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.26.100 +InstallerLocale: en-US +InstallerType: wix +InstallerSwitches: + Custom: INSTALLEDBY="winget" +ProductCode: '{AA97C357-EA17-4381-890E-49EB21E2BB91}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.26.0/azd-windows-amd64.msi + InstallerSha256: 59566C8D5C5F1E94C5941A26C217D13DCA2B47B51B23B027958352C6F65F443B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-25 diff --git a/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.locale.en-US.yaml b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.locale.en-US.yaml new file mode 100644 index 0000000000000..edc693e399d88 --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.26.100 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/Azure/azure-dev/ +PublisherSupportUrl: https://github.com/Azure/azure-dev/issues +PrivacyUrl: https://go.microsoft.com/fwlink/?LinkId=521839 +PackageName: Azure Developer CLI +PackageUrl: https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_0.6.0-beta.2 +License: MIT License +LicenseUrl: https://github.com/Azure/azure-dev/blob/main/LICENSE +Copyright: Copyright 2022 (c) Microsoft Corporation. +ShortDescription: A developer CLI that accelerates the time it takes for you to get started on Azure. +Description: A developer CLI that accelerates the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat. +Moniker: azd +Tags: +- azure +- hacktoberfest +- microsoft +ReleaseNotesUrl: https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_1.26.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Azure/azure-dev/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.yaml b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.yaml new file mode 100644 index 0000000000000..87b1d14343fbc --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.26.100/Microsoft.Azd.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.26.100 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.installer.yaml b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.installer.yaml new file mode 100644 index 0000000000000..5b87bbf9460e0 --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260609.1203-1 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://app.morpheusly.com/agents/download/windows20260609.1203-1/morpheusly-windows-agent.exe + InstallerSha256: d1b4eb3e3b3a06b625e35ce680f2c03e2b1df5b1bdf1bc2bf977ae952ee5f1ca +- Architecture: arm64 + InstallerUrl: https://app.morpheusly.com/agents/download/windows20260609.1203-1/morpheusly-windows-agent.exe + InstallerSha256: d1b4eb3e3b3a06b625e35ce680f2c03e2b1df5b1bdf1bc2bf977ae952ee5f1ca +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.locale.en-US.yaml b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.locale.en-US.yaml new file mode 100644 index 0000000000000..67383973715b7 --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.locale.en-US.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260609.1203-1 +PackageLocale: en-US +Publisher: Morpheusly Inc. +PackageName: "Morpheusly: Secure Connections" +License: "Various, see: https://gitlab.com/morpheusly-labs/morpheusly-client/-/blob/main/REUSE.toml" +ShortDescription: VPN agent for connecting between VPN nodes managed by Morpheusly. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.yaml b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.yaml new file mode 100644 index 0000000000000..b62ef9017b3df --- /dev/null +++ b/manifests/m/Morpheusly/SecureConnections/20260609.1203-1/Morpheusly.SecureConnections.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Morpheusly.SecureConnections +PackageVersion: 20260609.1203-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 0000000000000..2a708dad49884 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.148 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.148/jtk_1.3.148_windows_amd64.zip + InstallerSha256: 3B6557EF5207616E834D1447A4B9206677DED8EDEF360BAC2929933308762A1B +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.3.148/jtk_1.3.148_windows_arm64.zip + InstallerSha256: D21D2033CB1D1166CA8C6C6F838ADA2DD67E18E1DCB91CEA5229571F258C7999 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-25 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..1fc67854ee48f --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.148 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/atlassian-cli/issues +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/jtk-v1.3.148 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/atlassian-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 0000000000000..da572a4d95747 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.3.148/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.3.148 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.installer.yaml b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.installer.yaml new file mode 100644 index 0000000000000..6d2757d0cd13a --- /dev/null +++ b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.installer.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenJS.NodeJS +PackageVersion: 26.4.0 +Commands: +- corepack +- node +- npm +- npx +FileExtensions: +- cjs +- js +- mjs +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://nodejs.org/dist/v26.4.0/node-v26.4.0-x64.msi + InstallerSha256: C9DF873C4CF0463C63B79774D96B2E126CA6BA9D9F86529846864D41775101D6 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + UpgradeBehavior: install + ProductCode: '{16ACB226-F825-4982-A438-4E2A4D52BC44}' + AppsAndFeaturesEntries: + - DisplayName: Node.js + Publisher: Node.js Foundation + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://nodejs.org/dist/v26.4.0/node-v26.4.0-arm64.msi + InstallerSha256: 76D6C1B2FEE84474374E445606B90CF6F1D8FFA22033F438C5008A21DD54FB35 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + UpgradeBehavior: install + ProductCode: '{F0C58D43-D533-48C0-A633-D2AF2DAA52B4}' + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: node-v26.4.0-win-x64/node.exe + PortableCommandAlias: node + InstallerUrl: https://nodejs.org/dist/v26.4.0/node-v26.4.0-win-x64.zip + InstallerSha256: 5F87D038C6EC442AA46B9126F8CA170ACBD2F3B9B9152CA798CF54596A31E214 + ArchiveBinariesDependOnPath: true +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: node-v26.4.0-win-arm64/node.exe + PortableCommandAlias: node + InstallerUrl: https://nodejs.org/dist/v26.4.0/node-v26.4.0-win-arm64.zip + InstallerSha256: 394CB72E664FAAA518CA1877BCC20BB03A3E2F51ED1F6CFCE53E1A306E8C97F6 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.en-US.yaml b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.en-US.yaml new file mode 100644 index 0000000000000..0e637837c72aa --- /dev/null +++ b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenJS.NodeJS +PackageVersion: 26.4.0 +PackageLocale: en-US +Publisher: Node.js Foundation +PublisherUrl: https://openjsf.org/ +PublisherSupportUrl: https://github.com/nodejs/node/blob/v26.4.0/.github/SUPPORT.md +PrivacyUrl: https://privacy-policy.openjsf.org/ +Author: OpenJS Foundation +PackageName: Node.js +PackageUrl: https://nodejs.org/ +License: MIT +LicenseUrl: https://github.com/nodejs/node/blob/v26.4.0/LICENSE +Copyright: Copyright Node.js contributors. All rights reserved. +CopyrightUrl: https://trademark-policy.openjsf.org/ +ShortDescription: Run JavaScript Everywhere +Description: Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts. +Moniker: nodejs +Tags: +- coding +- cross-platform +- develop +- development +- environment +- javascript +- js +- node +- npm +- programming +- runtime +- v8 +ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v26.4.0 +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://nodejs.org/learn/ +- DocumentLabel: Documentation + DocumentUrl: https://nodejs.org/docs/v26.4.0/api/ +- DocumentLabel: About + DocumentUrl: https://nodejs.org/about/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.zh-CN.yaml b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e7f15c80da39e --- /dev/null +++ b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OpenJS.NodeJS +PackageVersion: 26.4.0 +PackageLocale: zh-CN +ShortDescription: 在任何地方运行 JavaScript +Description: Node.js® 是一个免费、开源、跨平台的 JavaScript 运行时环境,它让开发人员能够创建服务器、Web 应用、命令行工具和脚本。 +Tags: +- javascript +- js +- node +- npm +- v8 +- 开发 +- 环境 +- 编码 +- 编程 +- 跨平台 +- 运行时 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://nodejs.org/zh-cn/learn/ +- DocumentLabel: 文档 + DocumentUrl: https://nodejs.org/docs/v26.4.0/api/ +- DocumentLabel: 关于 + DocumentUrl: https://nodejs.org/zh-cn/about/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.yaml b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.yaml new file mode 100644 index 0000000000000..a66c5bb9cb93a --- /dev/null +++ b/manifests/o/OpenJS/NodeJS/26.4.0/OpenJS.NodeJS.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: OpenJS.NodeJS +PackageVersion: 26.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.installer.yaml b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.installer.yaml new file mode 100644 index 0000000000000..a98bf1d35b8d9 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.88.0 +InstallerType: msi +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- oci +ProductCode: '{EE7D57D2-E41B-4E93-91D8-EF6786CC185D}' +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- DisplayName: oci-cli + ProductCode: '{EE7D57D2-E41B-4E93-91D8-EF6786CC185D}' + UpgradeCode: '{48B079F4-B598-438D-A62A-8A233A3F8901}' +InstallationMetadata: + DefaultInstallLocation: Lib +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/oracle/oci-cli/releases/download/v3.88.0/oci-cli-3.88.0-Windows-Server-Installer.msi + InstallerSha256: 47860F83E4A249E73400D8A27C2AA2F76359EDDC5555F31D629EFCCA1BD2D829 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.locale.en-US.yaml b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..22985109e19e7 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.88.0 +PackageLocale: en-US +Publisher: Oracle +PublisherUrl: https://github.com/oracle +PublisherSupportUrl: https://github.com/oracle/oci-cli/issues +PackageName: Oracle Cloud Infrastructure CLI +PackageUrl: https://github.com/oracle/oci-cli +License: Dual License (UPL-1.0 / Apache-2.0) +LicenseUrl: https://github.com/oracle/oci-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. +CopyrightUrl: https://github.com/oracle/oci-cli/blob/master/LICENSE.txt +ShortDescription: Command Line Interface for Oracle Cloud Infrastructure +Tags: +- bare-metal +- cli +- cloud +- infrastructure +ReleaseNotes: |- + Added + - Support for global parameter federation-endpoint to override the auth service federation endpoint used with instance principal authentication + - oci --auth instance_principal --federation-endpoint + - Resource Scheduler service + - Support for ADBD Backup support + - oci resource-scheduler schedule create --action BACKUP_RESOURCE + - oci resource-scheduler resource-type-collection list-resource-types --action-type BACKUP_RESOURCE + - oci resource-scheduler schedule update --action BACKUP_RESOURCE + - API Gateway service + - Support for static redirect URLs in authentication policy plugins for deployments in create and update commands + - oci api-gateway deployment create --specification + - oci api-gateway deployment update --specification + - Support for 3 optional parameters in sdk update command + - oci api-gateway sdk update --max-wait-seconds --wait-for-state --wait-interval-seconds + - Container Engine service + - Support for virtual node pool cycling + - oci ce virtual-node-pool create --virtual-node-pool-cycling-details + - oci ce virtual-node-pool update --virtual-node-pool-cycling-details + - DNS service + - Support for Zero Trust Packet Routing (ZPR) security attributes, defined tags, and free-form tags for DNS resolver endpoint + - oci dns resolver-endpoint create --defined-tags --freeform-tags --security-attributes + - oci dns resolver-endpoint update --defined-tags --freeform-tags --security-attributes + + Changed + - API Gateway service + - [BREAKING] SDK update command now returns an Sdk payload instead of None + - oci api-gateway sdk update + + File Checksums (SHA256) + oci-cli-3.88.0.zip be734d66c24b97272edc40ae91d91665e52baa3421ef71e5fa57ea03918f1916 + oci-cli-3.88.0-Windows-Server-2016-Offline.zip b4c691c244bc07df8158e06fd81d8c528a70f0d0355c5823184bd097f25db663 + oci-cli-3.88.0-Oracle-Linux-9-Offline.zip 770d44252eb7b9b29e1b77f149fc33211b3707e3f3aea3f2d11557742e9fa4c6 + oci-cli-3.88.0-Ubuntu-22.04-Offline.zip b02b1ed46a407cf896c86570e7c0d1f133cca1bfb647762f12a997a2f6f3f339 + oci-cli-3.88.0-Windows-Server-2019-Offline.zip 4459ee1c98c21621ac662cfd2a2ed8c52e99c485d64435080b36d12da30c91ca + oci-cli-3.88.0-Oracle-Linux-10-Offline.zip 0f93b696bce30586a28bf4e77851e6f349c5361b7b2a9bb1856bd42de18e4b3d + oci-cli-3.88.0-Ubuntu-20.04-Offline.zip 894075a0eb8dae31cd3e9d77cf7064542cf29daaec45f84d39ffa9ffdea03930 + oci-cli-3.88.0-Windows-Server-Installer.msi 47860f83e4a249e73400d8a27c2aa2f76359eddc5555f31d629efcca1bd2d829 + oci-cli-3.88.0-Oracle-Linux-8-Offline.zip 15df1a06a97eb92c3f7aab2de768b66c2f6e48d160fa80884f8c236d61ca4947 +ReleaseNotesUrl: https://github.com/oracle/oci-cli/releases/tag/v3.88.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.yaml b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.yaml new file mode 100644 index 0000000000000..b0a982d11d182 --- /dev/null +++ b/manifests/o/Oracle/OCI-CLI/3.88.0/Oracle.OCI-CLI.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Oracle.OCI-CLI +PackageVersion: 3.88.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.installer.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.installer.yaml new file mode 100644 index 0000000000000..0e40c27ac72e9 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.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: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26062512 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- wmpvp +ProductCode: '{a9be7c93-59b5-5f11-bbb9-964db82cbf57}' +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x86 + InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.26062512.exe + InstallerSha256: 36166AC0725F07BB59FAB0BC9439C6299FAC794E56FBF24F0A43154949F1937B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.en-US.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.en-US.yaml new file mode 100644 index 0000000000000..c9111c6bf5623 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26062512 +PackageLocale: en-US +Author: Perfect World Zhengqi (Shanghai) Multimedia Technology Co., Ltd. +License: Proprietary +ShortDescription: Perfect World Arena is a comprehensive PvP platform developed by Perfect World for every player. It is low-threshold, easy to use, interaction aware, and professional yet fun. +Tags: +- csgo +- dota2 +- game +- gaming +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75891fb991710 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26062512 +PackageLocale: zh-CN +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: 完美世界征奇(上海)多媒体科技有限公司 +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: 专有软件 +Copyright: Copyright © 2026 Perfect World +ShortDescription: 完美世界竞技平台是一款由完美世界开发的适合每一位玩家的低门槛、易操作、重交互、兼具专业性与趣味性的集成式对战平台。 +Tags: +- csgo +- dota2 +- 游戏 +ReleaseNotes: |- + 【活动】NiKo 圆梦 Major,平台上线 NiKo 时刻专题玩法,完整收录其 2026 年度赛场高光集锦,参与挑战可瓜分海量神马币,最高可得 3066 神马币,活动期间登录即领 NiKo 限定头像框,完成七日天梯活跃还能获取火沙鹰专属击杀特效。 + 【优化】基于海量实战数据与玩家行为模型,对 WE 算法开展深度调优,持续优化对局评分效果。 + 【优化】优化天梯热身、跑图及道具练习模式下的指令墙展示效果与道具筛选逻辑。 + 【反作弊】更新了针对游戏内异常数值与行为的检测机制,同时调整了账号追踪与临时封禁策略。 + 【反作弊】完善基于历史数据的作弊玩家画像模型,持续调优对高嫌疑玩家的识别监控系统。 +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.yaml new file mode 100644 index 0000000000000..b1bf77a366231 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.26062512/PerfectWorld.PerfectWorldArena.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: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.26062512 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.3/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..0db65860b0038 --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.3 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/12.16.3/windows_64 + InstallerSha256: 02F3EC4E36505323470E73CCC265B96242A7A95F0B5820B7030CB0EC7773185A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..2a1d1e2cdd5bf --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.3 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cba987ad8d57d --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.3 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2026 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Postman/Postman/12.16.3/Postman.Postman.yaml b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.yaml new file mode 100644 index 0000000000000..1cbfbe339aa4e --- /dev/null +++ b/manifests/p/Postman/Postman/12.16.3/Postman.Postman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 12.16.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.installer.yaml b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.installer.yaml new file mode 100644 index 0000000000000..d4e69ce7455af --- /dev/null +++ b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: packetThrower.Zorite +PackageVersion: 0.3.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart +ProductCode: '{959AC82F-08A2-48F2-92D7-7D76423B14F7}' +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- ProductCode: '{959AC82F-08A2-48F2-92D7-7D76423B14F7}' + UpgradeCode: '{B73F422B-02A5-4E09-A278-E810B2F7B903}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zorite' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/packetThrower/zorite/releases/download/v0.3.0/Zorite_0.3.0_amd64_en-US.msi + InstallerSha256: 0D57A740E3BE99B0890903991C784305448C8E129307D11CBD38A2A07C6BAACC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.locale.en-US.yaml b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.locale.en-US.yaml new file mode 100644 index 0000000000000..5b25cdef85e31 --- /dev/null +++ b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: packetThrower.Zorite +PackageVersion: 0.3.0 +PackageLocale: en-US +Publisher: packetThrower +PublisherUrl: https://github.com/packetThrower +PublisherSupportUrl: https://github.com/packetThrower/zorite/issues +Author: packetThrower +PackageName: Zorite +PackageUrl: https://github.com/packetThrower/zorite +License: GPL-3.0 +LicenseUrl: https://github.com/packetThrower/zorite/blob/HEAD/LICENSE +Copyright: © 2026 packetThrower / Zorite contributors +CopyrightUrl: https://github.com/packetThrower/zorite/blob/main/LICENSE +ShortDescription: A local-first outliner and daily-journal note app (Logseq-style). +Description: |- + Zorite is a cross-platform (macOS + Windows + Linux) local-first + daily-journal and outliner note app. Logseq-style: an infinite-scroll + journal of daily pages plus linked [[wiki-link]] pages, written in + Markdown and stored in a local SQLite database. + + Embed and annotate PDFs, drop in images, and search across + everything — no cloud, no account; your notes stay on your machine. +Moniker: zorite +Tags: +- journal +- knowledge-base +- local-first +- logseq +- markdown +- note-taking +- notes +- outliner +- pdf +ReleaseNotes: |- + Highlights + WYSIWYG table editing matures, inline-formatting shortcuts, and a Windows/Linux + menu bar — plus inline HEIC/AVIF images. + Added + - HEIC, HEIF, and AVIF images render inline like JPEG and PNG, on macOS, + Windows, and Linux. + - Edit tables like a spreadsheet — arrow keys move cell-to-cell keeping your + column (skipping the separator row), Enter drops to the cell below, and the + caret enters and leaves the table cleanly at the top and bottom. + - Table editing handles — hover a table for "+" strips to add a row or + column and "−" handles to delete one; a right-click menu adds insert/delete, + per-column alignment, and "Delete table". + - Lists continue themselves — Enter in a list or task carries the marker to + the next line; Enter on an empty item exits the list. + - Inline formatting shortcuts — ⌘B / ⌘I / ⌘E (Ctrl on Windows/Linux) toggle + bold, italic, and code around the selection. + - Clickable task checkboxes — toggle ☐/☑ with a click; the cursor turns to a + pointer over anything clickable. + - Menu bar on Windows and Linux — a File / Edit / View menu now lives in the + titlebar on those platforms (macOS keeps its native menu bar). + Changed + - Menus follow your theme — the table right-click menu and spell-check + suggestions use the active theme's colors instead of a fixed dark style. + Fixed + - Adjacent tables stay separate — two tables with no blank line between them + no longer merge into one grid. + - The caret stays in view — arrowing up or down now scrolls the page so the + caret never slips off-screen. + What's Changed + - docs(changelog): v0.3.0 (eac7aea) + - feat(app): in-titlebar File/Edit/View menu for Windows/Linux (abf0a6a) + - feat(editor): scroll the caret into view on vertical moves (49f787d) + - fix(editor): split adjacent tables instead of merging them (ba98f5b) + - feat(editor): delete a whole table from the right-click menu (2422172) + - feat(editor): Enter moves to the cell below inside a table (3229308) + - fix(editor): bottom gutter below tables so the add-row "+" can't be typed through (e680d16) + - feat(editor): cell-aware table caret navigation (3bac8fd) + - feat(editor): list auto-continuation + inline format toggles (fdec3e6) + - feat(editor): theme popup menus + box-style add tabs (da36452) + - feat(editor): table delete handles, gutters, right-click alignment (b6505a8) + - fix(editor): half-moon table tabs + keep the caret put on add (d624b55) + - feat(editor): hover-revealed table add-row/column "+" strips (a7ddd40) + - feat(editor): clickable task checkboxes + cursor affordances (5de8c9f) + - docs(changelog): note HEIC/HEIF/AVIF image rendering (#17) (e44c547) + - feat(images): render HEIC/HEIF/AVIF via pure-Rust heic_decoder (#15) (7c98880) + Full Changelog: v0.2.1...v0.3.0 +ReleaseNotesUrl: https://github.com/packetThrower/zorite/releases/tag/v0.3.0 +Documentations: +- DocumentLabel: Project page + DocumentUrl: https://github.com/packetThrower/zorite +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.yaml b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.yaml new file mode 100644 index 0000000000000..76e67c40f4cc4 --- /dev/null +++ b/manifests/p/packetThrower/Zorite/0.3.0/packetThrower.Zorite.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: packetThrower.Zorite +PackageVersion: 0.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.installer.yaml b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.installer.yaml new file mode 100644 index 0000000000000..bb896a2a9f04c --- /dev/null +++ b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SawtoothSoftware.LighthouseStudio +PackageVersion: 9.17.2.3 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: LIGHTHOUSE 9.17.2_is1 +AppsAndFeaturesEntries: +- DisplayName: Sawtooth Software Lighthouse Studio 9.17.2 + Publisher: Sawtooth Software, Inc. + ProductCode: LIGHTHOUSE 9.17.2_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Sawtooth Software\Lighthouse Studio 9.17.2' +Installers: +- Architecture: x64 + InstallerUrl: https://d2rpjb6zne1wug.cloudfront.net/software-installers/Lighthouse-Studio/LighthouseStudio_9_17_2_3_Setup.exe + InstallerSha256: 5E0407E70813F465A1F8D5C140BC0554F0D5A18E12E148E4FE42604EDC13FEA6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.locale.en-US.yaml b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..01cf892121a73 --- /dev/null +++ b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SawtoothSoftware.LighthouseStudio +PackageVersion: 9.17.2.3 +PackageLocale: en-US +Publisher: Sawtooth Software +PublisherUrl: https://sawtoothsoftware.com/ +PublisherSupportUrl: https://sawtoothsoftware.com/resources/support +Author: Sawtooth Software +PackageName: Lighthouse Studio +PackageUrl: https://sawtoothsoftware.com/resources/software-downloads/lighthouse-studio +License: Proprietary +Copyright: © Sawtooth Software +ShortDescription: Lighthouse Studio is a powerful survey and choice modeling software for advanced market research and analytics. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.yaml b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.yaml new file mode 100644 index 0000000000000..279b0a68c21cb --- /dev/null +++ b/manifests/s/SawtoothSoftware/LighthouseStudio/9.17.2.3/SawtoothSoftware.LighthouseStudio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SawtoothSoftware.LighthouseStudio +PackageVersion: 9.17.2.3 +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 a965f78636932..e66f9cc79b873 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: '{4b3683cb-cc62-4ee5-a11f-61670d6e4960}' +ProductCode: '{87f2109c-80ec-40f4-bbab-5b3830d7db1d}' ReleaseDate: 2026-06-24 AppsAndFeaturesEntries: - DisplayName: ServoShell Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-23/servo-x86_64-windows-msvc.exe - InstallerSha256: 2F4C32376BEF6D305C7A541C80C1112F4B9A75758FAAC90F5F1AAD5F82C4C965 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2026-06-24/servo-x86_64-windows-msvc.exe + InstallerSha256: 7E22BD5865404ADFEC6C5D23E88730BACC63DC73A1188B92E668142D38E3597A 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 263c76a6422df..962a9075dc59f 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@43a0d99d3753af21a485414668cac81ca049dec9 -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-23 +ReleaseNotes: Nightly build based on servo/servo@b1b655d8164a91fd8a78a2ca761a08bbbf977b39 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2026-06-24 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki diff --git a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.installer.yaml b/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.installer.yaml deleted file mode 100644 index 5d8937ca463cb..0000000000000 --- a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.installer.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCADConverter -PackageVersion: 4.1.0.24 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- cgm -- dwf -- dwfx -- dwg -- dxf -- gl2 -- hg -- hgl -- hp -- hp1 -- hp2 -- hpg -- hpgl -- hpgl2 -- hpl -- plo -- plt -- spl -- svg -ProductCode: Total CAD Converter_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: Total CAD Converter_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/TotalCADConverter.exe - InstallerSha256: E1179E7E8D606B1AA0B4777F9622574C1E73B5746263364756158D79B0D32D17 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.locale.en-US.yaml deleted file mode 100644 index 91ecbf43f1bb7..0000000000000 --- a/manifests/s/Softplicity/TotalCADConverter/4.1.0.24/Softplicity.TotalCADConverter.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/12 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Softplicity.TotalCADConverter -PackageVersion: 4.1.0.24 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: Total CAD Converter -PackageUrl: https://www.coolutils.com/TotalCADConverter -License: Proprietary -Copyright: Copyright @ 2006 Softplicity, Inc. -ShortDescription: Total CAD Converter converts CAD files to PDF, TIFF, JPEG, BMP, WMF, PNG, DXF, BMP, CGM, HPGL, SVG, PS, and SWF. Source formats include dxf, dwg, dwf, dwfx, plt, hg, hgl, hpg, plo, hp, hpl, hpgl, hp1, hp2, hpgl2, gl2, spl, svg, cgm. -Description: |- - Total CAD Converter converts CAD files to PDF, TIFF, JPEG, BMP, WMF, PNG, DXF, BMP, CGM, HPGL, SVG, PS, and SWF. Source formats include dxf, dwg, dwf, dwfx, plt, hg, hgl, hpg, plo, hp, hpl, hpgl, hp1, hp2, hpgl2, gl2, spl, svg, cgm. Total CAD Converter's user-friendly interface and built-in wizard make it easy to apply project settings (it will even auto-remember previous job settings so that next time you won't need to recreate them from scratch). Total CAD Converter also includes support for project set-up via the command line. - - Total CAD Converter offers several unique options when converting lots of CAD files at once: - - When you convert multiple CAD files to PDF or TIFF you can combine all source files into a single target file. For instance, convert five CAD drawings into one multi-page TIFF or PDF. - - When converting CAD files to images you can resize, crop and rotate them simultaneously. - - This powerful AutoCAD converter will help you to turn your CAD drawings into black and white or increase the line weight scale, making the lines more visible - - Free 30-day trial period -Tags: -- CAD -- Converter -PurchaseUrl: https://www.coolutils.com/TotalCADConverter/license -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.installer.yaml index 3846034794931..a7d606847a782 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782335767-g22f603 +PackageVersion: 0.0.1782352550-g22f8e4 InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1782335767-g22f603/amp-windows-x64-baseline.exe - InstallerSha256: D03D73137EA862CCB1EBFFBC64710B4A447269310E5E391880F51E034B84A91E + InstallerUrl: https://static.ampcode.com/cli/0.0.1782352550-g22f8e4/amp-windows-x64-baseline.exe + InstallerSha256: DEF87386064A818D3E1630784CE6B57A922213DAA0E6208CBCC2469374F14EBC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.en-US.yaml index fbb87992ca7cd..400bb16984ce0 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782335767-g22f603 +PackageVersion: 0.0.1782352550-g22f8e4 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.zh-CN.yaml index ca5a3aff2773d..ebd0478d7d671 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782335767-g22f603 +PackageVersion: 0.0.1782352550-g22f8e4 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.yaml index 1426f3015dc3e..bc372497e591d 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1782335767-g22f603/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1782352550-g22f8e4/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1782335767-g22f603 +PackageVersion: 0.0.1782352550-g22f8e4 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.installer.yaml b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.installer.yaml new file mode 100644 index 0000000000000..c20f8606469f6 --- /dev/null +++ b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.installer.yaml @@ -0,0 +1,56 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Synology.DriveClient +PackageVersion: 8.1.0.18123 +InstallerLocale: en-US +Scope: machine +UpgradeBehavior: install +FileExtensions: +- odoc +- osheet +- oslides +ReleaseDate: 2026-06-25 +Installers: +- Architecture: x86 + InstallerType: msi + InstallerUrl: https://global.synologydownload.com/download/Utility/SynologyDriveClient/4.1.0-18123/Windows/Installer/i686/Synology%20Drive%20Client-4.1.0-18123-x86.msi + InstallerSha256: 9BB906029FA119FAF3CF23CD3D0E4761E3C235C5C328E0312C8D924BB2B36960 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DDCB70FC-C2A9-4C81-B902-B99D8199299D}' + AppsAndFeaturesEntries: + - ProductCode: '{DDCB70FC-C2A9-4C81-B902-B99D8199299D}' + UpgradeCode: '{227BB9F5-9F79-4686-AC42-15132A1EB39E}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Synology\SynologyDrive\.' +- Architecture: x86 + InstallerType: nullsoft + InstallerUrl: https://global.synologydownload.com/download/Utility/SynologyDriveClient/4.1.0-18123/Windows/Installer/i686/Synology%20Drive%20Client-4.1.0-18123-x86.exe + InstallerSha256: EC8DA8A2C6E422EE2D4FFDBD27097AD50056A73DBD270D9FAAB2F94924DD328C + ProductCode: Synology Drive + AppsAndFeaturesEntries: + - DisplayName: Synology Drive Client (remove only) + Publisher: Synology, Inc. +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://global.synologydownload.com/download/Utility/SynologyDriveClient/4.1.0-18123/Windows/Installer/x86_64/Synology%20Drive%20Client-4.1.0-18123-x64.msi + InstallerSha256: 10C80142517A392B6E9FE537AB834FFB95951A1020609FEFFD26930B480002EA + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3BFB5B14-C7B0-4C91-A2DD-A2421F57AA2C}' + AppsAndFeaturesEntries: + - ProductCode: '{3BFB5B14-C7B0-4C91-A2DD-A2421F57AA2C}' + UpgradeCode: '{227BB9F5-9F79-4686-AC42-15132A1EB39E}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Synology\SynologyDrive\.' +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://global.synologydownload.com/download/Utility/SynologyDriveClient/4.1.0-18123/Windows/Installer/x86_64/Synology%20Drive%20Client-4.1.0-18123-x64.exe + InstallerSha256: 798B8781DCAD37D48831689B2AC58F4F2B1A24C8AFC848B433DB168EAEC6A4B0 + ProductCode: Synology Drive + AppsAndFeaturesEntries: + - DisplayName: Synology Drive Client (remove only) + Publisher: Synology, Inc. +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.locale.en-US.yaml b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.locale.en-US.yaml new file mode 100644 index 0000000000000..a65f83ccc7d15 --- /dev/null +++ b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.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: Synology.DriveClient +PackageVersion: 8.1.0.18123 +PackageLocale: en-US +Publisher: Synology +PublisherUrl: https://www.synology.com/ +PublisherSupportUrl: https://www.synology.com/company/contact_us +PrivacyUrl: https://www.synology.com/company/legal/privacy +Author: Synology Inc. +PackageName: Synology Drive Client +PackageUrl: https://kb.synology.com/DSM/help/SynologyDriveClient/synologydriveclient +License: Proprietary +LicenseUrl: https://www.synology.com/company/legal/terms_EULA +Copyright: Copyright (c) 2026 Synology Inc. All rights reserved. +CopyrightUrl: https://www.synology.com/company/legal/terms_EULA +ShortDescription: The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server. +Moniker: synologydriveclient +Tags: +- cloud +- cloud-drive +- download +- drive +- file +- nas +- netdisk +- storage +- sync +- upload +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.locale.zh-CN.yaml b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01f9d7651e529 --- /dev/null +++ b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Synology.DriveClient +PackageVersion: 8.1.0.18123 +PackageLocale: zh-CN +PublisherUrl: https://www.synology.cn/zh-cn +PublisherSupportUrl: https://www.synology.cn/zh-cn/company/contact_us +PrivacyUrl: https://www.synology.cn/zh-cn/company/legal/privacy +PackageUrl: https://kb.synology.cn/zh-cn/DSM/help/SynologyDriveClient/synologydriveclient +License: 专有软件 +LicenseUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +Copyright: 版权所有 (c) 2026 群晖科技,所有权利均保留 +CopyrightUrl: https://www.synology.cn/zh-cn/company/legal/terms_EULA +ShortDescription: 在多台客户端计算机上提供面向集中化服务器 Synology Drive Server 的文件同步和个人计算机备份服务。 +Tags: +- nas +- 上传 +- 下载 +- 云 +- 云盘 +- 同步 +- 备份 +- 存储 +- 文件 +- 网盘 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.yaml b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.yaml new file mode 100644 index 0000000000000..7e6e6738799fe --- /dev/null +++ b/manifests/s/Synology/DriveClient/8.1.0.18123/Synology.DriveClient.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: Synology.DriveClient +PackageVersion: 8.1.0.18123 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.installer.yaml b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.installer.yaml similarity index 73% rename from manifests/t/Termius/Termius/9.39.0/Termius.Termius.installer.yaml rename to manifests/t/Termius/Termius/9.40.1/Termius.Termius.installer.yaml index 1ed6d99d0c2b6..72597a40097eb 100644 --- a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.installer.yaml +++ b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Termius.Termius -PackageVersion: 9.39.0 +PackageVersion: 9.40.1 InstallerType: nullsoft Scope: user InstallerSwitches: @@ -12,13 +12,13 @@ Protocols: - ssh - terminus ProductCode: 4f53adaa-a4b2-50c1-b605-e304e4d14011 -ReleaseDate: 2026-06-02 +ReleaseDate: 2026-06-25 Installers: - Architecture: x86 InstallerUrl: https://autoupdate.termius.com/windows/Install%20Termius.exe - InstallerSha256: E236AB6010B3F4AC5C588DAFB8AFF4D62FD0BE84FC41AE94C9803A69DB290417 + InstallerSha256: 0940D111C229FCF7310F836F1B625290F6A1B4B7FA080E79FA064ED9B9A14CEE - Architecture: x64 InstallerUrl: https://autoupdate.termius.com/windows/Install%20Termius.exe - InstallerSha256: E236AB6010B3F4AC5C588DAFB8AFF4D62FD0BE84FC41AE94C9803A69DB290417 + InstallerSha256: 0940D111C229FCF7310F836F1B625290F6A1B4B7FA080E79FA064ED9B9A14CEE ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.en-US.yaml b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.en-US.yaml similarity index 98% rename from manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.en-US.yaml rename to manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.en-US.yaml index ae9b62e1a76f2..a1876be575047 100644 --- a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.en-US.yaml +++ b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Termius.Termius -PackageVersion: 9.39.0 +PackageVersion: 9.40.1 PackageLocale: en-US Publisher: Termius Corporation PublisherUrl: https://termius.com/ diff --git a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.zh-CN.yaml b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.zh-CN.yaml similarity index 98% rename from manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.zh-CN.yaml rename to manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.zh-CN.yaml index e962767887761..17533b0adbc8e 100644 --- a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.locale.zh-CN.yaml +++ b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Termius.Termius -PackageVersion: 9.39.0 +PackageVersion: 9.40.1 PackageLocale: zh-CN Publisher: Termius Corporation PublisherUrl: https://termius.com/ diff --git a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.yaml b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.yaml similarity index 91% rename from manifests/t/Termius/Termius/9.39.0/Termius.Termius.yaml rename to manifests/t/Termius/Termius/9.40.1/Termius.Termius.yaml index a4ab38315ac5b..a7d4b26ddca7e 100644 --- a/manifests/t/Termius/Termius/9.39.0/Termius.Termius.yaml +++ b/manifests/t/Termius/Termius/9.40.1/Termius.Termius.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Termius.Termius -PackageVersion: 9.39.0 +PackageVersion: 9.40.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.installer.yaml b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.installer.yaml new file mode 100644 index 0000000000000..0b8b8e142b654 --- /dev/null +++ b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.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: TheBrain.TheBrain +PackageVersion: 15.0.571 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +Protocols: +- brain +ProductCode: 392aefa7-e3c1-510d-99ca-500f7a312b9b +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updater.thebrain.com/files/TheBrain-15.0.571-x64-Setup.exe + InstallerSha256: EBB017D0473803560630738233D555172BDDBA87CD41027CDD0E20CFEA547293 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updater.thebrain.com/files/TheBrain-15.0.571-x64-Setup.exe + InstallerSha256: EBB017D0473803560630738233D555172BDDBA87CD41027CDD0E20CFEA547293 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.locale.en-US.yaml b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.locale.en-US.yaml new file mode 100644 index 0000000000000..49be4177631e7 --- /dev/null +++ b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.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: TheBrain.TheBrain +PackageVersion: 15.0.571 +PackageLocale: en-US +Publisher: TheBrain Technologies +PublisherUrl: https://www.thebrain.com/ +PublisherSupportUrl: https://www.thebrain.com/support +PrivacyUrl: https://www.thebrain.com/about/legal/privacy +Author: TheBrain Technologies LP +PackageName: TheBrain +PackageUrl: https://www.thebrain.com/download +License: Proprietary +LicenseUrl: https://www.thebrain.com/about/legal/terms +Copyright: © 2026 TheBrain Technologies LP +CopyrightUrl: https://www.thebrain.com/about/legal/terms +ShortDescription: Get smarter. Connect your ideas, files and life the way you think +Description: |- + In a world overflowing with information, keeping track of your ever-expanding thoughts and files can be overwhelming. Leading to time wasted searching with missed connections and forgotten ideas. + Discover TheBrain, your all-in-one digital workspace where every piece of information seamlessly connects the way you think. TheBrain transforms scattered thoughts and multiple projects into a clear, visual network, turning chaos into clarity. + In TheBrain your ideas and documents aren’t just filed away. They are connected so they can evolve, leading to powerful new insights. With TheBrain, organizing information isn't just a task — it's an opening to limitless discovery. Your brain is a networked knowledge base that links your thoughts to the larger world and related ideas. Now you can explore, remember, and innovate. In TheBrain, your connections are just the beginning. +Tags: +- mind-map +- mind-mapping +- mindmap +PurchaseUrl: https://www.thebrain.com/store +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://www.thebrain.com/support/tutorials +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.locale.zh-CN.yaml b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.locale.zh-CN.yaml new file mode 100644 index 0000000000000..718e4825df793 --- /dev/null +++ b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TheBrain.TheBrain +PackageVersion: 15.0.571 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 变得更聪明。以你思考的方式连接你的想法、文件和生活 +Description: |- + 在信息泛滥的世界中,追踪你不断扩展的想法和文件可能令人不堪重负,导致大量时间浪费在搜索上,重要关联被遗漏,创意被遗忘。 + 迎接 TheBrain,一个一体化的数字工作空间,让每一条信息都以你思考的方式无缝连接。TheBrain 将零散的思绪和多个项目转化为清晰直观的网络,将混乱变清晰。 + 在 TheBrain 中,你的想法和文档不仅仅是归档存储,它们彼此关联,得以持续演化,从而产生强大的新洞见。使用 TheBrain,组织信息不再是一项任务,而是通往无限发现的大门。你的大脑是一个联网的知识库,将你的思维与更广阔的世界以及相关概念相互连接。现在,你可以在 TheBrain 中尽情探索、记忆和创新。你的连接,在这里才刚刚开始。 +Tags: +- 思维导图 +- 脑图 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.thebrain.com/support/tutorials +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.yaml b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.yaml new file mode 100644 index 0000000000000..72284aeb52a39 --- /dev/null +++ b/manifests/t/TheBrain/TheBrain/15.0.571/TheBrain.TheBrain.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: TheBrain.TheBrain +PackageVersion: 15.0.571 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.installer.yaml b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.installer.yaml new file mode 100644 index 0000000000000..2ac24d5b56a74 --- /dev/null +++ b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.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: VisualParadigm.VisualParadigm +PackageVersion: "18.1" +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +UpgradeBehavior: install +FileExtensions: +- vpp +ProductCode: 1106-5897-7327-6550-1 +Installers: +- Architecture: x64 + InstallerUrl: https://www.visual-paradigm.com/downloads/vp18.1/Visual_Paradigm_Win64.exe + InstallerSha256: BF1C0C429B6B2DDED8C7A3054C2705FA5DB593905A11B2596D0B2BF6EA246FDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.locale.en-US.yaml b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.locale.en-US.yaml new file mode 100644 index 0000000000000..9e50b06cdc14b --- /dev/null +++ b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisualParadigm.VisualParadigm +PackageVersion: "18.1" +PackageLocale: en-US +Publisher: Visual Paradigm International Ltd. +PublisherUrl: https://www.visual-paradigm.com/ +PublisherSupportUrl: https://www.visual-paradigm.com/support/ +PrivacyUrl: https://www.visual-paradigm.com/aboutus/privacy.jsp +Author: Visual Paradigm International Ltd. +PackageName: Visual Paradigm +PackageUrl: https://www.visual-paradigm.com/download/ +License: Proprietary +LicenseUrl: https://www.visual-paradigm.com/product/licenseagreement.jsp?product=vp&edition=ee +Copyright: Copyright © 1999-2026 Visual Paradigm International. All rights reserved. +CopyrightUrl: https://www.visual-paradigm.com/aboutus/legal.jsp +ShortDescription: A suite of design, analysis and management tools to drive your IT project development and digital transformation. +Tags: +- collaborate +- collaboration +- manage +- management +- office +- project +- task +- team +- work +- working +ReleaseNotesUrl: https://www.visual-paradigm.com/aboutus/newsreleases/vp181.jsp +PurchaseUrl: https://www.visual-paradigm.com/shop/ +Documentations: +- DocumentLabel: Tutorials + DocumentUrl: https://www.visual-paradigm.com/tutorials/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.locale.zh-CN.yaml b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bceb949877c93 --- /dev/null +++ b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.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: VisualParadigm.VisualParadigm +PackageVersion: "18.1" +PackageLocale: zh-CN +PublisherUrl: https://www.visual-paradigm.com/cn/ +PublisherSupportUrl: https://www.visual-paradigm.com/cn/support/ +PrivacyUrl: https://www.visual-paradigm.com/cn/aboutus/privacy.jsp +PackageUrl: https://www.visual-paradigm.com/cn/download/ +License: 专有软件 +LicenseUrl: https://www.visual-paradigm.com/cn/product/licenseagreement.jsp?product=vp&edition=ee +CopyrightUrl: https://www.visual-paradigm.com/cn/aboutus/legal.jsp +ShortDescription: 设计、分析和管理工具,助力 IT 项目开发和数字化转型。 +Tags: +- 任务 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 管理 +- 项目 +ReleaseNotesUrl: https://www.visual-paradigm.com/cn/aboutus/newsreleases/vp181.jsp +PurchaseUrl: https://www.visual-paradigm.com/cn/shop/ +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.visual-paradigm.com/cn/tutorials/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.yaml b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.yaml new file mode 100644 index 0000000000000..4208ebea8f3bd --- /dev/null +++ b/manifests/v/VisualParadigm/VisualParadigm/18.1/VisualParadigm.VisualParadigm.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: VisualParadigm.VisualParadigm +PackageVersion: "18.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.installer.yaml similarity index 87% rename from manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml rename to manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.installer.yaml index 5abac15938e4d..2ae02049809bb 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigm.Community -PackageVersion: "18.0" +PackageVersion: "18.1" InstallerType: exe Scope: machine InstallModes: @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550-2 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpce/Visual_Paradigm_CE_Win64.exe - InstallerSha256: 42D9FFC7BE029D726E072A56DFC90E67F7E79976D0A9FECABC87ECB21A03A599 + InstallerSha256: 18F53101FDEFB97613B2665EA03A2AEF1BFE95604B531D0632FF90C7F84F183D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml similarity index 97% rename from manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml rename to manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml index 78063cc20dd20..67694836dc8a0 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigm.Community -PackageVersion: "18.0" +PackageVersion: "18.1" PackageLocale: en-US Publisher: Visual Paradigm International Ltd. PublisherUrl: https://www.visual-paradigm.com/ @@ -27,7 +27,7 @@ Tags: - team - work - working -ReleaseNotesUrl: https://www.visual-paradigm.com/aboutus/newsreleases/vp180.jsp +ReleaseNotesUrl: https://www.visual-paradigm.com/aboutus/newsreleases/vp181.jsp Documentations: - DocumentLabel: Tutorials DocumentUrl: https://www.visual-paradigm.com/tutorials/ diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml similarity index 96% rename from manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml rename to manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml index bd53cbc1f7238..b34e44509d8ed 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigm.Community -PackageVersion: "18.0" +PackageVersion: "18.1" PackageLocale: zh-CN PublisherUrl: https://www.visual-paradigm.com/cn/ PublisherSupportUrl: https://www.visual-paradigm.com/cn/support/ @@ -21,7 +21,7 @@ Tags: - 工作 - 管理 - 项目 -ReleaseNotesUrl: https://www.visual-paradigm.com/cn/aboutus/newsreleases/vp180.jsp +ReleaseNotesUrl: https://www.visual-paradigm.com/cn/aboutus/newsreleases/vp181.jsp Documentations: - DocumentLabel: 教程 DocumentUrl: https://www.visual-paradigm.com/cn/tutorials/ diff --git a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.yaml b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.yaml similarity index 91% rename from manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.yaml rename to manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.yaml index eb4017642409b..fea6a4f07a5a4 100644 --- a/manifests/v/VisualParadigm/VisualParadigm/Community/18.0/VisualParadigm.VisualParadigm.Community.yaml +++ b/manifests/v/VisualParadigm/VisualParadigm/Community/18.1/VisualParadigm.VisualParadigm.Community.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigm.Community -PackageVersion: "18.0" +PackageVersion: "18.1" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.installer.yaml similarity index 87% rename from manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml rename to manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.installer.yaml index 70c2d4cb80f72..7950180c3f32e 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.installer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigmViewer -PackageVersion: "18.0" +PackageVersion: "18.1" InstallerType: exe Scope: machine InstallModes: @@ -21,6 +21,6 @@ ProductCode: 1106-5897-7327-6550 Installers: - Architecture: x64 InstallerUrl: https://www.visual-paradigm.com/downloads/vpviewer/Visual_Paradigm_Project_Viewer_Win64.exe - InstallerSha256: 7F02A653AB6942A4846ACC8444E0814C5154CB403593A15EEBBBFCFEEE2BE4CF + InstallerSha256: 70DA6BB051782007A6CEABB3B5548752C847596DD651AACC64A3A76C59A6DC6B ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml similarity index 97% rename from manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml rename to manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml index e0833395dc9fb..cb01935dd80b0 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigmViewer -PackageVersion: "18.0" +PackageVersion: "18.1" PackageLocale: en-US Publisher: Visual Paradigm International Ltd. PublisherUrl: https://www.visual-paradigm.com/ @@ -27,7 +27,7 @@ Tags: - team - work - working -ReleaseNotesUrl: https://www.visual-paradigm.com/aboutus/newsreleases/vp180.jsp +ReleaseNotesUrl: https://www.visual-paradigm.com/aboutus/newsreleases/vp181.jsp Documentations: - DocumentLabel: Tutorials DocumentUrl: https://www.visual-paradigm.com/tutorials/ diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml similarity index 96% rename from manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml rename to manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml index 3b523834da7c8..01f426e39a861 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigmViewer -PackageVersion: "18.0" +PackageVersion: "18.1" PackageLocale: zh-CN PublisherUrl: https://www.visual-paradigm.com/cn/ PublisherSupportUrl: https://www.visual-paradigm.com/cn/support/ @@ -21,7 +21,7 @@ Tags: - 工作 - 管理 - 项目 -ReleaseNotesUrl: https://www.visual-paradigm.com/cn/aboutus/newsreleases/vp180.jsp +ReleaseNotesUrl: https://www.visual-paradigm.com/cn/aboutus/newsreleases/vp181.jsp Documentations: - DocumentLabel: 教程 DocumentUrl: https://www.visual-paradigm.com/cn/tutorials/ diff --git a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.yaml b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.yaml similarity index 91% rename from manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.yaml rename to manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.yaml index 6d8ce595d8806..876995b989121 100644 --- a/manifests/v/VisualParadigm/VisualParadigmViewer/18.0/VisualParadigm.VisualParadigmViewer.yaml +++ b/manifests/v/VisualParadigm/VisualParadigmViewer/18.1/VisualParadigm.VisualParadigmViewer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: VisualParadigm.VisualParadigmViewer -PackageVersion: "18.0" +PackageVersion: "18.1" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.installer.yaml new file mode 100644 index 0000000000000..fbbf56536074d --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.installer.yaml @@ -0,0 +1,89 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0725 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- evim +- gview +- gvim +- gvimdiff +- tee +- view +- vim +- vimdiff +- xxd +ProductCode: Vim (current user) +ReleaseDate: 2026-06-24 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_x86.exe + InstallerSha256: 3EA0CC4AB22F94C4CACCF873185319A52D90B2C77C383A1A90C67334DCFAFA9B + InstallerSwitches: + Custom: /currentuser + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (x86) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_x86.exe + InstallerSha256: 3EA0CC4AB22F94C4CACCF873185319A52D90B2C77C383A1A90C67334DCFAFA9B + InstallerSwitches: + Custom: /allusers + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (x86) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_x64.exe + InstallerSha256: 394C15471A8C0526F92C947BF3822F419CE2C17198A7D0BB5A83A26375FA1318 + InstallerSwitches: + Custom: /currentuser + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (x64) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_x64.exe + InstallerSha256: 394C15471A8C0526F92C947BF3822F419CE2C17198A7D0BB5A83A26375FA1318 + InstallerSwitches: + Custom: /allusers + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (x64) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_arm64.exe + InstallerSha256: 8EC893B7AA0948161A81E1BD62CABF4DD0A7E348D125A5F6475D3110BC40C10C + InstallerSwitches: + Custom: /currentuser + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (arm64) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0725/gvim_9.2.0725_arm64.exe + InstallerSha256: 8EC893B7AA0948161A81E1BD62CABF4DD0A7E348D125A5F6475D3110BC40C10C + InstallerSwitches: + Custom: /allusers + AppsAndFeaturesEntries: + - DisplayName: Vim 9.2 (arm64) (current user) + Publisher: The Vim Project + ProductCode: Vim (current user) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..2f57a0321c17a --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0725 +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.0725 + 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.0725: [security]: Stack out-of-bounds write in spell_soundfold_sal() + - 9.2.0724: Use-after-free when freeing exit_cb job on exit + - 9.2.0723: term_start() does not support "noclose" + - 9.2.0722: GTK4: find/replace dialog can be improved + - 9.2.0721: serverlist() returns strings separated by \n + - 9.2.0720: GTK4: no support for browsefilter + - 9.2.0719: GTK4: default menu is lacking + - 9.2.0718: :syn sync without an argument also lists syntax cluster + - 9.2.0717: tests: strange indent in Test_autocmd_dup_arg() + - 9.2.0716: filetype: not all supertux files are recognized + - 9.2.0715: Coverity warns about copy/paste error in hl_blend_attr() + - 9.2.0714: Coverity warns for NULL deref + - 9.2.0713: completion: ruler not updated correctly when the popup menu is visible + Files: + 🔓 Unsigned Files: + - gvim_9.2.0725_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0725_x64.exe + 64-bit installer + - gvim_9.2.0725_arm64.exe + ARM64-bit installer + - gvim_9.2.0725_x86.zip + 32-bit zip archive + - gvim_9.2.0725_x64.zip + 64-bit zip archive + - gvim_9.2.0725_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0725_x86_pdb.7z + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0725_x64_pdb.7z + pdb files for debugging the corresponding 64-bit executable + - gvim_9.2.0725_arm64_pdb.7z + pdb files for debugging the corresponding ARM 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python2 2.7 + - Python3 3.8 or later + - Racket 8.17 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.22 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0725 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.yaml new file mode 100644 index 0000000000000..0c0db98b4089a --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0725/vim.vim.nightly.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0725 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.installer.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.installer.yaml new file mode 100644 index 0000000000000..0fd5218df7637 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wangnov.CodexAppManager +PackageVersion: 0.2.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +ProductCode: Codex App Manager +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: Codex App Manager +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Codex App Manager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.2.2/CodexAppManager_0.2.2_x64-setup.exe + InstallerSha256: A562B5A24A80EEBBFA484417DA63AB2DE9081659D14539E71D4955A9F229A7F4 +- Architecture: arm64 + InstallerUrl: https://github.com/Wangnov/Codex-App-Manager/releases/download/v0.2.2/CodexAppManager_0.2.2_arm64-setup.exe + InstallerSha256: 2DD584B02CF58699840E28674F61CF63B421766B2844DB7AFE2F2A44A78C5DD9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.locale.en-US.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.locale.en-US.yaml new file mode 100644 index 0000000000000..b1e76b18489e3 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wangnov.CodexAppManager +PackageVersion: 0.2.2 +PackageLocale: en-US +Publisher: Wangnov +PublisherUrl: https://github.com/Wangnov +PublisherSupportUrl: https://github.com/Wangnov/Codex-App-Manager/issues +PackageName: Codex App Manager +PackageUrl: https://github.com/Wangnov/Codex-App-Manager +License: MIT +LicenseUrl: https://github.com/Wangnov/Codex-App-Manager/blob/HEAD/LICENSE +ShortDescription: Installer, updater, and uninstaller for the official Codex desktop app. +Description: A cross-platform desktop client to install, incrementally update, and cleanly uninstall the official Codex desktop app, with built-in self-update. +Moniker: codex-app-manager +Tags: +- codex +- installer +- openai +- tauri +- updater +ReleaseNotes: |- + Codex App Manager + > 这一版打磨界面动效:分段选择会滑动、弹窗有了关闭动画、从子页返回主页平滑过渡。 + > This release polishes the app's motion — the segmented selectors slide, sheets animate on close, and returning Home cross-fades. + ✨ 亮点 · Highlights + - 分段控件滑动选择:外观主题、检查频率、网络代理的分段选择器,选中高亮现在会在选项之间平滑滑动,而不是原地切换。 + Sliding segmented controls: the theme, check-frequency, and proxy selectors now glide the highlight between options instead of snapping in place. + - 返回主页平滑过渡:从设置及其子页返回主页时,界面整屏交叉淡入,不再生硬切换。 + Smooth back-navigation: returning to the home screen from Settings and its sub-pages now cross-fades instead of cutting abruptly. + 🐛 修复 · Fixes + - 弹窗关闭不再瞬断:确认、语言选择等底部弹窗在关闭时平滑下滑并淡出,而不是直接消失。 + Sheets animate closed: confirm and language-picker sheets now slide down and fade out on dismiss instead of disappearing instantly. + - 错误详情平滑展开:检查失败页的「查看详情」改为顺滑展开 / 收起,不再突兀跳出。 + Error details expand smoothly: the "view details" disclosure on the check-failed screen now grows and collapses smoothly instead of popping in and out. + 📦 安装与升级 · Install & Upgrade + 已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。 + Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback. + ─────────────────────┬─────────────────────────────────────────── + 平台 · Platform │下载 · Download(国内直连 · China-reachable) + ─────────────────────┼─────────────────────────────────────────── + macOS · Apple Silicon│CodexAppManager_aarch64.dmg + ─────────────────────┼─────────────────────────────────────────── + macOS · Intel │CodexAppManager_x86_64.dmg + ─────────────────────┼─────────────────────────────────────────── + Windows · x64 │CodexAppManager_x64-setup.exe + ─────────────────────┼─────────────────────────────────────────── + Windows · ARM64 │CodexAppManager_arm64-setup.exe + ─────────────────────┴─────────────────────────────────────────── + Windows 签名状态: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe 当前没有 Authenticode 代码签名,首次运行可能出现 SmartScreen 提示;.sig / latest.json 里的 Tauri updater 签名只用于应用内自更新的字节校验,不代表 Windows 发行者信任。详情见 Windows signing and verification。 + Windows signing status: CodexAppManager_x64-setup.exe / CodexAppManager_arm64-setup.exe are not Authenticode-signed yet, so SmartScreen may warn on first run; the Tauri updater signature in .sig / latest.json verifies in-app update bytes only and is not Windows publisher trust. See Windows signing and verification. + 核验下载: 本页 Assets 带有 SHA256SUMS;Windows 用 Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 或替换为 ARM64 文件名,macOS 用 shasum -a 256 CodexAppManager_aarch64.dmg,再与 SHA256SUMS 比对。 + Verify downloads: This release includes SHA256SUMS in Assets; on Windows run Get-FileHash .\CodexAppManager_x64-setup.exe -Algorithm SHA256 or swap in the ARM64 filename, and on macOS run shasum -a 256 CodexAppManager_aarch64.dmg, then compare with SHA256SUMS. + # macOS · Homebrew + brew install --cask wangnov/tap/codex-app-manager + > 镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。.app.tar.gz / .sig / latest.json 是自动更新器的工件,手动安装请选 .dmg / .exe。 + > Mirror permalinks always resolve to the latest release — for this exact version use the assets below. .app.tar.gz / .sig / latest.json belong to the auto-updater; pick the .dmg / .exe for manual installs. + What's Changed + - feat: add motion to segmented control, sheet exit, and back-navigation by @Wangnov in #110 + - chore(release): bump version to 0.2.2 by @Wangnov in #111 + Full Changelog: v0.2.1...v0.2.2 +ReleaseNotesUrl: https://github.com/Wangnov/Codex-App-Manager/releases/tag/v0.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.yaml b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.yaml new file mode 100644 index 0000000000000..9f48464715288 --- /dev/null +++ b/manifests/w/Wangnov/CodexAppManager/0.2.2/Wangnov.CodexAppManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wangnov.CodexAppManager +PackageVersion: 0.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.installer.yaml b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.installer.yaml new file mode 100644 index 0000000000000..ee21526be2411 --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ProductCode: shun +ReleaseDate: 2026-06-25 +AppsAndFeaturesEntries: +- ProductCode: shun +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\shun' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yukimemi/shun/releases/download/v5.1.1/shun_5.1.1_x64-setup.exe + InstallerSha256: 5766620265D58967DA03D460E23A3A821D5D508F20F5854AD1449C7F9545389C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.locale.en-US.yaml b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.locale.en-US.yaml new file mode 100644 index 0000000000000..9238e8d35cdc2 --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.1 +PackageLocale: en-US +Publisher: yukimemi +PublisherUrl: https://github.com/yukimemi +PublisherSupportUrl: https://github.com/yukimemi/shun/issues +PackageName: shun +PackageUrl: https://github.com/yukimemi/shun +License: MIT +LicenseUrl: https://github.com/yukimemi/shun/blob/HEAD/LICENSE +ShortDescription: A cross-platform, keyboard-driven minimal launcher like Alfred/Raycast +Description: |- + shun (瞬) is a cross-platform, keyboard-driven minimal launcher built with Tauri. + Features include fuzzy/exact search, launch history with frecency sorting, args mode, + path & URL completion, slash commands, auto-update, theming, and more. +Moniker: shun +Tags: +- alfred +- keyboard +- launcher +- productivity +- raycast +- tauri +ReleaseNotes: |- + What's Changed + See commits for details. + Installation + Download the installer for your platform from the assets below: + ────────┬──────────────────────────────────────────────────────────────────────────── + Platform│File + ────────┼──────────────────────────────────────────────────────────────────────────── + Windows │*-setup.exe (installer, no admin required) or shun-windows-x64.zip + │(portable) + ────────┼──────────────────────────────────────────────────────────────────────────── + macOS │.dmg + ────────┼──────────────────────────────────────────────────────────────────────────── + Linux │.AppImage or .deb + ────────┴──────────────────────────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/yukimemi/shun/releases/tag/v5.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.yaml b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.yaml new file mode 100644 index 0000000000000..179c579cc59f1 --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.1/yukimemi.shun.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0