diff --git a/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.installer.yaml b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.installer.yaml new file mode 100644 index 000000000000..4bb36129d63c --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 9.1.0 +InstallerType: wix +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{075FD704-700D-4D79-9323-8B07D8FD758F}' +ReleaseDate: 2025-12-10 +AppsAndFeaturesEntries: +- UpgradeCode: '{D4E5F6A7-B8C9-4D5E-A6B7-C8D9E0F1A2B3}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lemonade-sdk/lemonade/releases/download/v9.1.0/lemonade-server-minimal.msi + InstallerSha256: 602B388EF6E3AB0DB894860705DF4A31710ED602A62D970DDAC6A7F8D6D6130D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.locale.en-US.yaml b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.locale.en-US.yaml new file mode 100644 index 000000000000..1303b1b9c20e --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.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.10.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 9.1.0 +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) 2025 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 + - The Lemonade App is here! Download models, try them out, and discover the Lemonade ecosystem. + - Initial support for ASR with whisper.cpp. + - Fixes: localhost vs. 127.0.0.1 aliasing; FLM-related issues. + Breaking Changes + - The browser-based web UI has been completely removed. + - A new installer, lemonade.msi / .deb has been introduced, which includes the new Lemonade App. + - The previous lemonade-server-minimal installers still exist but are server-only (no app). + What's Changed + - Fix debate bug with Jan model name by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/666 + - Documentation for Debate Arena, and associated models by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/667 + - Whisper.cpp Audio Transcription Support by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/645 + - Lemonade Manager: Phase 2 by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/647 + - Add multi-model support to UI by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/675 + - Dev Containers - Docker build system implemented and includes cmake p… by @Geramy in https://github.com/lemonade-sdk/lemonade/pull/658 + - Improve FLM logic and add LFM2-1.2B-FLM by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/693 + - Add clear guidance on UI/UX contributions by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/679 + - Refactor LLM chat code maximize code reuse and show FLM thinking box by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/686 + - Fetch the models list when the user clicks on the dropdown by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/694 + - Allow overriding whisper-server bin path via the environment by @bitgamma in https://github.com/lemonade-sdk/lemonade/pull/673 + - Add download manager to UI by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/676 + - Setting server host now resolves to ipv4 instead of being ambiguous by @Geramy in https://github.com/lemonade-sdk/lemonade/pull/661 + - Expand Model Manager models by default if only one recipe is available by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/705 + - Fix lemonade-server run on Linux by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/701 + - Route index.html to api/v1 by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/699 + - Filter available models by size and system ram by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/696 + - Add "Collapse Thinking by Default" Setting by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/678 + New Contributors + - @Geramy made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/658 + Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v9.0.8...v9.1.0 +ReleaseNotesUrl: https://github.com/lemonade-sdk/lemonade/releases/tag/v9.1.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.locale.zh-CN.yaml b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.locale.zh-CN.yaml new file mode 100644 index 000000000000..a0b4fe3dab23 --- /dev/null +++ b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 9.1.0 +PackageLocale: zh-CN +ShortDescription: 在 GPU 和 NPU 上快速运行的大语言模型 +Description: "\U0001F34B Lemonade Server 是一个采用标准 Open AI API 的服务器接口,可让应用程序与本地大语言模型(LLM)集成。这意味着您可以轻松地将基于云端的 LLM 替换为在您个人电脑的 NPU 和 GPU 上本地运行的私有且免费的 LLM。" +Tags: +- 人工智能 +- 大语言模型 +- 本地大语言模型 +- 聊天机器人 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lemonade-server.ai/docs/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.yaml b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.yaml similarity index 72% rename from manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.yaml rename to manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.yaml index 9139b334ad93..7c90e76c0448 100644 --- a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.yaml +++ b/manifests/a/AMD/LemonadeServer/9.1.0/AMD.LemonadeServer.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Dialpad.DialpadMeetings -PackageVersion: 2506.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: AMD.LemonadeServer +PackageVersion: 9.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..b56f59c6a550 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.32.19 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{B8333FEA-7288-4549-94D7-B2079AB249F9}' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{B8333FEA-7288-4549-94D7-B2079AB249F9}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.32.19.msi + InstallerSha256: C519EA6A9E9AD18BA1ED13D83F5EF7AE4C2C6D1DA7826A4D81B45D7C364A6355 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..1bf0c227e8ab --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.32.19 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://github.com/aws/aws-cli +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +Author: Amazon Web Services +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +Copyright: Copyright 2012-2020 Amazon.com, Inc. +CopyrightUrl: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: |- + The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. + With minimal configuration, you can start using all of the functionality provided by the AWS Management Console from your favorite terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- foss +- open-source +- s3 +- services +- web +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.yaml b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.yaml similarity index 53% rename from manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.yaml rename to manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.yaml index cdd574473259..254e97909efc 100644 --- a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.yaml +++ b/manifests/a/Amazon/AWSCLI/2.32.19/Amazon.AWSCLI.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/27 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.3.2.3122 +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.32.19 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.installer.yaml b/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.installer.yaml deleted file mode 100644 index 91530f7d609d..000000000000 --- a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.3.2.3122 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -UpgradeBehavior: install -AppsAndFeaturesEntries: -- ProductCode: ArgusMonitor -Installers: -- Architecture: x64 - InstallerUrl: https://www.argusmonitor.com/downloads/ArgusMonitor_Setup.exe - InstallerSha256: 26D45630C4188CBDFAC366FA1DF88F8F63EAA14A780F048C6750FFFEFDBBA631 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.locale.en-US.yaml b/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.locale.en-US.yaml deleted file mode 100644 index e9abb3b3b818..000000000000 --- a/manifests/a/Argotronic/ArgusMonitor/7.3.2.3122/Argotronic.ArgusMonitor.locale.en-US.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/27 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Argotronic.ArgusMonitor -PackageVersion: 7.3.2.3122 -PackageLocale: en-US -Publisher: Argotronic GmbH -PublisherUrl: https://www.argusmonitor.com/ -PublisherSupportUrl: https://help.argusmonitor.com/ -PrivacyUrl: https://www.argusmonitor.com/privacy_policy.php -PackageName: Argus Monitor -PackageUrl: https://www.argusmonitor.com/ -License: Proprietary -LicenseUrl: https://www.argusmonitor.com/terms_and_conditions.php -Copyright: Copyright (c) Argotronic GmbH -ShortDescription: Fan speed control based on all available temperature sources, like HDD/SSD or GPU temperatures. -Moniker: argus-monitor -Tags: -- cpu -- fan -- fan-control -- fan-speed -- gpu -- hdd -- ssd -- system-monitoring -- temperature -ReleaseNotesUrl: https://www.argusmonitor.com/history.php -PurchaseUrl: https://www.argusmonitor.com/order.php -Documentations: -- DocumentLabel: FAQ - DocumentUrl: https://www.argusmonitor.com/faq.php -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.installer.yaml b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.installer.yaml new file mode 100644 index 000000000000..4bcd355628bc --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.14.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tv.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alexpasmantier/television/releases/download/0.14.0/tv-0.14.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 5059292C7A6FA415ED7CE1EEA7B92BABE8FE05DC124305EFB7FA5AF4196A14D5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.locale.en-US.yaml b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.locale.en-US.yaml new file mode 100644 index 000000000000..49c22c225232 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.14.0 +PackageLocale: en-US +Publisher: alexpasmantier +PublisherUrl: https://github.com/alexpasmantier +PublisherSupportUrl: https://github.com/alexpasmantier/television/issues +PackageName: Television +PackageUrl: https://github.com/alexpasmantier/television +License: MIT +LicenseUrl: https://github.com/alexpasmantier/television/blob/HEAD/LICENSE +Copyright: Copyright (c) Alexandre Pasmantier +CopyrightUrl: https://github.com/alexpasmantier/television/blob/main/LICENSE +ShortDescription: A cross-platform, fast and extensible general purpose fuzzy finder TUI. +Tags: +- cli +- command-line-tool +- fuzzy +- fuzzy-matching +- fuzzy-search +- rust +- terminal +- tui +ReleaseNotes: |- + 0.14.0 - 2025-12-16 + ⛰️ Features + - c2ebd0f (channel) Add ssh hosts channel by @matawed in #806 + - b971a50 (channel) Add unicode cable channel by @boydkelly + - d9850d5 (channel) Add gh channels by @universalmind303 + - 905218d (mouse) General mouse scrolling support for results, previews and remote by @alexpasmantier + - 58eb640 (previews) Support multiple preview commands + new cycle_preview action by @alexpasmantier in #808 + 🐛 Bug Fixes + - 5d1f358 (bindings) Deactivate custom channel bindings when remote is active by @alexpasmantier + - 237ed5f (channels-preview) Preview configs in cable subdirectories by @hayderhassan in #794 + - effbe0c (preview) Better preview sync with results picker by @alexpasmantier + - 2b5408f (shell) Don't display status bar for shell integration by @alexpasmantier + - 5bc59a5 (update-channels) Prevent overwriting user configs by @hayderhassan in #795 + 🚜 Refactor + - dd27ffa (events) Drop overcomplicated events abstractions by @alexpasmantier in #807 [breaking] + - 984a8a2 (uncategorized) Cleanup hardcoded space strings by @alexpasmantier + 📚 Documentation + - b29f036 (cable) Update channel documentation (auto) by @github-actions[bot] in #809 + - 9451bfe (cable) Update channel documentation (auto) by @github-actions[bot] in #805 + - 16d80f8 (cable) Update channel documentation (auto) by @github-actions[bot] in #801 + - 3b9ddf6 (cable) Update channel documentation (auto) by @github-actions[bot] in #797 + ⚡ Performance + - f6f8d8b (channel) Batching + threadpool to significantly reduce loading times by @alexpasmantier + - 077e37e (preview) Avoid utf8 roundtrip when processing previews by @alexpasmantier + - ab197b9 (preview) Add preview bench by @alexpasmantier + - e7cdb63 (preview) Move header and footer template processing to previewer thread by @alexpasmantier + - 166b709 (rendering) Adjust idle rendering interval by @alexpasmantier + - 92cbcee (rendering) Avoiding extra indirections and preview cloning by @alexpasmantier + - cb92cce (results) Zero copy ansi parsing when rendering result items by @alexpasmantier + - deb6214 (strings) Further compiler optimizations on string procressing by @alexpasmantier + - 47d3387 (strings) Drastic performance improvements on string processing (x2-x10) by @alexpasmantier + - cae7572 (uncategorized) String processing benchmarks by @alexpasmantier + ⚙️ Miscellaneous Tasks + - 546b804 (changelog) Update changelog (auto) by @github-actions[bot] in #796 + - c73f964 (television) Delete unused command index attribute by @alexpasmantier + - dd1a34a (uncategorized) Release version 0.14.0 by @alexpasmantier + Build + - 8d6372b (uncategorized) Add staging profile + justfile command by @alexpasmantier + New Contributors + - @matawed made their first contribution in #806 + - @boydkelly made their first contribution + - @universalmind303 made their first contribution + Full Changelog: 0.13.12...0.14.0 +ReleaseNotesUrl: https://github.com/alexpasmantier/television/releases/tag/0.14.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.yaml b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.yaml new file mode 100644 index 000000000000..fc1173c15ea8 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.14.0/alexpasmantier.television.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.installer.yaml b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.installer.yaml new file mode 100644 index 000000000000..ceaf9abb6b9c --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.12.8 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64-setup.exe + InstallerSha256: C208724363E0F21394CAE045AE3D925620003D8B18386E3A15B5D491C1B243FA + ProductCode: Any Code +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64_en-US.msi + InstallerSha256: E47B896F12DE98DABA0232D6865D6322779FB4370F34D70EF1081BADD7BF6B82 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{AA819B21-4FFE-4F82-B4C8-5193B27FEC45}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.en-US.yaml b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.en-US.yaml new file mode 100644 index 000000000000..6352e22b113e --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.12.8 +PackageLocale: en-US +ShortDescription: Professional AI code assistant desktop application - Multi-engine, modern, efficient, fully-featured GUI toolkit +Description: |- + Any Code is a professional desktop application designed specifically for AI-powered code development workflows, supporting three major AI engines: Claude Code CLI, OpenAI Codex, and Google Gemini CLI. It provides complete project management, session control, cost tracking, intelligent translation, and advanced feature extensions. With an intuitive visual interface and innovative multi-engine architecture, Any Code enables you to leverage AI for development tasks more efficiently. + Why Choose Any Code? + - ✅ Triple-engine Architecture – Supports Claude Code, OpenAI Codex, and Google Gemini, with seamless switching and integration + - ✅ Complete Session Management – Multi-tab sessions, history records, real-time streaming output, unified cross-engine management + - ✅ Precise Cost Tracking – Multi-model pricing, token statistics, usage analytics dashboard, cost optimization suggestions + - ✅ Powerful Extension System – MCP integration, Hooks automation, Claude extension management, custom tools + - ✅ Intelligent Translation Middleware – Transparent Chinese-English translation, progressive translation, translation caching, 8 content extraction strategies + - ✅ Automatic Context Management – Smart monitoring, automatic compression, token optimization, compression history management + - ✅ Developer-friendly Features – Git integration, code context search, Slash commands, multi-project management + - ✅ Modern UI/UX – Dark/light themes, smooth animations, responsive design, internationalization support +Tags: +- agent +- agentic +- ai +- claude-code +- code +- codex +- coding +- gemini-cli +- llm +- programming +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.zh-CN.yaml b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..8e406eea21f8 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.locale.zh-CN.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.12.8 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/Any-code/issues +PackageName: Any Code +PackageUrl: https://github.com/anyme123/Any-code +License: MIT +LicenseUrl: https://github.com/anyme123/Any-code/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 AI 代码助手桌面应用 - 多引擎、现代化、高效、功能完备的 GUI 工具包 +Description: |- + Any Code 是一个为 AI 驱动的代码开发工作流量身打造的专业桌面应用,支持 Claude Code CLI、OpenAI Codex 和 Google Gemini CLI 三大 AI 引擎。提供完整的项目管理、会话控制、成本追踪、智能翻译和高级功能扩展。通过直观的可视化界面和创新的多引擎架构,让您更高效地使用 AI 进行辅助开发。 + 为什么选择 Any Code? + - ✅ 三引擎架构 - 支持 Claude Code、OpenAI Codex 和 Google Gemini 三大引擎,一键切换,无缝集成 + - ✅ 完整的会话管理 - 多标签页会话、历史记录、实时流式输出、跨引擎统一管理 + - ✅ 精确的成本追踪 - 多模型定价、Token 统计、使用分析仪表板、成本优化建议 + - ✅ 强大的扩展系统 - MCP 集成、Hooks 自动化、Claude 扩展管理、自定义工具 + - ✅ 智能翻译中间件 - 中英文透明翻译、渐进式翻译、翻译缓存、8 种内容提取策略 + - ✅ 自动上下文管理 - 智能监控、自动压缩、Token 优化、压缩历史管理 + - ✅ 开发者友好 - Git 集成、代码上下文搜索、Slash 命令、多项目管理 + - ✅ 现代化 UI/UX - 深色/浅色主题、流畅动画、响应式设计、国际化支持 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotes: |- + Any Code v5.12.8 + Downloads + Choose the appropriate installer for your platform: + - macOS (Apple Silicon): *-aarch64.dmg or *-aarch64.app.tar.gz + - macOS (Intel): *-x64.dmg or *-x64.app.tar.gz + - Windows (安装版): *-setup.exe (NSIS) or *.msi - 支持自动更新 + - Windows (免安装版): *.exe (Portable) - 需手动更新 + - Linux: *.AppImage or *.deb + Auto-Update Support + 安装版本(NSIS/MSI)支持自动更新,应用会自动检查并提示更新。 + 免安装版本(Portable)不支持自动更新,需要手动下载新版本。 + What's Changed + See the full changelog at https://github.com/anyme123/Any-code/commits/v5.12.8 +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.12.8 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.yaml b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.yaml new file mode 100644 index 000000000000..2a6f7484ad89 --- /dev/null +++ b/manifests/a/anyme123/AnyCode/5.12.8/anyme123.AnyCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.AnyCode +PackageVersion: 5.12.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 000000000000..0fb8778e2ca8 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.8 +UpgradeBehavior: install +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64-setup.exe + InstallerSha256: C208724363E0F21394CAE045AE3D925620003D8B18386E3A15B5D491C1B243FA + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.12.8/Any.Code_5.12.8_x64_en-US.msi + InstallerSha256: E47B896F12DE98DABA0232D6865D6322779FB4370F34D70EF1081BADD7BF6B82 + ProductCode: '{AA819B21-4FFE-4F82-B4C8-5193B27FEC45}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 000000000000..f73a6eada06e --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.8 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 000000000000..b4bd6d49aad7 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.8 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.12.8 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 000000000000..6190e3d47cba --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.12.8/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.12.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.installer.yaml b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.installer.yaml new file mode 100644 index 000000000000..8d66493fee86 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.installer.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.16.Lite +PackageVersion: 16.0.2+7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2021-07-22 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/16.0.2+7/bellsoft-jdk16.0.2+7-windows-i586-lite.msi + InstallerSha256: D9245AAC054A1FB5271A4F91B8CDBCBDA8828B5DA562C04B4D30D047870DD542 + ProductCode: '{73E4E88C-68B7-42F2-86D5-791C9953A2B3}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 16 Lite (32-bit) + DisplayVersion: 16.0.2.7 + UpgradeCode: '{32DEE542-FBE8-4582-B854-EAABCA6033AF}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/16.0.2+7/bellsoft-jdk16.0.2+7-windows-amd64-lite.msi + InstallerSha256: EF4DA90BC81B57D8705D971C2CDAD67C2492F4D7AC0AF5FFFCE9438AF9C3E6D3 + ProductCode: '{5C202433-4871-41A1-8869-614950756D08}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 16 Lite (64-bit) + DisplayVersion: 16.0.2.7 + UpgradeCode: '{76803D0E-5A99-446A-A351-DABC02A47B46}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/16.0.2+7/bellsoft-jdk16.0.2+7-windows-aarch64-lite.msi + InstallerSha256: EB61F241B7FF7BEF88F8B59BD6C6BB1C9BB1906F261E2B8B71B5E235B2AA8DDA + ProductCode: '{4B061B70-B4DE-4441-90F5-15F0B387ED6B}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 16 Lite (AArch64) + DisplayVersion: 16.0.2.7 + UpgradeCode: '{E16EB013-B9E0-403A-889E-8D02E09EB5E0}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.locale.en-US.yaml new file mode 100644 index 000000000000..7d7dcd7654b2 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.16.Lite +PackageVersion: 16.0.2+7 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JDK 16 Lite +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Tags: +- hotspot +- java +- liberica +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.yaml b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.yaml new file mode 100644 index 000000000000..93320bb56d45 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/16/Lite/16.0.2+7/BellSoft.LibericaJDK.16.Lite.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.16.Lite +PackageVersion: 16.0.2+7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.installer.yaml b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.installer.yaml new file mode 100644 index 000000000000..875dbb4a59f0 --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.installer.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.17.Lite +PackageVersion: 17.0.17+15 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2025-11-18 +Installers: +- Architecture: x86 + InstallerUrl: https://download.bell-sw.com/java/17.0.17+15/bellsoft-jdk17.0.17+15-windows-i586-lite.msi + InstallerSha256: E64349A493396C2036EED333731AD20279545B6905F5C8157305D719D02C11D8 + ProductCode: '{76A4AFD3-B875-43E9-B040-29A08BEB1900}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 17 Lite (32-bit) + DisplayVersion: 17.0.17.15 + ProductCode: '{76A4AFD3-B875-43E9-B040-29A08BEB1900}' + UpgradeCode: '{7270851D-47DC-45C7-9E2E-F06113B119CE}' +- Architecture: x64 + InstallerUrl: https://download.bell-sw.com/java/17.0.17+15/bellsoft-jdk17.0.17+15-windows-amd64-lite.msi + InstallerSha256: EF27B05D6238FB4ADE82229D73A2745EFA3BCC28D595136F9EB2D820A96995FE + ProductCode: '{23A05326-4625-480C-BCDF-6CBC8367C121}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 17 Lite (64-bit) + DisplayVersion: 17.0.17.15 + ProductCode: '{23A05326-4625-480C-BCDF-6CBC8367C121}' + UpgradeCode: '{BD4434DC-43C6-4C0C-8E9F-B0547510DC20}' +- Architecture: arm64 + InstallerUrl: https://download.bell-sw.com/java/17.0.17+15/bellsoft-jdk17.0.17+15-windows-aarch64-lite.msi + InstallerSha256: 6D4B77043525BAD054BF7B5945DAFB811087EE38F63887CEEA2ACA86590ABAF1 + ProductCode: '{2BBB0DB1-03A5-40AB-A957-6C3068D18356}' + AppsAndFeaturesEntries: + - DisplayName: Liberica JDK 17 Lite (AArch64) + DisplayVersion: 17.0.17.15 + ProductCode: '{2BBB0DB1-03A5-40AB-A957-6C3068D18356}' + UpgradeCode: '{B51F5AF6-8BFD-4A8E-AD95-5CE4FCB0A12F}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.locale.en-US.yaml b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.locale.en-US.yaml new file mode 100644 index 000000000000..5bf4df0fc00e --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.17.Lite +PackageVersion: 17.0.17+15 +PackageLocale: en-US +Publisher: BellSoft +PublisherUrl: https://bell-sw.com/ +PackageName: Liberica JDK 17 Lite +PackageUrl: https://bell-sw.com/pages/downloads +License: GPL-2.0 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt +Copyright: Copyright (c) BellSoft Corporation +ShortDescription: Liberica JDK is a free and open source Java Development Kit produced by BellSoft. +Description: > + Liberica JDK is available on a variety of platforms. It is built from OpenJDK which BellSoft contributes to and is thoroughly tested. + Liberica JDK is compatible with the Java SE standard as confirmed by the JCK provided under the license from OpenJDK. Support options are available from BellSoft. +Tags: +- hotspot +- java +- liberica +- openjdk +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.yaml b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.yaml new file mode 100644 index 000000000000..1106cb0ae44f --- /dev/null +++ b/manifests/b/BellSoft/LibericaJDK/17/Lite/17.0.17+15/BellSoft.LibericaJDK.17.Lite.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BellSoft.LibericaJDK.17.Lite +PackageVersion: 17.0.17+15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.installer.yaml new file mode 100644 index 000000000000..87c7c35b2674 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 7.38.0.10029 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-7.38.0.10029-x64.exe + InstallerSha256: 478CD7913B44DA94A8D1A450FF959BA2BB7F90A8BC396E0AC7D702170EB25403 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 000000000000..b576ac6b2a7c --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 7.38.0.10029 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2025 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 000000000000..f20796c8f5c4 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.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.10.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 7.38.0.10029 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2025 上海幻电信息科技有限公司. All Right Reserved. +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题优化 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.yaml new file mode 100644 index 000000000000..66d21f9fa382 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/7.38.0.10029/Bilibili.Livehime.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 7.38.0.10029 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.installer.yaml b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.installer.yaml new file mode 100644 index 000000000000..ce1278c05296 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.143.38 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 71858651-6442-5a51-8131-e85c863c9f27 +ReleaseDate: 2025-12-15 +Installers: +- Architecture: x64 + InstallerUrl: https://download.bluemail.me/BlueMail/BlueMail-1.143.38.exe + InstallerSha256: B7F2D7F477F814EB3974E59A0D57FE2C963F992DEA7D23B10AE78B33F6DED1E0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.en-US.yaml b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.en-US.yaml new file mode 100644 index 000000000000..d34006ce39c1 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.143.38 +PackageLocale: en-US +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: Proprietary +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2025 Blix Inc. All rights reserved. +ShortDescription: BlueMail is a free, beautifully designed, cross platform email & calendar app, capable of managing an unlimited number of mail accounts from various providers. +Tags: +- email +- mail +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.zh-CN.yaml b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.zh-CN.yaml new file mode 100644 index 000000000000..cd5ff347c443 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.143.38 +PackageLocale: zh-CN +Publisher: BlueMail +PublisherUrl: https://blix.net/ +PublisherSupportUrl: https://bluemail.me/help/ +PrivacyUrl: https://bluemail.me/privacy/ +Author: Blix Inc. +PackageName: BlueMail +PackageUrl: https://bluemail.me/ +License: 专有软件 +LicenseUrl: https://bluemail.me/tos/ +Copyright: Copyright © 2025 Blix Inc. All rights reserved. +ShortDescription: BlueMail 是一款设计精美的免费跨平台电子邮件和日历应用程序,能够管理无限数量的来自不同供应商的邮件账户。 +Tags: +- 电子邮件 +- 邮件 +PurchaseUrl: https://bluemail.me/pricing/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.yaml b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.yaml new file mode 100644 index 000000000000..ddcd3dbe7062 --- /dev/null +++ b/manifests/b/Blix/BlueMail/1.143.38/Blix.BlueMail.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Blix.BlueMail +PackageVersion: 1.143.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.installer.yaml b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.installer.yaml new file mode 100644 index 000000000000..9aae0dc79865 --- /dev/null +++ b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: beeyev.telegram-owl +PackageVersion: 1.3.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-10-18" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: telegram-owl.exe + PortableCommandAlias: telegram-owl + InstallerUrl: https://github.com/beeyev/telegram-owl/releases/download/v1.3.5/telegram-owl_v1.3.5_Windows_64bit.zip + InstallerSha256: be467e52121441d0839d15512cbeaa8d79b01d35ba52808bf46dcd2fcb5471f6 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: telegram-owl.exe + PortableCommandAlias: telegram-owl + InstallerUrl: https://github.com/beeyev/telegram-owl/releases/download/v1.3.5/telegram-owl_v1.3.5_Windows_ARM64.zip + InstallerSha256: 10363adaf19a8f6d735ef12e4ac281736e46852a104dbc173d796b3289182fd0 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: telegram-owl.exe + PortableCommandAlias: telegram-owl + InstallerUrl: https://github.com/beeyev/telegram-owl/releases/download/v1.3.5/telegram-owl_v1.3.5_Windows_32bit.zip + InstallerSha256: 0513f359b4b66c2798baeddf110c1231d50bc7809409ca7b86086a1c7e3b0d10 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.locale.en-US.yaml b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.locale.en-US.yaml new file mode 100644 index 000000000000..3a0e165c7952 --- /dev/null +++ b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.locale.en-US.yaml @@ -0,0 +1,23 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: beeyev.telegram-owl +PackageVersion: 1.3.5 +PackageLocale: en-US +Publisher: Alexander Tebiev +PublisherUrl: https://github.com/beeyev/telegram-owl +PublisherSupportUrl: https://github.com/beeyev/telegram-owl/issues +PackageName: telegram-owl +PackageUrl: https://github.com/beeyev/telegram-owl +License: MIT +LicenseUrl: https://github.com/beeyev/telegram-owl/blob/master/LICENSE +Copyright: Alexander Tebiev +CopyrightUrl: https://github.com/beeyev +ShortDescription: CLI utility to send messages and files to Telegram chats and channels +Description: CLI utility to send messages and media files to Telegram chats and channels — directly from your terminal +Moniker: telegram-owl +Tags: + - telegram + - cli +ReleaseNotesUrl: https://github.com/beeyev/telegram-owl/releases/tag/v1.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.yaml b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.yaml new file mode 100644 index 000000000000..2d5d9ff441ce --- /dev/null +++ b/manifests/b/beeyev/telegram-owl/1.3.5/beeyev.telegram-owl.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: beeyev.telegram-owl +PackageVersion: 1.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Coder/Coder/2.27.9/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.installer.yaml new file mode 100644 index 000000000000..2b37a63d1dfa --- /dev/null +++ b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.27.9 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.27.9/coder_2.27.9_windows_amd64.zip + InstallerSha256: B26E56ED403075E815A633F742BA912305CC36C414EFE20131497EFAF2F055A6 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.27.9/coder_2.27.9_windows_amd64_installer.exe + InstallerSha256: 66807752591E16AFE61EFDB60B2B843FFBCCF7B9FE224986F7A338E329A33912 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.27.9/coder_2.27.9_windows_arm64.zip + InstallerSha256: A136B5DECEC06C86F22082617832D709CEC7829710A32AFD108C34EA899D9DD0 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-09 diff --git a/manifests/c/Coder/Coder/2.27.9/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.locale.en-US.yaml new file mode 100644 index 000000000000..f76c370e7bb4 --- /dev/null +++ b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.27.9 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.27.9 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Coder/Coder/2.27.9/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.yaml new file mode 100644 index 000000000000..b1791770e2c2 --- /dev/null +++ b/manifests/c/Coder/Coder/2.27.9/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.27.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 000000000000..e02bfc73495a --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/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.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.6.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.6.1%20-%20Build%20251217kvgi97zye-x64.exe + InstallerSha256: D8BFB9DE36A3DD049B5027AC222BA8A27F3CA89399AF4D389CB678250421842E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 000000000000..adf288a97822 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.6.1 +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: © 2025 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 +ReleaseNotes: |- + What's Changed + - add distribution flag when building frontend by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/1479 + - Update ComfyUI core to v0.5.0 by @benceruleanlu in https://github.com/Comfy-Org/desktop/pull/1488 + - Bump to v0.6.1 by @benceruleanlu in https://github.com/Comfy-Org/desktop/pull/1489 + Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.6.0...v0.6.1 +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases/tag/v0.6.1 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..70c927929743 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/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.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.6.1 +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.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 000000000000..4e976a093ffe --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.6.1/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.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.installer.yaml b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.installer.yaml new file mode 100644 index 000000000000..eb584d3fe036 --- /dev/null +++ b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CommandLine.Wave +PackageVersion: 0.13.1 +InstallerType: msi +ProductCode: '{CAD9B61B-376B-4BDB-B5D8-01419D240314}' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.13.1.msi + InstallerSha256: 69B24E8AA0AE9187B88496066BD6C8C0E40BF8C2A9A0DF3A9B2A9E64CF94C2B7 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.locale.en-US.yaml b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.locale.en-US.yaml new file mode 100644 index 000000000000..60cdc6d5741f --- /dev/null +++ b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CommandLine.Wave +PackageVersion: 0.13.1 +PackageLocale: en-US +Publisher: Command Line Inc +PackageName: Wave +License: Apache-2.0 +Copyright: Copyright © 2024 Command Line Inc +ShortDescription: Open-Source AI-Native Terminal Built for Seamless Workflows +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.yaml b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.yaml new file mode 100644 index 000000000000..752320c56c35 --- /dev/null +++ b/manifests/c/CommandLine/Wave/0.13.1/CommandLine.Wave.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CommandLine.Wave +PackageVersion: 0.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.installer.yaml new file mode 100644 index 000000000000..0e8e30b2ed83 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.25.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-16" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.25.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.25.0/crush_0.25.0_Windows_i386.zip + InstallerSha256: 997bfb3d94e3276840c1a5583c8605e827c2ad190e9be7e348a7f5b1bbdf8c3f + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.25.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.25.0/crush_0.25.0_Windows_arm64.zip + InstallerSha256: ca09438d8aab5de349a9e9dee61ef3500ea68d70f545a852a523f215f63912dc + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.25.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.25.0/crush_0.25.0_Windows_x86_64.zip + InstallerSha256: b9094a8e02b7e2bc374ee510eae89a634d1680698bfe0e3711156cc588685232 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 000000000000..329511ae01ae --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.25.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.25.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.yaml new file mode 100644 index 000000000000..6b418caae804 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.25.0/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.25.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml new file mode 100644 index 000000000000..43865c8138a8 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.installer.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2025.3.28.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- rdp +FileExtensions: +- csv +- psafe3 +- rde +- rdg +- rdm +- rdp +- vnc +- vrb +- vrd +- vre +- xml +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9 +ProductCode: '{826B2D54-AFC5-4D9E-B6DF-B667521FB178}' +AppsAndFeaturesEntries: +- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}' +Installers: +- Architecture: neutral + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2025.3.28.0.msi + InstallerSha256: E3FDA2A47407A31EA437E50AA6CB7E238D3BD2365CF9FE3E892202548704FE9E +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.win-x64.2025.3.28.0.msi + InstallerSha256: E8B1026D3F3E55E192368FE26BB17F23E07CAB39CD765C6CC6D84A414D44E0AF +- Architecture: arm64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.win-arm64.2025.3.28.0.msi + InstallerSha256: A6C1980EE66E0E8DFC3F3D7B35D1D37722975904CB0F59AFCDA9A3B1982CFC53 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml new file mode 100644 index 000000000000..ab94846bb8b0 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2025.3.28.0 +PackageLocale: en-US +Publisher: Devolutions inc. +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://devolutions.net/support +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions +PackageName: Remote Desktop Manager +PackageUrl: https://remotedesktopmanager.com/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/customer-agreements +Copyright: Copyright (c) 2006-2025 Devolutions Inc. +ShortDescription: Remote Connections & Passwords. Everywhere! +Moniker: rdm +Tags: +- devolutions +- rdm +- rdp +- remote-desktop +- remote-desktop-manager +- ssh +- tool +- utility +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.yaml new file mode 100644 index 000000000000..5dd7aa30d740 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2025.3.28.0/Devolutions.RemoteDesktopManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2025.3.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.installer.yaml b/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.installer.yaml deleted file mode 100644 index 1ab90cb3d7fc..000000000000 --- a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Dialpad.DialpadMeetings -PackageVersion: 2506.1.0 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: APPLICATIONROOTDIRECTORY="" -UpgradeBehavior: install -Protocols: -- uberconf -ProductCode: '{90630224-2D70-4D1B-8680-5F0243EE9971}' -AppsAndFeaturesEntries: -- DisplayName: Dialpad Meetings Deployment Tool - UpgradeCode: '{D21E6B86-F99B-51DF-8948-E00C8BE04FE2}' -Installers: -- Architecture: x64 - InstallerUrl: https://storage.googleapis.com/uc_native/stable/win32/x64/DialpadMeetingsSetup.msi - InstallerSha256: D244B19C2DB35958FF40D941B99CED608462367F06DAD60D9BC5819F58A38998 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.en-US.yaml b/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.en-US.yaml deleted file mode 100644 index e42b9cf9414e..000000000000 --- a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Dialpad.DialpadMeetings -PackageVersion: 2506.1.0 -PackageLocale: en-US -Publisher: Dialpad Meetings -PublisherUrl: https://www.dialpad.com/ -PublisherSupportUrl: https://help.dialpad.com/ -PrivacyUrl: https://www.dialpad.com/legal/#privacy -Author: Dialpad, Inc. -PackageName: Dialpad Meetings -PackageUrl: https://www.dialpad.com/download/ -License: Proprietary -LicenseUrl: https://www.dialpad.com/legal/#terms-of-service -Copyright: © 2025 DIALPAD, INC. -CopyrightUrl: https://www.dialpad.com/legal/#terms-of-service -ShortDescription: All in one AI-powered customer communications platform -Description: With Dialpad, you can connect to customers, coach customer-facing teams, & deliver amazing experiences—all with one AI-powered communications platform. -Tags: -- conference -- conferencing -- meeting -- video-conferencing -- voice-conferencing -PurchaseUrl: https://www.dialpad.com/pricing/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.zh-CN.yaml b/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.zh-CN.yaml deleted file mode 100644 index 2755b8c5509f..000000000000 --- a/manifests/d/Dialpad/DialpadMeetings/2506.1.0/Dialpad.DialpadMeetings.locale.zh-CN.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Dialpad.DialpadMeetings -PackageVersion: 2506.1.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 一体化 AI 驱动的客户通信平台 -Description: 借助 Dialpad,您可以通过一个 AI 驱动的通信平台连接客户、指导面向客户的团队,并提供卓越的体验。 -Tags: -- 会议 -- 开会 -- 视频会议 -- 语音会议 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.installer.yaml b/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.installer.yaml deleted file mode 100644 index a9045fe8054c..000000000000 --- a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: douzone.WEHAGO -PackageVersion: 1.5.20.55 -InstallerType: nullsoft -Installers: -- Architecture: x64 - InstallerUrl: https://www.wehago.com/pctalkpub/wehago/windows - InstallerSha256: 397723EADEF50D67801CE12960CB9EA78BD746C450C15CA2F933B71944D81DC3 - AppsAndFeaturesEntries: - - Publisher: douzone - ProductCode: com.douzone.pc.wehago -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.locale.en-US.yaml b/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.locale.en-US.yaml deleted file mode 100644 index 475a3efac978..000000000000 --- a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.locale.en-US.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Automatically updated by the winget bot at 2025/Dec/10 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: douzone.WEHAGO -PackageVersion: 1.5.20.55 -PackageLocale: en-US -Publisher: douzone -PublisherUrl: https://www.douzone.com/ -PublisherSupportUrl: https://wehagohelp.zendesk.com/ -PrivacyUrl: https://www.wehago.com/#/common/policy?code=002 -PackageName: WEHAGO -PackageUrl: https://www.wehago.com/ -License: Proprietary -Copyright: Copyright © 2024 douzone -ShortDescription: Eterprise groupware by Douzone Bizon. -Moniker: wehago -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/d/ducaale/xh/0.25.3/ducaale.xh.installer.yaml b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.installer.yaml new file mode 100644 index 000000000000..e79db702b2e9 --- /dev/null +++ b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ducaale.xh +PackageVersion: 0.25.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: xh-v0.25.3-x86_64-pc-windows-msvc\xh.exe + PortableCommandAlias: xh +- RelativeFilePath: .\xh-v0.25.3-x86_64-pc-windows-msvc\xh.exe + PortableCommandAlias: xhs +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ducaale/xh/releases/download/v0.25.3/xh-v0.25.3-x86_64-pc-windows-msvc.zip + InstallerSha256: 49F60A01324CE42726CE1F8BCDFF4B376B1E8533AED33D7A107A3CD70F040236 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/ducaale/xh/0.25.3/ducaale.xh.locale.en-US.yaml b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.locale.en-US.yaml new file mode 100644 index 000000000000..bb758ee88821 --- /dev/null +++ b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ducaale.xh +PackageVersion: 0.25.3 +PackageLocale: en-US +Publisher: ducaale +PublisherUrl: https://github.com/ducaale +PublisherSupportUrl: https://github.com/ducaale/xh/issues +Author: Mohamed Daahir +PackageName: xh +PackageUrl: https://github.com/ducaale/xh +License: MIT License +LicenseUrl: https://github.com/ducaale/xh/blob/master/LICENSE +Copyright: Copyright (c) 2025 Mohamed Daahir +ShortDescription: Friendly and fast tool for sending HTTP requests +Description: xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved performance. +Tags: +- api +- automation +- debug +- develop +- development +- graphql +- interface +- internet +- network +- request +- response +- rest +- restful +ReleaseNotes: |- + Features + - Add colors to --help/-h, see #432 (@starsep) + Bug fixes + - Don't fail on error code 416 if resuming download, see #434 (@simonomi) + Other + - Upgrade brotli to latest version, see #438 (@ducaale) +ReleaseNotesUrl: https://github.com/ducaale/xh/releases/tag/v0.25.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/ducaale/xh/0.25.3/ducaale.xh.locale.zh-CN.yaml b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.locale.zh-CN.yaml new file mode 100644 index 000000000000..28f32ef35521 --- /dev/null +++ b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.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.10.0.schema.json + +PackageIdentifier: ducaale.xh +PackageVersion: 0.25.3 +PackageLocale: zh-CN +Publisher: ducaale +PublisherUrl: https://github.com/ducaale +PublisherSupportUrl: https://github.com/ducaale/xh/issues +Author: Mohamed Daahir +PackageName: xh +PackageUrl: https://github.com/ducaale/xh +License: MIT License +LicenseUrl: https://github.com/ducaale/xh/blob/master/LICENSE +Copyright: Copyright (c) 2025 Mohamed Daahir +ShortDescription: 友好、快速的 HTTP 请求发送工具 +Description: xh 是一款友好、快速的 HTTP 请求发送工具。它尽可能地重新实现了 HTTPie 的优秀设计,并着重提高性能。 +Tags: +- api +- graphql +- rest +- restful +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +ReleaseNotesUrl: https://github.com/ducaale/xh/releases/tag/v0.25.3 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/ducaale/xh/0.25.3/ducaale.xh.yaml b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.yaml new file mode 100644 index 000000000000..fabd1ca099f3 --- /dev/null +++ b/manifests/d/ducaale/xh/0.25.3/ducaale.xh.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ducaale.xh +PackageVersion: 0.25.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.installer.yaml b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.installer.yaml similarity index 71% rename from manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.installer.yaml rename to manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.installer.yaml index af756262abfc..205bb3fca1d9 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.installer.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.installer.yaml @@ -1,22 +1,22 @@ -# Automatically updated by the winget bot at 2025/Nov/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.25.11.24 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /S - SilentWithProgress: /S -FileExtensions: -- ec6 -ProductCode: '{4E7C8500-3D69-11DB-390C-1F56BA3C7E87}' -Installers: -- Architecture: x86 - InstallerUrl: https://install.enercalc.com/ECSEL20_SETUP.EXE - InstallerSha256: D6E457F0EB16C68FC61353FC65267B1995F78BF9082207401BAAC5F95564FED9 -ManifestType: installer -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.25.12.17 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +FileExtensions: +- ec6 +ProductCode: '{4E7C8500-3D69-11DB-390C-1F56BA3C7E87}' +Installers: +- Architecture: x86 + InstallerUrl: https://install.enercalc.com/ECSEL20_SETUP.EXE + InstallerSha256: 1BF1B8ABEEA7A1200D20AA66257F27E7509C982340F814C4588A628082433E0A +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.en-US.yaml b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.en-US.yaml similarity index 94% rename from manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.en-US.yaml rename to manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.en-US.yaml index c16dc9cb7cdd..1589e9e6fdde 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.en-US.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.en-US.yaml @@ -1,32 +1,32 @@ -# Automatically updated by the winget bot at 2025/Nov/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.25.11.24 -PackageLocale: en-US -Publisher: ENERCALC, LLC. -PublisherUrl: https://enercalc.com/ -PublisherSupportUrl: https://enercalc.com/support-and-resources/ -Author: ENERCALC, LLC. -PackageName: ENERCALC -PackageUrl: https://enercalc.com/structural-engineering-library-sel/ -License: Proprietary -LicenseUrl: https://media.enercalc.com/pdf/ENERCALC_License_Agreement.pdf -Copyright: Copyright © ENERCALC, LLC 1982 - 2025 -CopyrightUrl: https://media.enercalc.com/pdf/ENERCALC_License_Agreement.pdf -ShortDescription: Structural Engineering Software -Description: |- - ENERCALC (also known as ENERCALC SEL, or the ENERCALC Structural Engineering Library) is a structural / civil engineering calculation, analysis, and design software package that includes 51 structural engineering design and analysis modules in one system. - ENERCALC is a versatile toolkit for the practicing engineer. Small projects of 5 stories or fewer dominate the structures built nationwide and this is where our software excels. - ENERCALC is designed to help you complete 90% of your structural engineering design work – while simplifying the process as much as possible. You’ll find a consistent user interface, colors, fonts, and workflow across each module. This consistency produces a familiarity similar to the muscle memory you develop while training for a sport. - ENERCALC provides the practicing engineer with a large toolkit of capabilities to design the elements of structures and also provides an environment to develop sets of project engineering calculations that contain other project files you create or reference, such as EXCEL spreadsheets, WORD documents, PDF files, scanned images, and general project information. -Tags: -- engineering -- structural-engineering -ReleaseNotesUrl: https://updates.enercalc.com/ -PurchaseUrl: https://enercalc.com/order -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://media.enercalc.com/sel_help_20/index.html -ManifestType: defaultLocale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.25.12.17 +PackageLocale: en-US +Publisher: ENERCALC, LLC. +PublisherUrl: https://enercalc.com/ +PublisherSupportUrl: https://enercalc.com/support-and-resources/ +Author: ENERCALC, LLC. +PackageName: ENERCALC +PackageUrl: https://enercalc.com/structural-engineering-library-sel/ +License: Proprietary +LicenseUrl: https://media.enercalc.com/pdf/ENERCALC_License_Agreement.pdf +Copyright: Copyright © ENERCALC, LLC 1982 - 2025 +CopyrightUrl: https://media.enercalc.com/pdf/ENERCALC_License_Agreement.pdf +ShortDescription: Structural Engineering Software +Description: |- + ENERCALC (also known as ENERCALC SEL, or the ENERCALC Structural Engineering Library) is a structural / civil engineering calculation, analysis, and design software package that includes 51 structural engineering design and analysis modules in one system. + ENERCALC is a versatile toolkit for the practicing engineer. Small projects of 5 stories or fewer dominate the structures built nationwide and this is where our software excels. + ENERCALC is designed to help you complete 90% of your structural engineering design work – while simplifying the process as much as possible. You’ll find a consistent user interface, colors, fonts, and workflow across each module. This consistency produces a familiarity similar to the muscle memory you develop while training for a sport. + ENERCALC provides the practicing engineer with a large toolkit of capabilities to design the elements of structures and also provides an environment to develop sets of project engineering calculations that contain other project files you create or reference, such as EXCEL spreadsheets, WORD documents, PDF files, scanned images, and general project information. +Tags: +- engineering +- structural-engineering +ReleaseNotesUrl: https://updates.enercalc.com/ +PurchaseUrl: https://enercalc.com/order +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://media.enercalc.com/sel_help_20/index.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.zh-CN.yaml b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.zh-CN.yaml similarity index 92% rename from manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.zh-CN.yaml rename to manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.zh-CN.yaml index 5185eb9791a4..ace68780f96b 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.locale.zh-CN.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.locale.zh-CN.yaml @@ -1,21 +1,21 @@ -# Automatically updated by the winget bot at 2025/Nov/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.25.11.24 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 结构工程软件 -Description: |- - ENERCALC(也称为 ENERCALC SEL,或 ENERCALC 结构工程库)是一款结构/土木工程计算、分析和设计的软件包,包含一个系统内的 51 个结构工程设计和分析模块。 - ENERCALC 是为工程师打造的多功能工具包。全国范围内,大多数建筑为 5 层或以下的小型项目,而这正是本软件擅长的领域。 - ENERCALC 的设计旨在帮助您完成 90%的结构工程设计工作,同时尽可能简化流程。您会在每个模块中发现一致的用户界面、颜色、字体和工作流程。这种一致性带来了类似于体育训练中肌肉记忆般的熟悉感。 - ENERCALC 为实践中的工程师提供了一个强大的工具集,用于设计结构元素,同时也提供了一个环境,帮助开发包含其他项目文件的工程计算集,例如 EXCEL 表格、WORD 文档、PDF 文件、扫描图像以及一般项目信息。 -Tags: -- 工程 -- 结构工程 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://media.enercalc.com/sel_help_20/index.html -ManifestType: locale -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.25.12.17 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 结构工程软件 +Description: |- + ENERCALC(也称为 ENERCALC SEL,或 ENERCALC 结构工程库)是一款结构/土木工程计算、分析和设计的软件包,包含一个系统内的 51 个结构工程设计和分析模块。 + ENERCALC 是为工程师打造的多功能工具包。全国范围内,大多数建筑为 5 层或以下的小型项目,而这正是本软件擅长的领域。 + ENERCALC 的设计旨在帮助您完成 90%的结构工程设计工作,同时尽可能简化流程。您会在每个模块中发现一致的用户界面、颜色、字体和工作流程。这种一致性带来了类似于体育训练中肌肉记忆般的熟悉感。 + ENERCALC 为实践中的工程师提供了一个强大的工具集,用于设计结构元素,同时也提供了一个环境,帮助开发包含其他项目文件的工程计算集,例如 EXCEL 表格、WORD 文档、PDF 文件、扫描图像以及一般项目信息。 +Tags: +- 工程 +- 结构工程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://media.enercalc.com/sel_help_20/index.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.yaml b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.yaml similarity index 67% rename from manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.yaml rename to manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.yaml index 483b92d212a2..f27dd8765936 100644 --- a/manifests/e/ENERCALC/ENERCALC/20.25.11.24/ENERCALC.ENERCALC.yaml +++ b/manifests/e/ENERCALC/ENERCALC/20.25.12.17/ENERCALC.ENERCALC.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/24 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: ENERCALC.ENERCALC -PackageVersion: 20.25.11.24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.25.12.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 000000000000..029cedca317c --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.616.1.6133 +InstallerType: burn +Scope: machine +InstallerSwitches: + InstallLocation: InstallFolder="" +UpgradeBehavior: install +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{8f32d48f-46aa-420f-b3d2-b0f8bdee4b90}' +AppsAndFeaturesEntries: +- ProductCode: '{8f32d48f-46aa-420f-b3d2-b0f8bdee4b90}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x64 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.616.1.6133-841.exe + InstallerSha256: 7DC1F6BF865D4B3374224276204EA7DC1815F8969BD447B0627BB946BC8EC2E9 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 000000000000..dee600e63f8f --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.616.1.6133 +PackageLocale: en-US +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/ +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: Proprietary +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/en/PC/ +Copyright: © 2025 Electronic Arts Inc. +ShortDescription: Play great PC games and connect with your friends, all in one place. +Description: Built on feedback from players like you, the EA Desktop app is the newest iteration of our PC platform. The beta includes new features and overall improvements to power a faster, smarter, more connected desktop app. +Moniker: eaapp +Tags: +- ea +- ea-desktop +- game +- gaming +- launcher +- origin +- store +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..e64c7848be2e --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.616.1.6133 +PackageLocale: zh-CN +Publisher: Electronic Arts +PublisherUrl: https://www.ea.com/zh-cn +PublisherSupportUrl: https://help.ea.com/ +PrivacyUrl: https://www.ea.com/zh-cn/legal/privacy-and-cookie-policy +Author: Electronic Arts Inc. +PackageName: EA app +PackageUrl: https://www.ea.com/ea-app +License: 专有软件 +LicenseUrl: https://tos.ea.com/legalapp/WEBTERMS/US/sc/PC/ +Copyright: © 2025 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.yaml new file mode 100644 index 000000000000..b63259b62727 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.616.1.6133/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.616.1.6133 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.installer.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.installer.yaml new file mode 100644 index 000000000000..7065347d1cac --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b4b58389-01e4-5dfd-9842-aad36733657a +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.141.0.exe + InstallerSha256: EA1CF80CFB3BCED292F49958BF8E80A7DBDAC1651296E7206144B2B60A2251E6 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://static.mendeley.com/bin/desktop/mendeley-reference-manager-2.141.0.exe + InstallerSha256: EA1CF80CFB3BCED292F49958BF8E80A7DBDAC1651296E7206144B2B60A2251E6 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.locale.en-US.yaml new file mode 100644 index 000000000000..86caade354cc --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.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.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.0 +PackageLocale: en-US +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: Proprietary +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2025 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: Simplify your referencing, accelerate your research +Description: Mendeley Reference Manager simplifies your referencing so that you can spend more time researching. Store, search, organize, note, share and cite from just one reference library. Offering time saving efficiencies, Mendeley Reference Manager enables you to reduce your workload and advance your research goals. +Tags: +- academics +- article +- citation +- cite +- literature +- paper +- reasearch +- thesis +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +Documentations: +- DocumentLabel: Help Guides + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..2eef464b86f3 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.locale.zh-CN.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.0 +PackageLocale: zh-CN +Publisher: Mendeley +PublisherUrl: https://www.mendeley.com/ +PublisherSupportUrl: https://service.elsevier.com/app/home/supporthub/mendeley/ +PrivacyUrl: https://www.elsevier.com/legal/privacy-policy +Author: Elsevier Ltd. +PackageName: Mendeley Reference Manager +PackageUrl: https://www.mendeley.com/download-reference-manager/windows +License: 专有软件 +LicenseUrl: https://www.mendeley.com/terms/ +Copyright: © 2025 Mendeley Ltd. All rights reserved. +CopyrightUrl: https://www.mendeley.com/terms/copyright/ +ShortDescription: 简化文献引用,提高研究效率 +Description: Mendeley Reference Manager 可以简化您的文献引用,从而让您有更多时间进行研究。只需在同一个参考文献库中进行存储、搜索、组织、记录、共享和引用,Mendeley Reference Manager 通过省时高效的功能帮助您减少工作量并实现研究目标。 +Tags: +- 学术 +- 引用 +- 文献 +- 研究 +- 论文 +ReleaseNotesUrl: https://www.mendeley.com/release-notes-reference-manager/ +PurchaseUrl: https://www.mendeley.com/reference-management/premium +Documentations: +- DocumentLabel: 帮助指南 + DocumentUrl: https://www.mendeley.com/guides/mendeley-reference-manager/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.yaml b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.yaml new file mode 100644 index 000000000000..9bd4b8ab27b9 --- /dev/null +++ b/manifests/e/Elsevier/MendeleyReferenceManager/2.141.0/Elsevier.MendeleyReferenceManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Elsevier.MendeleyReferenceManager +PackageVersion: 2.141.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.installer.yaml b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.installer.yaml new file mode 100644 index 000000000000..6888dedd2194 --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.installer.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.4.4 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /quiet /norestart /hpnoreboot + SilentWithProgress: /qb /norestart /hpnoreboot + InstallLocation: APPLICATIONFOLDER="" + Log: /log "" + Custom: /suppressclient +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +UpgradeBehavior: install +ProductCode: '{1A46A0EA-DA74-11F0-8563-7478274B58EF}' +AppsAndFeaturesEntries: +- ProductCode: '{1A46A0EA-DA74-11F0-8563-7478274B58EF}' + UpgradeCode: '{2A693264-27E0-4B77-97CC-EADA39E115BF}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://cdn-dl.yinxiang.com/YXWin6/public/Evernote_7.4.4.9275.exe + InstallerSha256: 8D3AAE299995AB7C9ACF4BB5F0341332787E9026123DFBB4B50023F5553FE31C +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.en-US.yaml b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.en-US.yaml new file mode 100644 index 000000000000..bfc889193d23 --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.4.4 +PackageLocale: en-US +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: Beijing Yinxiang Biji Technologies Co., Ltd. +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: Proprietary +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2025 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: Get, organize and share notes anytime, anywhere, making inspiration always with you! +Description: Note with Evernotes like your second brain. Evernotes can help you work, study and live efficiently. It can sync across devices seamlessly, clip WeChat, Weibo, webpage and other contents quickly, and collect, backup, note, share and archive information in one-stop. +Moniker: yinxiang +Tags: +- calendar +- checklist +- collaborate +- collaboration +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + 【New Drawing Board Feature】 + - You can now create Drawing Board. Sketch, organize ideas, and create flowcharts anytime, anywhere. Visualize all your inspirations in one go. + 【Notes Experience Optimization】 + - Digital and Project List Adjustments: Support continued numbering and resetting, and solve the alignment problem between symbols and fonts. + - Solve the problem that font formatting does not continue when wrapping at the last line. + - Optimize the detailed experience when selecting text. + - Simplify the top toolbar and the “+” menu to reduce distractions during editing. + 【Other Experience Improvements】 + - When opening related notes from notes or mind maps, use a new window to avoid affecting the viewing of the original note. + - When clicking on multi - level tags, only filter the notes of the current tag to prevent failure to filter notes after combination with sub - tags. + - Solve the problem that the paste function in the right - click menu of outline notes is unavailable. +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.4.4.9275_en-us.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.zh-CN.yaml b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..6477efe4d4bd --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.4.4 +PackageLocale: zh-CN +Publisher: Beijing Yinxiang Biji Technologies Co., Ltd. +PublisherUrl: https://www.yinxiang.com/ +PublisherSupportUrl: https://www.yinxiang.com/help/ +PrivacyUrl: https://www.yinxiang.com/legal-privacy/ +Author: 北京印象笔记科技有限公司 +PackageName: 印象笔记 +PackageUrl: https://www.yinxiang.com/dl-win/ +License: 专有软件 +LicenseUrl: https://www.yinxiang.com/legal/tos/ +Copyright: Copyright 2025 Evernote China. All rights reserved. +CopyrightUrl: https://www.yinxiang.com/legal/trademark/ +ShortDescription: 随时随地获取、整理、分享笔记,让灵感时刻与你同行 +Description: 作为你的第二大脑,记录就用印象笔记。印象笔记可以帮助你高效工作、学习与生活。支持无缝多端同步,快速保存微信、微博、网页等内容,一站式完成信息的收集备份、高效记录、分享和永久保存。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 清单 +- 笔记 +ReleaseNotes: |- + 【新增画板功能】 + - 可以新建画板类型的笔记了,随时随地画草图、整理想法、做流程图,一站式搞定所有灵感可视化 + 【超级笔记体验优化】 + - 数字、项目列表调整:支持继续编号和重置、解决符号与字体对齐问题 + - 解决在末行换行时字体格式不继续的问题 + - 优化选中文字时的细节体验 + - 简化顶部工具栏和“+”号菜单,编辑操作时减少干扰 + 【其他体验优化】 + - 从笔记、思维导图打开关联笔记时,使用新窗口打开,不影响原笔记浏览 + - 点击多层级标签时,仅筛选当前标签笔记,避免和子标签组合后筛选不到笔记 + - 解决大纲笔记右键菜单粘贴不可用的问题 +ReleaseNotesUrl: https://update.yinxiang.com/public/YXWin6/ReleaseNotes_7.4.4.9275_zh-CN.html +PurchaseUrl: https://www.yinxiang.com/pricing/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.yaml b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.yaml new file mode 100644 index 000000000000..660eec0991be --- /dev/null +++ b/manifests/e/Evernote/Evernote/CN/7.4.4/Evernote.Evernote.CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Evernote.Evernote.CN +PackageVersion: 7.4.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.installer.yaml b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.installer.yaml new file mode 100644 index 000000000000..0581c028e0f1 --- /dev/null +++ b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: flyhunterl.FlyMD +PackageVersion: 0.8.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +FileExtensions: +- markdown +- md +ProductCode: flymd +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flyhunterl/flymd/releases/download/v0.8.4/flymd_0.8.4_x64-setup.exe + InstallerSha256: D2CC7EEC9C85FF92FD9BB99FBE54D9A7CA324B4D55E1D14DC10B2191054F2D50 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.en-US.yaml b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.en-US.yaml new file mode 100644 index 000000000000..ba5b77dd4fc0 --- /dev/null +++ b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: flyhunterl.FlyMD +PackageVersion: 0.8.4 +PackageLocale: en-US +License: Proprietary +ShortDescription: A highly responsive and extremely low-resource Markdown editor and PDF reader tool that supports WYSIWYG, WebDAV synchronization, automatic image uploads, AI-assisted writing, and plugins. +Description: |- + A cross-platform WYSIWYG Markdown editor and PDF reader with image hosting, WebDAV sync, plugins, fast response, and minimal resource usage. + ✨ Highlights + - Ready to Use: Only 7MB installer, no bloat. Millisecond-level cold start, one-click code copy + - Clean Interface: Minimalist design with just menubar + editor, focused on content creation. Excellent startup and response speed + - Library Feature: Support for designated folders, tree-view display of subfolders and documents, with document management; supports multiple libraries + - Secure & Reliable: Local execution, no network connection, automatic HTML sanitization in preview + - Image Hosting: S3/R2 binding support, direct paste image upload with automatic link syntax generation + - Full-Featured: Complete support for Markdown, LaTeX, Mermaid, and HTML + - Real-time Rendering: WYSIWYG mode, instant render on input! Global real-time rendering for Mermaid and LaTeX, double-click to edit code + - Ultimate Performance: Millisecond-level response, farewell to common pain points of similar software + - Position Memory: Automatic memory of reading and editing positions, returning to remembered positions on next open (v0.0.6 official) + - Auto Sync: WebDAV sync functionality + - Plugin Extensions: Support for plugin extensions, develop your own or install with one click + - AI Assistant: Install from the Extensions market to polish, correct and summarize content + - Export formats: Export to PDF, DOCX, WPS +Tags: +- editor +- markdown +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.zh-CN.yaml b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.zh-CN.yaml new file mode 100644 index 000000000000..af437d2c467d --- /dev/null +++ b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: flyhunterl.FlyMD +PackageVersion: 0.8.4 +PackageLocale: zh-CN +Publisher: flymd +PublisherUrl: https://www.llingfei.com/ +PublisherSupportUrl: https://github.com/flyhunterl/flymd/issues +PackageName: flymd +PackageUrl: https://flymd.llingfei.com/ +License: 专有软件 +LicenseUrl: https://github.com/flyhunterl/flymd/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2025, flyhunterl +ShortDescription: 支持所见所得 WebDav同步 图片自动上传 AI辅助写作 插件扩展 响应迅速 占用极低的 Markdown 编辑 PDF 阅读工具。 +Description: |- + 跨平台 所见所得 图床上传 WebDav同步 插件扩展 响应迅速 占用极低的 Markdown 编辑 PDF 阅读工具。 + ✨ 项目特色 + - 即开即用:安装包仅 7MB 拒绝臃肿。冷启动毫秒级响应,代码一键复制 + - 界面干净:极简界面,默认仅菜单栏+编辑区,专注内容创作 启动速度和响应速度优秀 + - 文库功能:支持指定文件夹,树状目录显示文件夹下子文件夹及文档 并支持文档管理/支持添加多个文档库 + - 安全可靠:本地运行,无网络连接,预览 HTML 自动消毒 + - 图床支持:支持 S3/R2 绑定,直接粘贴图片上传 上传成功后自行写好图片连接语法 + - 功能全面:MarkDown LaTeX Mermaid html 全部支持 + - 即时渲染:所见模式,输入即渲染!Mermaid LaTex 全局实时渲染,双击编辑代码 + - 极致性能:毫秒级响应速度,告别同类软件常见痛点 + - 位置记忆:阅读和编辑文档位置均自动记忆,下次打开改文档无论阅读还是编辑都回到记忆位置(v0.0.6 正式版) + - 自动同步:Webdav 同步功能 + - 插件扩展:支持插件扩展功能,可以自行开发也可以一键安装已上架的扩展/插件 + - 格式支持:支持另存为 PDF Docx Wps + - 人工智能:可通过扩展市场安装 AI 助手(通过扩展市场安装)润色、改错、总结。 +Tags: +- markdown +- 编辑器 +ReleaseNotes: 修复:Excel/Sheets 公式中 $A$1 / C$2 / $U:$U 等“绝对引用”不再误触发 Markdown 行内数学(KaTeX) +ReleaseNotesUrl: https://github.com/flyhunterl/flymd/releases/tag/v0.8.4 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://flymd.llingfei.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.yaml b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.yaml new file mode 100644 index 000000000000..062534a93d45 --- /dev/null +++ b/manifests/f/flyhunterl/FlyMD/0.8.4/flyhunterl.FlyMD.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: flyhunterl.FlyMD +PackageVersion: 0.8.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/GLab/GLab/1.80.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.installer.yaml new file mode 100644 index 000000000000..76ac98e790e6 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.0 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.0/downloads/glab_1.80.0_Windows_x86_64_installer.exe + InstallerSha256: 231C817236F20A03867A5376C999593917F0677ADFDBE1EDEDE6490AFD1372BC + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.0/downloads/glab_1.80.0_Windows_x86_64_installer.exe + InstallerSha256: 231C817236F20A03867A5376C999593917F0677ADFDBE1EDEDE6490AFD1372BC + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\glab' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.locale.en-US.yaml new file mode 100644 index 000000000000..f857f9cc6318 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.0 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.yaml b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.yaml similarity index 55% rename from manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.yaml rename to manifests/g/GLab/GLab/1.80.0/GLab.GLab.yaml index 2da1232a2427..462ffafb031b 100644 --- a/manifests/d/douzone/WEHAGO/1.5.20.55/douzone.WEHAGO.yaml +++ b/manifests/g/GLab/GLab/1.80.0/GLab.GLab.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Dec/10 +# Created with komac v2.14.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: douzone.WEHAGO -PackageVersion: 1.5.20.55 +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.1/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.installer.yaml new file mode 100644 index 000000000000..395519f2c4e7 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.1 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.1/downloads/glab_1.80.1_Windows_x86_64_installer.exe + InstallerSha256: 1865AD07C67E084C804AE816CB39174A4F967F7B43DA13E8C2F04201EEE2A842 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.1/downloads/glab_1.80.1_Windows_x86_64_installer.exe + InstallerSha256: 1865AD07C67E084C804AE816CB39174A4F967F7B43DA13E8C2F04201EEE2A842 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\glab' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.1/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.locale.en-US.yaml new file mode 100644 index 000000000000..c293268c77e8 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.1 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.1/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.yaml new file mode 100644 index 000000000000..51babf96352e --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.1/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.2/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.installer.yaml new file mode 100644 index 000000000000..65325623dcae --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.installer.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.2 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.2/downloads/glab_1.80.2_Windows_x86_64_installer.exe + InstallerSha256: FE7116519426B0D1F5C14A0718004EBF6703FA7F32A828E0AA100D85AE7CF185 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.80.2/downloads/glab_1.80.2_Windows_x86_64_installer.exe + InstallerSha256: FE7116519426B0D1F5C14A0718004EBF6703FA7F32A828E0AA100D85AE7CF185 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\glab' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.2/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.locale.en-US.yaml new file mode 100644 index 000000000000..779fc80bfc40 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.2 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT License +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/raw/main/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.80.2/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.yaml new file mode 100644 index 000000000000..807d7cfc3073 --- /dev/null +++ b/manifests/g/GLab/GLab/1.80.2/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.80.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 000000000000..be2e647b5225 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7583.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" + Custom: --chrome-sxs --do-not-launch-chrome +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome SxS +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/chrome/n3a7ks3d2cbzuypglbnspdzdsq_145.0.7583.0/145.0.7583.0_chrome_installer_uncompressed.exe + InstallerSha256: 5AB07EFCE9D1145BF4833FE7E9FB241E270712D4700027297246C5F183E09B20 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/nna5uxertp7cmnj53nf6vah7ji_145.0.7583.0/145.0.7583.0_chrome_installer_uncompressed.exe + InstallerSha256: A9CD0C5B4626DECA385B67E323C5A348988B6DBBB11FDA411530BA6B73772070 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/i3noqjlj42ji5jhnelypnz2etu_145.0.7583.0/145.0.7583.0_chrome_installer_uncompressed.exe + InstallerSha256: 014E97DF906D4CBE309F49FC9F8C363281EB1157B9985753F4AD3EDDFBFE33BE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..4b765fce8f79 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7583.0 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/ +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/chrome/canary +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms +Copyright: Copyright 2025 Google LLC. All rights reserved. +ShortDescription: Nightly build for developers +Description: Get on the bleeding edge of the web with Chrome Canary designed for experienced developers and updated nightly. +Moniker: chrome-canary +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 000000000000..026f7e2ae8c9 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7583.0 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/no/chrome/canary +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms +Copyright: Copyright 2025 Google LLC. Med enerett. +ShortDescription: Nattlig delversjon for utviklere +Description: Vær med på å gå opp nye stier på nettet med Chrome Canary, som er laget for erfarne utviklere og oppdateres daglig. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..4e53ebbeb1ec --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7583.0 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=zh-Hans +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +Author: Google LLC +PackageName: Google Chrome Canary +PackageUrl: https://www.google.com/intl/zh-CN/chrome/canary +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms +Copyright: 版权所有 2025 Google LLC. 保留所有权利。 +ShortDescription: 开发者专用的每日构建版 +Description: 安装专为经验丰富的开发者设计且每晚都会更新的 Chrome Canary 版,站在网络科技最前沿。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.yaml new file mode 100644 index 000000000000..fefdde31ee3a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/145.0.7583.0/Google.Chrome.Canary.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Google.Chrome.Canary +PackageVersion: 145.0.7583.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.installer.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.installer.yaml new file mode 100644 index 000000000000..5a1ec153b6bd --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- UpgradeCode: '{0D8E70B2-4DC8-584D-88B0-7A83BA565C03}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.6.4/zerolaunch-rs_0.6.4_x64_en-US.msi + InstallerSha256: F07D3AF1A0C3639A45BFE09CF2A83CB0BD573DD579F5B16F922CA936EA48906C + ProductCode: '{5F09C5D7-BB9F-4819-A61B-E2B3488B966E}' +- Architecture: arm64 + InstallerUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/download/v0.6.4/zerolaunch-rs_0.6.4_arm64_en-US.msi + InstallerSha256: 049D452AC7B504473BF36B46AF584EC97CC848D18902668E7DFE95A0025CAC07 + ProductCode: '{E906599A-6C19-4EF6-A5E2-8BC70E592DBD}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.en-US.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.en-US.yaml new file mode 100644 index 000000000000..c0e01a5e281b --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.4 +PackageLocale: en-US +ShortDescription: A Windows smart launcher that understands your typing! +Description: ZeroLaunch is a Windows smart launcher that understands your typing. It excels at Pinyin and fuzzy matching, and can optionally add AI semantic understanding—so typos and vague queries still get instant results. Clean, offline, and built for speed. +Tags: +- fast +- fuzzy-search +- launcher +- launchy +- listary +- pinyin +- powertoys +- productivity +- qidongqi +- rust +- search +- tauri +- utility +- utools +- wox +InstallationNotes: Welcome to ZeroLaunch-rs! If you encounter any issues during use, feel free to ask questions in GitHub Issues! +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml new file mode 100644 index 000000000000..d86d3a6f3d28 --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.locale.zh-CN.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.4 +PackageLocale: zh-CN +Publisher: ghost-him +PublisherUrl: https://github.com/ghost-him +PublisherSupportUrl: https://github.com/ghost-him/ZeroLaunch-rs/issues +PrivacyUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/PRIVACY.md +Author: ghost-him +PackageName: ZeroLaunch-rs +PackageUrl: https://github.com/ghost-him/ZeroLaunch-rs +License: GPL-3.0 +LicenseUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2024-2025 ghost-him +CopyrightUrl: https://github.com/ghost-him/ZeroLaunch-rs/blob/HEAD/LICENSE.txt +ShortDescription: 一个可以容忍错别字的 Windows 应用程序启动器! +Description: 打错字照样秒开应用!ZeroLaunch 是一款纯粹专注的 Windows 应用程序启动器,拥有智能纠错能力和毫秒级的极速响应。它基于 Rust、Tauri 和 Vue.js 构建,旨在提供极致的性能和纯粹的体验。主要特性包括:高效智能搜索,得益于独创的算法,程序在全称/拼音/首字母三重匹配的基础上具备卓越的拼写纠错能力,并支持中英文混合查询;隐私至上,软件完全离线运行,零数据采集,您的所有数据和设置都严格保留在本地设备中;轻巧纯粹,专注于应用程序搜索与启动,无任何冗余复杂的功能,开箱即用;高度可定制,外观界面支持高度自定义,包括背景、颜色、字体、窗口大小等,并支持微调搜索算法以满足个性化需求。核心功能还包括:快速搜索并启动普通应用及 UWP 应用,智能唤醒已打开的程序窗口,支持自定义添加程序、文件、网页搜索和系统命令,智能加载程序和 Steam 游戏图标,以及防止游戏时误触的游戏模式。 +Moniker: zerolaunch +Tags: +- launchy +- listary +- powertoys +- rust +- tauri +- utools +- wox +- 启动器 +- 工具 +- 快速 +- 拼音 +- 搜索 +- 模糊搜索 +- 生产力 +ReleaseNotes: |- + What's Changed + - build: 发布 v0.6.4 (115f9b3) + - fix: 修复了亲和分可能无法统计的问题 (cb978f1) + - feat: 添加了自动拉取 AI 模型到本地的功能 (e2e9835) + - fix(program_ranker): 空输入时不应用抑制因子,以正确显示热门应用 (a22c5db) + - fix: 修复了开机自启动可能失败的问题(github #39) (ae6ae76) + Contributors + - @ghost-him + Full Changelog: https://github.com/ghost-him/ZeroLaunch-rs/compare/v0.6.3...v0.6.4 + 📦 版本说明 + - 安装版 (.exe/.msi): 提供传统的安装体验。 + - 便携版 (.zip): 无需安装,解压即用,适合移动或绿色版爱好者。 + - .exe 与 .msi: 推荐使用 .msi 安装。.exe 安装包受平台限制,没有进行深层签名。 + 完整版包含 AI 智能搜索功能,而 精简版 (lite) 不含 AI 功能,体积更小。 + + 🤖 关于 AI 功能 + 重要提示:AI 智能搜索功能需要单独下载模型权重文件才能使用。 + 模型下载地址: + - GitHub: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/model + - Gitee: https://gitee.com/ghost-him/ZeroLaunch-rs/releases/tag/model + - GitCode: https://gitcode.com/ghost-him/ZeroLaunch-rs/releases/model + 请根据模型发布页中的说明进行配置。 +ReleaseNotesUrl: https://github.com/ghost-him/ZeroLaunch-rs/releases/tag/v0.6.4 +InstallationNotes: 欢迎使用 ZeroLaunch-rs !如果使用过程中遇到什么问题,欢迎到 Issue 中提问! +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.yaml b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.yaml new file mode 100644 index 000000000000..b68af4c489c8 --- /dev/null +++ b/manifests/g/ghost-him/ZeroLaunch-rs/0.6.4/ghost-him.ZeroLaunch-rs.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ghost-him.ZeroLaunch-rs +PackageVersion: 0.6.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.installer.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.installer.yaml new file mode 100644 index 000000000000..b47cdf1b6ee3 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.40 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: mirror-for-photoshop-server-win-x64.exe + PortableCommandAlias: mirror-for-photoshop-server +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/hex/mirror-for-photoshop-server/releases/download/v2025.12.40/mirror-for-photoshop-server-win-x64.zip + InstallerSha256: EC5E6D4EAA340C29E9F3F63E615130FA315907D4F12A39EB996EBC2191D3DE37 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.locale.en-US.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.locale.en-US.yaml new file mode 100644 index 000000000000..5737d81e30f9 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.locale.en-US.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.40 +PackageLocale: en-US +Publisher: hex +PublisherUrl: https://github.com/hex +PackageName: Mirror for Photoshop Server +PackageUrl: https://github.com/hex/mirror-for-photoshop-server +License: MIT +LicenseUrl: https://github.com/hex/mirror-for-photoshop-server/blob/main/LICENSE +ShortDescription: WebSocket relay server bridging Adobe Photoshop to iOS devices +Description: Mirror for Photoshop Server is a WebSocket relay that connects Adobe Photoshop to iOS devices for real-time preview. It enables the Photoshop plugin to transmit preview images to connected iOS clients via Bonjour/mDNS discovery. +Tags: + - photoshop + - preview + - design + - ios + - websocket + - relay +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.yaml b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.yaml new file mode 100644 index 000000000000..c5a1d5fe89b9 --- /dev/null +++ b/manifests/h/Hex/MirrorForPhotoshopServer/2025.12.40/Hex.MirrorForPhotoshopServer.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: Hex.MirrorForPhotoshopServer +PackageVersion: 2025.12.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.installer.yaml b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.installer.yaml new file mode 100644 index 000000000000..62c883645da1 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.0.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: mdns-browser +ReleaseDate: 2025-12-16 +AppsAndFeaturesEntries: +- Publisher: github + ProductCode: mdns-browser +InstallationMetadata: + DefaultInstallLocation: placeholder\mdns-browser +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hrzlgnm/mdns-browser/releases/download/mdns-browser-v1.0.5/mdns-browser_1.0.5_x64-setup.exe + InstallerSha256: D2CBD64316200EECAF7D0A8C08ED9D56F629447F144AEEF78BF468A883CB89F0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.locale.en-US.yaml b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.locale.en-US.yaml new file mode 100644 index 000000000000..a2b16ed2af93 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.0.5 +PackageLocale: en-US +Publisher: hrzlgnm +PublisherUrl: https://github.com/hrzlgnm +PublisherSupportUrl: https://github.com/hrzlgnm/mdns-browser/issues +PrivacyUrl: https://github.com/hrzlgnm/mdns-browser/blob/main/PRIVACY.md +Author: hrzlgnm +PackageName: mdns-browser +PackageUrl: https://github.com/hrzlgnm/mdns-browser +License: MIT +LicenseUrl: https://github.com/hrzlgnm/mdns-browser/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 hrzlgnm +ShortDescription: mDNS Browser +Description: mDNS Browser +Tags: +- leptos +- mdns-sd +- rust +- tauri +- thaw +ReleaseNotes: |- + What's Changed + 🧰 Maintenance + - chore(ci): trigger release drafter run after bumping the version @hrzlgnm #1735 + - chore(ci): pass gh token to gh workflow run @hrzlgnm #1736 + - chore(ci): add missing actions write permissions @hrzlgnm #1737 + - chore(ci): draft releases with latest tag reflected in tauri config @hrzlgnm #1738 + - chore(void): refactor void packaging to template generation @hrzlgnm #1743 + - fix(void): use correct version outputs after refactoring @hrzlgnm #1745 + ⬆️ Dependency Updates + 7 changes + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-arch-aur-builder:v1 docker digest to 2498279 @renovate[bot] #1739 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-ubuntu-builder:v1 docker digest to 8b37b98 @renovate[bot] #1740 + - chore(deps): update dependency cargo-nextest to v0.9.115 @renovate[bot] #1742 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-void-package-builder:v1 docker digest to f0d8065 @renovate[bot] #1741 + - chore(deps): update archlinux:base-devel docker digest to 1635f38 @renovate[bot] #1744 + - chore(deps): update ghcr.io/hrzlgnm/mdns-browser-arch-aur-builder:v1 docker digest to 8babd70 @renovate[bot] #1746 + - chore(deps): lock file maintenance @renovate[bot] #1747 + Full Changelog + mdns-browser-v1.0.1...mdns-browser-v1.0.5 +ReleaseNotesUrl: https://github.com/hrzlgnm/mdns-browser/releases/tag/mdns-browser-v1.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.yaml b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.yaml new file mode 100644 index 000000000000..9611a45eb253 --- /dev/null +++ b/manifests/h/hrzlgnm/mdns-browser/1.0.5/hrzlgnm.mdns-browser.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: hrzlgnm.mdns-browser +PackageVersion: 1.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.installer.yaml b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.installer.yaml new file mode 100644 index 000000000000..27eb9384ae54 --- /dev/null +++ b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: IPEVO.Visualizer +PackageVersion: 4.2.18.0 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{A640538D-8FCD-4A20-85F8-5A58E0E60AB0}' +ReleaseDate: 2025-12-15 +AppsAndFeaturesEntries: +- ProductCode: '{A640538D-8FCD-4A20-85F8-5A58E0E60AB0}' + UpgradeCode: '{43CB5045-9133-40D4-9D55-AEEF299C72FD}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x86 + InstallerUrl: https://ipevo-software.s3.us-east-1.amazonaws.com/Visualizer/Windows/VisualizerDesktop_4.2.18.0.msi + InstallerSha256: 548BBD01F2E7974DE284E0F75F7BD86DD4E835A5B2A31EE2C1BF2C550FAB2D0B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.en-US.yaml b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.en-US.yaml new file mode 100644 index 000000000000..6e6a59ef1ca0 --- /dev/null +++ b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: IPEVO.Visualizer +PackageVersion: 4.2.18.0 +PackageLocale: en-US +Publisher: IPEVO Inc. +PublisherUrl: https://www.ipevo.com/ +PublisherSupportUrl: https://www.ipevo.com/help-center +PrivacyUrl: https://www.ipevo.com/privacy +Author: IPEVO Inc. +PackageName: Visualizer +PackageUrl: https://us.ipevo.com/pages/visualizer +License: Proprietary +LicenseUrl: https://www.ipevo.com/terms-of-use +Copyright: Copyright © 2025 IPEVO Inc. +CopyrightUrl: https://www.ipevo.com/terms-of-use +ShortDescription: Visualize Things in a New Way. +Description: |- + IPEVO Visualizer allows you to display the video feed from your computer camera, record it, modify it, and more. That means you can use it to show what your camera sees, either on a big screen or in an online conferencing app. It works with any camera feed including iDocCam and is ideal for use with document cameras. + With Visualizer you can adjust the displayed image in various ways. You can Zoom in, Rotate, Mirror, Change the resolution, adjust Exposure, Apply a Video Filter, take a Snapshot, and more. +Tags: +- annotate +- annotation +- camera +- webcam +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.zh-CN.yaml b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.zh-CN.yaml new file mode 100644 index 000000000000..fd5bf3b44bec --- /dev/null +++ b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: IPEVO.Visualizer +PackageVersion: 4.2.18.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 以全新方式可视化事物。 +Description: |- + IPEVO Visualizer 可让您显示电脑摄像头的视频画面,进行录制、修改等操作。这意味着您能通过它将摄像头捕捉的内容展示在大屏幕上或在线会议应用中。该软件兼容包括 iDocCam 在内的所有摄像头信号源,尤其适合搭配实物展台使用。 + 通过 Visualizer,您能以多种方式调整显示画面:可进行放大、旋转、镜像、更改分辨率、调节曝光度、应用视频滤镜、拍摄快照等功能。 +Tags: +- 批注 +- 摄像头 +- 标注 +- 网络摄像头 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.yaml b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.yaml new file mode 100644 index 000000000000..d7c98d43ad72 --- /dev/null +++ b/manifests/i/IPEVO/Visualizer/4.2.18.0/IPEVO.Visualizer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: IPEVO.Visualizer +PackageVersion: 4.2.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.installer.yaml b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.installer.yaml new file mode 100644 index 000000000000..90b1fc3f7fc8 --- /dev/null +++ b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2025/Dec/17 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: iTop.iTopScreenRecorder +PackageVersion: 6.3.0.3577 +InstallerLocale: en-US +InstallerType: inno +ProductCode: iTop Screen Recorder_is1 +AppsAndFeaturesEntries: +- ProductCode: iTop Screen Recorder_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.itopupdate.com/dl/itop-screen-recorder-setup.exe + InstallerSha256: 761A7E0D94CC6C9EA74DA467361DE82B52326B4B6E8C004DB038893F559188B4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2025-10-09 diff --git a/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.locale.en-US.yaml b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.locale.en-US.yaml new file mode 100644 index 000000000000..d9721ff27dcc --- /dev/null +++ b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Automatically updated by the winget bot at 2025/Dec/17 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: iTop.iTopScreenRecorder +PackageVersion: 6.3.0.3577 +PackageLocale: en-US +Publisher: iTop Inc. +PublisherUrl: https://www.itopvpn.com/ +PublisherSupportUrl: https://www.itopvpn.com/support/ +PrivacyUrl: https://www.itopvpn.com/privacy/ +PackageName: iTop Screen Recorder +PackageUrl: https://recorder.itopvpn.com/ +License: Freeware +LicenseUrl: https://www.itopvpn.com/eula/ +Copyright: Copyright © iTop Inc. All rights reserved. +CopyrightUrl: https://www.itopvpn.com/terms/ +ShortDescription: Your Free Screen Recorder - iTop Screen Recorder +ReleaseNotes: |- + v6.2 (2025-10-09) + - Newly supported splitting video files automatically during recording. + - Newly supported recording multiple screens simultaneously in scheduled recording. + - Improved recording algorithm to further resolve the issue of wrongly recorded black screens. + - Fixed the recording issue of low audio volume when using multi-channel devices. + - Fixed the issue of incorrectly recognizing the recording window on ARM64. + - Fixed other known bugs. +PurchaseUrl: https://recorder.itopvpn.com/purchase/ +Documentations: +- DocumentLabel: Blog + DocumentUrl: https://recorder.itopvpn.com/blog/ +- DocumentLabel: Q&A + DocumentUrl: https://recorder.itopvpn.com/answers/ +- DocumentLabel: FAQ + DocumentUrl: https://www.itopvpn.com/faqs/ +- DocumentLabel: User Manual + DocumentUrl: https://www.itopvpn.com/user-manual/isr/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.yaml b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.yaml new file mode 100644 index 000000000000..22ffca87b879 --- /dev/null +++ b/manifests/i/iTop/iTopScreenRecorder/6.3.0.3577/iTop.iTopScreenRecorder.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Dec/17 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: iTop.iTopScreenRecorder +PackageVersion: 6.3.0.3577 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.installer.yaml b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.installer.yaml new file mode 100644 index 000000000000..8e07058b44f7 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2025.3" +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- json +ProductCode: WebStorm 2025.3 +ReleaseDate: 2025-12-08 +AppsAndFeaturesEntries: +- DisplayVersion: 253.28294.332 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2025.3.exe + InstallerSha256: D6F71E6D358722075402337EC93077DD04F8F1CCB55BD9EF3321342A9B67E33B +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2025.3.exe + InstallerSha256: D6F71E6D358722075402337EC93077DD04F8F1CCB55BD9EF3321342A9B67E33B + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2025.3-aarch64.exe + InstallerSha256: 4DA4C1017117D9DFA91A0DF67CC852AA5FCA3373DE767578E2C6E10BFF63CEA1 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webstorm/WebStorm-2025.3-aarch64.exe + InstallerSha256: 4DA4C1017117D9DFA91A0DF67CC852AA5FCA3373DE767578E2C6E10BFF63CEA1 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.locale.en-US.yaml b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.locale.en-US.yaml new file mode 100644 index 000000000000..68acd0ade4e8 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2025.3" +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: WebStorm +PackageUrl: https://www.jetbrains.com/webstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: The smartest JavaScript IDE +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. +Moniker: webstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- programming +- webpage +ReleaseNotes: |- + Visit our blog to learn more about the new functionality and the latest enhancements. + Here are the highlights: + - Islands as the default theme + - Improved module resolution and monorepo support + - Improved auto-import mechanism for pnpm symlinked packages + - Support for remote debugging via WSL, Docker, SSH, or similar setups with WebStorm's built-in JavaScript debugger. + - Upgraded AI chat with Junie and Claude agents integrated directly into the IDE and having full access to the IDE's capabilities via the JetBrains MCP server + - Support for the Vitest 4 + - Out-of-memory error detection in large TypeScript projects that use the TypeScript language service + - Support for modern Angular features introduced in 20.1 and 20.2 + - Support for modern CSS features in accordance with the latest Webref specifications + - Extended support for Prettier, including a Prettier status widget and auto-format on paste + - Simplified runtime management for JavaScript via a unified JavaScript runtime page via Node.js, Bun, and Deno settings +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538698/WebStorm-2025.3-253.28294.332-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/webstorm/buy/ +Documentations: +- DocumentLabel: Learn WebStorm + DocumentUrl: https://www.jetbrains.com/webstorm/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.locale.zh-CN.yaml new file mode 100644 index 000000000000..6ad78836baa7 --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.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.10.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2025.3" +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/webstorm/ +License: 专有软件 +ShortDescription: 最智能的 JavaScript IDE +Description: WebStorm 是一个适用于 JavaScript 和相关技术的集成开发环境。类似于其他 JetBrains IDE,它也会使您的开发体验更有趣,自动执行常规工作并帮助您轻松处理复杂任务。 +Tags: +- css +- htm +- html +- javascript +- js +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538698/WebStorm-2025.3-253.28294.332-build-Release-Notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/webstorm/buy/ +Documentations: +- DocumentLabel: 学习 WebStorm + DocumentUrl: https://www.jetbrains.com/zh-cn/webstorm/learn/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.yaml b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.yaml new file mode 100644 index 000000000000..1df840e364bb --- /dev/null +++ b/manifests/j/JetBrains/WebStorm/2025.3/JetBrains.WebStorm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JetBrains.WebStorm +PackageVersion: "2025.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jubler/App/9.0.1/Jubler.App.installer.yaml b/manifests/j/Jubler/App/9.0.1/Jubler.App.installer.yaml new file mode 100644 index 000000000000..e2d7911d114b --- /dev/null +++ b/manifests/j/Jubler/App/9.0.1/Jubler.App.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Jubler.App +PackageVersion: 9.0.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{84E58A62-0000-0000-0000-000000000000}_is1' +ReleaseDate: 2025-10-21 +AppsAndFeaturesEntries: +- Publisher: Jubler + ProductCode: '{84E58A62-0000-0000-0000-000000000000}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Jubler' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/teras/Jubler/releases/download/v9.0.1/Jubler-9.0.1-x64.exe + InstallerSha256: 050533BB24E9FD89B22EB830EDA9A71F4B11C39619DF4158BC835738ECB0DB5E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jubler/App/9.0.1/Jubler.App.locale.en-US.yaml b/manifests/j/Jubler/App/9.0.1/Jubler.App.locale.en-US.yaml new file mode 100644 index 000000000000..8129253b9655 --- /dev/null +++ b/manifests/j/Jubler/App/9.0.1/Jubler.App.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Jubler.App +PackageVersion: 9.0.1 +PackageLocale: en-US +Publisher: Panayotis Katsaloulis +PublisherUrl: https://github.com/teras +PublisherSupportUrl: https://github.com/teras/Jubler/issues +PackageName: Jubler +PackageUrl: https://github.com/teras/Jubler +License: AGPL-3.0 +LicenseUrl: https://github.com/teras/Jubler/blob/HEAD/LICENSE +ShortDescription: Jubler Setup +ReleaseNotes: |- + - Subtitle preview enhanced with shift/alt key support and snapping functionality + - Added WebVTT subtitle format, alongside XML-based subtitle formats (ITT, TTML, DFXP) + - Command-line tools for automated workflows and terminal operations + - Dark theme support + - Unified preferences system with import/export/reset capabilities + - Quality control metrics updated, with CPS (characters-per-second) display directly in the subtitle table + - Enhanced regular expression search capabilities + - Improve Azure Translate implementation + - Fix SRT subtitle save, when styles are present +ReleaseNotesUrl: https://github.com/teras/Jubler/releases/tag/v9.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jubler/App/9.0.1/Jubler.App.yaml b/manifests/j/Jubler/App/9.0.1/Jubler.App.yaml new file mode 100644 index 000000000000..15ec52a13cc7 --- /dev/null +++ b/manifests/j/Jubler/App/9.0.1/Jubler.App.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Jubler.App +PackageVersion: 9.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.installer.yaml b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.installer.yaml new file mode 100644 index 000000000000..93458fc4bea0 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.42.1 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +ProductCode: '{35D4C1DF-8795-4BC6-B523-6C61E8044BDB}' +Installers: +- Architecture: x64 + InstallerUrl: https://cli-dist.keboola.com/msi/keboola-cli_2.42.1_windows_amd64.msi + InstallerSha256: 3E65CDCDD2D24736A9608C35257F3C620BFE26ABF96D735FB09D00605C53015F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.locale.en-US.yaml b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.locale.en-US.yaml new file mode 100644 index 000000000000..15e70a370e57 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.42.1 +PackageLocale: en-US +Publisher: Keboola Industries SE +PublisherUrl: https://www.keboola.com +PublisherSupportUrl: https://support.keboola.com +PrivacyUrl: https://www.keboola.com/privacy-policy +Author: Keboola Industries SE +PackageName: Keboola CLI +PackageUrl: https://github.com/keboola/keboola-as-code +License: MIT License +LicenseUrl: https://github.com/keboola/keboola-as-code/blob/main/LICENSE +Copyright: Keboola Industries SE +ShortDescription: Operate your cloud data pipeline from the command line +Moniker: keboola +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.yaml b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.yaml new file mode 100644 index 000000000000..f7d6590691e4 --- /dev/null +++ b/manifests/k/Keboola/KeboolaCLI/2.42.1/Keboola.KeboolaCLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Keboola.KeboolaCLI +PackageVersion: 2.42.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.installer.yaml b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.installer.yaml new file mode 100644 index 000000000000..62fe292f007f --- /dev/null +++ b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.installer.yaml @@ -0,0 +1,33 @@ +# Created using eduVPN build system +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LetsConnect.Client +PackageVersion: 4.5 +Installers: +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://codeberg.org/eduVPN/windows/releases/download/4.5/LetsConnectClient_4.5_ARM64.msi + InstallerSha256: 67cb9c8c521dc8caad527322c0c071d911ab13103206381b0982e6bcdc18bd6f + AppsAndFeaturesEntries: + - ProductCode: '{8EB04E68-9CD4-4A60-8001-55A5C918E3B4}' + DisplayName: Let's Connect! Client 4.5 ARM64 + UpgradeCode: '{090C24F6-1F11-4DB8-9338-68E3526139F5}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://codeberg.org/eduVPN/windows/releases/download/4.5/LetsConnectClient_4.5_x64.msi + InstallerSha256: d4f9ffb7231263e43d5494098fd445aa501a888c0bba3973a83e1db1a3c1c187 + AppsAndFeaturesEntries: + - ProductCode: '{8EB04E68-9CD4-4A60-8001-55A5C918E3B4}' + DisplayName: Let's Connect! Client 4.5 x64 + UpgradeCode: '{090C24F6-1F11-4DB8-9338-68E3526139F5}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://codeberg.org/eduVPN/windows/releases/download/4.5/LetsConnectClient_4.5_x86.msi + InstallerSha256: 2c660e0eadb20e8789da13152a06c2cecc558dfb00bde1c14e5b5ca651d7ef13 + AppsAndFeaturesEntries: + - ProductCode: '{8EB04E68-9CD4-4A60-8001-55A5C918E3B4}' + DisplayName: Let's Connect! Client 4.5 x86 + UpgradeCode: '{76E93AAB-1F90-4AA3-B7EE-F697A4B1B479}' +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.locale.en-US.yaml b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.locale.en-US.yaml new file mode 100644 index 000000000000..30ef5913236c --- /dev/null +++ b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using eduVPN build system +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LetsConnect.Client +PackageVersion: 4.5 +PackageLocale: en-US +Publisher: Let's Connect! +PublisherUrl: https://www.letsconnect-vpn.org/ +PackageName: Let's Connect! Client +License: GPL-3.0 +ShortDescription: Access your institute's network or the Internet using an encrypted connection. +Tags: +- vpn +- eduvpn +ReleaseNotesUrl: https://codeberg.org/eduVPN/windows/releases/tag/4.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 + diff --git a/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.yaml b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.yaml new file mode 100644 index 000000000000..6f0764f2a6bf --- /dev/null +++ b/manifests/l/LetsConnect/Client/4.5/LetsConnect.Client.yaml @@ -0,0 +1,9 @@ +# Created using eduVPN build system +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LetsConnect.Client +PackageVersion: 4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 + diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..2dae7f9912e6 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.6.20/CLIProxyAPI_6.6.20_windows_amd64.zip + InstallerSha256: C2519C338835B78399689124009C31C0A1854208DBA204786D8883D9EF074723 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..11521138dec3 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.20 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - b602eae215f718a334e4b27d970d6e24a69a1b62 Fix antigravity Claude thinking signature handling + - f49e887fe6d466f531a185bce3a3ec53d19df6b0 Merge pull request #570 from fuguiKz/fix/antigravity-thinking-signature + - 6586f08584a77165b5b175e318a7927edf46b642 fix(translator): correct funcName extraction and ensure proper handling of function response data in Antigravity Claude requests +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v6.6.20 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..d2a3d1b666d6 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.20 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..7a2d11c69fd3 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/6.6.20/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 6.6.20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/legeling/PromptHub/.validation b/manifests/l/legeling/PromptHub/.validation new file mode 100644 index 000000000000..6cf80095323e --- /dev/null +++ b/manifests/l/legeling/PromptHub/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"730a92a9-df27-48f3-a19e-0f9c4fb9d767","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/l/legeling/PromptHub/0.2.2","CommitId":"c6d1d0122d785933a50026b4b6d8c6c416dbbd5a"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.installer.yaml b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.installer.yaml new file mode 100644 index 000000000000..cf5b94224002 --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.22.500 +InstallerLocale: en-US +InstallerType: wix +InstallerSwitches: + Custom: INSTALLEDBY="winget" +ProductCode: '{7FBE732F-229A-4668-BC7D-21E2DEA01193}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.4/azd-windows-amd64.msi + InstallerSha256: F6112828DFAA8B23401CCFFFB2129BB56EBED8A9CC95DE5517A8249AC7C33791 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-18 diff --git a/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.locale.en-US.yaml b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.locale.en-US.yaml new file mode 100644 index 000000000000..793f3fa68b92 --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.22.500 +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.22.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Azure/azure-dev/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.yaml b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.yaml new file mode 100644 index 000000000000..8adb1231330b --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.22.500/Microsoft.Azd.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.22.500 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.installer.yaml b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.installer.yaml new file mode 100644 index 000000000000..7c98c87fd5b2 --- /dev/null +++ b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.51.2.0.1 +InstallerType: inno +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART + Custom: /COMPONENTS=icons,ext,gitlfs,assoc,assoc_sh,consolefont,windowsterminal,scalar +UpgradeBehavior: install +Commands: +- git +FileExtensions: +- gitattributes +- gitignore +- gitmodules +- sh +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.51.2.vfs.0.1/Git-2.51.2.vfs.0.1-64-bit.exe + InstallerSha256: 9C4AFD676AEAADEF2D071C63397B02CE48DD2AA5DA8ABF46C26AF9A76C2A068B +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.51.2.vfs.0.1/Git-2.51.2.vfs.0.1-64-bit.exe + InstallerSha256: 9C4AFD676AEAADEF2D071C63397B02CE48DD2AA5DA8ABF46C26AF9A76C2A068B +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.51.2.vfs.0.1/Git-2.51.2.vfs.0.1-arm64.exe + InstallerSha256: 8B95FA1B3B6D30E32227A833E25FC34DBF696BDE65176E7640F50D39F3946ACF +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/microsoft/git/releases/download/v2.51.2.vfs.0.1/Git-2.51.2.vfs.0.1-arm64.exe + InstallerSha256: 8B95FA1B3B6D30E32227A833E25FC34DBF696BDE65176E7640F50D39F3946ACF +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.en-US.yaml b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.en-US.yaml new file mode 100644 index 000000000000..ebb10dd1fc7b --- /dev/null +++ b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.51.2.0.1 +PackageLocale: en-US +Publisher: The Git Client Team at Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/git/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Git +PackageUrl: https://github.com/microsoft/git +License: GPL-2.0 +LicenseUrl: https://github.com/microsoft/git/blob/HEAD/COPYING +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A fork of Git containing Microsoft-specific patches. +Description: |- + This is microsoft/git, a special Git distribution to support monorepo scenarios. If you are not working in a monorepo, you are likely searching for Git for Windows instead of this codebase. + In addition to the Git command-line interface (CLI), microsoft/git includes the Scalar CLI to further enable working with extremely large repositories. Scalar is a tool to apply the latest recommendations and use the most advanced Git features. +Moniker: microsoft-git +Tags: +- git +- vcs +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.zh-CN.yaml b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.zh-CN.yaml new file mode 100644 index 000000000000..7790674346f5 --- /dev/null +++ b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.51.2.0.1 +PackageLocale: zh-CN +Publisher: The Git Client Team at Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/git/issues +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Git +PackageUrl: https://github.com/microsoft/git +License: GPL-2.0 +LicenseUrl: https://github.com/microsoft/git/blob/HEAD/COPYING +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: 一个包含针对微软的补丁的 Git 分叉。 +Description: |- + 这是 microsoft/git,一个支持 monorepo 的特殊 Git 发行版。如果您不是在 monorepo 中工作,那么您可能需要的是 Git for Windows,而不是这个代码库。 + 除了 Git 命令行界面(CLI),microsoft/git 还包含 Scalar CLI,以进一步支持超大型软件源的工作。Scalar 是应用最新建议和使用最先进 Git 功能的工具。 +Tags: +- git +- 版本控制系统 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.yaml b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.yaml new file mode 100644 index 000000000000..3f6db7759b8d --- /dev/null +++ b/manifests/m/Microsoft/Git/2.51.2.0.1/Microsoft.Git.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.Git +PackageVersion: 2.51.2.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.installer.yaml b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.installer.yaml new file mode 100644 index 000000000000..c66923ac49b0 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community.Insiders +PackageVersion: 18.3.11312.210 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/07bf31f1-ddbd-4158-b47b-da0c7b07ca0f/355269d43aeccdb16caf0e2e07d652b59fbeefb2fdbf0db6bc0d3f044da75b7c/vs_Community.exe + InstallerSha256: 355269d43aeccdb16caf0e2e07d652b59fbeefb2fdbf0db6bc0d3f044da75b7c +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.locale.en-US.yaml new file mode 100644 index 000000000000..890d4e6a0e63 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community.Insiders +PackageVersion: 18.3.11312.210 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Community 2026 Insiders +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Everything you need to build modern apps - free for you, built for impact. +Moniker: vs18-community-insiders +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.yaml b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.yaml new file mode 100644 index 000000000000..63b0e357a0ed --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Community/Insiders/18.3.11312.210/Microsoft.VisualStudio.Community.Insiders.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Community.Insiders +PackageVersion: 18.3.11312.210 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 000000000000..5df076984109 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.0.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2025-12-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-windows-x86_64-1.0.3.zip + InstallerSha256: 023D918CDA06C735A3F181493DC69C38063EDB942844335C942EAB3C2F6EE023 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 000000000000..7f69cf41ebd1 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.0.3 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2025 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +# Moniker: +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: '- Add LICENCE symlink in distribution/zed for compatibility with zed extension release process' +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#v103 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 000000000000..d0c95eaa5606 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.0.3 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: Mistral 推出的极简 CLI 代码智能体 +Description: |- + Mistral 的开源 CLI 编程助手。 + Mistral Vibe 是由 Mistral 模型驱动的命令行编程助手。它为您的代码库提供了一个对话式界面,让您可以通过自然语言,利用一系列强大的工具来浏览、修改和与项目进行交互。 +# Moniker: +Tags: +- ai +- 代码 +- 开发 +- 智能体 +- 编程 +- 自主智能 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 000000000000..118bde317fc4 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.0.3/MistralAI.MistralVibe.ACP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 000000000000..e2c7887db58e --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.1.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2025-12-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v1.1.2/vibe-acp-windows-x86_64-1.1.2.zip + InstallerSha256: 8A3771F35266589FE604B43FBC30D16025C66E1C105AFDA7C28B52D08A93A307 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 000000000000..ba3bd40d28c1 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.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.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2025 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Changed + - add terminal-auth auth method to ACP agent only if the client supports it + - fix user-agent header when using Mistral backend, using SDK hook +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#112---2025-12-11 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 000000000000..e22caf63aab3 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.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.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.1.2 +PackageLocale: zh-CN +ShortDescription: Mistral 推出的极简 CLI 代码智能体 +Description: |- + Mistral 的开源 CLI 编程助手。 + Mistral Vibe 是由 Mistral 模型驱动的命令行编程助手。它为您的代码库提供了一个对话式界面,让您可以通过自然语言,利用一系列强大的工具来浏览、修改和与项目进行交互。 +Tags: +- ai +- 代码 +- 开发 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 000000000000..3b327e50bda7 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/1.1.2/MistralAI.MistralVibe.ACP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MistralAI.MistralVibe.ACP +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.installer.yaml b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.installer.yaml new file mode 100644 index 000000000000..3aed9f9dce84 --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.14.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{5F2C2FF2-611C-41B7-9D03-16EFC312D9DA}' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- DisplayName: MongoDB Tools 100 + ProductCode: '{5F2C2FF2-611C-41B7-9D03-16EFC312D9DA}' + UpgradeCode: '{EFFC2F80-8F82-413F-A3BA-4A96F3D2883A}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MongoDB\Tools\100' +Installers: +- Architecture: x64 + InstallerUrl: https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.14.0.msi + InstallerSha256: 66887285752BA3C1C26D7303A33692B0B10A99420443B45A4A7063A3E1A55999 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.locale.en-US.yaml b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.locale.en-US.yaml new file mode 100644 index 000000000000..ea6a05e1db63 --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.14.0 +PackageLocale: en-US +Publisher: MongoDB Inc. +PublisherUrl: https://www.mongodb.com/ +PublisherSupportUrl: https://support.mongodb.com/ +PrivacyUrl: https://www.mongodb.com/legal/privacy-policy +Author: MongoDB Inc. +PackageName: MongoDB Tools +PackageUrl: https://docs.mongodb.com/database-tools/ +License: Server Side Public License (SSPL) +LicenseUrl: https://www.mongodb.com/licensing/server-side-public-license +Copyright: Copyright © 2023 MongoDB, Inc. +CopyrightUrl: https://www.mongodb.com/licensing/server-side-public-license +ShortDescription: The MongoDB Database Tools are a collection of command-line utilities for working with a MongoDB deployment. +Moniker: mongodbtools +Tags: +- bsondump +- mongodump +- mongoexport +- mongofiles +- mongoimport +- mongorestore +- mongostat +- mongotop +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.mongodb.com/docs/database-tools/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.yaml b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.yaml new file mode 100644 index 000000000000..1684e229d813 --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.14.0/MongoDB.DatabaseTools.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.installer.yaml new file mode 100644 index 000000000000..2ad3506a7865 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.65" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kimi.exe +Commands: +- kimi +ProductCode: 2025-11-12 +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/0.65/kimi-0.65-x86_64-pc-windows-msvc.zip + InstallerSha256: 88F965E89C6F903D064E7B6B47E6CB2120A3E5C6D94ACBD62FE7394FA812F097 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.locale.en-US.yaml new file mode 100644 index 000000000000..03264acfe378 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.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.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.65" +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi CLI +PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html +License: Apache-2.0 +LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE +ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations. +Moniker: kimi-cli +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - feat: support named sessions by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/484 + - fix(session): drop empty sessions and show current first by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/486 + - feat(shell-ui): replay recent turns from wire file by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/485 + - feat(metacmd): add /usage meta command to show Kimi for Coding API usage by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/487 + - chore: bump version to 0.65 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/488 + Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/0.64...0.65 +ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/0.65 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..17f2930200fa --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.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.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.65" +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html +ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.yaml b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.yaml new file mode 100644 index 000000000000..4f9d168e44a3 --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/0.65/MoonshotAI.KimiCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: "0.65" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.installer.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.installer.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.installer.yaml index 8adf54b43c1d..0bbb07553451 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.installer.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.1.0.16149 +PackageVersion: 26.1.0.16162 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.0/Colibri_26.1.0-alpha.26.exe - InstallerSha256: DE725B77E314F57B2EC58F5571CEA17EDDF4E1580B4D1E9D837C033077CE69E3 + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.0/Colibri_26.1.0-alpha.39.exe + InstallerSha256: 9AD59976673BD24FD8DEB9E6A5C92DEC56CCDAC3B0E4127DB12C4174FEBB4348 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.locale.en-US.yaml index 76d6fdd17e37..c329c3337a91 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.1.0.16149 +PackageVersion: 26.1.0.16162 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.yaml b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.yaml rename to manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.yaml index a6ff82490b37..c6c1b70ec8ca 100644 --- a/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16149/matchmycolor.ColibriAlpha.yaml +++ b/manifests/m/matchmycolor/ColibriAlpha/26.1.0.16162/matchmycolor.ColibriAlpha.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: matchmycolor.ColibriAlpha -PackageVersion: 26.1.0.16149 +PackageVersion: 26.1.0.16162 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.installer.yaml new file mode 100644 index 000000000000..bda5ac6c815c --- /dev/null +++ b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: mikf.gallery-dl.Nightly +PackageVersion: 2025.12.16 +InstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2025.12.16/gallery-dl_windows_x86.exe + InstallerSha256: E6DA200B7D9B70085934B914E1D2A696333E56A78020FB48FFEEDAB79839909A + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2025.12.16/gallery-dl_windows.exe + InstallerSha256: 3F36EDA014A51BA621CB334089E5926B2BED01BA817F4E6E4933DBAD1965E72E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..f8159ca0b79e --- /dev/null +++ b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: mikf.gallery-dl.Nightly +PackageVersion: 2025.12.16 +PackageLocale: en-US +Publisher: Mike Fährmann +PublisherUrl: https://github.com/mikf +PublisherSupportUrl: https://github.com/mikf/gallery-dl/issues +Author: Mike Fährmann +PackageName: gallery-dl +PackageUrl: https://github.com/mikf/gallery-dl +License: GPL-2.0 +LicenseUrl: https://github.com/gdl-org/builds/blob/HEAD/LICENSE +ShortDescription: | + Command-line program to download image galleries and collections from several image hosting sites +Description: | + gallery-dl is a command-line program to download image galleries and collections from several image hosting sites (see Supported Sites). It is a cross-platform tool with many configuration options and powerful filenaming capabilities. +Tags: +- danbooru +- deviantart +- downloader +- flickr +- gallery +- kemono +- mangadex +- pixiv +- tumblr +- twitter +ReleaseNotes: mikf/gallery-dl@f909637 +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2025.12.16 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.yaml new file mode 100644 index 000000000000..974de19130c0 --- /dev/null +++ b/manifests/m/mikf/gallery-dl/Nightly/2025.12.16/mikf.gallery-dl.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: mikf.gallery-dl.Nightly +PackageVersion: 2025.12.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/n/Notion/Notion/6.3.1/Notion.Notion.installer.yaml b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.installer.yaml new file mode 100644 index 000000000000..d45d483a643d --- /dev/null +++ b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 6.3.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- notion +ProductCode: 661f0cc6-343a-59cb-a5e8-8f6324cc6998 +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%206.3.1.exe + InstallerSha256: CCE2AAA8228763D0E11FD39AE9CC4170BC5D796CC97BA1A06DD8C249C9FC6831 +- Architecture: arm64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%206.3.1%20arm64.exe + InstallerSha256: B791D3FA250788C3131239CBB155F3D0D365D37ECEA3330652E3279229C3B8DC +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/Notion/Notion/6.3.1/Notion.Notion.locale.en-US.yaml b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.locale.en-US.yaml new file mode 100644 index 000000000000..17f339f3b3d1 --- /dev/null +++ b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.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.10.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 6.3.1 +PackageLocale: en-US +Publisher: Notion Labs, Inc +PublisherUrl: https://www.notion.com/ +PrivacyUrl: https://www.notion.so/notion/Privacy-Policy-3468d120cf614d4c9014c09f6adc9091 +Author: Notion Labs, Inc. +PackageName: Notion +License: Proprietary +LicenseUrl: https://www.notion.so/Terms-Conditions-4e1c5dd3e3de45dfa4a8ed60f1a43da0 +Copyright: © 2025 Notion Labs, Inc. +CopyrightUrl: https://www.notion.so/notion/Notion-Trademark-Usage-Guidelines-9826313c686a4f6e9d8a48347162714b +ShortDescription: A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team. +Moniker: notion +Tags: +- backlink +- bi-directional-link +- block +- collaborate +- collaboration +- docs +- document +- editor +- knowledge +- knowledge-base +- markdown +- notes +- reference +- share +- team +PurchaseUrl: https://www.notion.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Notion/Notion/6.3.1/Notion.Notion.locale.zh-CN.yaml b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.locale.zh-CN.yaml new file mode 100644 index 000000000000..867418a213fe --- /dev/null +++ b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 6.3.1 +PackageLocale: zh-CN +PublisherUrl: https://www.notion.com/zh-cn/ +PublisherSupportUrl: https://www.notion.com/zh-cn/help +PackageUrl: https://www.notion.com/zh-cn/desktop +License: 专有软件 +ShortDescription: 一个崭新的工具,将你的多个工作应用融为一体,并成为你和团队的一站式工作空间。 +Tags: +- markdown +- 共享 +- 内容块 +- 分享 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 团队 +- 引用 +- 我来 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +PurchaseUrl: https://www.notion.com/zh-cn/pricing +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Notion/Notion/6.3.1/Notion.Notion.yaml b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.yaml new file mode 100644 index 000000000000..c51264cb1dc4 --- /dev/null +++ b/manifests/n/Notion/Notion/6.3.1/Notion.Notion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 6.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.installer.yaml b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.installer.yaml new file mode 100644 index 000000000000..5b910a004965 --- /dev/null +++ b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 125.0.5729.39 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_air/125.0.5729.39/win/Opera_Air_125.0.5729.39_Setup_x64.exe + InstallerSha256: 6BBF10A660BC29876295756AE602C291F49A94274DD1B9E1C05EB9263E70E1B2 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_air/125.0.5729.39/win/Opera_Air_125.0.5729.39_Setup_x64.exe + InstallerSha256: 6BBF10A660BC29876295756AE602C291F49A94274DD1B9E1C05EB9263E70E1B2 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.locale.en-US.yaml b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.locale.en-US.yaml new file mode 100644 index 000000000000..5bd2ab914d70 --- /dev/null +++ b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.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.10.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 125.0.5729.39 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Air +PackageUrl: https://www.opera.com/air +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2025 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The world’s first browser with mindfulness at its core - no subscriptions, no app juggling. Discover a focused, balanced, and stress-free web. +Description: |- + Opera Air is a brand new browser with mindfulness at its core, that meets the needs of our busy lives by reducing distractions and helping you focus. It integrates features that support relaxation and well-being, such as meditation and breathing practices, binaural beats, and neck stretches. + Developed with tried and true methods, Opera Air creates an environment that helps boost productivity and creativity while promoting mental health and creating a calmer, more focused browsing experience. +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.locale.zh-CN.yaml b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.locale.zh-CN.yaml new file mode 100644 index 000000000000..57bd43e0ff6a --- /dev/null +++ b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 125.0.5729.39 +PackageLocale: zh-CN +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PackageUrl: https://www.opera.com/zh-cn/air +License: 免费软件 +Copyright: 版权所有 © 1995-2025 Opera Software AS。保留所有权利。 +ShortDescription: 全球首款以“专注”为核心的浏览器--无需订阅,无需玩转各种应用。探索一个专注、平衡、无压力的网络。 +Description: |- + Opera Air 是一款全新的浏览器,其核心是“心智”,通过减少干扰和帮助您集中注意力,从而满足我们在繁忙生活中的需求。它集成了放松与健康功能,如冥想和呼吸练习、双耳节拍和颈部拉伸。 + Opera Air 基于久经考验的方法开发,创造了一种有助于提高工作效率和创造力的环境,同时促进了心理健康,创造了一种更平静、更专注的浏览体验。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.yaml b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.yaml new file mode 100644 index 000000000000..176508f5ad20 --- /dev/null +++ b/manifests/o/Opera/OperaAir/125.0.5729.39/Opera.OperaAir.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 125.0.5729.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.installer.yaml b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.installer.yaml new file mode 100644 index 000000000000..4386bab02cce --- /dev/null +++ b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.installer.yaml @@ -0,0 +1,32 @@ +# Created with PHPWatch/winget-pkgs - https://github.com/PHPWatch/php-winget-manifest +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PHP.PHP.8.3 +PackageVersion: 8.3.29 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: php.exe + PortableCommandAlias: php +Commands: + - php + - php83 +UpgradeBehavior: install +ReleaseDate: 2025-12-16 +ArchiveBinariesDependOnPath: true +Installers: + - Architecture: x64 + InstallerUrl: https://downloads.php.net/~windows/releases/php-8.3.29-Win32-vs16-x64.zip + InstallerSha256: ca23b36638a42616f9ed93502679ff46e2109da841028ba916f3e4764149ecbe + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - Architecture: x86 + InstallerUrl: https://downloads.php.net/~windows/releases/php-8.3.29-Win32-vs16-x86.zip + InstallerSha256: 64ddf80c885ef3e15af908db05164bb579f227ffe7949798843fbd3bd830335c + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.locale.en-US.yaml b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.locale.en-US.yaml new file mode 100644 index 000000000000..10cc1fae4c36 --- /dev/null +++ b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with PHPWatch/winget-pkgs - https://github.com/PHPWatch/php-winget-manifest +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PHP.PHP.8.3 +Description: "PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML." +ShortDescription: PHP 8.3 +PackageVersion: 8.3.29 +ReleaseNotesUrl: https://www.php.net/ChangeLog-8.php#8.3.29 +PackageLocale: en-US +Publisher: PHP Group +PublisherUrl: https://php.net +PublisherSupportUrl: https://www.php.net/docs.php +Author: PHP Group +PackageName: PHP 8.3 +PackageUrl: https://php.net +License: PHP License v3.01 +LicenseUrl: https://www.php.net/license/3_01.txt +Copyright: (c) PHP Group +CopyrightUrl: https://www.php.net/credits.php +Moniker: php8.3 +Tags: + - php + - php83 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.yaml b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.yaml new file mode 100644 index 000000000000..a5e4c567d684 --- /dev/null +++ b/manifests/p/PHP/PHP/8/3/8.3.29/PHP.PHP.8.3.yaml @@ -0,0 +1,8 @@ +# Created with PHPWatch/winget-pkgs - https://github.com/PHPWatch/php-winget-manifest +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PHP.PHP.8.3 +PackageVersion: 8.3.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.installer.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.installer.yaml new file mode 100644 index 000000000000..90851eeff54f --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/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.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25121811 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- wmpvp +ProductCode: '{a9be7c93-59b5-5f11-bbb9-964db82cbf57}' +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x86 + InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.25121811.exe + InstallerSha256: 7FF9CD94EA33D66704AC93D922B50CE2C3E19E5BCCD395E36262E87ACB276621 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.locale.en-US.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.locale.en-US.yaml new file mode 100644 index 000000000000..1cfb229ba17b --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25121811 +PackageLocale: en-US +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: Perfect World Zhengqi (Shanghai) Multimedia Technology Co., Ltd. +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: Proprietary +Copyright: Copyright © 2025 Perfect World +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 +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml new file mode 100644 index 000000000000..785795bf1315 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.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.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25121811 +PackageLocale: zh-CN +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: 完美世界征奇(上海)多媒体科技有限公司 +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: 专有软件 +Copyright: Copyright © 2025 Perfect World +ShortDescription: 完美世界竞技平台是一款由完美世界开发的适合每一位玩家的低门槛、易操作、重交互、兼具专业性与趣味性的集成式对战平台。 +Tags: +- csgo +- dota2 +- 游戏 +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.yaml new file mode 100644 index 000000000000..79b52e0f3270 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25121811/PerfectWorld.PerfectWorldArena.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25121811 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.installer.yaml b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.installer.yaml new file mode 100644 index 000000000000..39b830a23ab2 --- /dev/null +++ b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Primecount.Primecount +PackageVersion: '8.0' +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{AE03D0DF-491E-4B4D-868E-DA262565F940}}_is1' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- ProductCode: '{AE03D0DF-491E-4B4D-868E-DA262565F940}}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Primecount' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kimwalisch/primecount-winget/releases/download/v8.0/Primecount-8.0-win-x64.exe + InstallerSha256: A1083B70E486C87381C167DB2BF53A87F876387C1B054044B5B4217B5CEE172F +- Architecture: arm64 + InstallerUrl: https://github.com/kimwalisch/primecount-winget/releases/download/v8.0/Primecount-8.0-win-arm64.exe + InstallerSha256: 37BCC40C02B2029EB4CA08C1CD8E21F57AA0D031223E4B143441315ED1C3573F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.locale.en-US.yaml b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.locale.en-US.yaml new file mode 100644 index 000000000000..8d37561e3210 --- /dev/null +++ b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Primecount.Primecount +PackageVersion: '8.0' +PackageLocale: en-US +Publisher: Kim Walisch +PublisherUrl: https://github.com/kimwalisch +PublisherSupportUrl: https://github.com/kimwalisch/primecount-winget/issues +PackageName: Primecount +PackageUrl: https://github.com/kimwalisch/primecount +License: BSD 2-Clause +LicenseUrl: https://raw.githubusercontent.com/kimwalisch/primecount/master/COPYING +ShortDescription: primecount is a command-line program that counts the primes below an integer x ≤ 10^31 using highly optimized implementations of the combinatorial prime counting algorithms. +Moniker: primecount +Tags: +- command-line +- math +- prime-numbers +- primes +- tool +- utility +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/kimwalisch/primecount-winget/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.yaml b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.yaml new file mode 100644 index 000000000000..529b8df4b9fd --- /dev/null +++ b/manifests/p/Primecount/Primecount/8.0/Primecount.Primecount.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Primecount.Primecount +PackageVersion: '8.0' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.installer.yaml b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.installer.yaml new file mode 100644 index 000000000000..b8b8ed27a224 --- /dev/null +++ b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: RedCactus.BubbleBeta +PackageVersion: 4.58.0 +InstallerLocale: en-US +InstallerType: msi +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: '{B3B4D974-ACE5-4449-B893-41F600D55483}' +ReleaseDate: 2025-11-28 +AppsAndFeaturesEntries: +- DisplayName: Bubble + Publisher: Red Cactus B.V. + ProductCode: '{B3B4D974-ACE5-4449-B893-41F600D55483}' + UpgradeCode: '{56FC8793-125F-40DC-8864-EC6FCADC95D4}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://api.eu.redcactus.cloud/v1/public/software/download/46529958-482a-4c1e-85ba-813b5d11462d + InstallerSha256: 4B730F6C3C5F36F13C9C79695F654AFEC167DD07888103A87D2887DB20112AD2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.locale.en-US.yaml b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.locale.en-US.yaml new file mode 100644 index 000000000000..276f5cca9856 --- /dev/null +++ b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: RedCactus.BubbleBeta +PackageVersion: 4.58.0 +PackageLocale: en-US +Publisher: Red Cactus BV +PublisherUrl: https://www.redcactus.cloud/ +PublisherSupportUrl: https://www.redcactus.cloud/en/contact +Author: Red Cactus BV +PackageName: Bubble Beta +PackageUrl: https://www.redcactus.cloud/en/bubble-applications +License: Proprietary (Red Cactus Terms of Use) +LicenseUrl: https://www.redcactus.cloud/terms-of-use-bubble365-teams-app +Copyright: © Red Cactus BV +ShortDescription: Bubble Beta is a CRM and telephony integration tool by Red Cactus, offering real-time communication without data synchronization. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.yaml b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.yaml new file mode 100644 index 000000000000..0291dbe44272 --- /dev/null +++ b/manifests/r/RedCactus/BubbleBeta/4.58.0/RedCactus.BubbleBeta.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: RedCactus.BubbleBeta +PackageVersion: 4.58.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.installer.yaml b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.installer.yaml new file mode 100644 index 000000000000..7cd08cea356a --- /dev/null +++ b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.installer.yaml @@ -0,0 +1,61 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: RingCentral.RingCentral +PackageVersion: 25.4.3012 +UpgradeBehavior: install +Protocols: +- callto +- fax +- rcapp +- rcvdt +- tel +- zoomrc +ReleaseDate: 2025-12-08 +Installers: +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://app.ringcentral.com/download/RingCentral-25.4.3012-x64.msi + InstallerSha256: E83AFB2EF605130BA355C5508562B8426C2E3E5256499FF9FEEC369DE9029662 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{46A6B3ED-48CD-4E70-B8B0-DC157F959CA2}' + AppsAndFeaturesEntries: + - DisplayVersion: 25.4.3012.1273 + ProductCode: '{46A6B3ED-48CD-4E70-B8B0-DC157F959CA2}' + UpgradeCode: '{1EEDDA0B-28AD-5B0F-81A8-89C6FEA6F166}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://app.ringcentral.com/download/RingCentral-25.4.3012-arm64.msi + InstallerSha256: 4594B572A5A951187E86CD8BF09900843A51A3431C23D10140812155E2647EE4 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{79FD5203-E115-4F79-8AD3-EF965C39E74C}' + AppsAndFeaturesEntries: + - DisplayVersion: 25.4.3012.1273 + ProductCode: '{79FD5203-E115-4F79-8AD3-EF965C39E74C}' + UpgradeCode: '{22123CED-1206-5AA0-87BE-AEFCA67461E7}' +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://app.ringcentral.com/download/RingCentral-25.4.3012.exe + InstallerSha256: 3598E34DEEC5286CDA1187AC012A823F014DB5175106362DF884B57DBBA62B8E + InstallerSwitches: + Upgrade: --updated + ProductCode: 584acf4c-ebc3-56fa-9cfd-586227f098ba + AppsAndFeaturesEntries: + - DisplayVersion: 25.4.3012 +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://app.ringcentral.com/download/RingCentral-25.4.3012-arm64.exe + InstallerSha256: 87A477B13C4D5C50DD94C4EDE43FAE0EFC4643DBF21990B20D9BA86C89EC3834 + InstallerSwitches: + Upgrade: --updated + ProductCode: 584acf4c-ebc3-56fa-9cfd-586227f098ba + AppsAndFeaturesEntries: + - DisplayVersion: 25.4.3012 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.locale.en-US.yaml b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.locale.en-US.yaml new file mode 100644 index 000000000000..7c4144cf0d0f --- /dev/null +++ b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.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.10.0.schema.json + +PackageIdentifier: RingCentral.RingCentral +PackageVersion: 25.4.3012 +PackageLocale: en-US +Publisher: RingCentral +PublisherUrl: https://www.ringcentral.com/ +PublisherSupportUrl: https://support.ringcentral.com/ +PrivacyUrl: https://www.ringcentral.com/legal/privacy-notice.html +Author: RingCentral, Inc. +PackageName: RingCentral +PackageUrl: https://www.ringcentral.com/download.html +License: Proprietary +LicenseUrl: https://www.ringcentral.com/legal/eulatos.html +Copyright: Copyright © 1999-2025 RingCentral, Inc. All rights reserved. +CopyrightUrl: https://partners.ringcentral.com/content/PublicFile/RingCentral_Co-Branding_Guidelines.pdf +ShortDescription: Communicate your way with team messaging, video meetings, and a modern business phone—all in one place. +Tags: +- chat +- collaborate +- collaboration +- conference +- conferencing +- meeting +- video-conferencing +- voice-conferencing +- webinar +ReleaseNotesUrl: https://support.ringcentral.com/release-notes/office/app/desktop-webapp.html +PurchaseUrl: https://www.ringcentral.com/office/plansandpricing.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.locale.zh-CN.yaml b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.locale.zh-CN.yaml new file mode 100644 index 000000000000..38a48a115429 --- /dev/null +++ b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: RingCentral.RingCentral +PackageVersion: 25.4.3012 +PackageLocale: zh-CN +Publisher: RingCentral +PublisherUrl: https://www.ringcentral.com/cn/zh/ +PublisherSupportUrl: https://support.ringcentral.com/ +PrivacyUrl: https://www.ringcentral.com/cn/zh/privacy-notice.html +Author: RingCentral, Inc. +PackageName: RingCentral +PackageUrl: https://www.ringcentral.com/download.html +License: 专有软件 +LicenseUrl: https://www.ringcentral.com/legal/eulatos.html +Copyright: 版权 © 1999-2025 RingCentral, Inc. 保留所有权利. +CopyrightUrl: https://partners.ringcentral.com/content/PublicFile/RingCentral_Co-Branding_Guidelines.pdf +ShortDescription: 通过团队消息、视频会议和现代商务电话进行沟通,一切尽在其中。 +Tags: +- 会议 +- 协作 +- 协同 +- 开会 +- 研讨会 +- 视频会议 +- 聊天 +- 语音会议 +ReleaseNotesUrl: https://support.ringcentral.com/release-notes/office/app/desktop-webapp.html +PurchaseUrl: https://www.ringcentral.com/office/plansandpricing.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.yaml b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.yaml new file mode 100644 index 000000000000..5749a2e1df78 --- /dev/null +++ b/manifests/r/RingCentral/RingCentral/25.4.3012/RingCentral.RingCentral.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: RingCentral.RingCentral +PackageVersion: 25.4.3012 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.installer.yaml b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.installer.yaml new file mode 100644 index 000000000000..fbadc41b1d5a --- /dev/null +++ b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Romanitho.Winget-AutoUpdate +PackageVersion: 2.9.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{63DFDE65-4FDC-4164-A370-FF35396893BE}' +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- DisplayVersion: 2.9.1.2041 + ProductCode: '{63DFDE65-4FDC-4164-A370-FF35396893BE}' + UpgradeCode: '{BDDEA607-F4AF-4229-8610-16E3B6455FDC}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\.\Winget-AutoUpdate' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v2.9.1/WAU.msi + InstallerSha256: 8938079A40679C27F438223751CF1C8B8EF3DD508733245314F5EB3D99DB011F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.locale.en-US.yaml b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.locale.en-US.yaml new file mode 100644 index 000000000000..57c83c00437f --- /dev/null +++ b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Romanitho.Winget-AutoUpdate +PackageVersion: 2.9.1 +PackageLocale: en-US +Publisher: Romanitho +PublisherUrl: https://github.com/Romanitho/Winget-AutoUpdate +PublisherSupportUrl: https://github.com/Romanitho/Winget-AutoUpdate/issues +Author: Romanitho +PackageName: Winget-AutoUpdate +PackageUrl: https://github.com/Romanitho/Winget-AutoUpdate +License: MIT +LicenseUrl: https://github.com/Romanitho/Winget-AutoUpdate/blob/HEAD/LICENSE +Copyright: Copyright (c) Romanitho +ShortDescription: Daily update apps through winget (with system context) and notify users when updates are available and installed. +Moniker: WAU +Tags: +- Patch +- WiGUI +- updating +- winget +ReleaseNotes: |- + Files + ─────────────────────┬────────────────────────────────────────────────────────────────┬────────────────── + Files │Hash (SHA256) │Downloads + ─────────────────────┼────────────────────────────────────────────────────────────────┼────────────────── + WAU.msi (x64) │8938079A40679C27F438223751CF1C8B8EF3DD508733245314F5EB3D99DB011F│WAU.msi + ─────────────────────┼────────────────────────────────────────────────────────────────┼────────────────── + WAU_ADMX_5.2.zip │EDCA66E692054C98CB1282C7E2305C0726ADB3691A31149D352DDB091653C3EF│WAU_ADMX_5.2.zip + ─────────────────────┴────────────────────────────────────────────────────────────────┴────────────────── + What's Changed + - Add default initialization for RELEASE_TYPE to handle edge cases by @Copilot in #1097 + - Improve nightly build PR check and logging by @Romanitho in #1095 + - Release 2.9.1 by @github-actions[bot] in #1100 + New Contributors + - @Copilot made their first contribution in #1097 + Full Changelog: v2.9.0...v2.9.1 +ReleaseNotesUrl: https://github.com/Romanitho/Winget-AutoUpdate/releases/tag/v2.9.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Romanitho/Winget-AutoUpdate/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.yaml b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.yaml new file mode 100644 index 000000000000..8a9898588e4a --- /dev/null +++ b/manifests/r/Romanitho/Winget-AutoUpdate/2.9.1/Romanitho.Winget-AutoUpdate.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Romanitho.Winget-AutoUpdate +PackageVersion: 2.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.162/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.0.162/SST.opencode.installer.yaml new file mode 100644 index 000000000000..dbd026cb50db --- /dev/null +++ b/manifests/s/SST/opencode/1.0.162/SST.opencode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.162 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sst/opencode/releases/download/v1.0.162/opencode-windows-x64-baseline.zip + InstallerSha256: 5B060DE373DDEF50E14FE7862F8A5D3B78616F85EBDAA2AEEB8189F108CA1CCA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.162/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.0.162/SST.opencode.locale.en-US.yaml new file mode 100644 index 000000000000..724794fe5645 --- /dev/null +++ b/manifests/s/SST/opencode/1.0.162/SST.opencode.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.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.162 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: '- No user-facing changes in this commit' +ReleaseNotesUrl: https://github.com/sst/opencode/releases/tag/v1.0.162 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.162/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.0.162/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 000000000000..b344cc45e811 --- /dev/null +++ b/manifests/s/SST/opencode/1.0.162/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.162 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.162/SST.opencode.yaml b/manifests/s/SST/opencode/1.0.162/SST.opencode.yaml new file mode 100644 index 000000000000..5162026f728c --- /dev/null +++ b/manifests/s/SST/opencode/1.0.162/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.162 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml b/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml index c794931661cd..789c6a655137 100644 --- a/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml +++ b/manifests/s/Seafuture/NetpasDistance/4.1/Seafuture.NetpasDistance.installer.yaml @@ -14,9 +14,9 @@ ProductCode: '{CC30CFEA-EACB-46AB-B4C4-B8D16FD003A9}_is1' Installers: - Architecture: x86 InstallerUrl: https://file.netpas.net/ftp/NetpasDistanceSetup.exe - InstallerSha256: 44E53C6C14BC95195DCC7CBA6C5E9B15B22AB45A99D0F47EC6AFFF3F0B38F941 + InstallerSha256: EA0FD46ACC669597019375B025E4DC9A1FF4A890EE820515C556C78D08D07F8A - Architecture: x64 InstallerUrl: https://file.netpas.net/ftp/NetpasDistanceSetup.exe - InstallerSha256: 44E53C6C14BC95195DCC7CBA6C5E9B15B22AB45A99D0F47EC6AFFF3F0B38F941 + InstallerSha256: EA0FD46ACC669597019375B025E4DC9A1FF4A890EE820515C556C78D08D07F8A ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.installer.yaml b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.installer.yaml new file mode 100644 index 000000000000..43724f994eba --- /dev/null +++ b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SiberSystems.RoboForm +PackageVersion: 9.9.1.1 +InstallerLocale: en-US +InstallerType: msi +Scope: user +ProductCode: '{D9379E21-D1A6-40E0-8F78-561289BDA28E}' +AppsAndFeaturesEntries: +- ProductCode: '{D9379E21-D1A6-40E0-8F78-561289BDA28E}' + UpgradeCode: '{1E08EFA2-EE77-499D-8FAE-0C37727FCD51}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.roboform.com/dist/RoboForm-v9-Enterprise.msi + InstallerSha256: B9B36F1C4E1D7F3446D79A756CD46FCDD5F01854EF1D61562CB7EF1B57EFD016 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.locale.en-US.yaml b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.locale.en-US.yaml new file mode 100644 index 000000000000..082b16f449a2 --- /dev/null +++ b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SiberSystems.RoboForm +PackageVersion: 9.9.1.1 +PackageLocale: en-US +Publisher: Siber Systems +PublisherUrl: https://www.siber.com/ +PublisherSupportUrl: https://www.roboform.com/support +PrivacyUrl: https://www.roboform.com/privacy-policy +Author: Siber Systems, Inc. +PackageName: RoboForm +PackageUrl: https://www.roboform.com/ +License: Proprietary +LicenseUrl: https://www.roboform.com/license +Copyright: Copyright © 1999 - 2023 Siber Systems, Inc. All rights reserved. +CopyrightUrl: https://www.roboform.com/license +ShortDescription: RoboForm securely stores all of your passwords and logs you in with a single click (or tap). +Description: |- + 1) One click convenience + - RoboForm securely stores all of your passwords and logs you in with a single click (or tap). + Save time entering personal and billing information with AutoFill for long web forms. + + 2) Multi-platform support + - RoboForm is available for Windows, Mac, iOS, and Android with support for all + their respective major browsers, including Microsoft Edge. + + 3) Create stronger passwords + - RoboForm's random password generator will create a strong and unique password for each site. + Say goodbye to using weak or duplicate passwords for everything. + + 4) Share Logins securely + - Securely share Login information with other RoboForm users. + Simply enter the recipient's email and share away. + + 5) Stronger security + - To protect your data, RoboForm uses AES-256 bit encryption with PBKDF2 SHA-256. + Support for two factor authentication (2FA) to access your account. +Moniker: roboform +Tags: +- credentials +- password +- password-generator +- password-manager +- security +PurchaseUrl: https://www.roboform.com/php/pums/rfprepay.php +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.yaml b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.yaml new file mode 100644 index 000000000000..8f3102035678 --- /dev/null +++ b/manifests/s/SiberSystems/RoboForm/9.9.1.1/SiberSystems.RoboForm.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SiberSystems.RoboForm +PackageVersion: 9.9.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.installer.yaml b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.installer.yaml new file mode 100644 index 000000000000..995961019af7 --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1301.2 +InstallerType: portable +Commands: +- snyk-win +ReleaseDate: 2025-12-16 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/snyk/cli/releases/download/v1.1301.2/snyk-win.exe + InstallerSha256: 3FD617C1C71AF4E43D3D33A28B5E977C0261801BF4659F7443FF12B4247C469F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.locale.en-US.yaml b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.locale.en-US.yaml new file mode 100644 index 000000000000..61fe77f0b6ab --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1301.2 +PackageLocale: en-US +Publisher: Snyk +PublisherUrl: https://snyk.com/ +PublisherSupportUrl: https://github.com/snyk/cli/issues +Author: Snyk +PackageName: Snyk +PackageUrl: https://github.com/snyk/cli +License: Apache License 2.0 +LicenseUrl: https://github.com/snyk/cli/blob/HEAD/LICENSE +Copyright: Copyright 2015 Snyk Ltd. +ShortDescription: Snyk CLI scans and monitors your projects for security vulnerabilities. +Moniker: Snyk +Tags: +- monitor +- security +- snyk +- vulnerabilities +ReleaseNotes: |- + 1.1301.2 (2025-12-16) + The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation + Bug Fixes + - mcp: Fix MCP compliance issue (51d3f8d) +ReleaseNotesUrl: https://github.com/snyk/cli/releases/tag/v1.1301.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.yaml b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.yaml new file mode 100644 index 000000000000..63a520f79edd --- /dev/null +++ b/manifests/s/Snyk/Snyk/1.1301.2/Snyk.Snyk.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Snyk.Snyk +PackageVersion: 1.1301.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..fc92acdadb67 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.677.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-12-16" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.677.0/speakeasy_windows_386.zip + InstallerSha256: 46c17c94b510cf5058848a3799c0adc802b798a15b726f91aeda050e893163f3 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.677.0/speakeasy_windows_arm64.zip + InstallerSha256: e056a4d789c40c86aad133cde6a6851d8ff9294ec68fa6eca91af3acf6170325 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.677.0/speakeasy_windows_amd64.zip + InstallerSha256: b4a1798289b9d0278551b025dcf44d537a40477a0aa9142a2d0ec40e49e95a98 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..77eeb5f5fea6 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.677.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.677.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.677.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..0a54cec1d3f4 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.677.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.677.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.installer.yaml b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.installer.yaml new file mode 100644 index 000000000000..b1685b819569 --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.installer.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Streetwriters.Notesnook +PackageVersion: 3.3.6 +InstallerLocale: en-US +UpgradeBehavior: install +Commands: +- notesnook +ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b +ReleaseDate: 2025-12-17 +AppsAndFeaturesEntries: +- DisplayName: Notesnook 3.3.6 + ProductCode: a05a6719-4910-5e6c-a2aa-9af71cd1063b +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.6/notesnook_win_x64.exe + InstallerSha256: 14aec02763c0f48d3542fc292a6ba926213617f084779072c9e8fa6ef777c4a4 + InstallationMetadata: + DefaultInstallLocation: '%Temp%\36z8ztb19zdL5NJoxBE7BpERxkO' +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.6/notesnook_win_x64_portable.exe + InstallerSha256: 73F7C93977BD8FB615B33E069ED93722EA346B5B212A5747E5EC27FA11E2503E + InstallationMetadata: + DefaultInstallLocation: '%Temp%\36z8ztb19zdL5NJoxBE7BpERxkO' +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.6/notesnook_win_arm64.exe + InstallerSha256: 8F945DB8F684D263918D61B73061F3962AF7601812499A7B31E058731B24727C + InstallationMetadata: + DefaultInstallLocation: '%Temp%\34KEsjOaABlxLwDZgMcGiQNKAni' +- Architecture: arm64 + InstallerType: portable + InstallerUrl: https://github.com/streetwriters/notesnook/releases/download/v3.3.6/notesnook_win_arm64_portable.exe + InstallerSha256: 9e1986952bed24a18e5b69a0277f6224655966063e9e291760b6678bbfdbfe49 + InstallationMetadata: + DefaultInstallLocation: '%Temp%\34KEsjOaABlxLwDZgMcGiQNKAni' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.locale.en-US.yaml b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.locale.en-US.yaml new file mode 100644 index 000000000000..cafa3cbe5fc1 --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Streetwriters.Notesnook +PackageVersion: 3.3.6 +PackageLocale: en-US +Publisher: Streetwriters +PublisherUrl: https://streetwriters.co/ +PublisherSupportUrl: https://github.com/streetwriters/notesnook/issues +PrivacyUrl: https://notesnook.com/privacy +Author: Streetwriters +PackageName: Notesnook +PackageUrl: https://notesnook.com/ +License: GPL-3.0 +LicenseUrl: https://github.com/streetwriters/notesnook/blob/HEAD/LICENSE +Copyright: (c) Copyright 2023 Streetwriters (Private) Ltd. +ShortDescription: A fully end-to-end encrypted note taking alternative to Evernote. +Moniker: notesnook +Tags: +- asp-net-core +- dotnet-core +- electron +- foss +- note-management +- note-taking +- note-taking-app +- notebook +- notes +- notes-app +- productivity +- react +- react-native +- reactjs +- self-hosted +ReleaseNotes: |- + Read about what's new in v3.3.6 on Notesnook's blog + Full Changelog: v3.3.5...v3.3.6 +ReleaseNotesUrl: https://github.com/streetwriters/notesnook/releases/tag/v3.3.6 +PurchaseUrl: https://notesnook.com/pricing/ +Documentations: +- DocumentLabel: Notesnook Help + DocumentUrl: https://help.notesnook.com/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.yaml b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.yaml new file mode 100644 index 000000000000..50c2dc7ed324 --- /dev/null +++ b/manifests/s/Streetwriters/Notesnook/3.3.6/Streetwriters.Notesnook.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Streetwriters.Notesnook +PackageVersion: 3.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.installer.yaml b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.installer.yaml new file mode 100644 index 000000000000..528d9c4981b4 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.34.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: stripe.exe +ReleaseDate: 2025-12-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.34.0/stripe_1.34.0_windows_x86_64.zip + InstallerSha256: C4F5C1A87647DDD3BF851911D763B84EB1444CA3D948714DE7C0544F61096EA1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.locale.en-US.yaml b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.locale.en-US.yaml new file mode 100644 index 000000000000..741d64e98787 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.34.0 +PackageLocale: en-US +Publisher: Stripe +PublisherUrl: https://stripe.com/ +PublisherSupportUrl: https://github.com/stripe/stripe-cli/issues +PackageName: Stripe Cli +PackageUrl: https://github.com/stripe/stripe-cli +License: Apache-2.0 +LicenseUrl: https://github.com/stripe/stripe-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Stripe +CopyrightUrl: https://stripe.com/en-in/legal/identity +ShortDescription: The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal. +ReleaseNotes: |- + Changelog + - c1ac234 Support unified OpenAPI files for codegen (#1393) + - d6aa759 Update OpenAPI for 7e442fa001c190a2da39ce4179c439d0de137766 (#1398) + - 7b3fe48 sync v2 API spec (#1404) +ReleaseNotesUrl: https://github.com/stripe/stripe-cli/releases/tag/v1.34.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.yaml b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.yaml new file mode 100644 index 000000000000..ac3ad7ec328b --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.34.0/Stripe.StripeCli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Stripe.StripeCli +PackageVersion: 1.34.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.installer.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.installer.yaml new file mode 100644 index 000000000000..a890843b04e3 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +InstallerType: zip +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/TEN-framework/ten-framework/releases/download/0.11.42/tman-win-release-x64.zip + InstallerSha256: af7b92b2716a363aeb5c53c15c04b875e441afbbad9b138ad8de59ebca9e86ee + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ten_manager\bin\tman.exe + PortableCommandAlias: tman +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.en-US.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.en-US.yaml new file mode 100644 index 000000000000..01002b5fce83 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.en-US.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +PackageLocale: en-US +Publisher: TEN Framework Team +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework Package Manager +Description: |- + tman is the official package manager for the TEN Framework. + It helps developers manage extensions, protocols, and other TEN framework components. + Key Features: + - Install and manage TEN packages with ease + - Automatic dependency resolution + - Package version control and updates + - Support for multiple package types (extensions, protocols, etc.) + - Seamless integration with TEN Framework projects + The TEN Framework is a powerful framework for building real-time communication applications, + and tman makes it easy to extend and customize your applications with community packages. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ja-JP.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ja-JP.yaml new file mode 100644 index 000000000000..f80e83a52d15 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ja-JP.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +PackageLocale: ja-JP +Publisher: TEN Framework チーム +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework パッケージマネージャー +Description: |- + tmanはTEN Frameworkの公式パッケージマネージャーです。 + 開発者が拡張機能、プロトコル、その他のTENフレームワークコンポーネントを管理するのに役立ちます。 + 主な機能: + - TENパッケージの簡単なインストールと管理 + - 自動依存関係解決 + - パッケージのバージョン管理と更新 + - 複数のパッケージタイプのサポート(拡張機能、プロトコルなど) + - TEN Frameworkプロジェクトとのシームレスな統合 + TEN Frameworkはリアルタイム通信アプリケーションを構築するための強力なフレームワークであり、 + tmanを使用すると、コミュニティパッケージでアプリケーションを簡単に拡張およびカスタマイズできます。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ko-KR.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ko-KR.yaml new file mode 100644 index 000000000000..41cc84d62115 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.ko-KR.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +PackageLocale: ko-KR +Publisher: TEN Framework 팀 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 패키지 관리자 +Description: |- + tman은 TEN Framework의 공식 패키지 관리자입니다. + 개발자가 확장 기능, 프로토콜 및 기타 TEN 프레임워크 구성 요소를 관리하는 데 도움이 됩니다. + 주요 기능: + - TEN 패키지를 쉽게 설치하고 관리 + - 자동 종속성 해결 + - 패키지 버전 제어 및 업데이트 + - 다양한 패키지 유형 지원 (확장 기능, 프로토콜 등) + - TEN Framework 프로젝트와의 원활한 통합 + TEN Framework는 실시간 통신 애플리케이션 구축을 위한 강력한 프레임워크이며, + tman을 사용하면 커뮤니티 패키지로 애플리케이션을 쉽게 확장하고 사용자 지정할 수 있습니다. +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-CN.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-CN.yaml new file mode 100644 index 000000000000..48e1102404db --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +PackageLocale: zh-CN +Publisher: TEN Framework 团队 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 包管理器 +Description: |- + tman 是 TEN Framework 的官方包管理器。 + 它帮助开发者管理扩展、协议和其他 TEN 框架组件。 + 主要特性: + - 轻松安装和管理 TEN 包 + - 自动依赖解析 + - 包版本控制和更新 + - 支持多种包类型(扩展、协议等) + - 与 TEN Framework 项目无缝集成 + TEN Framework 是一个强大的实时通信应用框架, + tman 让您可以轻松扩展和定制应用程序。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-TW.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-TW.yaml new file mode 100644 index 000000000000..ca9dfc4bdc6f --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.locale.zh-TW.yaml @@ -0,0 +1,31 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +PackageLocale: zh-TW +Publisher: TEN Framework 團隊 +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache 2.0 with certain conditions +LicenseUrl: https://github.com/TEN-framework/ten-framework/blob/main/LICENSE +ShortDescription: TEN Framework 套件管理器 +Description: |- + tman 是 TEN Framework 的官方套件管理器。 + 它幫助開發者管理擴充套件、通訊協定和其他 TEN 框架元件。 + 主要特性: + - 輕鬆安裝和管理 TEN 套件 + - 自動相依性解析 + - 套件版本控制和更新 + - 支援多種套件類型(擴充套件、通訊協定等) + - 與 TEN Framework 專案無縫整合 + TEN Framework 是一個強大的即時通訊應用程式框架, + tman 讓您可以輕鬆擴充和客製化應用程式。 +Tags: + - package-manager + - ten-framework + - extension-manager + - developer-tools + - cli + - ten +ManifestType: locale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.yaml b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.yaml new file mode 100644 index 000000000000..e9d80568b434 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.42/ten-framework.tman.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.42 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.installer.yaml b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.installer.yaml new file mode 100644 index 000000000000..e601e97f41d6 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.45 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ten_manager\bin\tman.exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/TEN-framework/ten-framework/releases/download/0.11.45/tman-win-release-x64.zip + InstallerSha256: BCD7C858030B79FDA31FDEB27948103EF0CECB348D0181849DB288FF16996D01 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-12-16 diff --git a/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.locale.en-US.yaml b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.locale.en-US.yaml new file mode 100644 index 000000000000..a5d6005fbc00 --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.45 +PackageLocale: en-US +Publisher: TEN Framework Team +PublisherUrl: https://github.com/TEN-framework +PublisherSupportUrl: https://github.com/TEN-framework/ten-framework/issues +PackageName: tman +PackageUrl: https://github.com/TEN-framework/ten-framework +License: Apache License v2.0 +ShortDescription: Open-source framework for conversational voice AI agents +Tags: +- ai +- multi-modal +- real-time +- video +- voice +ReleaseNotesUrl: https://github.com/TEN-framework/ten-framework/releases/tag/0.11.45 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.yaml b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.yaml new file mode 100644 index 000000000000..c66a88f50dbe --- /dev/null +++ b/manifests/t/ten-framework/tman/0.11.45/ten-framework.tman.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ten-framework.tman +PackageVersion: 0.11.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..45cfa69bbc4b --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.installer.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1997 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.1 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1997/gvim_9.1.1997_x86.exe + InstallerSha256: CAFFB3392C951F4306EE3835FB14C1E828FDC05DFA8EF2918B49FD95CE8029ED + ReleaseDate: 2025-12-18 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Vim' +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1997/gvim_9.1.1997_x64.exe + InstallerSha256: 31BADAF00115784AE6262487040B611702F13F4C37042FA97591E01A32445230 + ReleaseDate: 2025-12-17 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Vim' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..9027746e7d6d --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1997 +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.1.1997 + 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.1.1997: Missing out-of-memory check in vim9class.c + - runtime(compiler): Match gcc.vim make error format + - 9.1.1996: tests: test_cmdline.vim leaves swapfiles behind + - 9.1.1995: tests: flaky test_cmdline.vim causes test failures + - 9.1.1994: CI: slow cursor positioning may cause flaky test failures + - runtime(doc): fix wrong help tag reference in eval.txt + - 9.1.1993: MS-Windows: compile error because of implicit type conversions + - 9.1.1992: Vim9: heap buffer overflow with COMPAREANY instruction + - 9.1.1991: :setlocal changes effective global 'omnifunc' + - 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows + Files: + 🔓 Unsigned Files: + - gvim_9.1.1997_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.1.1997_x64.exe + 64-bit installer + - gvim_9.1.1997_arm64.exe + ARM 64-bit installer + - gvim_9.1.1997_x86.zip + 32-bit zip archive + - gvim_9.1.1997_x64.zip + 64-bit zip archive + - gvim_9.1.1997_arm64.zip + ARM 64-bit zip archive + - gvim_9.1.1997_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.1.1997_x64_pdb.zip + pdb files for debugging the corresponding 64-bit executable + Interface Information + - Strawberry Perl 5.32 + - LuaBinaries 5.4 + - Python 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.2 + - libsodium 1.0.19 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1997 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.yaml new file mode 100644 index 000000000000..2242b086f1ee --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1997/vim.vim.nightly.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1997 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.installer.yaml b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.installer.yaml new file mode 100644 index 000000000000..c4aeda55a4bf --- /dev/null +++ b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.installer.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: WHTA.Tamara +PackageVersion: 2025.4.1.5 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -mode silent -agreeToLicense yes + SilentWithProgress: -mode silent -agreeToLicense yes +UpgradeBehavior: install +FileExtensions: +- mat +- tam +- unv +- uff +- hdf +- pti +- wav +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +RequireExplicitUpgrade: true +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.tamara.app/2025.4.1.5/installer.exe + InstallerSha256: F1EC86A27AB5657101A1E2F41479E6D9F6ECC454457BC6E7C988F04302AFB308 + AppsAndFeaturesEntries: + - DisplayName: Tamara + Publisher: NVH Group AB + ProductCode: Tamara +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-12-17 diff --git a/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.locale.en-US.yaml b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.locale.en-US.yaml new file mode 100644 index 000000000000..8308ed536877 --- /dev/null +++ b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: WHTA.Tamara +PackageVersion: 2025.4.1.5 +PackageLocale: en-US +Publisher: NVH Group AB +PublisherUrl: https://www.nvh.group +Author: NVH Group AB +PackageName: Tamara +PackageUrl: https://tamara.app +License: Proprietary +Copyright: (C) NVH Group AB +ShortDescription: Tamara Acoustic Real-time Assessment +Agreements: +- AgreementLabel: EULA + AgreementUrl: https://tamara.app/eula_v1.0.txt +ReleaseNotesUrl: https://download.tamara.app/2025.4.1.5/releasenotes.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.yaml b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.yaml new file mode 100644 index 000000000000..abf700d7aa5a --- /dev/null +++ b/manifests/w/WHTA/Tamara/2025.4.1.5/WHTA.Tamara.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: WHTA.Tamara +PackageVersion: 2025.4.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.installer.yaml b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.installer.yaml new file mode 100644 index 000000000000..ae89d5d270e1 --- /dev/null +++ b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Wondershare.Filmora +PackageVersion: 15.1.2.17051 +InstallerType: inno +Scope: user +UpgradeBehavior: install +Protocols: +- fmapplaunch +- fmrespack +FileExtensions: +- wfip +- wfp +- wfpbundle +- wfpbundles +- wfpbundlexii +- wfpbundlexiis +- wfps +- wfpts +- wfpxii +- wfpxiis +ProductCode: Wondershare Filmora 15_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/filmora_64bit_15.1.2_full846.exe + InstallerSha256: BC2075DE63243738769880F0F6CAABC78347A702B592AA686BEF95FBB5C429F2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.en-US.yaml b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.en-US.yaml new file mode 100644 index 000000000000..dbe7d37e6d1c --- /dev/null +++ b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Wondershare.Filmora +PackageVersion: 15.1.2.17051 +PackageLocale: en-US +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/filmora/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare Filmora +PackageUrl: https://filmora.wondershare.com/video-editor/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2025 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: An intuitive video editor for every skill level. +Description: Filmora is an intuitive video editor for every skill level. Filmora makes it easy for anyone to be creative. Jump into an editing experience where advanced features are simple and fun. We got rid of repetitive tasks so you can devote your energy to your imagination. Get inspired by Filmora, an editor designed for creators like you. +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +ReleaseNotes: Fix bugs and address issues encountered during the user experience. +ReleaseNotesUrl: https://filmora.wondershare.com/whats-new-in-filmora-video-editor.html +PurchaseUrl: https://filmora.wondershare.com/shop/buy/buy-video-editor.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://filmora.wondershare.com/guide/ +- DocumentLabel: Tutorial + DocumentUrl: https://filmora.wondershare.com/tutorial.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.zh-CN.yaml b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.zh-CN.yaml new file mode 100644 index 000000000000..803977ae716f --- /dev/null +++ b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Wondershare.Filmora +PackageVersion: 15.1.2.17051 +PackageLocale: zh-CN +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/filmora/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare Filmora +PackageUrl: https://filmora.wondershare.com/video-editor/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2025 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 一款直观的视频编辑器 +Description: Filmora 是一款学习成本低,便捷易上手,全方位满足不同专业层次的剪辑爱好者的视频编辑器。任何人都可以通过 Filmora,充分发挥自己的创造力,体验简单而有趣的视频编辑体验。剪辑,从未如此简单。 +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotesUrl: https://filmora.wondershare.com/whats-new-in-filmora-video-editor.html +PurchaseUrl: https://filmora.wondershare.com/shop/buy/buy-video-editor.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://filmora.wondershare.com/guide/ +- DocumentLabel: 教程 + DocumentUrl: https://filmora.wondershare.com/tutorial.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.yaml b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.yaml new file mode 100644 index 000000000000..3dee85f7b510 --- /dev/null +++ b/manifests/w/Wondershare/Filmora/15.1.2.17051/Wondershare.Filmora.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Wondershare.Filmora +PackageVersion: 15.1.2.17051 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.installer.yaml similarity index 63% rename from manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.installer.yaml rename to manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.installer.yaml index ee0e3936d924..30f3e6bd4719 100644 --- a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.installer.yaml +++ b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.214.6 +PackageVersion: 0.217.2 InstallerLocale: en-US InstallerType: inno Scope: machine @@ -12,14 +12,17 @@ InstallModes: - silentWithProgress UpgradeBehavior: install ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2025-11-27 +ReleaseDate: 2025-12-17 AppsAndFeaturesEntries: - ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Zed' Installers: - Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.214.6/Zed-x86_64.exe - InstallerSha256: 2A8208C84C7C7513FE7DAE2C098CB0F6A3F19D6B94FA617781CAE3A2AA1CEA96 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.217.2/Zed-x86_64.exe + InstallerSha256: EBB77CBBECA0BD3C984D6AB2F00505ABB77846FFC2C3FE9AD642580D33FDE388 +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.217.2/Zed-aarch64.exe + InstallerSha256: BF2AB2FF391BF99757D92EFA2605912F39DBF5B117FE9ABFA2519ADBE7B71178 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.locale.en-US.yaml similarity index 81% rename from manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.locale.en-US.yaml rename to manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.locale.en-US.yaml index 2638dba42804..da05883bbf42 100644 --- a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.locale.en-US.yaml +++ b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.214.6 +PackageVersion: 0.217.2 PackageLocale: en-US Publisher: Zed Industries PublisherUrl: https://zed.dev/ @@ -31,10 +31,18 @@ Tags: - editor - text-editor ReleaseNotes: |- - - Fixed a crash when sharing a project with a user on a non-stable version of Zed (#43459) - - Fixed a crash when using Vim increment on a multi-byte character (#43101) - - When Zed is unable to initialize an ACP agent in a reasonable amount of time, an error message will now be displayed (#43667) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.214.6 + - Added support for Gemini 3 Flash model. (#45142) + - Added support for Zed to download beta versions of ty, when configured as an enabled language server (#45080): + { + "languages": { + "Python": { + "language_servers": [ + "ty", "ruff", "!basedpyright", "!pyrefly", "!pyright", "!pylsp" + ] + } + } + } +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.217.2 PurchaseUrl: https://zed.dev/pricing Documentations: - DocumentLabel: Community Links diff --git a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.yaml similarity index 88% rename from manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.yaml rename to manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.yaml index 6b40ac575d6d..6a8c32ce8df1 100644 --- a/manifests/z/ZedIndustries/Zed/0.214.6/ZedIndustries.Zed.yaml +++ b/manifests/z/ZedIndustries/Zed/0.217.2/ZedIndustries.Zed.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: ZedIndustries.Zed -PackageVersion: 0.214.6 +PackageVersion: 0.217.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/.validation b/manifests/z/zTools/zTools/.validation new file mode 100644 index 000000000000..54dfdb68d8fe --- /dev/null +++ b/manifests/z/zTools/zTools/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"0804e1b5-d9c8-4d70-b5aa-734a64e2a056","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/z/zTools/zTools/1.1.1","CommitId":"c9e0d2008f108c371fc744174610fbaad9af0074"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/z/zTools/zTools/1.1.1/zTools.zTools.installer.yaml b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.installer.yaml new file mode 100644 index 000000000000..d00a6a1d25b9 --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.1 +InstallerType: nullsoft # electron-builder +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: b7f771d0-2e39-509d-9099-3f63c1554aca +ReleaseDate: 2025-12-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ZToolsCenter/ZTools/releases/download/v1.1.1/ztools-1.1.1-setup.exe + InstallerSha256: 9E43C7E2246776DB9D60F81D81A9FA52D0A6B6A755809322F6D1A61B7D44B775 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.en-US.yaml b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.en-US.yaml new file mode 100644 index 000000000000..8005bc1e3c33 --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.1 +PackageLocale: en-US +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: A high-performance, scalable application launcher and plugin platform +Description: |- + A high-performance, scalable application launcher and plugin platform + ✨ Features + - 🚀 Fast Launch - Pinyin search, regex matching, history, and pinned apps + - 🧩 Plugin System - Supports UI and headless plugins, with full API support + - 📋 Clipboard Manager - History, search, image support, cross-platform native implementation + - 🎨 Theme Customization - System/light/dark modes, 6 theme colors available + - ⚡ High Performance - LMDB database, WebContentsView architecture, instant response + - 🌍 Cross-Platform - Native support for macOS and Windows, unified experience + - 🔒 Data Isolation - Plugins store data independently, secure and reliable + - 🛠️ Developer-Friendly - Full TypeScript type support, hot reload development + - ⚙️ Latest Tech Stack - Electron 38.5 + Node 22.20 + Chrome 140 +# Moniker: +Tags: +- add-on +- addon +- app +- application +- extension +- find +- launcher +- plugin +- productivity +- search +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.zh-CN.yaml b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.zh-CN.yaml new file mode 100644 index 000000000000..63731f058443 --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.1 +PackageLocale: zh-CN +Publisher: lzx8589561 +PublisherUrl: https://github.com/ZToolsCenter +PublisherSupportUrl: https://github.com/ZToolsCenter/ZTools/issues +# PrivacyUrl: +# Author: +PackageName: zTools +PackageUrl: https://github.com/ZToolsCenter/ZTools +License: MIT +LicenseUrl: https://github.com/ZToolsCenter/ZTools/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 lzx8589561 +# CopyrightUrl: +ShortDescription: 一个高性能、可扩展的应用启动器和插件平台 +Description: |- + 一个高性能、可扩展的应用启动器和插件平台 + ✨ 特性 + - 🚀 快速启动 - 拼音搜索、正则匹配、历史记录、固定应用 + - 🧩 插件系统 - 支持 UI 插件和无界面插件,完整的 API 支持 + - 📋 剪贴板管理 - 历史记录、搜索、图片支持、跨平台原生实现 + - 🎨 主题定制 - 系统/亮色/暗色模式,6 种主题色可选 + - ⚡ 高性能 - LMDB 数据库、WebContentsView 架构、极速响应 + - 🌍 跨平台 - 原生支持 macOS 和 Windows,统一体验 + - 🔒 数据隔离 - 插件数据独立存储,安全可靠 + - 🛠️ 开发友好 - 完整的 TypeScript 类型支持,热重载开发 + - ⚙️ 最新技术栈 - Electron 38.5 + Node 22.20 + Chrome 140 +# Moniker: +Tags: +- 启动器 +- 工具 +- 应用 +- 扩展 +- 插件 +- 搜索 +- 效率 +- 查找 +- 生产力 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/ZToolsCenter/ZTools/releases/tag/v1.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zTools/zTools/1.1.1/zTools.zTools.yaml b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.yaml new file mode 100644 index 000000000000..8e5735867dba --- /dev/null +++ b/manifests/z/zTools/zTools/1.1.1/zTools.zTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: zTools.zTools +PackageVersion: 1.1.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.installer.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.installer.yaml new file mode 100644 index 000000000000..ed48cb1dbfe5 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.19 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: Steam Game Idler +ReleaseDate: 2025-12-15 +AppsAndFeaturesEntries: +- ProductCode: Steam Game Idler +InstallationMetadata: + DefaultInstallLocation: placeholder\Steam Game Idler +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zevnda/steam-game-idler/releases/download/2.5.19/Steam.Game.Idler_2.5.19_x64-setup.exe + InstallerSha256: 992223E36A9A5284FE3D186A5AECA026E479B168A9E67346AD1B71D68AF792FD +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.locale.en-US.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.locale.en-US.yaml new file mode 100644 index 000000000000..44ce8e44da84 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.19 +PackageLocale: en-US +Publisher: zevnda +PublisherUrl: https://github.com/zevnda +PublisherSupportUrl: https://github.com/zevnda/steam-game-idler/issues +Author: zevnda +PackageName: Steam Game Idler +PackageUrl: https://github.com/zevnda/steam-game-idler +License: MIT +LicenseUrl: https://github.com/zevnda/steam-game-idler/blob/HEAD/LICENSE +Copyright: Copyright © 2024-2025 zevnda +ShortDescription: Farm Steam trading cards, manage achievements, and idle games automatically — an all-in-one alternative to ArchiSteamFarm, Steam Achievement Manager, and Idle Master +Description: Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. +Tags: +- steam steam-idle-master steam-farm +ReleaseNotes: |- + What's Changed + - refactor(components): add tier pricing to pro modal by @zevnda in #1357 + - build(deps): bump next from 16.0.7 to 16.0.10 by @dependabot[bot] in #1356 + - chore(i18n): pull translations from crowdin by @sgi-actions[bot] in #1358 + - build(deps): bump deps by @zevnda in #1359 + Full Changelog: 2.5.18...2.5.19 +ReleaseNotesUrl: https://github.com/zevnda/steam-game-idler/releases/tag/2.5.19 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.yaml new file mode 100644 index 000000000000..cc35f62b5192 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.19/zevnda.SteamGameIdler.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0