From 14c85a9dc634e3ccaed21662813638bf51436f89 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:49:41 +0800 Subject: [PATCH 001/248] New version: Jan.Jan version 0.8.2 (#382091) --- .../j/Jan/Jan/0.8.2/Jan.Jan.installer.yaml | 20 ++++++ .../j/Jan/Jan/0.8.2/Jan.Jan.locale.en-US.yaml | 64 +++++++++++++++++++ .../j/Jan/Jan/0.8.2/Jan.Jan.locale.zh-CN.yaml | 20 ++++++ manifests/j/Jan/Jan/0.8.2/Jan.Jan.yaml | 8 +++ 4 files changed, 112 insertions(+) create mode 100644 manifests/j/Jan/Jan/0.8.2/Jan.Jan.installer.yaml create mode 100644 manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.en-US.yaml create mode 100644 manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.zh-CN.yaml create mode 100644 manifests/j/Jan/Jan/0.8.2/Jan.Jan.yaml diff --git a/manifests/j/Jan/Jan/0.8.2/Jan.Jan.installer.yaml b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.installer.yaml new file mode 100644 index 000000000000..d1a2c2e09bc1 --- /dev/null +++ b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.8.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- jan +ProductCode: 26e92a45-3e3b-5b43-bb59-04bf3b027b64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/janhq/jan/releases/download/v0.8.2/Jan_0.8.2_x64-setup.exe + InstallerSha256: BCE6BD6A3CE6394B2FD61EAF90AD52D5D605ED5E79971A540C4A4F4655CA8D81 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.en-US.yaml b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.en-US.yaml new file mode 100644 index 000000000000..e9c404a9dc16 --- /dev/null +++ b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.8.2 +PackageLocale: en-US +Publisher: Jan +PublisherUrl: https://jan.ai/ +PublisherSupportUrl: https://github.com/janhq/jan/issues +Author: Homebrew Computer Company +PackageName: Jan +PackageUrl: https://jan.ai/ +License: AGPL-3.0 +LicenseUrl: https://github.com/janhq/jan/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Jan +ShortDescription: Turn your computer into an AI computer +Description: Run LLMs like Mistral or Llama2 locally and offline on your computer, or connect to remote AI APIs like OpenAI’s GPT-4 or Groq. +Tags: +- ai +- large-language-model +- llama +- llm +- mistral +ReleaseNotes: |- + What's Changed + - fix(rag): honor configured attachment size limit in document parser by @qnixsynapse in https://github.com/janhq/jan/pull/8248 + - fix(mlx): register mlx capability so its commands pass ACL on macOS by @qnixsynapse + - fix(threads): persist assistant parameters so sampler settings survive restart by @qnixsynapse + - fix(csp): stop Tauri nonce-ing style-src so unsafe-inline works by @qnixsynapse + - test(extensions): run llamacpp-extension tests in the global suite by @qnixsynapse + - fix(llamacpp): raise default ctx-size to 8192 by @qnixsynapse + - fix(ui): move toast accent tint to CSS class to satisfy CSP by @qnixsynapse + - fix(ui): restore toast styling on Windows; tint toast with accent color by @qnixsynapse + - fix(ui): make notification toast visible and theme-aware by @qnixsynapse + - fix(i18n): add Italian to language switcher, fix Catalan locale code by @qnixsynapse + - fix(providers): surface friendly message on transport-level request failures by @qnixsynapse + - feat(providers): add copy and reveal buttons to API key inputs by @qnixsynapse + - fix(updater): bind requestIdleCallback to window to avoid Illegal invocation by @qnixsynapse + - perf(llamacpp): defer backend dep verification to browser idle by @qnixsynapse + - perf(updater): defer backend update check to browser idle by @qnixsynapse + - build(mlx): build the MLX plugin and extension on macOS only by @qnixsynapse + - perf(updater): defer initial app update check until after first paint by @qnixsynapse + - fix(llamacpp): start router before deferring backend update check by @qnixsynapse + - fix(server): list MLX models in Local API Server default model picker by @qnixsynapse + - fix(chat): make attachment chip text legible in user bubble by @qnixsynapse + - feat(settings): add toggle for automatic app update check by @qnixsynapse + - fix(assistant): make the thread's agent authoritative so in-chat switching works by @qnixsynapse + - fix(startup): increase logo–caption gap and center loader caption by @qnixsynapse + - feat(downloads): pause and resume model downloads from the hub panel by @qnixsynapse + - fix(chat): route prompt-too-big errors to the Increase Context Size banner by @qnixsynapse + - fix(llamacpp): recover crashed models and surface mid-request crashes by @qnixsynapse + - feat(startup): branded loader with phased status; defer MCP past first paint by @qnixsynapse + - fix(linux): keep tao's draggable Wayland titlebar; follow GNOME button-layout by @qnixsynapse + - feat(llamacpp): add HIP (AMD ROCm) backend support by @qnixsynapse + - fix(llamacpp): unblock UI from router startup; watchdog against blank window by @qnixsynapse + - style(message): use primary color for user message bubble by @qnixsynapse + - chore(release): bump app and plugin versions to 0.8.2 by @qnixsynapse + Full Changelog: https://github.com/janhq/jan/compare/v0.8.1...v0.8.2 +ReleaseNotesUrl: https://github.com/janhq/jan/releases/tag/v0.8.2 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://jan.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.zh-CN.yaml b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.zh-CN.yaml new file mode 100644 index 000000000000..996bac79a49e --- /dev/null +++ b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.8.2 +PackageLocale: zh-CN +ShortDescription: 为您的电脑赋能 AI +Description: 在电脑上本地离线运行 Mistral 或 Llama2 等 LLM,或者连接 OpenAI 的 GPT-4、Groq 等在线 AI 的 API。 +Tags: +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +ReleaseNotesUrl: https://github.com/janhq/jan/releases/tag/v0.8.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://jan.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jan/Jan/0.8.2/Jan.Jan.yaml b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.yaml new file mode 100644 index 000000000000..9236d2534316 --- /dev/null +++ b/manifests/j/Jan/Jan/0.8.2/Jan.Jan.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jan.Jan +PackageVersion: 0.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3c508e4ded76845ae1ed3c40f7424eaf8f4a80c9 Mon Sep 17 00:00:00 2001 From: Graham David <125028396+voyager2saturn@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:20:48 +0530 Subject: [PATCH 002/248] Add version: MongoDB.Server version 8.0.23 (#382068) --- .../8.0.23/MongoDB.Server.installer.yaml | 31 +++++++++++++++++++ .../8.0.23/MongoDB.Server.locale.en-US.yaml | 25 +++++++++++++++ .../MongoDB/Server/8.0.23/MongoDB.Server.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.installer.yaml create mode 100644 manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.locale.en-US.yaml create mode 100644 manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.yaml diff --git a/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.installer.yaml b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.installer.yaml new file mode 100644 index 000000000000..497d9aea8e7f --- /dev/null +++ b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MongoDB.Server +PackageVersion: 8.0.23 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: ADDLOCAL=ServerService REBOOT=ReallySuppress +UpgradeBehavior: uninstallPrevious +ProductCode: '{0C829B81-EC85-42CA-AB99-696A51256F95}' +ReleaseDate: 2026-05-12 +AppsAndFeaturesEntries: +- DisplayName: MongoDB 8.0.23 2008R2Plus SSL (64 bit) + ProductCode: '{0C829B81-EC85-42CA-AB99-696A51256F95}' + UpgradeCode: '{0D93E9C4-E62F-EDB8-5C73-234167424B5A}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\MongoDB\Server\8.0' +Installers: +- Architecture: x64 + InstallerUrl: https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.23-signed.msi + InstallerSha256: AAA3E0CDE22B91FD977173344697EE84B09CD6418D5B36CA86884084E4DC5EF6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.locale.en-US.yaml b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.locale.en-US.yaml new file mode 100644 index 000000000000..072fc412b269 --- /dev/null +++ b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MongoDB.Server +PackageVersion: 8.0.23 +PackageLocale: en-US +Publisher: MongoDB Inc. +PublisherUrl: https://www.mongodb.com/ +PublisherSupportUrl: https://support.mongodb.com/welcome +PrivacyUrl: https://www.mongodb.com/legal/privacy-policy +Author: MongoDB Inc. +PackageName: MongoDB +PackageUrl: https://www.mongodb.com/try/download/community +License: Server Side Public License (SSPL) +LicenseUrl: https://www.mongodb.com/licensing/server-side-public-license +Copyright: © 2023 MongoDB, Inc. +CopyrightUrl: https://www.mongodb.com/licensing/server-side-public-license +ShortDescription: MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. +Moniker: mongodb-server +Tags: +- database +- mongo +- server +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.yaml b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.yaml new file mode 100644 index 000000000000..3c9ad00828ee --- /dev/null +++ b/manifests/m/MongoDB/Server/8.0.23/MongoDB.Server.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MongoDB.Server +PackageVersion: 8.0.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3912f7637b9bbc620fce2d7e551117bc357e2ac2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:51:09 +0800 Subject: [PATCH 003/248] New version: Mozilla.Firefox.dsb version 151.0.3 (#382585) --- .../Mozilla.Firefox.dsb.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.dsb.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.dsb.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.dsb.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.dsb.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.dsb.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.dsb.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.dsb.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.dsb.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.dsb.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.dsb.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.dsb.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.dsb.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.dsb.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.dsb.locale.zh-CN.yaml | 24 +++++++++++ .../dsb/151.0.3/Mozilla.Firefox.dsb.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.yaml diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.installer.yaml new file mode 100644 index 000000000000..97838fd881c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/dsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 7FA66A08C95EF9CF3D7B76793F1E7968DBDDB1A60FB0551C7BABA1C0D44FDD34 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/dsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 5D7A1E65F05CD84724A7BFE6CAAA2010D6C65EEF6CA9AF4BA9A13C0B22E7C1BC +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/dsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 21692021738D8E496B1450DD50D976FE80BE6EEB4D9CF39DDB5E6074A65CF301 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.cs-CZ.yaml new file mode 100644 index 000000000000..0f6a7c24bbf1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.da-DK.yaml new file mode 100644 index 000000000000..5ebf8baa6a61 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.de-DE.yaml new file mode 100644 index 000000000000..9a78a7d2f7e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.el-GR.yaml new file mode 100644 index 000000000000..ea6df9665026 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-GB.yaml new file mode 100644 index 000000000000..655824076277 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-US.yaml new file mode 100644 index 000000000000..1a126daf97a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (dsb) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.es-MX.yaml new file mode 100644 index 000000000000..1e6ce715b3b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.fr-FR.yaml new file mode 100644 index 000000000000..e1be26bbfc98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.hu-HU.yaml new file mode 100644 index 000000000000..07813d10cb05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ja-JP.yaml new file mode 100644 index 000000000000..d3699c81af18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.nb-NO.yaml new file mode 100644 index 000000000000..62b0bc162d5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ru-RU.yaml new file mode 100644 index 000000000000..4ce4bba3f19c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ta-IN.yaml new file mode 100644 index 000000000000..c1f0edd4076a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..54d6f826a064 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.yaml new file mode 100644 index 000000000000..63a93b560c7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.3/Mozilla.Firefox.dsb.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c9a7e87d4c875993d4a392b1389b3e8e936369ef Mon Sep 17 00:00:00 2001 From: landkatze <180321152+landkatze@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:53:52 +0000 Subject: [PATCH 004/248] New version: QGIS.QField version 4.1.14 (#382111) --- .../QField/4.1.14/QGIS.QField.installer.yaml | 21 +++++++++++++ .../4.1.14/QGIS.QField.locale.en-US.yaml | 31 +++++++++++++++++++ .../q/QGIS/QField/4.1.14/QGIS.QField.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/q/QGIS/QField/4.1.14/QGIS.QField.installer.yaml create mode 100644 manifests/q/QGIS/QField/4.1.14/QGIS.QField.locale.en-US.yaml create mode 100644 manifests/q/QGIS/QField/4.1.14/QGIS.QField.yaml diff --git a/manifests/q/QGIS/QField/4.1.14/QGIS.QField.installer.yaml b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.installer.yaml new file mode 100644 index 000000000000..819848cc34b4 --- /dev/null +++ b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: QGIS.QField +PackageVersion: 4.1.14 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: QField +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: OPENGIS.ch + ProductCode: QField +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\QField' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/opengisch/QField/releases/download/v4.1.14/qfield-v4.1.14-windows-x64.exe + InstallerSha256: 6A6ECE92CF8673024D91701952DB8CA2377B9D750146180777E67F7D3A49EA9C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/q/QGIS/QField/4.1.14/QGIS.QField.locale.en-US.yaml b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.locale.en-US.yaml new file mode 100644 index 000000000000..f18b49a805b0 --- /dev/null +++ b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: QGIS.QField +PackageVersion: 4.1.14 +PackageLocale: en-US +Publisher: QGIS +PublisherUrl: https://github.com/opengisch +PublisherSupportUrl: https://github.com/opengisch/QField/issues +PackageName: QField +PackageUrl: https://github.com/opengisch/QField +License: GPL-2.0 +LicenseUrl: https://github.com/opengisch/QField/blob/HEAD/LICENSE +ShortDescription: A simplified touch optimized interface for QGIS in the field. +Tags: +- android +- gis +- ios +- linux +- macos +- mobile +- qgis +- qml +- windows +ReleaseNotes: |- + What's Changed + - Mitigate scenarios in which merged polygon geometries can result in a GeometryCollection of polygons and lines + Full Changelog: v4.1.13...v4.1.14 +ReleaseNotesUrl: https://github.com/opengisch/QField/releases/tag/v4.1.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/QGIS/QField/4.1.14/QGIS.QField.yaml b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.yaml new file mode 100644 index 000000000000..8138652944b3 --- /dev/null +++ b/manifests/q/QGIS/QField/4.1.14/QGIS.QField.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: QGIS.QField +PackageVersion: 4.1.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ce208cdd93804da8d4599fb5af264ed2d0e9d679 Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Tue, 2 Jun 2026 23:57:21 +0200 Subject: [PATCH 005/248] New version: Docker.Agent version v1.70.2 (#382148) --- .../Agent/v1.70.2/Docker.Agent.installer.yaml | 18 +++++++++++++++ .../v1.70.2/Docker.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../d/Docker/Agent/v1.70.2/Docker.Agent.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/d/Docker/Agent/v1.70.2/Docker.Agent.installer.yaml create mode 100644 manifests/d/Docker/Agent/v1.70.2/Docker.Agent.locale.en-US.yaml create mode 100644 manifests/d/Docker/Agent/v1.70.2/Docker.Agent.yaml diff --git a/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.installer.yaml new file mode 100644 index 000000000000..41021a1e2c4a --- /dev/null +++ b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.70.2 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.70.2/docker-agent-windows-amd64.exe + InstallerSha256: 46E8581466E6B382A94FFC8848F719187516619B64FF5A61FED9D05958A97917 +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.70.2/docker-agent-windows-arm64.exe + InstallerSha256: 92736542FA8B95106ADA6261CD863BCF22368761E650AEA56C4822A70779D0E8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-01 diff --git a/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..1fec0ae22915 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.70.2 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.70.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.yaml new file mode 100644 index 000000000000..c45b80f950ac --- /dev/null +++ b/manifests/d/Docker/Agent/v1.70.2/Docker.Agent.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.Agent +PackageVersion: v1.70.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From abe801ad19ac1e54eb3aeb9d5fe57355dd4b2ac0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:01:22 +0800 Subject: [PATCH 006/248] New version: Sourcegraph.Amp version 0.0.1780336675-gf27daa (#382211) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..31c6f4eabbca --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780336675-gf27daa +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780336675-gf27daa/amp-windows-x64-baseline.exe + InstallerSha256: 55998DF274AA4CDA69145468A19A1B5D07C90952D497972F9611A37D395971BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..374557730cc0 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780336675-gf27daa +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..e6af40cbd681 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780336675-gf27daa +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..9a3c3bb4c3aa --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780336675-gf27daa/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780336675-gf27daa +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bdb29d2f16bc8c0a2cd7ccbe72f9ad127997982c Mon Sep 17 00:00:00 2001 From: Ossian Ericson <43954785+ossianericson@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:01:27 +0200 Subject: [PATCH 007/248] NetSentinel.NetSentinel version 1.9.67 (#382226) --- .../NetSentinel.NetSentinel.installer.yaml | 22 ++++++ .../NetSentinel.NetSentinel.locale.en-US.yaml | 72 +++++++++++++++++++ .../1.9.67/NetSentinel.NetSentinel.yaml | 8 +++ 3 files changed, 102 insertions(+) create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.installer.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.locale.en-US.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.yaml diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..a3a24fdbde68 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.67 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.9.67/NetSentinel-Setup-1.9.67.exe + InstallerSha256: 669BB02A4814E7EB0376DE941832EAD4A881E09B676AA1C88B277011C4BE6354 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..b592f1bf69b6 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.67 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Professional network monitor — LAN scanner, security audit, 5G modem and mesh router integration +Description: |- + NetSentinel is a professional-grade network security scanner and monitor for Windows, + targeting IT administrators, home lab users, and students learning network concepts. + It replaces a collection of separate utilities with one integrated desktop application: + + • Device Inventory — ARP + mDNS + NetBIOS + DHCP scan; OUI fingerprinting identifies + cameras, smart speakers, routers, and IoT sensors by MAC address + • 5G Modem Monitor — live SINR, RSRP, RSRQ, band, and cell ID from ZTE MC889 modems; + signal history logged alongside every speed test result + • Mesh Router Monitor — TP-Link Deco XE75 node signal stats and topology; + enriches device inventory with real hostnames from your mesh network + • Hardware Integration — USB, serial, and GPIO device detection; extend the app + with physical sensors and network hardware + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs; flags devices stealing the + Root Bridge role and causing periodic 15-45 second network outages + • Broadcast Storm Analyser — measures broadcast/multicast rates in real time; + identifies the flooding device with packet-level evidence + • Speed Test — three-tier: Ookla CLI (1 Gbps+) then speedtest-cli (8 threads) then + pure-Python (16 TCP streams); each result captures a full modem signal snapshot + • Security Audit — SYN/UDP port scan, OS fingerprint, CVE lookup, TLS checker, + credential test (SSH/SMB/FTP/Telnet), threat intelligence, and risk scorer + • IoT Behavioral Baseline — learns normal traffic patterns; alerts when a device + contacts unexpected hosts or starts scanning + • What's Wrong? Diagnosis — symptom tiles trigger a sequenced scan; results + delivered as plain-English findings with root-cause correlation + • Log Hub — unified view: network RTT, 5G modem, mesh, syslog, and SNMP traps + • Protocol Visualizer — animated ARP/DNS/TCP/DHCP/STP diagrams from real scan data + • Lab Mode — guided CompTIA Network+/CCNA exercises with exportable HTML results + • MQTT / Home Assistant — Discovery payloads, configurable broker, keychain credentials + • REST API — read-only Flask API on localhost; API key stored in OS keychain + • WiFi Heatmap — floor plan import, IDW interpolation, PNG export + • Network Documentation — one-click HTML/Markdown snapshot of full network state + • Automation Hooks — shell commands triggered by alert and scan events + + Most active scan features require Administrator privileges. + Install Npcap (https://npcap.com) for STP, storm, ARP watch, and 802.11 monitor mode. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.9.67 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..52604f29e1dd --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.67/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.67 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99eb0969d91b8e0dc2ad7e95ef1195f6523fd0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:01:42 +0200 Subject: [PATCH 008/248] New version: GAM-Team.gam version 7.44.02 (#382265) --- .../gam/7.44.02/GAM-Team.gam.installer.yaml | 24 ++++++++++++ .../7.44.02/GAM-Team.gam.locale.en-US.yaml | 39 +++++++++++++++++++ .../g/GAM-Team/gam/7.44.02/GAM-Team.gam.yaml | 8 ++++ 3 files changed, 71 insertions(+) create mode 100644 manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.installer.yaml create mode 100644 manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.locale.en-US.yaml create mode 100644 manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.yaml diff --git a/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.installer.yaml new file mode 100644 index 000000000000..5a254b61348f --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.44.02 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.44.02/gam-7.44.02-windows-x86_64.exe + InstallerSha256: 65B9C2B9647D2E9638593E2E5B5D97110B7F9F66BF45F8F3C441C69651FB820E +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.44.02/gam-7.44.02-windows-arm64.exe + InstallerSha256: 5542111C7AB364B7F71AE233BB113B99BE75D03E3E9E1DCA3FD1D61C474057E5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 000000000000..c120a8159b9b --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.44.02 +PackageLocale: en-US +Publisher: GAM Team - google-apps-manager@googlegroups.com +PublisherUrl: https://github.com/GAM-team +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues +PackageName: gam +PackageUrl: https://github.com/GAM-team/GAM +License: Apache-2.0 +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE +ShortDescription: command line management for Google Workspace +Tags: +- gam +- google +- google-admin-sdk +- google-api +- google-apps +- google-calendar +- google-cloud +- google-drive +- google-workspace +- gsuite +- oauth2 +- oauth2-client +- python +ReleaseNotes: |- + - 7.44.02 + Added fields bluetoothadapterinfo and osversioncompliance to for use + in gam info|print cros. + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.44.02 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.yaml new file mode 100644 index 000000000000..d327b54440ee --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.44.02/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.44.02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 35d5c05a9738931224e32431bc03a43e1e40358a Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 18:01:57 -0400 Subject: [PATCH 009/248] New version: GrafanaLabs.Grafana.OSS version 13.0.2 (#382589) --- .../GrafanaLabs.Grafana.OSS.installer.yaml | 27 +++++++++++++++ .../GrafanaLabs.Grafana.OSS.locale.en-US.yaml | 33 +++++++++++++++++++ .../OSS/13.0.2/GrafanaLabs.Grafana.OSS.yaml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.installer.yaml create mode 100644 manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml create mode 100644 manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.yaml diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.installer.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.installer.yaml new file mode 100644 index 000000000000..33a330bb1f22 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.OSS +PackageVersion: 13.0.2 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{3DDFD3E8-3CEC-4405-BC6A-A8283092671F}' +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- ProductCode: '{3DDFD3E8-3CEC-4405-BC6A-A8283092671F}' + UpgradeCode: '{35C7D2A9-6E23-4645-B975-E8693A1CEF10}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GrafanaLabs' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.grafana.com/grafana/release/13.0.2/grafana_13.0.2_26816849631_windows_amd64.msi + InstallerSha256: 8B9FEADBBB4E735233E37CBA33C662121DB678297734D139594A5ED294D1DB26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml new file mode 100644 index 000000000000..e517068d066f --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.OSS +PackageVersion: 13.0.2 +PackageLocale: en-US +Publisher: Grafana Labs +PublisherUrl: https://grafana.com/ +PublisherSupportUrl: https://grafana.com/contact/ +PrivacyUrl: https://grafana.com/legal/privacy-policy/ +Author: Grafana Labs +PackageName: GrafanaOSS +PackageUrl: https://grafana.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/grafana/grafana/blob/main/LICENSE +Copyright: Copyright 2026 © Grafana Labs +CopyrightUrl: https://github.com/grafana/grafana/blob/main/LICENSE +ShortDescription: Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. +Description: |- + Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. + Create, explore, and share dashboards with your team and foster a data driven culture. +Moniker: grafana-oss +Tags: +- dashboard +- data +- grafana +- graph +- metrics +- prometheus +- query +- visualization +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.yaml b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.yaml new file mode 100644 index 000000000000..2a0b87f9d1a9 --- /dev/null +++ b/manifests/g/GrafanaLabs/Grafana/OSS/13.0.2/GrafanaLabs.Grafana.OSS.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Grafana.OSS +PackageVersion: 13.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c7e0473137ea9457f6bc469854e2eb57fc852c82 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:02:15 +0800 Subject: [PATCH 010/248] New version: Google.Chrome.Canary version 150.0.7871.2 (#382744) --- .../Google.Chrome.Canary.installer.yaml | 14 +++++++------- .../Google.Chrome.Canary.locale.en-US.yaml | 2 +- .../Google.Chrome.Canary.locale.nb-NO.yaml | 2 +- .../Google.Chrome.Canary.locale.zh-CN.yaml | 2 +- .../Google.Chrome.Canary.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename manifests/g/Google/Chrome/Canary/{150.0.7871.0 => 150.0.7871.2}/Google.Chrome.Canary.installer.yaml (58%) rename manifests/g/Google/Chrome/Canary/{150.0.7871.0 => 150.0.7871.2}/Google.Chrome.Canary.locale.en-US.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7871.0 => 150.0.7871.2}/Google.Chrome.Canary.locale.nb-NO.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7871.0 => 150.0.7871.2}/Google.Chrome.Canary.locale.zh-CN.yaml (96%) rename manifests/g/Google/Chrome/Canary/{150.0.7871.0 => 150.0.7871.2}/Google.Chrome.Canary.yaml (89%) diff --git a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.installer.yaml similarity index 58% rename from manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.installer.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.installer.yaml index b140eb439106..fe4e0dcfb008 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.installer.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7871.0 +PackageVersion: 150.0.7871.2 InstallerType: exe Scope: user InstallModes: @@ -37,13 +37,13 @@ FileExtensions: ProductCode: Google Chrome SxS Installers: - Architecture: x86 - InstallerUrl: https://dl.google.com/release2/chrome/ocskk7d4mhbcdy3r35cpurnlc4_150.0.7871.0/150.0.7871.0_chrome_installer_uncompressed.exe - InstallerSha256: 40524F0D618F18A610A825A730C988C9A403B79976152FDB4497D93B99018AF4 + InstallerUrl: https://dl.google.com/release2/chrome/adzmnrhjbrybinlaxgsx2tyahjpa_150.0.7871.2/150.0.7871.2_chrome_installer_uncompressed.exe + InstallerSha256: ED50266A27B6791E3138E92E5DA0D97ECA5FC5C79ED4F1D6C76B8253606C7125 - Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adfqgup3vioztioslq23kvxnqpqq_150.0.7871.0/150.0.7871.0_chrome_installer_uncompressed.exe - InstallerSha256: 80E493B6EE9AF42B6BA61ECCD37AE7D15E747A576AA6B737333D973BC970EDDD + InstallerUrl: https://dl.google.com/release2/chrome/ad6qfzaiasekjejkhhagdsnbao3a_150.0.7871.2/150.0.7871.2_chrome_installer_uncompressed.exe + InstallerSha256: B6B7CD4A933265C5D61DFEDD2C989940EE3F6E2C6B55D6E8DEFA0D6A88897057 - Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/achkdscx6hiqdioprc6xrdmzn4xa_150.0.7871.0/150.0.7871.0_chrome_installer_uncompressed.exe - InstallerSha256: 6DB1831A0CAB725F1C1A91014D49227A9F1A0E71D2207F6BC2BD0E5D61E34A50 + InstallerUrl: https://dl.google.com/release2/chrome/dlt5xbhkzzhrhbn6g4hpbtlupa_150.0.7871.2/150.0.7871.2_chrome_installer_uncompressed.exe + InstallerSha256: 143D441B7EB2EC5C53B24E75B41CE5725649DE52D0ED75B696F1FF9E3ABD1577 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.en-US.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.en-US.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.en-US.yaml index 91c4e865718a..671e58e767ac 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.en-US.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7871.0 +PackageVersion: 150.0.7871.2 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.nb-NO.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.nb-NO.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.nb-NO.yaml index 398f7c1c2d68..ed94dd596a1f 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.nb-NO.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7871.0 +PackageVersion: 150.0.7871.2 PackageLocale: nb-NO Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.zh-CN.yaml similarity index 96% rename from manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.zh-CN.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.zh-CN.yaml index ddb75fd3fc5a..6f85d766a219 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.locale.zh-CN.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7871.0 +PackageVersion: 150.0.7871.2 PackageLocale: zh-CN Publisher: Google LLC PublisherUrl: https://www.google.com/ diff --git a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.yaml similarity index 89% rename from manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.yaml rename to manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.yaml index b6fa7d5aa92c..6af3553e96c1 100644 --- a/manifests/g/Google/Chrome/Canary/150.0.7871.0/Google.Chrome.Canary.yaml +++ b/manifests/g/Google/Chrome/Canary/150.0.7871.2/Google.Chrome.Canary.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.Chrome.Canary -PackageVersion: 150.0.7871.0 +PackageVersion: 150.0.7871.2 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 502aa419e5d59f0c0c20f49c5e77e0f909354251 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:02:31 +0800 Subject: [PATCH 011/248] New version: DifferentAI.OpenWork version 0.15.0 (#382777) --- .../DifferentAI.OpenWork.installer.yaml | 15 +++++++ .../DifferentAI.OpenWork.locale.en-US.yaml | 40 +++++++++++++++++++ .../DifferentAI.OpenWork.locale.zh-CN.yaml | 24 +++++++++++ .../OpenWork/0.15.0/DifferentAI.OpenWork.yaml | 8 ++++ 4 files changed, 87 insertions(+) create mode 100644 manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.installer.yaml create mode 100644 manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.en-US.yaml create mode 100644 manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.zh-CN.yaml create mode 100644 manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.yaml diff --git a/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.installer.yaml b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.installer.yaml new file mode 100644 index 000000000000..f8d9450e6621 --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.15.0 +InstallerType: nullsoft +Scope: user +ProductCode: 29165f8a-586b-5470-a1cc-cfff30a85ed3 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/different-ai/openwork/releases/download/v0.15.0/openwork-win-x64-0.15.0.exe + InstallerSha256: 09FFA41A262162AF54E96D12BE9C3157913867F3409F64A4D1A86422A6BFBA92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.en-US.yaml b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.en-US.yaml new file mode 100644 index 000000000000..9cf3924bc80d --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.15.0 +PackageLocale: en-US +Publisher: differentai +PublisherUrl: https://openwork.software/ +PublisherSupportUrl: https://github.com/different-ai/openwork/issues +Author: Different AI +PackageName: OpenWork +PackageUrl: https://openwork.software/ +License: MIT +LicenseUrl: https://github.com/different-ai/openwork/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Different AI +ShortDescription: An open-source alternative to Claude Cowork, powered by OpenCode +Description: |- + OpenWork is an extensible, open-source “Claude Work” style system for knowledge workers. + It’s a native desktop app that runs OpenCode under the hood, but presents it as a clean, guided workflow: + - pick a workspace + - start a run + - watch progress + plan updates + - approve permissions when needed + - reuse what works (templates + skills) + The goal: make “agentic work” feel like a product, not a terminal. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +- opencode +ReleaseNotes: |- + What's new + OpenWork v0.15.0 desktop release. + - Download the attached installer for your platform. + - Electron builds use the attached latest-mac.yml updater feed. +ReleaseNotesUrl: https://github.com/different-ai/openwork/releases/tag/v0.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.zh-CN.yaml b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.zh-CN.yaml new file mode 100644 index 000000000000..3ff955b05a7f --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.15.0 +PackageLocale: zh-CN +ShortDescription: 由 OpenCode 驱动的 Claude Cowork 开源替代方案 +Description: |- + OpenWork 是一个可扩展的开源“Claude Work”风格系统,专为知识工作者设计。 + 它是一款原生桌面应用程序,底层运行 OpenCode,但以简洁、引导式的工作流呈现: + - 选择一个工作区 + - 开始执行任务 + - 查看进度并规划更新 + - 在需要时批准权限 + - 复用有效内容(模板 + 技能) + 目标:让“自主智能式工作”感觉像一个产品,而不是一个终端。 +Tags: +- opencode +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.yaml b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.yaml new file mode 100644 index 000000000000..0883b8370a9e --- /dev/null +++ b/manifests/d/DifferentAI/OpenWork/0.15.0/DifferentAI.OpenWork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DifferentAI.OpenWork +PackageVersion: 0.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ff8079aabe83a1a20ee764a3ebc9b111b215eb47 Mon Sep 17 00:00:00 2001 From: yukimemi Date: Wed, 3 Jun 2026 07:19:48 +0900 Subject: [PATCH 012/248] New version: yukimemi.shun version 5.1.0 (#381869) --- .../shun/5.1.0/yukimemi.shun.installer.yaml | 27 ++++++++++++ .../5.1.0/yukimemi.shun.locale.en-US.yaml | 44 +++++++++++++++++++ .../y/yukimemi/shun/5.1.0/yukimemi.shun.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.installer.yaml create mode 100644 manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.locale.en-US.yaml create mode 100644 manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.yaml diff --git a/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.installer.yaml b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.installer.yaml new file mode 100644 index 000000000000..cbd8e5b5d199 --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.installer.yaml @@ -0,0 +1,27 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +ProductCode: shun +ReleaseDate: 2026-05-31 +AppsAndFeaturesEntries: +- ProductCode: shun +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\shun' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/yukimemi/shun/releases/download/v5.1.0/shun_5.1.0_x64-setup.exe + InstallerSha256: 6B6BF8CBA082B2AB46503F12D6C5465C4C628A79932DD14C0E741481F3BB33F6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.locale.en-US.yaml b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.locale.en-US.yaml new file mode 100644 index 000000000000..542f2609dae6 --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.0 +PackageLocale: en-US +Publisher: yukimemi +PublisherUrl: https://github.com/yukimemi +PublisherSupportUrl: https://github.com/yukimemi/shun/issues +PackageName: shun +PackageUrl: https://github.com/yukimemi/shun +License: MIT +LicenseUrl: https://github.com/yukimemi/shun/blob/HEAD/LICENSE +ShortDescription: A cross-platform, keyboard-driven minimal launcher like Alfred/Raycast +Description: |- + shun (瞬) is a cross-platform, keyboard-driven minimal launcher built with Tauri. + Features include fuzzy/exact search, launch history with frecency sorting, args mode, + path & URL completion, slash commands, auto-update, theming, and more. +Moniker: shun +Tags: +- alfred +- keyboard +- launcher +- productivity +- raycast +- tauri +ReleaseNotes: |- + What's Changed + See commits for details. + Installation + Download the installer for your platform from the assets below: + ────────┬──────────────────────────────────────────────────────────────────────────── + Platform│File + ────────┼──────────────────────────────────────────────────────────────────────────── + Windows │*-setup.exe (installer, no admin required) or shun-windows-x64.zip + │(portable) + ────────┼──────────────────────────────────────────────────────────────────────────── + macOS │.dmg + ────────┼──────────────────────────────────────────────────────────────────────────── + Linux │.AppImage or .deb + ────────┴──────────────────────────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/yukimemi/shun/releases/tag/v5.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.yaml b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.yaml new file mode 100644 index 000000000000..c0c3df49c13c --- /dev/null +++ b/manifests/y/yukimemi/shun/5.1.0/yukimemi.shun.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yukimemi.shun +PackageVersion: 5.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 418c5ad7836ac70acaf8020323b5c3976c24d836 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 2 Jun 2026 15:20:01 -0700 Subject: [PATCH 013/248] New version: dune-admin 0.18.2 (#381957) Co-authored-by: goreleaserbot --- .../0.18.2/Icehunter.dune-admin.installer.yaml | 18 ++++++++++++++++++ .../Icehunter.dune-admin.locale.en-US.yaml | 17 +++++++++++++++++ .../0.18.2/Icehunter.dune-admin.yaml | 7 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.installer.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.locale.en-US.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.yaml diff --git a/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..96e528df5c2d --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.18.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-31" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.18.2/dune-admin_windows_amd64.zip + InstallerSha256: cf0ff57f96f9ccd2b26ad9f76a2441702a5351f3337133be24eaba15dc0f37cd + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..2ad44eadf9f9 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.18.2 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.yaml new file mode 100644 index 000000000000..c7d71b3ab44e --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.18.2/Icehunter.dune-admin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cd9adbdb7498997c70ce510b36559d4aaf9c6e49 Mon Sep 17 00:00:00 2001 From: Wilson Glasser Date: Tue, 2 Jun 2026 19:20:17 -0300 Subject: [PATCH 014/248] New version: WilsonGlasser.BaseMaster version 0.6.7 (#382024) --- .../WilsonGlasser.BaseMaster.installer.yaml | 22 +++++++++++++ ...WilsonGlasser.BaseMaster.locale.en-US.yaml | 33 +++++++++++++++++++ .../0.6.7/WilsonGlasser.BaseMaster.yaml | 8 +++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.installer.yaml create mode 100644 manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.locale.en-US.yaml create mode 100644 manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.yaml diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.installer.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.installer.yaml new file mode 100644 index 000000000000..4f9e5458777c --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.6.7 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: BaseMaster +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- DisplayName: BaseMaster + Publisher: basemaster + ProductCode: BaseMaster +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\BaseMaster' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wilsonglasser/basemaster/releases/download/v0.6.7/BaseMaster_0.6.7_x64-setup.exe + InstallerSha256: 93B07C23DCB088FFD6126779ACF518DC91FDA13255B3C9E9915E19AFFF339988 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.locale.en-US.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.locale.en-US.yaml new file mode 100644 index 000000000000..a9e209b9087f --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.6.7 +PackageLocale: en-US +Publisher: Wilson Glasser +PublisherUrl: https://basemaster.org/ +PublisherSupportUrl: https://github.com/wilsonglasser/basemaster/issues +Author: Wilson Glasser +PackageName: https://basemaster.org +PackageUrl: https://basemaster.org/ +License: MIT +LicenseUrl: https://github.com/wilsonglasser/basemaster/blob/HEAD/LICENSE +ShortDescription: Desktop database tool for developers — MySQL, MariaDB, PostgreSQL, SQLite. +Description: Desktop database tool for developers — MySQL, MariaDB, PostgreSQL, SQLite. +Tags: +- database +- mariadb +- mysql +- postgreesql +- rust +- sqlite +ReleaseNotes: |- + BaseMaster v0.6.7 + Download disponível em Assets abaixo. + - Windows: .msi (instalador) e .exe (portable) + - macOS: .dmg (Apple Silicon / Intel) + - Linux: .deb, .rpm, .AppImage + 🤖 Build automatizado via GitHub Actions. +ReleaseNotesUrl: https://github.com/wilsonglasser/basemaster/releases/tag/v0.6.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.yaml b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.yaml new file mode 100644 index 000000000000..4c4c44576ed8 --- /dev/null +++ b/manifests/w/WilsonGlasser/BaseMaster/0.6.7/WilsonGlasser.BaseMaster.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WilsonGlasser.BaseMaster +PackageVersion: 0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c745e0a164a8420ccab6f4ec7554b44f628c5b34 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:20:33 +0800 Subject: [PATCH 015/248] New version: AstrBot.AstrBotLauncher version 0.3.6 (#382029) --- .../AstrBot.AstrBotLauncher.installer.yaml | 41 +++++++++++++++++++ .../AstrBot.AstrBotLauncher.locale.en-US.yaml | 38 +++++++++++++++++ .../AstrBot.AstrBotLauncher.locale.zh-CN.yaml | 28 +++++++++++++ .../0.3.6/AstrBot.AstrBotLauncher.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.installer.yaml create mode 100644 manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.en-US.yaml create mode 100644 manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.zh-CN.yaml create mode 100644 manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.yaml diff --git a/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.installer.yaml b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.installer.yaml new file mode 100644 index 000000000000..e4cee99273e5 --- /dev/null +++ b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AstrBot.AstrBotLauncher +PackageVersion: 0.3.6 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AstrBotDevs/astrbot-launcher/releases/download/v0.3.6/AstrBot.Launcher_0.3.6_x64-setup.exe + InstallerSha256: 008FC8812068CC064DB8AB512E654BCBDBB6C7332F6C4D5E6DAE2F1320441FCF + ProductCode: AstrBot Launcher +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AstrBotDevs/astrbot-launcher/releases/download/v0.3.6/AstrBot.Launcher_0.3.6_arm64-setup.exe + InstallerSha256: B50B3FA6F7EF4BB76A134DDB55E5A570664B083D94676326EDB2488E50FEC5CA + ProductCode: AstrBot Launcher +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AstrBotDevs/astrbot-launcher/releases/download/v0.3.6/AstrBot.Launcher_0.3.6_x64_en-US.msi + InstallerSha256: 5FB518E4B91B32639F722068CDDD54554F82112347CC271541AABE12F64D7DCF + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A00C071E-4DAF-46FC-A3FD-8D1E4001DB36}' + AppsAndFeaturesEntries: + - UpgradeCode: '{2E3C5B7E-CE2E-5716-B292-CEF62026594C}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AstrBotDevs/astrbot-launcher/releases/download/v0.3.6/AstrBot.Launcher_0.3.6_arm64_en-US.msi + InstallerSha256: 1CC5BF38B995335FDFEECBED667D456DA2D97DF38BD9E7923A1A5849D19070A8 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{87B5A8D9-B70C-41D7-A059-1A4F08223FA6}' + AppsAndFeaturesEntries: + - UpgradeCode: '{2E3C5B7E-CE2E-5716-B292-CEF62026594C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.en-US.yaml b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.en-US.yaml new file mode 100644 index 000000000000..700dd4f84969 --- /dev/null +++ b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AstrBot.AstrBotLauncher +PackageVersion: 0.3.6 +PackageLocale: en-US +Publisher: github +PublisherUrl: https://astrbot.app/ +PublisherSupportUrl: https://github.com/AstrBotDevs/astrbot-launcher/issues +PackageName: AstrBot Launcher +PackageUrl: https://github.com/AstrBotDevs/astrbot-launcher +License: MIT +LicenseUrl: https://github.com/AstrBotDevs/astrbot-launcher/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Raven95676 +ShortDescription: AstrBot GUI manager +Description: |- + AstrBot Launcher is a desktop application designed for graphical management of AstrBot, offering comprehensive features including version downloads, instance management, data backup, and automated Python runtime environment configuration. + + Features + - Intrusion-free architecture: Runtime environments and dependencies are managed in independent directories to avoid system pollution + - Multi-instance visual management: Create, start, stop, and upgrade instances all-in-one + - Secure backup and recovery: Instance-level backup and restore for enhanced data safety + - Runtime isolation: Instances run independently, eliminating environment conflicts + - Desktop-friendly integration: Tray residency, auto-start on boot, ready to use upon installation +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +ReleaseNotes: |- + - Full Changelog: v0.3.5...v0.3.6 + - feat: add dark mode by @Raven95676 in https://github.com/AstrBotDevs/astrbot-launcher/pull/68 + - chore(deps): bump tar from 0.4.45 to 0.4.46 in /src-tauri by @dependabot[bot] in https://github.com/AstrBotDevs/astrbot-launcher/pull/69 +ReleaseNotesUrl: https://github.com/AstrBotDevs/astrbot-launcher/releases/tag/v0.3.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.zh-CN.yaml b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.zh-CN.yaml new file mode 100644 index 000000000000..f0779a353837 --- /dev/null +++ b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AstrBot.AstrBotLauncher +PackageVersion: 0.3.6 +PackageLocale: zh-CN +ShortDescription: 图形化管理 AstrBot +Description: |- + AstrBot Launcher 是一款用于图形化管理 AstrBot 的桌面应用程序,提供版本下载、实例管理、数据备份以及 Python 运行环境自动化配置等完整功能支持。 + + 功能特性 + - 零侵入架构设计:运行环境与依赖统一在独立目录管理,避免污染系统 + - 多实例可视化管理:创建/启动/停止/升级一站式完成 + - 安全备份恢复:实例级备份与恢复,数据更安心 + - 运行时隔离:实例独立运行,杜绝环境冲突 + - 桌面友好集成:托盘驻留、开机自启即装即用 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + - 完整更新日志:v0.3.5...v0.3.6 + - feat: add dark mode by @Raven95676 in https://github.com/AstrBotDevs/astrbot-launcher/pull/68 + - chore(deps): bump tar from 0.4.45 to 0.4.46 in /src-tauri by @dependabot[bot] in https://github.com/AstrBotDevs/astrbot-launcher/pull/69 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.yaml b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.yaml new file mode 100644 index 000000000000..b1f2c9a5c226 --- /dev/null +++ b/manifests/a/AstrBot/AstrBotLauncher/0.3.6/AstrBot.AstrBotLauncher.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AstrBot.AstrBotLauncher +PackageVersion: 0.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aac824a97418695bb546a172700a3a159f56dc09 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:20:48 +0800 Subject: [PATCH 016/248] New version: Kongkong.AskLink version 4.0.40.0 (#382056) --- .../4.0.40.0/Kongkong.AskLink.installer.yaml | 15 ++++++++ .../Kongkong.AskLink.locale.en-US.yaml | 34 ++++++++++++++++++ .../Kongkong.AskLink.locale.zh-CN.yaml | 35 +++++++++++++++++++ .../AskLink/4.0.40.0/Kongkong.AskLink.yaml | 8 +++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.installer.yaml create mode 100644 manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.en-US.yaml create mode 100644 manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.zh-CN.yaml create mode 100644 manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.yaml diff --git a/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.installer.yaml b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.installer.yaml new file mode 100644 index 000000000000..7c98363d8f4f --- /dev/null +++ b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kongkong.AskLink +PackageVersion: 4.0.40.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: 连连控_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.asklink.com/download/windows/Full/AskLink_Full_v4.0.40.0_20260601_1232.exe + InstallerSha256: B7E5175998463CDB669F1CABAF4A313C2CF4288294ED1AF6F71B04CD2A520780 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.en-US.yaml b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.en-US.yaml new file mode 100644 index 000000000000..a5b4e0e47c1a --- /dev/null +++ b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kongkong.AskLink +PackageVersion: 4.0.40.0 +PackageLocale: en-US +Publisher: 上海控控科技有限公司 +PublisherUrl: https://www.asklink.com/ +PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html +Author: Shanghai Kongkong Technology Co., Ltd. +PackageName: 连连控 +PackageUrl: https://www.asklink.com/download +License: Proprietary +LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html +Copyright: © Shanghai Kongkong Technology Co., Ltd. +CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html +ShortDescription: An efficient and professional remote desktop control solution +Tags: +- control +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +- remote-support +ReleaseNotes: |- + Improved product stability and user experience. + Fixed several known issues. +PurchaseUrl: https://www.asklink.com/pricing +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.zh-CN.yaml b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.zh-CN.yaml new file mode 100644 index 000000000000..00e718a92860 --- /dev/null +++ b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kongkong.AskLink +PackageVersion: 4.0.40.0 +PackageLocale: zh-CN +Publisher: 上海控控科技有限公司 +PublisherUrl: https://www.asklink.com/ +PrivacyUrl: https://oss.asklink.com/protocol/Privacy_Policy.html +Author: 上海控控科技有限公司 +PackageName: 连连控 +PackageUrl: https://www.asklink.com/download +License: 专有软件 +LicenseUrl: https://oss.asklink.com/protocol/Usage_Terms.html +Copyright: © 上海控控科技有限公司 +CopyrightUrl: https://oss.asklink.com/protocol/Usage_Terms.html +ShortDescription: 高效专业的远程桌面控制解决方案 +Tags: +- 控制 +- 远程 +- 远程协助 +- 远程控制 +- 远程支持 +- 远程桌面 +- 远程访问 +- 远程连接 +ReleaseNotes: |- + 优化产品稳定性与使用体验。 + 修复若干已知问题。 +PurchaseUrl: https://www.asklink.com/pricing +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://www.asklink.com/guide/quick_use/doc-1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.yaml b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.yaml new file mode 100644 index 000000000000..82139591fd37 --- /dev/null +++ b/manifests/k/Kongkong/AskLink/4.0.40.0/Kongkong.AskLink.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kongkong.AskLink +PackageVersion: 4.0.40.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 57c2d675f64d01a9d721b12f693bcc85ea07c3f2 Mon Sep 17 00:00:00 2001 From: mobisystems-winget Date: Wed, 3 Jun 2026 01:21:16 +0300 Subject: [PATCH 017/248] MobiSystems.MobiDrive version 4.3.16158.0 (#382069) --- .../MobiSystems.MobiDrive.installer.yaml | 18 ++++++++++++++ .../MobiSystems.MobiDrive.locale.en-US.yaml | 24 +++++++++++++++++++ .../4.3.16158.0/MobiSystems.MobiDrive.yaml | 8 +++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.installer.yaml create mode 100644 manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.locale.en-US.yaml create mode 100644 manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.yaml diff --git a/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.installer.yaml b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.installer.yaml new file mode 100644 index 000000000000..d5bcc79d47c9 --- /dev/null +++ b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MobiSystems.MobiDrive +PackageVersion: 4.3.16158.0 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +PackageFamilyName: MobiSystems.MobiDriveSync_bvgb55c3tfatp +Installers: +- Architecture: x64 + InstallerUrl: https://cfg.mobisystems.com/update/com.mobisystems.windows.appx.mobidrive/4.3.16158/full/MobiDrive.Package_4.3.16158.0_x64.msix + InstallerSha256: 3070F7C5DFAC7D63BAE06BE3406D81350DF2BEE8B87A3863B5BD608BDD078500 + SignatureSha256: 18C70C222651C3DB70416A8D86D667C675333E16E141583716C695D5EDEA90C3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.locale.en-US.yaml b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.locale.en-US.yaml new file mode 100644 index 000000000000..0dc0f432080a --- /dev/null +++ b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MobiSystems.MobiDrive +PackageVersion: 4.3.16158.0 +PackageLocale: en-US +Publisher: MobiSystems, Inc. +PublisherUrl: https://www.mobisystems.com +PublisherSupportUrl: https://www.mobisystems.com/support/ +PrivacyUrl: https://mobisystems.com/en-us/privacy-policy +PackageName: MobiDrive +PackageUrl: https://www.mobisystems.com/mobidrive/ +License: Proprietary +LicenseUrl: https://mobisystems.com/en-us/terms-of-use +ShortDescription: Cloud storage and file synchronization service +Description: MobiDrive is a cloud storage and file synchronization service that lets you securely store, access, and share your files across devices. +Tags: +- cloud-storage +- sync +- file-sharing +- backup +- drive +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.yaml b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.yaml new file mode 100644 index 000000000000..ce0d5be1d181 --- /dev/null +++ b/manifests/m/MobiSystems/MobiDrive/4.3.16158.0/MobiSystems.MobiDrive.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MobiSystems.MobiDrive +PackageVersion: 4.3.16158.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5f17bb33d593c69cd0c9766cc882134117d1294e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:21:31 +0800 Subject: [PATCH 018/248] New version: HunterBown.DeepSeek-TUI version 0.8.49 (#382090) --- .../HunterBown.DeepSeek-TUI.installer.yaml | 18 +++++++ .../HunterBown.DeepSeek-TUI.locale.en-US.yaml | 47 +++++++++++++++++++ .../HunterBown.DeepSeek-TUI.locale.zh-CN.yaml | 19 ++++++++ .../0.8.49/HunterBown.DeepSeek-TUI.yaml | 8 ++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.installer.yaml create mode 100644 manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.en-US.yaml create mode 100644 manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml create mode 100644 manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.yaml diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.installer.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.installer.yaml new file mode 100644 index 000000000000..47f272c2d029 --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.49 +InstallerType: portable +Commands: +- deepseek +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.8.49/deepseek-tui-windows-x64.exe + InstallerSha256: BDF1C2574F3A75EF66AE325B06FD8AA5725FEA6BA9AA83EFE13B66F0B0D0D6BA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.en-US.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.en-US.yaml new file mode 100644 index 000000000000..87ab51e6f666 --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.49 +PackageLocale: en-US +Publisher: Hunter Bown +PublisherUrl: https://github.com/Hmbown +PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues +Author: Hunter Bown +PackageName: DeepSeek TUI +PackageUrl: https://github.com/Hmbown/CodeWhale +License: MIT +LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-2026 DeepSeek CLI Contributors +ShortDescription: Coding agent for DeepSeek models that runs in your terminal +Description: Terminal coding agent for DeepSeek V4. It runs from the deepseek command, streams reasoning blocks, edits local workspaces with approval gates, and includes an auto mode that chooses both model and thinking level per turn. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- deepseek +- large-language-model +- llm +- programming +ReleaseNotes: |- + Added + - Added the missing [providers.moonshot] example block for Moonshot/Kimi, documented completion_sound, and refreshed the tool-surface docs for the current registry, including finance, web.run, git history tools, memory, OCR, and other registered tools. + Changed + - Hardened prefix-cache fingerprints to hash API-visible tool schema details, not just tool names, so schema and description drift invalidates cached prefixes before it can confuse model calls (#2264). + - Kept finance registered independently from web-search tools and prevented duplicate web/patch tool registration in agent and YOLO modes. + Fixed + - Fixed the DeepSeek V4-Pro cost estimate after the 2026-05-31 pricing cutoff: the post-promotion official rate remains one quarter of the original price, so CodeWhale no longer shows roughly 4x too much after June 1 (#2489). + - Fixed Kimi/Moonshot tool schema normalization by moving parent type fields into anyOf/oneOf items, with regression coverage for nested schema shapes that could otherwise still fail Kimi validation (#2438). + - Fixed raw ANSI/SGR fragments leaking into footer, shell-label, and sidebar activity text during active tool execution (#2481). + - Fixed [tui] config parsing when status_items is omitted, restoring the documented default footer order for older and hand-written configs (#2483). + - Fixed a shell env-scrubbing test so it does not depend on the user's default shell understanding POSIX parameter expansion. + - Removed stale qwen/qwen3.7-max references left in config.example.toml after the v0.8.48 preset removal. + Community + Thanks to @idling11 (#2480, #2485), @reidliu41 (#2493), @hongqitai (#2495), and @encyc (#2477) for the fixes and reliability work harvested into this release. + Thanks also to reporters and verification helpers whose issues shaped the release: @A-Corner (#2438), @taiwan988 (#2483), @AiurArtanis (#2489), and @Hmbown (#2481). +ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/blob/HEAD/CHANGELOG.md#0849---2026-06-01 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..f019d6988ebf --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.49 +PackageLocale: zh-CN +ShortDescription: 可在终端中运行的 DeepSeek 模型编程智能体 +Description: 适用于 DeepSeek V4 的终端编码代理。通过 deepseek 命令启动,以流式输出推理块,经批准流程后可编辑本地工作区,还包含可在每一轮自动选择模型和推理层级的自动模式。 +Tags: +- deepseek +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.yaml b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.yaml new file mode 100644 index 000000000000..5062436132ae --- /dev/null +++ b/manifests/h/HunterBown/DeepSeek-TUI/0.8.49/HunterBown.DeepSeek-TUI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HunterBown.DeepSeek-TUI +PackageVersion: 0.8.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee799568731791cf5f163496d2db5725cb6ee770 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:21:47 +0800 Subject: [PATCH 019/248] New version: KDE.KStars version 3.8.3 (#382094) --- .../KStars/3.8.3/KDE.KStars.installer.yaml | 24 ++++ .../KStars/3.8.3/KDE.KStars.locale.en-US.yaml | 104 ++++++++++++++++++ .../KStars/3.8.3/KDE.KStars.locale.zh-CN.yaml | 36 ++++++ manifests/k/KDE/KStars/3.8.3/KDE.KStars.yaml | 8 ++ 4 files changed, 172 insertions(+) create mode 100644 manifests/k/KDE/KStars/3.8.3/KDE.KStars.installer.yaml create mode 100644 manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.en-US.yaml create mode 100644 manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.zh-CN.yaml create mode 100644 manifests/k/KDE/KStars/3.8.3/KDE.KStars.yaml diff --git a/manifests/k/KDE/KStars/3.8.3/KDE.KStars.installer.yaml b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.installer.yaml new file mode 100644 index 000000000000..81dbaed8cf91 --- /dev/null +++ b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.KStars +PackageVersion: 3.8.3 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: KStars Desktop Planetarium +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://www.indilib.org/jdownloads/kstars/kstars-3.8.3.exe + InstallerSha256: 111E7D81DA14E8B0579ED5E6BCD36A0CA2A76A66F02CFCA82BCC0CB889F3E859 + InstallerSwitches: + Custom: /CurrentUser +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.indilib.org/jdownloads/kstars/kstars-3.8.3.exe + InstallerSha256: 111E7D81DA14E8B0579ED5E6BCD36A0CA2A76A66F02CFCA82BCC0CB889F3E859 + InstallerSwitches: + Custom: /AllUsers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.en-US.yaml b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.en-US.yaml new file mode 100644 index 000000000000..cdd1afcb9503 --- /dev/null +++ b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.en-US.yaml @@ -0,0 +1,104 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KDE.KStars +PackageVersion: 3.8.3 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kstars.kde.org/users/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: KStars Desktop Planetarium +PackageUrl: https://kstars.kde.org/ +License: GPL-2.0-or-later +LicenseUrl: https://invent.kde.org/education/kstars/-/blob/HEAD/LICENSES/GPL-2.0-or-later.txt +Copyright: 2001-2026(c), The KStars Team +ShortDescription: The most feature-rich free astronomy software +Description: |- + KStars is freely licensed, open source, cross-platform Astronomy Software by KDE. + It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets, asteroids, supernovae, and satellites. + For students and teachers, it supports adjustable simulation speeds in order to view phenomena that happen over long timescales, the KStars Astrocalculator to predict conjunctions, and many common astronomical calculations. + For the amateur astronomer, it provides an observation planner, a sky calendar tool, and an FOV editor to calculate field of view of equipment and display them. Find out interesting objects in the "What's up Tonight" tool, plot altitude vs. time graphs for any object, print high-quality sky charts, and gain access to lots of information and resources to help you explore the universe! + Included with KStars is Ekos astrophotography suite, a complete astrophotography solution that can control all INDI devices including numerous telescopes, CCDs, DSLRs, focusers, filters, and a lot more. Ekos supports highly accurate tracking using online and offline astrometry solver, autofocus and autoguiding capabilities, and capture of single or multiple images using the powerful built in sequence manager. + Astronomical Catalogs: + - Default catalog consisting of stars to magnitude 8 + - Extra catalogs consisting of 100 million stars to magnitude 16 + - Downloadable catalogs including Messier Images, Abell Planetary Nebulae, Sharpless Catalog, Lynds Dark Nebula Catalog + - Corrections for precession, nutation and atmospheric refraction + - Tools for retrieval of data from online databases +Tags: +- astronomy +- celestial +- galaxy +- nebulae +- planet +- planetarium +- sky +- space +- star +- telescope +- universe +ReleaseNotes: |- + KStars v3.8.3 is released on 2026.06.01 for Windows, Linux, and MacOS. + For Linux users, it's highly recommended to use the official KStars Flatpak hosted at Flathub. + This release brings major improvements to the Mount Modeler with artificial horizon filtering and uniform point distribution, significant connection speed optimizations, better guide streaming integration, and enhanced rotator handling. We've also fixed several scheduler and stability issues reported by the community. Here are the highlights: + Alignment & Mount Modeler + + - Christian Kemper added Artificial Horizon filtering to the Mount Modeler wizard, allowing generated alignment points below the active horizon to be automatically filtered out. Candidate coordinate points (both generated AltAz coordinates and snapped catalog objects) are now checked and rejected if they fall into active artificial horizon regions. + - New Uniform Distribution mode generates points spread evenly across the visible sky using a Halton sequence, sampling in AltAz space to guarantee every point is above the configured minimum altitude. Points whose declination exceeds +/-80 degrees after conversion are rejected. The Any Stars, Named Stars, and Any Object modes now adopt this distribution internally and snap each generated position to the nearest qualifying object. + - Auto-sorted wizard output: points added by the wizard are automatically sorted in nearest-neighbour slew order, minimizing total slew distance. Users no longer need to click Sort after running the wizard. Clicking Sort during a run reorders only the remaining unvisited points, leaving completed rows undisturbed. + - The wizard now automatically configures the solver for each alignment point. Blind solves are used by default because no pointing model exists yet at the start of a run, so the mount's reported position may be significantly off. The GOTO mode is forced to Sync so the mount is updated after each successful solve. The original settings are saved and restored when the run finishes, is aborted, or is reset. + - Refactored point generation logic to eliminate duplicated generation and conversion math in the test suite, improving generator efficiency using a stateful sequence + - Toni Schriber fixed activation of the rotator button in the align module + - Fixed effective focal length calculation to use radians in the DSLR branch + Guide + + - Thanks to Andreas Ruthner, guide streaming now correctly handles video stream window interaction. The video window no longer pops up when guide streaming starts, displays frames correctly when opened from the Capture module after a guide session, and now renders 16-bit mono stream frames (previously only 8-bit mono and RGB were handled). + - Andreas also fixed frame, binning, gain and exposure sync for streaming mode. When starting guide streaming, the module now applies the same frame settings that captureOneFrame() applies for single-frame captures. Previously, streaming mode skipped this setup entirely, causing stale values from other modules to remain active in the driver. + - Frame ROI and binning now sync on stream start, live gain updates apply immediately when the user changes the spinner during active streaming, and binning/exposure changes automatically stop and restart the stream + - Added 0.001-0.01s exposure values to the guide exposure spinner for fast streaming and daytime testing + Rotator + - Fixed several issues with Reversed rotator state not taken into account in various rotator operations + - Rotation now aborts if the Position Angle error keeps increasing due perhaps to reversed rotator behavior + Ekos Profiles & Connection + - Significantly cut down time to connect to INDI web manager by skipping DNS resolution if we already have an IP address specified for the remote host + - Fixed rare crash due to dangling clientManager pointer with test to verify the fix + Capture & Livestacking + + - Use OpenCV debayering by default. Enforce even ROI selection to ensure bayer boundaries are respected. + - Always sync from INDI to overwrite shadow states in the Camera process + - Account for STREAM_FULL_DEPTH when streaming + - John Evans added support for Live Stacker Alt/AZ data via Seestar S30 Pro. It should support other telescopes in Alt/AZ mode. + - John added a gradient removal option to post processing in Live Stacker. + FITS Viewer & File Handling + - Use standard gzip compress instead of Qt own compression algorithm + - Support loading .fits.gz and .xisf.gz in the viewer + Scheduler & Observatory Automation + - Fixed scheduler freezes when loading ESL referencing many ESQ files (patch by Tomas). BUGS:519294 + - Autopark should work over multiple nights now + - If observatory is not started, skip shutdown procedure + - Fixed issue where post-shutdown script run in infinite loop + - Fixed scheduler and capture scripts not running inside flatpak + Optical Trains & DBus API + - Added DBus call to set and get Pictures directory + - Fixed warning of missing devices when we already selected alternative devices in the optical train + Build & Infrastructure + - Use KSUtil to consolidate all calls to external executable so they can run correctly within a flatpak as well + - Within flatpak, run the external scripts on the host system since it may require libraries that are only available on the host system + - Christian Kemper fixed macOS iconutil failure by adding 256px and 512px icon sizes rendered from the existing SVG source, which are required by iconutil on macOS 15 (Sequoia) + - Wolfgang Reissenberger updated the Dockerfile to be based on installation scripts for all steps: INDI, StellarSolver, PHD2, GSC, openCV. All scripts are built uniformly such that existing packages or installations are preferred. If the package is missing, first installing the appropriate package is tried. If this fails, the package is built from sources + Stability & Bug Fixes + - Fixed crash reported in crash-reports.kde.org regarding invalid base device or message text. The check for message text now occurs earlier in the process to protect against this crash. + - Milhan Kim fixed test deadlock by replacing QTest::mouseClick with animateClick(), which posts the click through the event loop and prevents tests from hanging indefinitely on QDialog::exec() loops + - Fixed an issue where frequent temperature updates can cause the dark cover check to run indefinitely + - Hy Murveit fixed green lines display issue + - Fixed solution assignment + - Fixed crash and distorted artifacts in video streaming + - Replaced all abs and fabs with std::abs for consistency + - Modernized signals and slots + Many thanks to Christian Kemper, Andreas Ruthner, Toni Schriber, Hy Murveit, John Evans, Milhan Kim, Wolfgang Reissenberger, Tomas, and all others who contributed fixes and improvements to this release! Your work makes KStars better for everyone. + Download KStars v3.8.3 today and enjoy improved mount modeling, faster connections, and more reliable guiding! +ReleaseNotesUrl: https://knro.blogspot.com/2026/06/kstars-383-released.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.zh-CN.yaml b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.zh-CN.yaml new file mode 100644 index 000000000000..589184eb72ef --- /dev/null +++ b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KDE.KStars +PackageVersion: 3.8.3 +PackageLocale: zh-CN +PublisherUrl: https://kde.org/zh-cn/ +PackageUrl: https://kstars.kde.org/zh-cn/ +ShortDescription: 强大免费/自由的天文软件 +Description: |- + KStars 是由 KDE 开发的免费授权、开源、跨平台的天文软件。 + 它可以从地球上的任何地点,在任何日期和时间,以图形方式精确模拟夜空。可显示多达 1 亿颗恒星、1.3 万个深空天体、所有 8 大行星、太阳和月亮,以及数千颗彗星、小行星、超新星和卫星。 + 对于学生和教师,它支持可调节的模拟速度,以便查看长时间尺度上发生的现象,还支持通过 KStars Astrocalculator 预测会合,以及许多常见的天文计算。 + 对于业余天文爱好者,它还提供了观测计划器、天空日历工具,以及用于计算和显示设备视场的视场编辑器。在“What's up Tonight”工具中查找有趣的天体,绘制任何天体的高度与时间关系图,打印高质量的天空图,获取大量信息和资源,帮助您探索宇宙! + KStars 附带 Ekos 天体摄影套件,这是一个完整的天体摄影解决方案,可控制所有 INDI 设备,包括众多望远镜、CCD、数码单反相机、聚焦器、滤镜等。Ekos 支持使用在线和离线天体测量求解器、自动对焦和自动导航功能进行高精度跟踪,并使用强大的内置序列管理器捕捉单幅或多幅图像。 + 天文目录: + - 包含等级 8 以下恒星的默认星表 + - 包含 1 亿颗等级 16 以下恒星的额外星表 + - 可下载星表,包括 Messier 图像、Abell 行星星云、Sharpless 星表、Lynds 暗星云表 + - 前向、正交和大气折射校正 + - 从在线数据库检索数据的工具 +Tags: +- 天体 +- 天文 +- 天文馆 +- 天空 +- 太空 +- 宇宙 +- 恒星 +- 星云 +- 星系 +- 望远镜 +- 行星 +ReleaseNotesUrl: https://knro.blogspot.com/2026/06/kstars-383-released.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/KStars/3.8.3/KDE.KStars.yaml b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.yaml new file mode 100644 index 000000000000..5df3c60789e1 --- /dev/null +++ b/manifests/k/KDE/KStars/3.8.3/KDE.KStars.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KDE.KStars +PackageVersion: 3.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bde008b2106ef300dd255f16d13150c799b213f4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:22:02 +0800 Subject: [PATCH 020/248] New version: KDE.PuMoKu version 26.04.1 (278) (#382095) --- .../KDE.PuMoKu.installer.yaml | 12 ++++++------ .../KDE.PuMoKu.locale.en-US.yaml | 12 ++---------- .../KDE.PuMoKu.locale.zh-CN.yaml | 18 ++---------------- .../{25.12.3 => 26.04.1}/KDE.PuMoKu.yaml | 4 ++-- 4 files changed, 12 insertions(+), 34 deletions(-) rename manifests/k/KDE/PuMoKu/{25.12.3 => 26.04.1}/KDE.PuMoKu.installer.yaml (58%) rename manifests/k/KDE/PuMoKu/{25.12.3 => 26.04.1}/KDE.PuMoKu.locale.en-US.yaml (79%) rename manifests/k/KDE/PuMoKu/{25.12.3 => 26.04.1}/KDE.PuMoKu.locale.zh-CN.yaml (70%) rename manifests/k/KDE/PuMoKu/{25.12.3 => 26.04.1}/KDE.PuMoKu.yaml (67%) diff --git a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.installer.yaml b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.installer.yaml similarity index 58% rename from manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.installer.yaml rename to manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.installer.yaml index ab6543bf26e7..ae957d41bde3 100644 --- a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.installer.yaml +++ b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.installer.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.PuMoKu -PackageVersion: 25.12.3 +PackageVersion: 26.04.1 InstallerType: nullsoft UpgradeBehavior: install ProductCode: PuMoKu Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/pumoku/master/windows/pumoku-master-271-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AEE538735C9C17B11B4AB1AA1D899AF9A964890A663EF5C06360AEA632FDA56A + InstallerUrl: https://cdn.kde.org/ci-builds/games/pumoku/master/windows/pumoku-master-278-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A62D46ACE66EF4F3C1E5CFA6334DE7945DC998BC8DC24D00633F1124F02EE892 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/pumoku/master/windows/pumoku-master-271-windows-cl-msvc2022-x86_64.exe - InstallerSha256: AEE538735C9C17B11B4AB1AA1D899AF9A964890A663EF5C06360AEA632FDA56A + InstallerUrl: https://cdn.kde.org/ci-builds/games/pumoku/master/windows/pumoku-master-278-windows-cl-msvc2022-x86_64.exe + InstallerSha256: A62D46ACE66EF4F3C1E5CFA6334DE7945DC998BC8DC24D00633F1124F02EE892 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.en-US.yaml b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.en-US.yaml similarity index 79% rename from manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.en-US.yaml rename to manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.en-US.yaml index 8ca2f13b2858..f2e2f155635b 100644 --- a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.en-US.yaml +++ b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.PuMoKu -PackageVersion: 25.12.3 +PackageVersion: 26.04.1 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ @@ -13,22 +13,14 @@ PackageName: PuMoKu PackageUrl: https://apps.kde.org/pumoku/ License: GPL-3.0 LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.html -# Copyright: -# CopyrightUrl: ShortDescription: A classic 9 × 9 sudoku game Description: |- PuMoKu is a classic, 9 × 9 Sudoku solving game aimed for Plasma Mobile. It comes with flexible highlighting options and (touch) input methods, full undo stack and more. - Input methods: Cell first, Number first or Hybrid - Built in sudoku generator - Automatic undo when the same action is repeated -# Moniker: Tags: - game - sudoku -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.zh-CN.yaml b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.zh-CN.yaml similarity index 70% rename from manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.zh-CN.yaml rename to manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.zh-CN.yaml index aff280e4e076..fa5f5176499b 100644 --- a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.locale.zh-CN.yaml +++ b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.locale.zh-CN.yaml @@ -1,34 +1,20 @@ -# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.PuMoKu -PackageVersion: 25.12.3 +PackageVersion: 26.04.1 PackageLocale: zh-CN -# Publisher: PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kde.org/zh-cn/support/ -# PrivacyUrl: -# Author: -# PackageName: PackageUrl: https://apps.kde.org/zh-cn/pumoku/ -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: ShortDescription: 一款经典的 9×9 数独游戏 Description: |- PuMoKu 是一款经典的 9×9 数独解题游戏,专为 Plasma Mobile 打造。它具备灵活的高亮选项、(触摸)输入方式、完整的撤销功能等特性。 - 输入方式:先选格子、先选数字或混合模式 - 内置数独生成器 - 重复相同操作时自动撤销 -# Moniker: Tags: - 数独 - 游戏 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: ManifestType: locale ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.yaml b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.yaml similarity index 67% rename from manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.yaml rename to manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.yaml index 9f49b161217f..293826b4cc56 100644 --- a/manifests/k/KDE/PuMoKu/25.12.3/KDE.PuMoKu.yaml +++ b/manifests/k/KDE/PuMoKu/26.04.1/KDE.PuMoKu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.7.1 $debug=QUSU.CRLF.7-6-0.Win32NT +# Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.PuMoKu -PackageVersion: 25.12.3 +PackageVersion: 26.04.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 3e8fc650bf3e5e791c62b9f09bee6a46c7635a90 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:22:18 +0800 Subject: [PATCH 021/248] New version: Tencent.TencentVideo version 11.168.4434.0 (#382103) --- .../Tencent.TencentVideo.installer.yaml | 70 +++++++++++++++++++ .../Tencent.TencentVideo.locale.en-US.yaml | 41 +++++++++++ .../Tencent.TencentVideo.locale.zh-CN.yaml | 41 +++++++++++ .../11.168.4434.0/Tencent.TencentVideo.yaml | 8 +++ 4 files changed, 160 insertions(+) create mode 100644 manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.installer.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.en-US.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.yaml diff --git a/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.installer.yaml b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.installer.yaml new file mode 100644 index 000000000000..e58dc6ac6c71 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.installer.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.168.4434.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Custom: /RQ=0 +UpgradeBehavior: install +Protocols: +- qqlive +- qqtv +FileExtensions: +- 3g2 +- 3gp +- aac +- ac3 +- amr +- ape +- asf +- avi +- cpk +- dat +- dirac +- div +- divx +- dv +- f4v +- flc +- fli +- flv +- lac +- lavf +- m2t +- m4a +- m4r +- m4v +- mkv +- mmf +- mod +- mov +- mp2 +- mp3 +- mp4 +- mpe +- mpeg +- mpg +- ogg +- qlv +- qt +- ram +- rm +- rmvb +- swf +- ts +- vob +- wav +- webm +- wma +- wmv +- wv +ProductCode: qqlive +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x86 + InstallerUrl: https://dldir1v6.qq.com/qqtv/TencentVideo11.168.4434.0.exe?support_redirect=1 + InstallerSha256: 5B842C71F8970B86D4A6A17D36F10586B99BDE99239A1B27D1EFEB2510ACFBE8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.en-US.yaml b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.en-US.yaml new file mode 100644 index 000000000000..8482a00f8a34 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.168.4434.0 +PackageLocale: en-US +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: Proprietary +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2026 Tencent. All Rights Reserved +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: China's leading online streaming platform that offers unlimited HD videos for watching online +Description: Tencent Video is committed to building China's leading online streaming platform that primarily meets users' needs for watching video online through product features including rich content library, ultimate watching experience, convenient login method, seamless all-day multi-platform experience and quick sharing. +Moniker: tencent-video +Tags: +- animation +- anime +- cartoon +- documentary +- donghua +- film +- media +- movie +- multimedia +- player +- serial +- series +- show +- video +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.zh-CN.yaml b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.zh-CN.yaml new file mode 100644 index 000000000000..cf480e0895cd --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.168.4434.0 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: 专有软件 +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2026 Tencent. All Rights Reserved 腾讯公司 版权所有 +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 中国领先的在线视频媒体平台,海量高清视频在线观看 +Description: 腾讯视频致力于打造中国领先的在线视频媒体平台,以丰富的内容、极致的观看体验、便捷的登录方式、24 小时多平台无缝应用体验以及快捷分享的产品特性,主要满足用户在线观看视频的需求。 +Tags: +- 动漫 +- 动画 +- 卡通 +- 多媒体 +- 媒体 +- 少儿 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: 全新播放器,沉浸享受高品质影音;桌面迷你模式,让追剧触手可及;新版导航样式,频道切换更方便;频道页面全新改版,沉浸式找片更高效;近期热播好剧,升级观看体验更佳。 +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.yaml b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.yaml new file mode 100644 index 000000000000..e74a88bfffc7 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.168.4434.0/Tencent.TencentVideo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.168.4434.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1448775e327fdf4292d9cfa0b23b22444c423413 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:22:34 +0800 Subject: [PATCH 022/248] New version: zhukunpenglinyutong.CCGUI version 0.5.4 (#382138) --- .../zhukunpenglinyutong.CCGUI.installer.yaml | 16 ++++ ...hukunpenglinyutong.CCGUI.locale.en-US.yaml | 18 +++++ ...hukunpenglinyutong.CCGUI.locale.zh-CN.yaml | 75 +++++++++++++++++++ .../0.5.4/zhukunpenglinyutong.CCGUI.yaml | 8 ++ 4 files changed, 117 insertions(+) create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.installer.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.en-US.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml create mode 100644 manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.yaml diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.installer.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.installer.yaml new file mode 100644 index 000000000000..9fd82cfd552b --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: ccgui +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/download/v0.5.4/ccgui_0.5.4_x64-setup.exe + InstallerSha256: BF31A438A277898733B55BFC2892CD289EBD25384B54656EA1C291908726FD82 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.en-US.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.en-US.yaml new file mode 100644 index 000000000000..b9a6825c52aa --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.4 +PackageLocale: en-US +ShortDescription: CC GUI Client (Vibe Coding Platform Designed for Developers) +Description: CC GUI targets professional developers, serving as a replacement for Cursor. Focusing on developer experience, our ultimate goal is to build a 100% open-source and transparent next-generation Vibe Coding editor (supporting engines such as Claude Code, Codex, etc.) +Tags: +- ai +- claude-code +- code +- coding +- large-language-model +- llm +- programming +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml new file mode 100644 index 000000000000..f2a1a1e4dc1d --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.locale.zh-CN.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.4 +PackageLocale: zh-CN +Publisher: zhukunpenglinyutong +PublisherUrl: https://github.com/zhukunpenglinyutong +PublisherSupportUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/issues +Author: 朱昆鹏 +PackageName: ccgui +PackageUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui +License: MIT +LicenseUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 Thomas Ricouard + Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) +ShortDescription: CC GUI 客户端(专为开发者打造的 Vibe Coding 平台) +Description: CC GUI 目标群体是专业开发者,可以替代 Curosr 使用。专注于开发者体验,我们最终目标是打造一个 100% 开源透明的下一代 Vibe Coding 编辑器(支持 Claude Code,Codex 等引擎) +Tags: +- claude-code +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ReleaseNotes: |- + New Features + - 收口浏览器上下文结构化采集 + - 提交内嵌浏览器 MVP phase1 + - 强化待整理发现的 AI 整理候选 + - 接入 goal 命令面板入口 + - 支持关闭当前会话快捷键 + - 增加消息尾部操作图标 + - 接入三证状态查询对账 + - 收紧输入框并补折叠入口 + - 支持原生窗口透明度 + - 增加三证结算干跑判断 + - 持久化核心错误日志 + - 收口启动配置预览 + Fixes + - 收窄浏览器自动打开触发 + - 修复品牌与测试噪音门禁 + - 修复浏览器上下文附件类型契约 + - 补齐三证对账采证日志 + - 加固模型结构化输出解析 + - 修复自动会话归类与失败路径元数据 + - 修复差异文件规范化展示 + - 降级处理线程列表和引擎切换错误 + - 收口会话恢复 Fork 入口 + - 修复文件 tab 独立窗口拖拽与多实例 + - 修复 daemon helper read 运行时守卫 + - 修复自动会话可见性元数据链路 + - 收敛助手回复复制入口 + - 补齐三证查询超时收口 + - 收窄 watchdog 持久化日志范围 + - 记录 Codex 无进展 watchdog 生命周期 + - 收口文件树 fallback 根层快照 + - 修复命令补全打开时快捷发送失效 + - 接通 Web 添加工作区路径输入 + - 持久化三证对账早期信号 + - 清理启动诊断与环境恢复噪声 + - 优化会话恢复卡片提示 + - 优化文件树首屏加载路径 + - 跳过空壳前端资源避免白屏 + - 收口远程工作区与首页发送按钮修复 + - 校准问题跳过与历史回显 + - 排除本地运行产物大文件噪声 + - 精修请求输入收起与跳过交互 + - 修复用户输入跳过结算 + - 修复未开文件树时文件引用 + - 稳定 Markdown 预览渲染与交互状态 + - 收口知识地图稳定性 +ReleaseNotesUrl: https://github.com/zhukunpenglinyutong/desktop-cc-gui/releases/tag/v0.5.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.yaml b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.yaml new file mode 100644 index 000000000000..a0c64ea35ff0 --- /dev/null +++ b/manifests/z/zhukunpenglinyutong/CCGUI/0.5.4/zhukunpenglinyutong.CCGUI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: zhukunpenglinyutong.CCGUI +PackageVersion: 0.5.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 95d559c2552eae5a41e34ebfb3322d9e2dd6c506 Mon Sep 17 00:00:00 2001 From: Nicola <61830443+nicola02nb@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:22:50 +0200 Subject: [PATCH 023/248] New version: LeoKlaus.HeadsetControl-GUI version 0.22.4 (#382140) --- ...LeoKlaus.HeadsetControl-GUI.installer.yaml | 22 ++++++++++ ...Klaus.HeadsetControl-GUI.locale.en-US.yaml | 40 +++++++++++++++++++ .../0.22.4/LeoKlaus.HeadsetControl-GUI.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.installer.yaml create mode 100644 manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.locale.en-US.yaml create mode 100644 manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.yaml diff --git a/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.installer.yaml b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.installer.yaml new file mode 100644 index 000000000000..bece0bd0ed90 --- /dev/null +++ b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LeoKlaus.HeadsetControl-GUI +PackageVersion: 0.22.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: HeadsetControl-GUI.exe + PortableCommandAlias: HeadsetControl-GUI +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.32.31332.0 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/HeadsetControl-GUI/HeadsetControl-GUI/releases/download/0.22.4/HeadsetControl-GUI_windows_x64.zip + InstallerSha256: 267207F69ABAE9785B7631F997CC8D1C3D3731906805503064BB970F82297C80 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.locale.en-US.yaml b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.locale.en-US.yaml new file mode 100644 index 000000000000..f2f4b75aa6eb --- /dev/null +++ b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LeoKlaus.HeadsetControl-GUI +PackageVersion: 0.22.4 +PackageLocale: en-US +Publisher: LeoKlaus +PublisherUrl: https://github.com/LeoKlaus +PublisherSupportUrl: https://github.com/LeoKlaus/HeadsetControl-GUI/issues +PackageName: HeadsetControl-GUI +PackageUrl: https://github.com/LeoKlaus/HeadsetControl-GUI +License: LGPL-2.1 +LicenseUrl: https://github.com/HeadsetControl-GUI/HeadsetControl-GUI/blob/HEAD/LICENSE +ShortDescription: A GUI for the great HeadsetControl. +Tags: +- Bluetooth +- Corsair +- Equalizer +- HeadesetControl +- Headset +- Leds +- Lights +- Logitech +- Microphone +- RGB +- Sidetone +- Steelseries +- Usb +- Wireless +ReleaseNotes: |- + Contributor + @nicola02nb Mantainer + Credits + @Sapd for HeadsetControl +ReleaseNotesUrl: https://github.com/HeadsetControl-GUI/HeadsetControl-GUI/releases/tag/0.22.4 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/LeoKlaus/HeadsetControl-GUI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.yaml b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.yaml new file mode 100644 index 000000000000..3c35af7b2fb8 --- /dev/null +++ b/manifests/l/LeoKlaus/HeadsetControl-GUI/0.22.4/LeoKlaus.HeadsetControl-GUI.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LeoKlaus.HeadsetControl-GUI +PackageVersion: 0.22.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6ffe07f8e97a5cc98cc67feaab1f0f5d936a84b6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:23:06 +0800 Subject: [PATCH 024/248] New version: ByteDance.LarkCLI version 1.0.45 (#382154) --- .../1.0.45/ByteDance.LarkCLI.installer.yaml | 21 +++++++ .../ByteDance.LarkCLI.locale.en-US.yaml | 55 +++++++++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans-CN.yaml | 39 +++++++++++++ .../ByteDance.LarkCLI.locale.zh-Hans.yaml | 37 +++++++++++++ .../LarkCLI/1.0.45/ByteDance.LarkCLI.yaml | 8 +++ 5 files changed, 160 insertions(+) create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.installer.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans.yaml create mode 100644 manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.yaml diff --git a/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 000000000000..509f085dba7d --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.45 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.45/lark-cli-1.0.45-windows-amd64.zip + InstallerSha256: 41C91874D8E8493358BB38F2B05B597E19ED776FD666B03D2F2AD1720C8F9B2F +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.45/lark-cli-1.0.45-windows-arm64.zip + InstallerSha256: B9484AF49EDBBA11C624B76C7723EF85090A57E44DC713CE2B3A767062025FFF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 000000000000..c5de72b62f2d --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.45 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 3bfb80951d661e266906f3315aefd50b04e8fc69 chore(release): v1.0.45 (#1207) + - 99e314fe0bb177810f3e8bef81e957136bd7bb14 feat(errs): typed envelope contract for auth-domain errors (#1135) + - 50b3f0a2af019edf8dab1e3387d71cde651c6745 feat(platform): support multiple policy rules per plugin (#1182) + - 639259fbfd403142e6d1ca83ab26a25166989af1 fix: add vc-domain-boundaries and enrich vc +notes (#1172) + - b1ecf2d0f9316c00a83bcd34b0983f7dd304bcfd fix: whiteboard skill (#1180) + - 0bdd7de8077db9079e4f77736108c626ca385edc refactor(auth): update login hint and split-flow docs (#1201) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.45 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..9772ab0c8b08 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.45 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..33e1d6009d95 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.45 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.yaml new file mode 100644 index 000000000000..0da6712588a1 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.45/ByteDance.LarkCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8cb48e7929df60f724efbc789a278664c79a02da Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:23:22 +0800 Subject: [PATCH 025/248] New version: Slido.Slido version 1.22.1.7801 (#382167) --- .../1.22.1.7801/Slido.Slido.installer.yaml | 18 +++++++++++++++ .../1.22.1.7801/Slido.Slido.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.22.1.7801/Slido.Slido.locale.zh-CN.yaml | 10 ++++++++ .../Slido/Slido/1.22.1.7801/Slido.Slido.yaml | 8 +++++++ 4 files changed, 59 insertions(+) create mode 100644 manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.installer.yaml create mode 100644 manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.en-US.yaml create mode 100644 manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.zh-CN.yaml create mode 100644 manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.yaml diff --git a/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.installer.yaml b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.installer.yaml new file mode 100644 index 000000000000..471d657b0389 --- /dev/null +++ b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Slido.Slido +PackageVersion: 1.22.1.7801 +InstallerType: burn +Scope: user +UpgradeBehavior: install +ProductCode: '{3eba5904-3acc-4b92-926d-73d8ac736bee}' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{757B9FDD-ECCE-4E90-B41C-175DAFF6652C}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.slido.com/slido-for-windows/260601144641_1.22.1.7801/SlidoSetup_v1.22.1.7801.exe + InstallerSha256: 784ED304FB3A7EEB4DA56C40EBE16764EF61FAB8AF51861366734D15ABF502AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.en-US.yaml b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.en-US.yaml new file mode 100644 index 000000000000..9b07b7fa3df7 --- /dev/null +++ b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.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.12.0.schema.json + +PackageIdentifier: Slido.Slido +PackageVersion: 1.22.1.7801 +PackageLocale: en-US +Publisher: Slido +PublisherUrl: https://www.slido.com/ +PublisherSupportUrl: https://community.slido.com/ +PrivacyUrl: https://www.slido.com/terms#slido-privacy +Author: sli.do s. r. o. +PackageName: Slido for Windows +PackageUrl: https://www.slido.com/powerpoint-polling +License: Proprietary +LicenseUrl: https://www.slido.com/terms#terms-of-service +Copyright: © 2026 Cisco Systems, Inc. All rights reserved. +CopyrightUrl: https://www.slido.com/terms#terms-of-service +ShortDescription: Add live polls, quizzes or Q&A directly into your PowerPoint presentation with our free Slido integration. +Tags: +- powerpoint +PurchaseUrl: https://www.slido.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.zh-CN.yaml b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.zh-CN.yaml new file mode 100644 index 000000000000..55c349026b08 --- /dev/null +++ b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Slido.Slido +PackageVersion: 1.22.1.7801 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 通过我们的免费 Slido 插件在 PowerPoint 演示文稿中直接添加实时投票、测验或问答。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.yaml b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.yaml new file mode 100644 index 000000000000..bbf3ae49e17f --- /dev/null +++ b/manifests/s/Slido/Slido/1.22.1.7801/Slido.Slido.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Slido.Slido +PackageVersion: 1.22.1.7801 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b4f8e6609c8f8f90a9017eb796fbd9d1f31186c9 Mon Sep 17 00:00:00 2001 From: 7IIR Date: Wed, 3 Jun 2026 00:23:37 +0200 Subject: [PATCH 026/248] New version: RII7.VolumeHotkeys version 1.6 (#382190) --- .../1.6/RII7.VolumeHotkeys.installer.yaml | 16 ++++++++++++++ .../1.6/RII7.VolumeHotkeys.locale.en-US.yaml | 22 +++++++++++++++++++ .../VolumeHotkeys/1.6/RII7.VolumeHotkeys.yaml | 8 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.installer.yaml create mode 100644 manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.locale.en-US.yaml create mode 100644 manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.yaml diff --git a/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.installer.yaml b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.installer.yaml new file mode 100644 index 000000000000..f081879fe892 --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RII7.VolumeHotkeys +PackageVersion: "1.6" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Volume Hotkeys.exe + PortableCommandAlias: volumehotkeys +Installers: +- Architecture: x86 + InstallerUrl: https://rii7.com/assets/file/vh_1.6.zip + InstallerSha256: 76C4F65FE242BC949780259D1027AFCFCE34AB5F6505164B23E7B303F76A7550 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.locale.en-US.yaml b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.locale.en-US.yaml new file mode 100644 index 000000000000..0f374d187004 --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RII7.VolumeHotkeys +PackageVersion: "1.6" +PackageLocale: en-US +Publisher: RII7 +PackageName: Volume Hotkeys +License: Proprietary +ShortDescription: Control your sound volume and devices via global hotkeys or mouse from anywhere. +Tags: +- rii7 +- volume +- hotkeys +- games +- fullscreen +- overlay +- apps +- osd +- special +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.yaml b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.yaml new file mode 100644 index 000000000000..749f6295fb09 --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.6/RII7.VolumeHotkeys.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RII7.VolumeHotkeys +PackageVersion: "1.6" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 474a5fd466c1877e3f1b4f59f1f92640da27d0de Mon Sep 17 00:00:00 2001 From: magnumpci Date: Tue, 2 Jun 2026 18:23:51 -0400 Subject: [PATCH 027/248] Stardock.Start11.v2 version 2.7.2.0 (#382194) --- .../Stardock.Start11.v2.installer.yaml | 26 +++++++++++++++++++ .../Stardock.Start11.v2.locale.en-US.yaml | 22 ++++++++++++++++ .../v2/2.7.2.0/Stardock.Start11.v2.yaml | 8 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.installer.yaml create mode 100644 manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.locale.en-US.yaml create mode 100644 manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.yaml diff --git a/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.installer.yaml b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.installer.yaml new file mode 100644 index 000000000000..dea697573ade --- /dev/null +++ b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.installer.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11.v2 +PackageVersion: 2.7.2.0 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +InstallerSuccessCodes: +- 3010 +- 9 +UpgradeBehavior: install +ProductCode: Stardock Start11 +Installers: +- Architecture: x86 + InstallerUrl: https://stardock.cachefly.net/software/Start11/v2/Start11v2_Setup.exe + InstallerSha256: 3A54D9656E0DD83496B3198510F2C9F80785BD4E39C3AD048924DC1E016F3938 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.locale.en-US.yaml b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.locale.en-US.yaml new file mode 100644 index 000000000000..7afdf67150f3 --- /dev/null +++ b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11.v2 +PackageVersion: 2.7.2.0 +PackageLocale: en-US +Publisher: Stardock Software, Inc. +PublisherUrl: https://www.stardock.com/ +PublisherSupportUrl: https://www.stardock.com/support/ +PrivacyUrl: https://www.stardock.com/policies/privacy +Author: Stardock Software, Inc. +PackageName: Stardock Start11 +PackageUrl: https://www.stardock.com/products/start11/ +License: Proprietary +LicenseUrl: https://www.stardock.com/support/software-eula +Copyright: (c) Stardock Software, Inc. All rights reserved. +CopyrightUrl: https://www.stardock.com/support/software-eula +ShortDescription: Customize the Start Menu and Taskbar in Windows 10/11 +Moniker: start11 +PurchaseUrl: https://www.stardock.com/products/start11/download +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.yaml b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.yaml new file mode 100644 index 000000000000..a595e7d83155 --- /dev/null +++ b/manifests/s/Stardock/Start11/v2/2.7.2.0/Stardock.Start11.v2.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Stardock.Start11.v2 +PackageVersion: 2.7.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cb87cfbdd65f939419c2caa00a1e56b8f1ffc127 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:24:09 +0800 Subject: [PATCH 028/248] New version: Loom.Loom version 0.351.2 (#382207) --- .../Loom/0.351.2/Loom.Loom.installer.yaml | 20 ++++++++++++ .../Loom/0.351.2/Loom.Loom.locale.en-US.yaml | 31 +++++++++++++++++++ .../Loom/0.351.2/Loom.Loom.locale.zh-CN.yaml | 29 +++++++++++++++++ manifests/l/Loom/Loom/0.351.2/Loom.Loom.yaml | 8 +++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/Loom/Loom/0.351.2/Loom.Loom.installer.yaml create mode 100644 manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.en-US.yaml create mode 100644 manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.zh-CN.yaml create mode 100644 manifests/l/Loom/Loom/0.351.2/Loom.Loom.yaml diff --git a/manifests/l/Loom/Loom/0.351.2/Loom.Loom.installer.yaml b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.installer.yaml new file mode 100644 index 000000000000..1818ed5ca4a2 --- /dev/null +++ b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.351.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- loomdesktop +ProductCode: 3643b966-bc28-5bc8-95ff-3d47d66438db +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.loom.com/desktop-packages/Loom%20Setup%200.351.2.exe + InstallerSha256: CEA75D3DF8CE7F8BA7205683CBE3CCBB9287016582AC5FB38B352B80FDD879E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.en-US.yaml b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.en-US.yaml new file mode 100644 index 000000000000..c9be5f427d7f --- /dev/null +++ b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.351.2 +PackageLocale: en-US +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: Proprietary +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom is a video messaging tool that helps you get your message across through instantly shareable videos. +Description: Loom combines the expressiveness of video with the convenience of messaging. It's a new, more effective way of communicating with co-workers and customers. With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology. +Moniker: loom +Tags: +- capture +- clip +- conference +- meeting +- presentation +- record +- video +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.zh-CN.yaml b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.zh-CN.yaml new file mode 100644 index 000000000000..980032f45c08 --- /dev/null +++ b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.351.2 +PackageLocale: zh-CN +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: 专有软件 +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom 是一款视频信息传递工具,可帮助您通过即时分享的视频传递信息。 +Description: Loom 结合了视频的表现力和信息传递的便利性,是一种与同事和客户更有效沟通的新方式。使用 Loom,您可以同时录制您的摄像头、麦克风和桌面,然后您就可以通过 Loom 的专利技术即时分享您的视频。 +Tags: +- 会议 +- 剪辑 +- 录制 +- 录屏 +- 演示 +- 视频 +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.351.2/Loom.Loom.yaml b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.yaml new file mode 100644 index 000000000000..d00e516a9135 --- /dev/null +++ b/manifests/l/Loom/Loom/0.351.2/Loom.Loom.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.351.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f4aeffb46daa965cd0954418ee2bb47fe5aa4365 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:24:27 +0800 Subject: [PATCH 029/248] New version: LuisPater.CLIProxyAPI version 7.1.38 (#382208) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 +++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 38 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++++ .../7.1.38/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..3722034e4670 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.38 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.38/CLIProxyAPI_7.1.38_windows_amd64.zip + InstallerSha256: BE815F14BDA6CC05C296E72C752243D21AFE89B29D49887CE54EFD8DD56022B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..a2ffd7f9eade --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.38 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - 959067edfbf8d01c978e9de5d801a8bbb0343abf feat(usage): introduce executor type tracking in usage reporting +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.38 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..9f26a7057b8b --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.38 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..c7b433b19a02 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.38/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3f17ecb5f2c58a453b24ef7832d770720dcaa87c Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:24:46 +1000 Subject: [PATCH 030/248] New version: Docker.DockerDesktop version 4.76.0 (#382232) --- .../Docker.DockerDesktop.installer.yaml | 28 +++++++++++++++++++ .../Docker.DockerDesktop.locale.en-GB.yaml | 17 +++++++++++ .../Docker.DockerDesktop.locale.en-US.yaml | 27 ++++++++++++++++++ .../Docker.DockerDesktop.locale.zh-CN.yaml | 26 +++++++++++++++++ .../4.76.0/Docker.DockerDesktop.yaml | 8 ++++++ 5 files changed, 106 insertions(+) create mode 100644 manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.installer.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-GB.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-US.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.zh-CN.yaml create mode 100644 manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.yaml diff --git a/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.installer.yaml new file mode 100644 index 000000000000..3119fa3843ab --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.76.0 +InstallerLocale: en-US +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet + Custom: --accept-license --backend=wsl-2 --no-windows-containers +UpgradeBehavior: install +ReleaseDate: 2026-06-01 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe + InstallerSha256: 42978FA07E50E3BEB6923448E970D03AADD9ABF5EA52230CF8A28FF81D2815E0 +- Architecture: arm64 + InstallerUrl: https://desktop.docker.com/win/main/arm64/Docker%20Desktop%20Installer.exe + InstallerSha256: 1E7D43768461F288B63EFB581D9980C6538E5B110B36654FA6DAA31D0D273C47 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-GB.yaml b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-GB.yaml new file mode 100644 index 000000000000..c642d68d341a --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.76.0 +PackageLocale: en-GB +PackageName: Docker Desktop +Copyright: © 2015-2026 Docker Inc. All rights reserved. +ShortDescription: An application for macOS and Windows machines for the building and sharing of containerised applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerised applications. Access Docker Desktop and follow the guided onboarding to build your first containerised application in minutes. +Tags: +- container +- containerisation +- develop +- virtualisation +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..e5cb78e61c3d --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.76.0 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: Proprietary +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: Copyright © 2015-2024 Docker Inc. All rights reserved. +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. +Description: Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +Moniker: docker +Tags: +- container +- containerization +- develop +- virtualization +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.zh-CN.yaml b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..7cd25d1f0048 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.76.0 +PackageLocale: zh-CN +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support +PrivacyUrl: https://www.docker.com/legal/privacy +Author: Docker Inc. +PackageName: Docker Desktop +PackageUrl: https://www.docker.com/products/docker-desktop +License: 专有软件 +LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement +Copyright: 版权所有 © 2015-2024 Docker Inc. 保留所有权利。 +CopyrightUrl: https://www.docker.com/legal/docker-subscription-service-agreement +ShortDescription: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。 +Description: Docker Desktop 是一款适用于 macOS 和 Windows 设备的应用程序,用于构建和共享容器化应用程序。访问 Docker Desktop 并按照指导入门,几分钟内就能构建你的第一个容器化应用程序。 +Tags: +- 容器 +- 容器化 +- 开发 +- 虚拟化 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.yaml new file mode 100644 index 000000000000..9579af348448 --- /dev/null +++ b/manifests/d/Docker/DockerDesktop/4.76.0/Docker.DockerDesktop.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.DockerDesktop +PackageVersion: 4.76.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 797cc4c4c7c0b08acc14cf4bdcbeee60236a7cf4 Mon Sep 17 00:00:00 2001 From: sasler <63641532+sasler@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:25:02 +0200 Subject: [PATCH 031/248] New version: sasler.TroubleScout version 1.18.6 (#382235) --- .../1.18.6/sasler.TroubleScout.installer.yaml | 23 ++++++++++++++ .../sasler.TroubleScout.locale.en-US.yaml | 31 +++++++++++++++++++ .../1.18.6/sasler.TroubleScout.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.installer.yaml create mode 100644 manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.locale.en-US.yaml create mode 100644 manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.yaml diff --git a/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.installer.yaml b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.installer.yaml new file mode 100644 index 000000000000..bc4b6b1fd8dc --- /dev/null +++ b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sasler.TroubleScout +PackageVersion: 1.18.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: TroubleScout.exe + PortableCommandAlias: troublescout +UpgradeBehavior: install +Commands: +- troublescout +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sasler/TroubleScout/releases/download/v1.18.6/TroubleScout-v1.18.6-win-x64.zip + InstallerSha256: 7CD501B22E46C9E6F80020246C301F6E6910BB10C63923A2B4AB7C0D4F2850EF +- Architecture: arm64 + InstallerUrl: https://github.com/sasler/TroubleScout/releases/download/v1.18.6/TroubleScout-v1.18.6-win-arm64.zip + InstallerSha256: 5B6E921AB6741C3AC31374BB72A04D7FD475A8D81DC43A24ECEF4E72D590A95F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.locale.en-US.yaml b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.locale.en-US.yaml new file mode 100644 index 000000000000..ef4a9aee70f0 --- /dev/null +++ b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sasler.TroubleScout +PackageVersion: 1.18.6 +PackageLocale: en-US +Publisher: sasler +PublisherUrl: https://github.com/sasler +PublisherSupportUrl: https://github.com/sasler/TroubleScout/issues +PackageName: TroubleScout +PackageUrl: https://github.com/sasler/TroubleScout +License: MIT +LicenseUrl: https://github.com/sasler/TroubleScout/blob/HEAD/LICENSE.md +ShortDescription: AI-powered Windows Server troubleshooting assistant. +Description: TroubleScout is a .NET CLI tool using the GitHub Copilot SDK to diagnose Windows Server issues using safe, read-only PowerShell commands. +Tags: +- cli +- copilot +- powershell +- troubleshooting +- windows +- windows-server +ReleaseNotes: |- + Changed + - 🧾 Refresh report readability - session reports now render code and JSON more compactly, show reasoning as collapsed prose, reduce repeated tool plumbing, preserve TUI-style ordering for approval flows, and normalize model labels without misleading source tags. +ReleaseNotesUrl: https://github.com/sasler/TroubleScout/releases/tag/v1.18.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/sasler/TroubleScout/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.yaml b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.yaml new file mode 100644 index 000000000000..5889ae9bc076 --- /dev/null +++ b/manifests/s/sasler/TroubleScout/1.18.6/sasler.TroubleScout.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: sasler.TroubleScout +PackageVersion: 1.18.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 61b0cb267acaeff9f6c107f7d81747f86c181e24 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:25:19 +0200 Subject: [PATCH 032/248] New version: JustArchiNET.ArchiSteamFarm version 6.3.6.1 (#382256) --- ...JustArchiNET.ArchiSteamFarm.installer.yaml | 17 ++++++ ...tArchiNET.ArchiSteamFarm.locale.en-US.yaml | 55 +++++++++++++++++++ .../6.3.6.1/JustArchiNET.ArchiSteamFarm.yaml | 8 +++ 3 files changed, 80 insertions(+) create mode 100644 manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.installer.yaml create mode 100644 manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.locale.en-US.yaml create mode 100644 manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.yaml diff --git a/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.installer.yaml b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.installer.yaml new file mode 100644 index 000000000000..97f49e115354 --- /dev/null +++ b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JustArchiNET.ArchiSteamFarm +PackageVersion: 6.3.6.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ArchiSteamFarm.exe +UpgradeBehavior: install +ReleaseDate: 2026-05-24 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.3.6.1/ASF-win-x64.zip + InstallerSha256: 0958208BE9CD7D363A0AF6149ECF2C95297EF8B5CCB3F30079B41843A1FA61F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.locale.en-US.yaml b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.locale.en-US.yaml new file mode 100644 index 000000000000..743a44d37f60 --- /dev/null +++ b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JustArchiNET.ArchiSteamFarm +PackageVersion: 6.3.6.1 +PackageLocale: en-US +Publisher: JustArchi.net +PublisherUrl: https://justarchi.net/ +PublisherSupportUrl: https://github.com/JustArchiNET/ArchiSteamFarm/issues +Author: https://github.com/JustArchiNET/ArchiSteamFarm/graphs/contributors +PackageName: ArchiSteamFarm +PackageUrl: https://github.com/JustArchiNET/ArchiSteamFarm +License: Apache-2.0 +LicenseUrl: https://github.com/JustArchiNET/ArchiSteamFarm/blob/HEAD/LICENSE.txt +ShortDescription: ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously. +Description: |- + ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously. + Unlike Idle Master which works only for one account at given time, while requiring Steam client running in the background and launching additional processes imitating "game playing" status, ASF doesn't require any Steam client running in the background, doesn't launch any additional processes and is made to handle unlimited Steam accounts at once. + In addition to that, it's meant to be run on servers or other desktop-less machines, and features full cross-OS support, which makes it possible to launch on any operating system with . + NET Core runtime, such as Windows, Linux and macOS. + ASF is possible thanks to gigantic amount of work done in marvelous SteamKit2 library. +Moniker: ASF +Tags: +- automation +- c-sharp +- cli +- cli-app +- crowdin +- csharp +- linux +- steam +- steam-account +- steam-api +- steam-cards +- steam-client +- steam-games +- steam-network +- steambot +- steamkit2 +ReleaseNotes: |- + Changelog + Changes since V6.3.5.1: + - ASF will now automatically chmod IPC unix socket to 0666 upon creation (@JustArchi). + - Updated systemd service units with RuntimeDirectory to create /run/asf-%i by default (@JustArchi). + - Added documentation of using IPC unix sockets, which were hidden feature previously (@JustArchi). + - Latest ASF-ui with new features, improvements and bugfixes (@MrBurrBurr). + - Updated localization provided by our community (@JustArchi-ArchiBot). + - Usual amount of other core improvements, optimizations and bugfixes (@JustArchi). + Support + ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you're grateful for what we're doing, please consider a donation. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you! + GitHub sponsor PayPal.me donate PayPal donate Revolut donate Steam donate + BTC donate ETH donate LTC donate USDC donate +ReleaseNotesUrl: https://github.com/JustArchiNET/ArchiSteamFarm/releases/tag/6.3.6.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.yaml b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.yaml new file mode 100644 index 000000000000..145b69342bee --- /dev/null +++ b/manifests/j/JustArchiNET/ArchiSteamFarm/6.3.6.1/JustArchiNET.ArchiSteamFarm.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JustArchiNET.ArchiSteamFarm +PackageVersion: 6.3.6.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9866d1f4359c6b1f3f9e63669a15f2898a5c7729 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:25:35 +0200 Subject: [PATCH 033/248] New version: h3poteto.fedistar version 1.13.1 (#382257) --- .../1.13.1/h3poteto.fedistar.installer.yaml | 22 ++++++ .../h3poteto.fedistar.locale.en-US.yaml | 69 +++++++++++++++++++ .../fedistar/1.13.1/h3poteto.fedistar.yaml | 8 +++ 3 files changed, 99 insertions(+) create mode 100644 manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.installer.yaml create mode 100644 manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.locale.en-US.yaml create mode 100644 manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.yaml diff --git a/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.installer.yaml b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.installer.yaml new file mode 100644 index 000000000000..4f941d1690a5 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.13.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{009F47D7-A9E6-46C7-8B45-D37EC11BACFF}' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: fedistar + ProductCode: '{009F47D7-A9E6-46C7-8B45-D37EC11BACFF}' + UpgradeCode: '{41840B3C-ADCE-5123-A0C8-344F6C799161}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\fedistar' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/h3poteto/fedistar/releases/download/v1.13.1/fedistar_1.13.1_x64_en-US.msi + InstallerSha256: 73EA434379EB46D8174065EB6A85170D89318FA67469D30A6C15902EEB1FB7B5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.locale.en-US.yaml b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.locale.en-US.yaml new file mode 100644 index 000000000000..e11c4dded382 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.13.1 +PackageLocale: en-US +Publisher: h3poteto +PublisherUrl: https://github.com/h3poteto +PublisherSupportUrl: https://github.com/h3poteto/fedistar/issues +PackageName: fedistar +PackageUrl: https://github.com/h3poteto/fedistar +License: GPL-3.0 +LicenseUrl: https://github.com/h3poteto/fedistar/blob/HEAD/LICENSE +ShortDescription: Multi-column Fediverse client for desktop +Tags: +- app +- desktop +- firefish +- friendica +- mastodon +- pleroma +ReleaseNotes: |- + What's Changed + - Fix EmojiPicker wrapper class by @h3poteto in #2152 + - Update Rust crate tauri to v2.11.1 [SECURITY] by @renovate[bot] in #2154 + - Update dependency next to v16.2.6 [SECURITY] by @renovate[bot] in #2155 + - Update dependency sanitize-html to v2.17.4 [SECURITY] by @renovate[bot] in #2158 + - Update dependency @tauri-apps/plugin-http to ~2.5.9 by @renovate[bot] in #2125 + - Update Rust crate tauri-plugin-http to 2.5.9 by @renovate[bot] in #2130 + - Update dependency @tauri-apps/plugin-dialog to ~2.7.1 by @renovate[bot] in #2131 + - Update Rust crate tauri-plugin-dialog to 2.7.1 - autoclosed by @renovate[bot] in #2134 + - Update react monorepo by @renovate[bot] in #2129 + - Remove XWayland workaround by @h3poteto in #2160 + - Update dependency @tauri-apps/plugin-fs to ~2.5.1 by @renovate[bot] in #2132 + - Update Rust crate tauri-plugin-fs to 2.5.1 by @renovate[bot] in #2135 + - Update pnpm/action-setup action to v6 by @renovate[bot] in #2136 + - Update Rust crate serde_json to 1.0.150 by @renovate[bot] in #2167 + - Update dependency react-virtuoso to v4.18.7 by @renovate[bot] in #2164 + - Update Rust crate open to 5.3.5 by @renovate[bot] in #2147 + - Update dependency rsuite to v6.1.3 by @renovate[bot] in #2046 + - Update dependency next to ^16.2.6 by @renovate[bot] in #2162 + - Update tauri monorepo by @renovate[bot] in #2174 + - Update dependency rust to v1.95.0 by @renovate[bot] in #2139 + - Update Rust crate tokio to 1.52.3 by @renovate[bot] in #2168 + - Update typescript-eslint monorepo to ^8.60.0 by @renovate[bot] in #2150 + - Update Rust crate rust-i18n to v4 by @renovate[bot] in #2137 + - refs #1988 Add confirm dialog before deleting a post by @h3poteto in #2177 + - New Crowdin updates by @h3poteto in #2178 + - Update dependency @tauri-apps/plugin-global-shortcut to ~2.3.2 by @renovate[bot] in #2180 + - Update Rust crate tauri-plugin-global-shortcut to 2.3.2 by @renovate[bot] in #2181 + - New Crowdin updates by @h3poteto in #2183 + - Update dependency rust to v1.96.0 by @renovate[bot] in #2182 + - Update Rust crate rust-i18n to 4.1.0 by @renovate[bot] in #2179 + - Update Rust crate scraper to 0.27.0 by @renovate[bot] in #2173 + - Update dependency eslint to ^10.4.1 by @renovate[bot] in #2144 + - Update dependency pnpm to v10.34.1 by @renovate[bot] in #2088 + - [Auto update] Thirdparty libraries list by @github-actions[bot] in #2159 + - Update Node.js to v24.16.0 by @renovate[bot] in #2172 + - Update Rust crate reqwest to >=0.13.4 by @renovate[bot] in #2166 + - Update dependency ts-jest to ^29.4.11 by @renovate[bot] in #2128 + - Remove deprecated next option: swcMinify by @h3poteto in #2184 + - Update dependency sass to ^1.100.0 by @renovate[bot] in #2171 + - Update dependency jest to ^30.4.2 by @renovate[bot] in #2170 + - [Auto update] Thirdparty libraries list by @github-actions[bot] in #2185 + - Update dependency globals to ^17.6.0 by @renovate[bot] in #2169 + Full Changelog: v1.13.0...v1.13.1 +ReleaseNotesUrl: https://github.com/h3poteto/fedistar/releases/tag/v1.13.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.yaml b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.yaml new file mode 100644 index 000000000000..36526df51a19 --- /dev/null +++ b/manifests/h/h3poteto/fedistar/1.13.1/h3poteto.fedistar.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: h3poteto.fedistar +PackageVersion: 1.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 581d36bb5c11fd7527bf88e1da00efa0597a5bb9 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:25:51 +0200 Subject: [PATCH 034/248] New version: Gruntwork.Terragrunt version 1.0.7 (#382258) --- .../1.0.7/Gruntwork.Terragrunt.installer.yaml | 22 ++++ .../Gruntwork.Terragrunt.locale.en-US.yaml | 118 ++++++++++++++++++ .../1.0.7/Gruntwork.Terragrunt.yaml | 8 ++ 3 files changed, 148 insertions(+) create mode 100644 manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.installer.yaml create mode 100644 manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.locale.en-US.yaml create mode 100644 manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.yaml diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.installer.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.installer.yaml new file mode 100644 index 000000000000..fe31edcd5e7d --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 1.0.7 +InstallerType: portable +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: terragrunt.exe + PortableCommandAlias: terragrunt +Commands: +- terragrunt +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v1.0.7/terragrunt_windows_386.exe + InstallerSha256: 14719CDBA254818CF5A36B123739251B97BB8A98AC42AE789620B5E25D49E32A +- Architecture: x64 + InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v1.0.7/terragrunt_windows_amd64.exe + InstallerSha256: 444C9AB7B6B94EBFE692734F7649C6648330D007B12A1EF878570BEB49B18361 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.locale.en-US.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.locale.en-US.yaml new file mode 100644 index 000000000000..8034bdad84b4 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.locale.en-US.yaml @@ -0,0 +1,118 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: Gruntwork +PublisherUrl: https://terragrunt.gruntwork.io/ +PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support +PrivacyUrl: https://gruntwork.io/legal/privacy-policy +PackageName: Terragrunt +PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.68.9 +License: MIT +LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/HEAD/LICENSE.txt +Copyright: © 2024 Gruntwork, Inc. All rights reserved. +ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. +Tags: +- IaC +- Infrastructure as Code +- Terraform +- Terraform Wrapper +- terragrunt +ReleaseNotes: |- + ✨ New Features + tfr:// source URLs accept an optional version + The version query parameter on tfr:// source URLs is now optional. When omitted, Terragrunt queries the registry's list-versions endpoint and downloads the latest stable version, matching how OpenTofu and Terraform resolve a module reference that has no version constraint. + terraform { + source = "tfr:///terraform-aws-modules/vpc/aws" + } + Prereleases are excluded from resolution, so a registry that only publishes 4.0.0-rc1 alongside 3.3.0 will pin to 3.3.0. Pin a version explicitly with ?version= when you need reproducible builds or want to opt into a prerelease. + Thanks to @raman1236 for contributing this feature! + 🐛 Bug Fixes + update_source_with_cas: preserve //subdir on a unit's terraform.source + When a unit's terraform.source used the // subdir convention (for example, source = "../..//modules/foo") and opted into update_source_with_cas, the rewritten source dropped the //subdir tail and the synthetic tree contained only the leaf module's files. A module that referenced a sibling via a relative path (source = "../bar") could not resolve that reference after materialization. + Rewrites now preserve the original //subdir (for example, cas::sha1://modules/foo), and the synthetic tree is rooted at the path before //, so sibling files reachable via relative paths land in the materialized working directory. + Sources without // are unchanged: the tree stays scoped to the leaf module, and the rewritten reference has no //subdir tail. + --filter now detects affected units on Windows + On Windows, terragrunt find --filter '[origin/main...HEAD]' (and its variants) returned no affected units even when git diff reported changed files. The source= and reading= filters were affected by the same problem. + Filter glob patterns are always written with forward slashes, but the affected-unit comparison was being made with Windows backslash separators, so nothing matched. Terragrunt now compares paths consistently with forward slashes on every platform, and the filter detects changed units on Windows as it already did on Linux and macOS. + Reported in #6214. + startswith, endswith, strcontains, and run_cmd no longer panic on malformed calls + Calling startswith, endswith, or strcontains with the wrong number of arguments (for example a single argument instead of two) crashed Terragrunt instead of reporting a configuration error. Calling run_cmd with only option flags and no command (for example run_cmd("--terragrunt-quiet")) crashed the same way. + These calls now return a clear error: a wrong-number-of-parameters error for the string functions, and an empty-command error for run_cmd. + The --parallelism flag no longer accepts non-positive numbers + Previously, terragrunt commands that accept the --parallelism flag (or equivalently the $TG_PARALLELISM environment variable) used to hang indefinitely when invoked with --parallelism=0. + Terragrunt now validates that the value is positive and exits with an error otherwise. + Reported in #6211 + 🧪 Experiments Updated + cas — content-addressing for non-git sources + CAS now covers module sources beyond git: http(s), Amazon S3, Google Cloud Storage, and Mercurial. Repeat runs against an unchanged remote reuse the cached tree instead of downloading the bytes again. + Before fetching, CAS issues a cheap remote probe (an HTTP HEAD, an S3 object-attributes lookup, a GCS metadata read, or hg identify) to derive a cache key without pulling the source. On a hit, the cached tree is linked directly; on a miss, or when the remote exposes no usable signal, CAS downloads the source, ingests it, and keys the resulting tree by its content hash. A remote that publishes a new version under the same address pins to a new entry, so a stale cache cannot serve outdated bytes. + cas — OpenTofu/Terraform registry sources + Module sources of the form tfr://... are now content-addressed in CAS. Repeat runs against the same pinned registry version reuse the cached module instead of re-downloading the archive from the registry. + CAS resolves a tfr:// source by asking the registry where the underlying archive lives and uses that resolved URL as the cache key. Two runs that pin the same version share one entry; a republish under the same version pins to a new entry, so a stale cache cannot serve outdated bytes. + stack-dependencies: unit..path and stack..path resolve in values + The stack-dependencies experiment now exposes unit..path and stack..path when evaluating the values attribute of a unit or stack block, not only inside autoinclude blocks. A parent stack can pass the generated path of a sibling component down into a child stack, so a unit nested in that child stack can depend on a unit that lives at a different level of the hierarchy. + unit "vpc" { + source = "../catalog/units/vpc" + path = "vpc" + } + stack "app" { + source = "../catalog/stacks/app" + path = "app" + values = { + vpc_path = unit.vpc.path + } + } + A unit inside the app stack reads values.vpc_path and uses it as the config_path of an autoinclude dependency, wiring the cross-level relationship at generation time. Paths follow the same layout the generator produces, including no_dot_terragrunt_stack on the referenced block. + stack-dependencies: simplified unit.* / stack.* ref shape + The stack-dependencies experiment no longer resolves stack...path or stack...path. Only the top-level stack..path and unit..path forms remain. stack..name and unit..name are gone too; both only ever echoed the label that the reference already had to spell out. + Nested references required parsing every nested catalog up front and conflicted with the reserved name and path attributes on each ref: a nested unit named name or path could not be addressed. + To depend on a generated unit inside a stack, compute the path as ${stack..path}/ directly. The layout under a stack's generated directory follows no_dot_terragrunt_stack on the parent stack and on each unit, so hand-computed paths must mirror that resolution. + stack-dependencies: .terragrunt-stack-origin no longer written + Terragrunt no longer writes the .terragrunt-stack-origin file when generating nested stacks. Set update_source_with_cas = true on your unit and stack blocks if you would like relative paths in your catalog to resolve correctly instead. + Pull Requests + ✨ Features + - feat: Make version optional in tfr:// module registry URLs by @yhakbar in #6112 + - feat: Supporting all getters in CAS by @yhakbar in #6076 + 🐛 Bug Fixes + - fix: Removing use of cas.WithFS by @yhakbar in #6195 + - fix: panics in startswith / endswith / strcontains / run_cmd by @denis256 in #5984 + - fix: Allowing all TG HCL fns in terragrunt.stack.hcl, including autoinclude by @yhakbar in #6166 + - fix: Fixing synthetic trees for terraform.source URLs with // by @yhakbar in #6218 + - fix: Fixing nested generation for paths with // by @yhakbar in #6234 + - fix: Fixing stack path variables in values by @yhakbar in #6235 + - fix: Fixing stack autoinclude by @yhakbar in #6236 + - fix: Fixing git filters on Windows by @yhakbar in #6242 + - fix: validate that --parallelism value is positive by @ccmtaylor in #6212 + 📖 Documentation + - docs: Cleaning up experiment docs by @yhakbar in #6228 + - docs: Fixing unreleased changelog page by @yhakbar in #6237 + - docs: Cleaning up changelogs for v1.0.7 by @yhakbar in #6246 + 🧹 Chores + - chore: Getting rid of fatih/structs dependency by @yhakbar in #6186 + - chore: Getting rid of go-homedir direct dependency by @yhakbar in #6184 + - chore: improved coderabbit rules by @denis256 in #6193 + - chore: Consolidating on lipgloss for color by @yhakbar in #6188 + - chore: Removing go-errors as a dependency by @yhakbar in #6182 + - chore: tests simplification by @denis256 in #6208 + - chore: Adding separate archive field by @yhakbar in #6196 + - chore: Addressing UI/UX feedback for interactive scaffold in catalog by @yhakbar in #6175 + - chore: added unknown-unknowns heuristics for coderabbit by @denis256 in #6220 + - chore: Make clone tests a bit faster by @yhakbar in #6081 + - chore: stacks dependencies simplificaitons by @denis256 in #6171 + - chore(deps): bump actions/stale from 10.2.0 to 10.3.0 by @dependabot[bot] in #6201 + - chore: Fixing gopls workflow by @yhakbar in #6229 + - chore: Increasing test coverage for stack dependencies by @yhakbar in #6231 + - chore: Go and GHA dependencies by @denis256 in #6240 + - chore: Ensuring full support for tfr in CAS by @yhakbar in #6123 + - chore: Adding no // path test for source with CAS by @yhakbar in #6239 + - chore: Modernizing using gopls by @yhakbar in #6232 +ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.7 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/gruntwork-io/terragrunt/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.yaml b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.yaml new file mode 100644 index 000000000000..4753ae2a4507 --- /dev/null +++ b/manifests/g/Gruntwork/Terragrunt/1.0.7/Gruntwork.Terragrunt.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gruntwork.Terragrunt +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9a2553bec3c6c55624b1b7144c997dca650a9ee5 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:26:07 +0200 Subject: [PATCH 035/248] New version: Dystroy.broot version 1.57.0 (#382259) --- .../broot/1.57.0/Dystroy.broot.installer.yaml | 16 ++++++++++++ .../1.57.0/Dystroy.broot.locale.en-US.yaml | 26 +++++++++++++++++++ .../d/Dystroy/broot/1.57.0/Dystroy.broot.yaml | 8 ++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.installer.yaml create mode 100644 manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.locale.en-US.yaml create mode 100644 manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.yaml diff --git a/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.installer.yaml b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.installer.yaml new file mode 100644 index 000000000000..755f591e44f3 --- /dev/null +++ b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dystroy.broot +PackageVersion: 1.57.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: x86_64-pc-windows-gnu/broot.exe +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Canop/broot/releases/download/v1.57.0/broot_1.57.0.zip + InstallerSha256: B9905D20596A5DAF60B30A38FFD3DE2EE5D65F113DC16CD0A20047B31F927DC5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.locale.en-US.yaml b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.locale.en-US.yaml new file mode 100644 index 000000000000..01643fb874e5 --- /dev/null +++ b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dystroy.broot +PackageVersion: 1.57.0 +PackageLocale: en-US +Publisher: Dystroy +PublisherUrl: https://dystroy.org/broot/ +PublisherSupportUrl: https://github.com/Canop/broot/issues +PackageName: Broot +PackageUrl: https://github.com/Canop/broot +License: MIT +LicenseUrl: https://github.com/Canop/broot/blob/HEAD/LICENSE +ShortDescription: A new way to see and navigate directory trees. +Tags: +- cli +- command-line +- rust +ReleaseNotes: |- + - help: verb 'keys' and 'description' columns now searchable - Fix #1163 + - fix :print_path / :print_relative_path adding a trailing empty line when printing a multi-item staging area - Fix #1062 - Thanks @xfocus3 + - Skin: attributes (bold, underlined, etc.) of the "selected_line" entry now applied - Fix #1156 + - if no Wezterm version is found, broot now assumes it's recent enough to support kitty protocol for image - Fix #509 - Thanks @chinhkrb113 +ReleaseNotesUrl: https://github.com/Canop/broot/releases/tag/v1.57.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.yaml b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.yaml new file mode 100644 index 000000000000..4dffd70896cb --- /dev/null +++ b/manifests/d/Dystroy/broot/1.57.0/Dystroy.broot.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Dystroy.broot +PackageVersion: 1.57.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 825d3b7fcd402e2038dabaed4dc724bc49fdbc14 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:26:22 +0200 Subject: [PATCH 036/248] New version: Micronaut.Launch version 5.0.1 (#382260) --- .../5.0.1/Micronaut.Launch.installer.yaml | 19 ++++++++++++++++ .../5.0.1/Micronaut.Launch.locale.en-US.yaml | 22 +++++++++++++++++++ .../Launch/5.0.1/Micronaut.Launch.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.installer.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.locale.en-US.yaml create mode 100644 manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.yaml diff --git a/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.installer.yaml b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.installer.yaml new file mode 100644 index 000000000000..d357cc037a38 --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mn-win-amd64-v5.0.1/bin/mn.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/micronaut-projects/micronaut-starter/releases/download/v5.0.1/mn-win-amd64-v5.0.1.zip + InstallerSha256: CAA46F437B3D093F269A82832CB95DEEEDDAFD88E70C6F9DF621FFCE202B8F9A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.locale.en-US.yaml b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.locale.en-US.yaml new file mode 100644 index 000000000000..75ca018b2197 --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.1 +PackageLocale: en-US +Publisher: Micronaut Foundation +PublisherUrl: https://micronaut.io/ +PublisherSupportUrl: https://github.com/micronaut-projects/micronaut-starter/issues +PackageName: Micronaut Launch +PackageUrl: https://github.com/micronaut-projects/micronaut-starter +License: Apache-2.0 +LicenseUrl: https://github.com/micronaut-projects/micronaut-starter/blob/HEAD/LICENSE +ShortDescription: Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications +Moniker: micronaut +ReleaseNotes: |- + - Platform 5.0.1 + - Core 5.0.1 + Full Changelog: v5.0.0...v5.0.1 +ReleaseNotesUrl: https://github.com/micronaut-projects/micronaut-starter/releases/tag/v5.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.yaml b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.yaml new file mode 100644 index 000000000000..70cffaf0e496 --- /dev/null +++ b/manifests/m/Micronaut/Launch/5.0.1/Micronaut.Launch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Micronaut.Launch +PackageVersion: 5.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d5111390af7eef36d8e92545ca594e703158b352 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 2 Jun 2026 15:26:35 -0700 Subject: [PATCH 037/248] New version: dune-admin 0.19.1 (#382268) Co-authored-by: goreleaserbot --- .../0.19.1/Icehunter.dune-admin.installer.yaml | 18 ++++++++++++++++++ .../Icehunter.dune-admin.locale.en-US.yaml | 17 +++++++++++++++++ .../0.19.1/Icehunter.dune-admin.yaml | 7 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.installer.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.locale.en-US.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.yaml diff --git a/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..ae8032fcc3d1 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.19.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-01" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.19.1/dune-admin_windows_amd64.zip + InstallerSha256: 9e9146018c464fc443a4e1695b24c3dbbd7b1cc2e8b1930dc66dc5fee2ad8027 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..beff4a987b96 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.19.1 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.yaml new file mode 100644 index 000000000000..f14f9e7e417d --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.19.1/Icehunter.dune-admin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1b92315e94e75a36bbf2c4fcdf039fb1db5ea37f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:26:50 +0800 Subject: [PATCH 038/248] New version: Google.AntigravityCLI version 1.0.4 (#382280) --- .../Google.AntigravityCLI.installer.yaml | 17 ++++++++ .../Google.AntigravityCLI.locale.en-US.yaml | 39 +++++++++++++++++++ .../Google.AntigravityCLI.locale.zh-CN.yaml | 26 +++++++++++++ .../1.0.4/Google.AntigravityCLI.yaml | 8 ++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.installer.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.en-US.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.zh-CN.yaml create mode 100644 manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.yaml diff --git a/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.installer.yaml new file mode 100644 index 000000000000..abb9572b32a5 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.4 +InstallerType: portable +Commands: +- agy +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.4-6410134369468416/windows-x64/cli_windows_x64.exe + InstallerSha256: A5EB03EEF6AAA991767B4081DAA1CC52965F14A6736E1F2740567DCEC93C84BB +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.4-6410134369468416/windows-arm/cli_windows_arm64.exe + InstallerSha256: 94C848B71AB8847DFFF40FF97BC9B9287336EE72187892D743F56D639508C1BA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 000000000000..c8ca816798b9 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..1cfdcb44c32a --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.4 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.yaml new file mode 100644 index 000000000000..77471889158a --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.4/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fae1f2717701626df7976a4010ff1c7e3ce8c67b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:27:06 +0800 Subject: [PATCH 039/248] New version: Aircall.AircallWorkspace version 1.14.13 (#382490) --- .../Aircall.AircallWorkspace.installer.yaml | 37 +++++++++++++++++++ ...Aircall.AircallWorkspace.locale.en-US.yaml | 35 ++++++++++++++++++ ...Aircall.AircallWorkspace.locale.zh-CN.yaml | 26 +++++++++++++ .../1.14.13/Aircall.AircallWorkspace.yaml | 8 ++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.installer.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.en-US.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.zh-CN.yaml create mode 100644 manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.yaml diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.installer.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.installer.yaml new file mode 100644 index 000000000000..81c8b79beaad --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.13 +UpgradeBehavior: install +Protocols: +- aircall +- callto +- tel +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.13-x64.exe + InstallerSha256: BF6F5F836991D1022F0FEF3943AFA19AD7BB8FC3DC9BA7A6992C86D405D8389F + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Aircall-Workspace + AppsAndFeaturesEntries: + - DisplayName: Aircall-Workspace + DisplayVersion: 1.14.13 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download-electron.aircall.io/aircall-workspace/Aircall-Workspace-1.14.13-x64.msi + InstallerSha256: DFE5131C863B30141C378F9B6F6C5C0F6A83C26F53541147F83E847C1BB8CD26 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{80865E90-3351-495D-827A-0EEB99F1AF96}' + AppsAndFeaturesEntries: + - DisplayVersion: 1.14.13.51599 + ProductCode: '{80865E90-3351-495D-827A-0EEB99F1AF96}' + UpgradeCode: '{4267F4EE-71BB-5FAA-9A6A-70660A24E665}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.en-US.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.en-US.yaml new file mode 100644 index 000000000000..50d4edef478a --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.13 +PackageLocale: en-US +Publisher: Aircall +PublisherUrl: https://aircall.io/ +PrivacyUrl: https://aircall.io/privacy/ +Author: Aircall.io, Inc. +PackageName: Aircall Workspace +PackageUrl: https://aircall.io/download/ +License: Proprietary +LicenseUrl: https://legal.aircall.io/#end-user-license-agreement +Copyright: Copyright Aircall 2026 +CopyrightUrl: https://legal.aircall.io/#end-user-license-agreement +ShortDescription: Make, receive, and manage customer communications directly from your Mac or PC. +Tags: +- bussiness +- collaborate +- collaboration +- comunication +- conference +- crm +- customer +- customer-service +- enterprise +- meeting +- oa +- office +- saas +- team +PurchaseUrl: https://aircall.io/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.zh-CN.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.zh-CN.yaml new file mode 100644 index 000000000000..48d8bae3defc --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.13 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 直接从 Mac 或 PC 收发和管理客户通信。 +Tags: +- crm +- oa +- saas +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 商务 +- 团队 +- 客户 +- 客服 +- 文档 +- 沟通 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.yaml b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.yaml new file mode 100644 index 000000000000..a242ed80cd3a --- /dev/null +++ b/manifests/a/Aircall/AircallWorkspace/1.14.13/Aircall.AircallWorkspace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Aircall.AircallWorkspace +PackageVersion: 1.14.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 879b0d56c308a736f1ef6cad458a31b14494e034 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:27:21 +0800 Subject: [PATCH 040/248] New version: Granola.Granola version 7.290.0 (#382494) --- .../7.290.0/Granola.Granola.installer.yaml | 20 +++++++++++++ .../7.290.0/Granola.Granola.locale.en-US.yaml | 29 +++++++++++++++++++ .../7.290.0/Granola.Granola.locale.zh-CN.yaml | 17 +++++++++++ .../Granola/7.290.0/Granola.Granola.yaml | 8 +++++ 4 files changed, 74 insertions(+) create mode 100644 manifests/g/Granola/Granola/7.290.0/Granola.Granola.installer.yaml create mode 100644 manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.en-US.yaml create mode 100644 manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.zh-CN.yaml create mode 100644 manifests/g/Granola/Granola/7.290.0/Granola.Granola.yaml diff --git a/manifests/g/Granola/Granola/7.290.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.installer.yaml new file mode 100644 index 000000000000..2ca0e85cb9d5 --- /dev/null +++ b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.290.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- granola +ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d +ReleaseDate: 2026-05-29 +Installers: +- Architecture: x64 + InstallerUrl: https://dr2v7l5emb758.cloudfront.net/7.290.0/Granola-7.290.0-win-x64.exe + InstallerSha256: 1EA982B793B2A255CB83CAFDE4F7F450DEA949FEB692113812A721FD48B2936E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.en-US.yaml new file mode 100644 index 000000000000..bb29060419e7 --- /dev/null +++ b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.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.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.290.0 +PackageLocale: en-US +Publisher: Granola +PublisherUrl: https://www.granola.ai/ +PublisherSupportUrl: https://help.granola.ai/ +PrivacyUrl: https://help.granola.ai/article/privacy-policy +Author: Granola, Inc. +PackageName: Granola +PackageUrl: https://www.granola.ai/ +License: Proprietary +LicenseUrl: https://www.granola.ai/policies +Copyright: © Granola inc 2026 +CopyrightUrl: https://www.granola.ai/policies +ShortDescription: The AI notepad for people in back-to-back meetings +Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. +Tags: +- audio +- caption +- subtitle +- transcribe +- transcription +- video +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.zh-CN.yaml new file mode 100644 index 000000000000..c7221caca46f --- /dev/null +++ b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.290.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 +Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 +Tags: +- 字幕 +- 视频 +- 转写 +- 音频 +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.290.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.yaml new file mode 100644 index 000000000000..7d89fe9ec811 --- /dev/null +++ b/manifests/g/Granola/Granola/7.290.0/Granola.Granola.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.290.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 35ce6c16746e21ce1eca083bae773793a0df10c4 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Wed, 3 Jun 2026 00:27:37 +0200 Subject: [PATCH 041/248] New version: cataggar.ghr version 0.3.2 (#378818) --- .../ghr/0.3.2/cataggar.ghr.installer.yaml | 25 ++++++++++++++++ .../ghr/0.3.2/cataggar.ghr.locale.en-US.yaml | 29 +++++++++++++++++++ .../c/cataggar/ghr/0.3.2/cataggar.ghr.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.installer.yaml create mode 100644 manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.locale.en-US.yaml create mode 100644 manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.yaml diff --git a/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.installer.yaml b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.installer.yaml new file mode 100644 index 000000000000..6118a1205d9c --- /dev/null +++ b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.3.2 +InstallerType: zip +NestedInstallerType: portable +Commands: +- ghr +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ghr-0.3.2-windows-x64/bin/ghr.exe + PortableCommandAlias: ghr + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.3.2/ghr-0.3.2-windows-x64.zip + InstallerSha256: AF106B4497A70DDECAD9B793122FCEA1E1D8B328064294C901F678C4D5B3B08F +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: ghr-0.3.2-windows-arm64/bin/ghr.exe + PortableCommandAlias: ghr + InstallerUrl: https://github.com/cataggar/ghr/releases/download/v0.3.2/ghr-0.3.2-windows-arm64.zip + InstallerSha256: 1F1EA3ECF8AF6153D68DA5AB3CE935A58F9702ACE6878BD92C9D777FD3620A81 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.locale.en-US.yaml b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.locale.en-US.yaml new file mode 100644 index 000000000000..e9424671f547 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: cataggar +PublisherUrl: https://github.com/cataggar +PublisherSupportUrl: https://github.com/cataggar/ghr/issues +PackageName: ghr +PackageUrl: https://github.com/cataggar/ghr +License: MIT +LicenseUrl: https://github.com/cataggar/ghr/blob/HEAD/LICENSE +ShortDescription: An installer for GitHub releases. +Moniker: ghr +Tags: +- cli +- github +- installer +ReleaseNotes: |- + A toolkit for GitHub releases. + Install: + pipx install ghr-bin==0.3.2 + uv tool install ghr-bin==0.3.2 + winget install ghr --version 0.3.2 + ghr install cataggar/ghr@v0.3.2 RWSbsumpaHb+N3KCEt/EUXQ5y6Kkk8r/zCb5Z4jhEuEX8x2/U5wr5QC0 +ReleaseNotesUrl: https://github.com/cataggar/ghr/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.yaml b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.yaml new file mode 100644 index 000000000000..7b13f4d5fab1 --- /dev/null +++ b/manifests/c/cataggar/ghr/0.3.2/cataggar.ghr.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: cataggar.ghr +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 53ca60a34ca44bd824f14f9eeff6bcfa65173b99 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:27:54 +0800 Subject: [PATCH 042/248] New version: Sourcegraph.Amp version 0.0.1780321779-g3f01fc (#382134) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..99204a644dbb --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780321779-g3f01fc +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780321779-g3f01fc/amp-windows-x64-baseline.exe + InstallerSha256: 902DB21E6B47E021315DBAA40D824320ADE00CEBEC94AE0FF6AD3CC2C7A705CA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..ddebbeb83a94 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780321779-g3f01fc +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..7f5e17a0784f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780321779-g3f01fc +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..04dd573302b4 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780321779-g3f01fc/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780321779-g3f01fc +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ba0e3cd04466faf145601e908631c4b75413715d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:28:10 +0800 Subject: [PATCH 043/248] New version: Discord.Discord version 1.0.9240 (#382199) --- .../1.0.9240/Discord.Discord.installer.yaml | 23 +++++++++++++ .../Discord.Discord.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.locale.pt-BR.yaml | 19 +++++++++++ .../Discord.Discord.locale.zh-CN.yaml | 19 +++++++++++ .../Discord/1.0.9240/Discord.Discord.yaml | 8 +++++ 5 files changed, 102 insertions(+) create mode 100644 manifests/d/Discord/Discord/1.0.9240/Discord.Discord.installer.yaml create mode 100644 manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.pt-BR.yaml create mode 100644 manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/1.0.9240/Discord.Discord.yaml diff --git a/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.installer.yaml new file mode 100644 index 000000000000..9619fe13f61c --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9240 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: Discord +RequireExplicitUpgrade: true +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Discord' +Installers: +- Architecture: x64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/x64/1.0.9240/DiscordSetup.exe + InstallerSha256: 851EF42F56604C5B0998A683AC603B986898DDC1D06246E4E6EF8990A0FEF005 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.en-US.yaml new file mode 100644 index 000000000000..5ba011d94774 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9240 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 000000000000..64e013e8f0f3 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.pt-BR.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9240 +PackageLocale: pt-BR +License: Privativo +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 000000000000..92b09dc9dc83 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9240 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.yaml new file mode 100644 index 000000000000..9aa926fafaf1 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9240/Discord.Discord.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord +PackageVersion: 1.0.9240 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 594e47269614eb6e4a6d76cc4fe72fb58839089e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:28:26 +0800 Subject: [PATCH 044/248] New version: shadps4-emu.shadPS4 version 0.16.0 (#382210) --- .../0.16.0/shadps4-emu.shadPS4.installer.yaml | 22 +++ .../shadps4-emu.shadPS4.locale.en-US.yaml | 156 ++++++++++++++++++ .../shadps4-emu.shadPS4.locale.zh-CN.yaml | 21 +++ .../shadPS4/0.16.0/shadps4-emu.shadPS4.yaml | 8 + 4 files changed, 207 insertions(+) create mode 100644 manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.installer.yaml create mode 100644 manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.en-US.yaml create mode 100644 manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.zh-CN.yaml create mode 100644 manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.yaml diff --git a/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.installer.yaml b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.installer.yaml new file mode 100644 index 000000000000..077ad6f0709f --- /dev/null +++ b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: shadps4-emu.shadPS4 +PackageVersion: 0.16.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: shadPS4.exe + PortableCommandAlias: shadPS4 +Commands: +- shadPS4 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/shadps4-emu/shadPS4/releases/download/v.0.16.0/shadps4-win64-sdl-0.16.0.zip + InstallerSha256: F6CDCCA82F239FB69B2F820AD9DEC07F2F00B423273851B67A0E24BC783ACF46 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.en-US.yaml b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.en-US.yaml new file mode 100644 index 000000000000..45c8aea8d3a2 --- /dev/null +++ b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.en-US.yaml @@ -0,0 +1,156 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: shadps4-emu.shadPS4 +PackageVersion: 0.16.0 +PackageLocale: en-US +Publisher: shadps4-emu +PublisherUrl: https://shadps4.net/ +PublisherSupportUrl: https://github.com/shadps4-emu/shadPS4/issues +PrivacyUrl: https://shadps4.net/about/privacy-policy/ +PackageName: shadPS4 +PackageUrl: https://shadps4.net/downloads/ +License: GPL-2.0 +LicenseUrl: https://github.com/shadps4-emu/shadPS4/blob/HEAD/LICENSE +Copyright: © 2026 shadPS4™. All Rights Reserved. +ShortDescription: PlayStation 4 emulator for Windows, Linux and macOS written in C++ +Tags: +- emulate +- emulation +- emulator +- playstation4 +- ps4 +ReleaseNotes: |- + shadPS4 v0.16.0 Released + The shadPS4 team is excited to announce the release of shadPS4 v0.16.0, our largest update to date. This release delivers major improvements across emulation accuracy, graphics, audio, input handling, user experience, platform support, and developer infrastructure. + With hundreds of changes from dozens of contributors, v0.16.0 represents another significant step toward broader game compatibility and a more complete PlayStation 4 emulation experience. + Highlights + New Configuration System + v0.16.0 introduces the foundation of a new configuration architecture. This modernized system simplifies settings management, improves game-specific configuration handling, and lays the groundwork for future features. + The migration also includes save and trophy migration support to help users transition smoothly from previous versions. + Initial OpenAL Audio Backend + A major milestone for the project is the introduction of an OpenAL-based audio backend. This work establishes a more flexible and portable audio foundation for future improvements while continuing to expand compatibility with PS4 audio functionality. + Camera Support Begins + Initial camera emulation support has landed, bringing us closer to supporting titles and applications that rely on PlayStation Camera functionality. + Local Multiplayer Support + One of the most requested features is finally here. Multiple users can now enjoy supported games together through the new local multiplayer infrastructure, further expanding gameplay possibilities within the emulator. + Big Picture Mode + A brand-new Big Picture Mode provides a console-like experience designed for controllers and living-room setups. The interface includes dedicated settings integration, game folder management, and several quality-of-life improvements. + Screenshot Functionality + Users can now capture screenshots directly from the emulator, including support for overlays or game-only captures. + HTTP Library Progress + A substantial amount of work has been completed on the PS4 networking stack, with the first large implementation stages of the HTTP subsystem landing in this release. These additions improve compatibility with games and applications that depend on online communication APIs. + + Graphics and Rendering + Graphics emulation received extensive work throughout the release cycle. + Improved Vulkan Stability + Numerous Vulkan fixes address validation errors, synchronization issues, resource destruction order problems, swapchain handling, and presentation stability. These changes significantly reduce crashes and improve reliability across a wide range of hardware. + Memory and Synchronization Improvements + Several fixes target GPU synchronization hazards, stale GPU memory handling, write-after-write scenarios, image layout transitions, and memory protection updates. Together these changes improve rendering correctness and reduce graphical corruption. + Mipmapping and Texture Improvements + A large collection of mipmapping fixes resolves texture quality issues and rendering artifacts in various titles. + Expanded Neo GPU Instruction Coverage + The shader recompiler and GCN decoder received major upgrades including support for: + - New VOP3P instruction definitions + - SDWA instructions + - Additional Neo-specific ALU instructions + - Float16 packed arithmetic + - Integer packed arithmetic + - Bit manipulation instructions + - New min/max/median operations + - Expanded test coverage for GCN instruction decoding + These additions improve compatibility with titles that heavily utilize PlayStation 4 Pro ("Neo") GPU features. + Support for combined geometry and tesselation pipelines + Support has been expanded for more advanced pipeline configurations, including additional tessellation and geometry shader combinations required by modern PS4 titles. + + Audio Improvements + In addition to the new OpenAL backend: + - Audio3D functionality has been expanded + - Trophy sound playback no longer depends on SDL_mixer + - Several AVPlayer and video decoding fixes improve multimedia playback + - Improved stream duration calculations and error handling + + Input and Controller Enhancements + Controller support continues to mature with: + - Local multiplayer support + - Multiple DualShock compatibility fixes + - Improved deadzone defaults + - Touch input edge-case fixes + - TV remote support corrections + - New option to swap the Enter button between Cross and Circle + - Improved pad information reporting + Several Unity-engine titles and games such as Driveclub also benefit from input regression fixes included in this release. + + User Experience + Trophy System Improvements + The trophy system received substantial attention: + - New trophy directory structure + - Trophy migration support + - Improved extraction reliability + - Better handling of separated game updates + - Missing trophy key workarounds + - Trophy sound playback improvements + Notifications + The emulator now includes a notification system with support for positioning and icons, providing a more polished user experience. + Translation Updates + Localization support continues to expand through updated translations and improved UTF-8 path handling. + Easy Mods Folder + A new mods directory structure makes it easier to organize and deploy game modifications. + + Platform Support + This release improves portability across multiple operating systems: + - Initial x64 FreeBSD support + - Additional POSIX compatibility functions + - Improved GNU/Linux and macOS file handling + - MinGW-w64 compilation fixes + - Fedora 44 and Clang 22 build fixes + - Expanded Nix development environment support + - Updated MoltenVK integration + + Core Emulator Improvements + A significant amount of engineering effort focused on stability and correctness: + - Thread-safety improvements + - Race condition fixes + - Memory overlap fixes + - Memory mapping corrections + - Address-space management improvements + - Pthread implementation fixes + - Kernel signal handling improvements + - Better logging infrastructure through spdlog migration + - Enhanced error reporting and diagnostics + - Expanded automated testing infrastructure using Google Test + These changes improve overall emulator reliability and make future development easier. + + Compatibility Improvements + Hundreds of library updates, stubs, kernel fixes, and subsystem enhancements contribute to improved game compatibility. + Notable areas include: + - NpTrophy + - NpAuth + - NpPartner + - AppContent + - VideoOut + - Audio3D + - SystemService + - Posix + - Kernel + - Pad + - Camera + - HTTP + - Network-related functionality + Many games that previously crashed, hung, or exhibited incorrect behavior now progress further or operate correctly. + + Looking Ahead + v0.16.0 is another major milestone in shadPS4's development. With foundational work completed for configuration management, audio, networking, multiplayer, camera support, testing infrastructure, and graphics emulation, the project is now positioned for even faster progress in future releases. + Thank you to everyone who contributes code, testing, bug reports, translations, documentation, and community support. + Enjoy shadPS4 v0.16.0! + Full Changelog: https://github.com/shadps4-emu/shadPS4/compare/v.0.15.0...v.0.16.0 +ReleaseNotesUrl: https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.16.0 +Documentations: +- DocumentLabel: Quickstart Guide + DocumentUrl: https://shadps4.net/quickstart/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/shadps4-emu/shadPS4/wiki +- DocumentLabel: FAQ + DocumentUrl: https://shadps4.net/about/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.zh-CN.yaml b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.zh-CN.yaml new file mode 100644 index 000000000000..952699d6a131 --- /dev/null +++ b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: shadps4-emu.shadPS4 +PackageVersion: 0.16.0 +PackageLocale: zh-CN +ShortDescription: 适用于 Windows、Linux 和 macOS 的 C++ 编写的 PlayStation 4 模拟器 +Tags: +- playstation4 +- ps4 +- 模拟 +- 模拟器 +Documentations: +- DocumentLabel: 快速入门指南 + DocumentUrl: https://shadps4.net/quickstart/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/shadps4-emu/shadPS4/wiki +- DocumentLabel: 常见问题 + DocumentUrl: https://shadps4.net/about/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.yaml b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.yaml new file mode 100644 index 000000000000..997efe23246b --- /dev/null +++ b/manifests/s/shadps4-emu/shadPS4/0.16.0/shadps4-emu.shadPS4.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: shadps4-emu.shadPS4 +PackageVersion: 0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0e07e96b974285aa397049ea8e7a14dc55cda4f7 Mon Sep 17 00:00:00 2001 From: matchmycolor <124382317+matchmycolor@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:28:38 +0200 Subject: [PATCH 045/248] New version: matchmycolor.ColibriBeta version 26.1.1.17704 (#382247) --- .../matchmycolor.ColibriBeta.installer.yaml | 6 +++--- .../matchmycolor.ColibriBeta.locale.en-US.yaml | 2 +- .../matchmycolor.ColibriBeta.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename manifests/m/matchmycolor/ColibriBeta/{26.1.1.17701 => 26.1.1.17704}/matchmycolor.ColibriBeta.installer.yaml (79%) rename manifests/m/matchmycolor/ColibriBeta/{26.1.1.17701 => 26.1.1.17704}/matchmycolor.ColibriBeta.locale.en-US.yaml (95%) rename manifests/m/matchmycolor/ColibriBeta/{26.1.1.17701 => 26.1.1.17704}/matchmycolor.ColibriBeta.yaml (86%) diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.installer.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.installer.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.installer.yaml index b4499ce08ba5..f40cffb707aa 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.installer.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17701 +PackageVersion: 26.1.1.17704 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.1/Colibri_26.1.1-beta.83.exe - InstallerSha256: E9352389EC058B7BA2B7FDF301B665296944ECCF0B61AADF49F1F0209B54426F + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.1/Colibri_26.1.1-beta.86.exe + InstallerSha256: 192B73F3134831534AC9CA13F9EC597B98A610438C78A57E93FDAC903153AB70 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.locale.en-US.yaml index 472b172e62c2..84021e8bd766 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17701 +PackageVersion: 26.1.1.17704 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.yaml index 1c223ab7ee81..368add02e470 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17701/matchmycolor.ColibriBeta.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17704/matchmycolor.ColibriBeta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17701 +PackageVersion: 26.1.1.17704 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 18c1e88b1fcea9901f4cbbaeb319a4e932af6f63 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:33:15 +0800 Subject: [PATCH 046/248] New version: Opera.Opera.Dev version 133.0.5917.0 (#382504) --- .../Opera.Opera.Dev.installer.yaml | 68 +++++++++++++++++++ .../Opera.Opera.Dev.locale.en-US.yaml | 33 +++++++++ .../Opera.Opera.Dev.locale.zh-CN.yaml | 31 +++++++++ .../Dev/133.0.5917.0/Opera.Opera.Dev.yaml | 8 +++ 4 files changed, 140 insertions(+) create mode 100644 manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.installer.yaml create mode 100644 manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.en-US.yaml create mode 100644 manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.zh-CN.yaml create mode 100644 manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.yaml diff --git a/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.installer.yaml b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.installer.yaml new file mode 100644 index 000000000000..fc2f8cd8192d --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 133.0.5917.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operadeveloper +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup.exe + InstallerSha256: 638F47C88C263032A34B4F71727424E31F3FDBE35A957DF379FF747DAF9DB9CD + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup.exe + InstallerSha256: 638F47C88C263032A34B4F71727424E31F3FDBE35A957DF379FF747DAF9DB9CD + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup_x64.exe + InstallerSha256: 4906ECACF2B7204A7C03D9A7E52D63CC5543DA3573B8C9905268A4D8417520FD + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup_x64.exe + InstallerSha256: 4906ECACF2B7204A7C03D9A7E52D63CC5543DA3573B8C9905268A4D8417520FD + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup_arm64.exe + InstallerSha256: 5BDFC47809FCEAE4E959F2896874332115FE5C1220F1934B8A0947856B951317 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/133.0.5917.0/win/Opera_Developer_133.0.5917.0_Setup_arm64.exe + InstallerSha256: 5BDFC47809FCEAE4E959F2896874332115FE5C1220F1934B8A0947856B951317 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.en-US.yaml b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.en-US.yaml new file mode 100644 index 000000000000..b019c66fbc8b --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 133.0.5917.0 +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 developer +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera-dev +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.zh-CN.yaml b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.zh-CN.yaml new file mode 100644 index 000000000000..db42941b2f60 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 133.0.5917.0 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera developer +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.yaml b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.yaml new file mode 100644 index 000000000000..44543c6aef3b --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/133.0.5917.0/Opera.Opera.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 133.0.5917.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 28f3b9d72ada7985acb4b533ed1020ddd37b78c1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:36:45 +0800 Subject: [PATCH 047/248] New version: presono.presono version 3.26.5 (#382523) --- .../3.26.5/presono.presono.installer.yaml | 34 +++++++++++++++++++ .../3.26.5/presono.presono.locale.en-US.yaml | 24 +++++++++++++ .../3.26.5/presono.presono.locale.zh-CN.yaml | 14 ++++++++ .../presono/3.26.5/presono.presono.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/p/presono/presono/3.26.5/presono.presono.installer.yaml create mode 100644 manifests/p/presono/presono/3.26.5/presono.presono.locale.en-US.yaml create mode 100644 manifests/p/presono/presono/3.26.5/presono.presono.locale.zh-CN.yaml create mode 100644 manifests/p/presono/presono/3.26.5/presono.presono.yaml diff --git a/manifests/p/presono/presono/3.26.5/presono.presono.installer.yaml b/manifests/p/presono/presono/3.26.5/presono.presono.installer.yaml new file mode 100644 index 000000000000..ed4a85142808 --- /dev/null +++ b/manifests/p/presono/presono/3.26.5/presono.presono.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: presono.presono +PackageVersion: 3.26.5 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://presono-desktop-app.s3-eu-west-1.amazonaws.com/presono-Setup.3.26.5.exe + InstallerSha256: F5A1D305D9FB3BBB4ABD72C568D95DDE5282ED06B938DC7FE94B83C1B7ECEE31 + InstallerSwitches: + Upgrade: --updated + ProductCode: 4067430e-0ffe-5d18-ac61-6ef31f2d6c19 +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://presono-desktop-app-arm.s3-eu-west-1.amazonaws.com/presono-Setup.3.26.5-arm64.exe + InstallerSha256: 68090032892C1954A7A46FFD16EBD28CFCE42390278E8CB7BCEAE0794BB468E5 + InstallerSwitches: + Upgrade: --updated + ProductCode: 4067430e-0ffe-5d18-ac61-6ef31f2d6c19 +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://presono-desktop-app.s3-eu-west-1.amazonaws.com/presono-Setup.3.26.5.msi + InstallerSha256: 19FE1D19776FD953348AD416ABF7510F2BA25F86493B13AC93793A692411CFAF + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{631E24E6-E938-4F5C-AB55-C65340EFC9A0}' + AppsAndFeaturesEntries: + - UpgradeCode: '{00AC9B3B-EC85-54BF-BAB4-FF27536473B5}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/presono/presono/3.26.5/presono.presono.locale.en-US.yaml b/manifests/p/presono/presono/3.26.5/presono.presono.locale.en-US.yaml new file mode 100644 index 000000000000..0fbd0f8202e6 --- /dev/null +++ b/manifests/p/presono/presono/3.26.5/presono.presono.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: presono.presono +PackageVersion: 3.26.5 +PackageLocale: en-US +Publisher: presono +PublisherUrl: https://presono.com/en/ +PublisherSupportUrl: https://help.presono.com/ +PrivacyUrl: https://presono.com/en/privacyPolicy/ +Author: presono GmbH +PackageName: presono +PackageUrl: https://presono.com/en/apps/ +License: Proprietary +LicenseUrl: https://presono.com/en/terms/ +Copyright: © 2026 - presono GmbH. All rights reserved. +CopyrightUrl: https://presono.com/en/terms/ +ShortDescription: B2B marketing & sales platform +Description: 'presono is a B2B marketing & sales platform with multiple benefits in different usecases. From company and product presentations to tradefair apps and product catalogs: the platform helps keeping content up-to-date, be on-brand, interact with your customers, engage them and analyse their interests. It increases marketing productivity, improves sales effectiveness and creates an amazing buyers experience which all together supports closing more deals faster.' +Tags: +- marketing +- sales +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/presono/presono/3.26.5/presono.presono.locale.zh-CN.yaml b/manifests/p/presono/presono/3.26.5/presono.presono.locale.zh-CN.yaml new file mode 100644 index 000000000000..f3e851004f15 --- /dev/null +++ b/manifests/p/presono/presono/3.26.5/presono.presono.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: presono.presono +PackageVersion: 3.26.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: B2B 营销与销售平台 +Description: presono 是一个具有多种优势的 B2B 营销与销售平台,适用于不同使用场景。从企业及产品展示,到展会应用和产品目录,该平台有助于保持内容实时更新、确保品牌形象统一、与客户互动、吸引客户参与并分析其兴趣偏好。它能提升营销效率,增强销售效果,并创造卓越的买家体验,从而助力更快达成更多交易。 +Tags: +- 营销 +- 销售 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/presono/presono/3.26.5/presono.presono.yaml b/manifests/p/presono/presono/3.26.5/presono.presono.yaml new file mode 100644 index 000000000000..38db4ff8e231 --- /dev/null +++ b/manifests/p/presono/presono/3.26.5/presono.presono.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: presono.presono +PackageVersion: 3.26.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e8e6604ed6e1b6d027895046c69e3d0174eb3699 Mon Sep 17 00:00:00 2001 From: mulham <97831705+mulhamna@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:40:11 +0700 Subject: [PATCH 048/248] Add version: mulhamna.jirac version 1.7.0 (#382526) --- .../jirac/1.7.0/mulhamna.jirac.installer.yaml | 15 ++++++++++++ .../1.7.0/mulhamna.jirac.locale.en-US.yaml | 23 +++++++++++++++++++ .../mulhamna/jirac/1.7.0/mulhamna.jirac.yaml | 6 +++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.installer.yaml create mode 100644 manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.locale.en-US.yaml create mode 100644 manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.yaml diff --git a/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.installer.yaml b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.installer.yaml new file mode 100644 index 000000000000..cee36e8989a4 --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.7.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: jirac-windows-x86_64.exe + PortableCommandAlias: jirac +ReleaseDate: 2026-06-02 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/mulhamna/jira-commands/releases/download/v1.7.0/jirac-windows-x86_64.zip + InstallerSha256: 7afdbdb5fbc7298ba41c64597658fafe4ed08ecf66fa782ad5a86aec31b30899 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.locale.en-US.yaml b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.locale.en-US.yaml new file mode 100644 index 000000000000..a6c8c873ace2 --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.7.0 +PackageLocale: en-US +Publisher: mulhamna +PublisherUrl: https://github.com/mulhamna +PublisherSupportUrl: https://github.com/mulhamna/jira-commands/issues +Author: mulhamna +PackageName: jirac +PackageUrl: https://github.com/mulhamna/jira-commands +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/mulhamna/jira-commands/blob/main/LICENSE +ShortDescription: Jira terminal client with TUI, MCP support, and release archives for Windows, macOS, and Linux. +Description: jirac is a Rust-based Jira CLI with interactive TUI flows, issue transitions, comments, worklogs, attachments, and jirac-mcp for editor and agent integrations. +Moniker: jirac +Tags: + - jira + - atlassian + - cli + - tui + - mcp +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.yaml b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.yaml new file mode 100644 index 000000000000..5c574a358f28 --- /dev/null +++ b/manifests/m/mulhamna/jirac/1.7.0/mulhamna.jirac.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: mulhamna.jirac +PackageVersion: 1.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From 2e1fc42664d56a0b2ba9af7029ead6e874422e87 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:43:19 +0800 Subject: [PATCH 049/248] New version: Notion.Notion version 7.20.0 (#382531) --- .../7.20.0/Notion.Notion.installer.yaml | 26 ++++++++++++++ .../7.20.0/Notion.Notion.locale.en-US.yaml | 36 +++++++++++++++++++ .../7.20.0/Notion.Notion.locale.zh-CN.yaml | 31 ++++++++++++++++ .../n/Notion/Notion/7.20.0/Notion.Notion.yaml | 8 +++++ 4 files changed, 101 insertions(+) create mode 100644 manifests/n/Notion/Notion/7.20.0/Notion.Notion.installer.yaml create mode 100644 manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.en-US.yaml create mode 100644 manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.zh-CN.yaml create mode 100644 manifests/n/Notion/Notion/7.20.0/Notion.Notion.yaml diff --git a/manifests/n/Notion/Notion/7.20.0/Notion.Notion.installer.yaml b/manifests/n/Notion/Notion/7.20.0/Notion.Notion.installer.yaml new file mode 100644 index 000000000000..73f7a0644c31 --- /dev/null +++ b/manifests/n/Notion/Notion/7.20.0/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.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.20.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: packageInUse +UpgradeBehavior: install +Protocols: +- notion +ProductCode: 661f0cc6-343a-59cb-a5e8-8f6324cc6998 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%207.20.0.exe + InstallerSha256: A7DFA0804AC4F0B21AB2F1C94416CFC8B4E84D2E4E144C2E1DA5F2D861065A21 +- Architecture: arm64 + InstallerUrl: https://desktop-release.notion-static.com/Notion%20Setup%207.20.0%20arm64.exe + InstallerSha256: 4C00043CD8F437EB2CDC459022BCD1ADCC3FD96F5D1CA10E0C8BE510FED06F14 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.en-US.yaml b/manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.en-US.yaml new file mode 100644 index 000000000000..6aefb82dba52 --- /dev/null +++ b/manifests/n/Notion/Notion/7.20.0/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.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.20.0 +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: © 2026 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.12.0 diff --git a/manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.zh-CN.yaml b/manifests/n/Notion/Notion/7.20.0/Notion.Notion.locale.zh-CN.yaml new file mode 100644 index 000000000000..705f42747ea3 --- /dev/null +++ b/manifests/n/Notion/Notion/7.20.0/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.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.20.0 +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.12.0 diff --git a/manifests/n/Notion/Notion/7.20.0/Notion.Notion.yaml b/manifests/n/Notion/Notion/7.20.0/Notion.Notion.yaml new file mode 100644 index 000000000000..a5d473184050 --- /dev/null +++ b/manifests/n/Notion/Notion/7.20.0/Notion.Notion.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Notion.Notion +PackageVersion: 7.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8629887cecd66adadcbe6905327d78ff96325fc6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:46:34 +0800 Subject: [PATCH 050/248] New version: beekeeper-studio.beekeeper-studio version 5.8.1 (#382741) --- ...per-studio.beekeeper-studio.installer.yaml | 26 ++++++++++++++ ...-studio.beekeeper-studio.locale.en-US.yaml | 36 +++++++++++++++++++ ...-studio.beekeeper-studio.locale.zh-CN.yaml | 25 +++++++++++++ .../beekeeper-studio.beekeeper-studio.yaml | 8 +++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.installer.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.yaml diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.installer.yaml new file mode 100644 index 000000000000..a48f47b793ec --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e2478b25-5000-506b-83a1-adcfb4783217 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.8.1/Beekeeper-Studio-Setup-5.8.1.exe + InstallerSha256: 2E0CC5893E5CE813DBD43BF7D80753DCCB7D514AE523947139540F1F45966621 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.8.1/Beekeeper-Studio-Setup-5.8.1.exe + InstallerSha256: 2E0CC5893E5CE813DBD43BF7D80753DCCB7D514AE523947139540F1F45966621 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml new file mode 100644 index 000000000000..9c68b496a45d --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.1 +PackageLocale: en-US +Publisher: Beekeeper Studio Team +PublisherUrl: https://www.beekeeperstudio.io/ +PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +Author: Matthew Rathbone and Gregory Garden +PackageName: Beekeeper Studio +PackageUrl: https://www.beekeeperstudio.io/ +License: GPL-3.0 +LicenseUrl: https://github.com/beekeeper-studio/beekeeper-studio/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026 Matthew Rathbone and Gregory Garden +ShortDescription: A modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Oh, it's also open source :-). +Description: Beekeeper Studio is a database manager and SQL GUI. It is a desktop app that is easy to use. It's a visual alternative to command line tools like psql or mysql, while also providing a bunch of useful extra features. +Tags: +- database +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +ReleaseNotes: Description of the release +ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.1 +PurchaseUrl: https://www.beekeeperstudio.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml new file mode 100644 index 000000000000..e9c1c9b96e0a --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.1 +PackageLocale: zh-CN +ShortDescription: 一款现代、易于使用且界面美观的 SQL 客户端,支持 MySQL、Postgres、SQLite、SQL Server 等多种数据库。哦,它还是开源的 :-)。 +Description: Beekeeper Studio 是一款数据库管理工具和 SQL 图形界面工具。它是一个易于使用的桌面应用程序,可作为 psql 或 mysql 等命令行工具的可视化替代方案,同时还提供了一系列实用的额外功能。 +Tags: +- db2 +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +- 数据库 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.yaml new file mode 100644 index 000000000000..178f6e349459 --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.1/beekeeper-studio.beekeeper-studio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7b23216ba60a36de6f199185fdbcbafbae6d80f1 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:49:48 +0800 Subject: [PATCH 051/248] New version: SoftDeluxe.FreeDownloadManager version 6.34.1.6907 (#382753) --- .../SoftDeluxe.FreeDownloadManager.installer.yaml | 2 +- .../SoftDeluxe.FreeDownloadManager.locale.en-US.yaml | 6 +++--- .../SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml | 2 +- .../SoftDeluxe.FreeDownloadManager.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/s/SoftDeluxe/FreeDownloadManager/{6.34.0.6878 => 6.34.1.6907}/SoftDeluxe.FreeDownloadManager.installer.yaml (96%) rename manifests/s/SoftDeluxe/FreeDownloadManager/{6.34.0.6878 => 6.34.1.6907}/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml (92%) rename manifests/s/SoftDeluxe/FreeDownloadManager/{6.34.0.6878 => 6.34.1.6907}/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml (97%) rename manifests/s/SoftDeluxe/FreeDownloadManager/{6.34.0.6878 => 6.34.1.6907}/SoftDeluxe.FreeDownloadManager.yaml (90%) diff --git a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.installer.yaml b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.installer.yaml similarity index 96% rename from manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.installer.yaml rename to manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.installer.yaml index a35f3ebaa7d1..2472ad7f74f6 100644 --- a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.installer.yaml +++ b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftDeluxe.FreeDownloadManager -PackageVersion: 6.34.0.6878 +PackageVersion: 6.34.1.6907 InstallerType: inno UpgradeBehavior: install Protocols: diff --git a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml similarity index 92% rename from manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml rename to manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml index 3d5db2733b0c..bb0de922a4d7 100644 --- a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml +++ b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftDeluxe.FreeDownloadManager -PackageVersion: 6.34.0.6878 +PackageVersion: 6.34.1.6907 PackageLocale: en-US Publisher: Softdeluxe PublisherSupportUrl: https://www.freedownloadmanager.org/support.htm @@ -28,10 +28,10 @@ Tags: - p2p - torrent ReleaseNotes: |- - - New mobile UI style (beta version). - - Added option to disable logging. + - Improved M3U support. - Minor interface improvements. - Fixed: minor bugs. + - Fixed: Windows: add-ons could not access local host network proxy. ReleaseNotesUrl: https://www.freedownloadmanager.org/blog/ ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml similarity index 97% rename from manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml rename to manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml index 7e35b4ea456a..7fd649e11187 100644 --- a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml +++ b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftDeluxe.FreeDownloadManager -PackageVersion: 6.34.0.6878 +PackageVersion: 6.34.1.6907 PackageLocale: zh-CN License: 免费软件 ShortDescription: Free Download Manager(简称 FDM)是一款免费、高效且全面的下载管理解决方案,可帮助您管理所有下载任务。 diff --git a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.yaml b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.yaml similarity index 90% rename from manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.yaml rename to manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.yaml index e9bfb4d7ed8a..d729b7a14069 100644 --- a/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.0.6878/SoftDeluxe.FreeDownloadManager.yaml +++ b/manifests/s/SoftDeluxe/FreeDownloadManager/6.34.1.6907/SoftDeluxe.FreeDownloadManager.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftDeluxe.FreeDownloadManager -PackageVersion: 6.34.0.6878 +PackageVersion: 6.34.1.6907 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From daa1c5baf25c426d3c31856ccb7269d41e9cad37 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:53:18 +0800 Subject: [PATCH 052/248] New version: DuckDuckGo.DesktopBrowser.Preview version 0.160.5.0 (#382778) --- ...ckGo.DesktopBrowser.Preview.installer.yaml | 36 +++++++++++++++++++ ...o.DesktopBrowser.Preview.locale.en-US.yaml | 24 +++++++++++++ ...o.DesktopBrowser.Preview.locale.zh-CN.yaml | 14 ++++++++ .../DuckDuckGo.DesktopBrowser.Preview.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.yaml diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml new file mode 100644 index 000000000000..1403c7b7ab35 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.5.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowserPreview_ya2fgkz3nks94 +Capabilities: +- internetClient +- runFullTrust +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.5.0/DuckDuckGo%20Preview_0.160.5.0.msixbundle + InstallerSha256: AB4126D26B5564BA6228963E559236541B1AE26EED1E1A6DC960A3F5D3489DBC + SignatureSha256: 751E908F725F3E21C23589F3D1DD06CEDDF39FA2D5A02AFEC42305224FF51154 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.5.0/DuckDuckGo%20Preview_0.160.5.0.msixbundle + InstallerSha256: AB4126D26B5564BA6228963E559236541B1AE26EED1E1A6DC960A3F5D3489DBC + SignatureSha256: 751E908F725F3E21C23589F3D1DD06CEDDF39FA2D5A02AFEC42305224FF51154 +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.5.0/DuckDuckGo%20Preview_0.160.5.0.msixbundle + InstallerSha256: AB4126D26B5564BA6228963E559236541B1AE26EED1E1A6DC960A3F5D3489DBC + SignatureSha256: 751E908F725F3E21C23589F3D1DD06CEDDF39FA2D5A02AFEC42305224FF51154 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..b38d8e3f3e1c --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.5.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo Preview +PackageUrl: https://duckduckgo.com/windows-preview +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2026 DuckDuckGo +CopyrightUrl: https://duckduckgo.com/terms +ShortDescription: Help Test and Improve New Features with DuckDuckGo Preview for Windows +Tags: +- browser +- chromium +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml new file mode 100644 index 000000000000..f01c97fa0ce0 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.5.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 帮助测试和改进 DuckDuckGo Preview for Windows 的新功能 +Tags: +- chromium +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.yaml new file mode 100644 index 000000000000..50a3d8921937 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.5.0/DuckDuckGo.DesktopBrowser.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 77e093ad12be2d1c04e237b9c8ec9ac3ad18ec10 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:56:35 +0800 Subject: [PATCH 053/248] Update: KDE.Minuet version 26.07.70 (1070) (#382784) --- manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml index 991163bf625c..c864b5cba3bd 100644 --- a/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml +++ b/manifests/k/KDE/Minuet/26.07.70/KDE.Minuet.installer.yaml @@ -9,14 +9,14 @@ ProductCode: minuet Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1055-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 38A4C0DF17D92969A8A402A947E63F71E354A6DFC240E4C067659E1197EA3D63 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1070-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CB372B6C7E6146A1229F48F8B091249AA821B5E68D972E1E3E704FBA8BA7CACF InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1055-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 38A4C0DF17D92969A8A402A947E63F71E354A6DFC240E4C067659E1197EA3D63 + InstallerUrl: https://cdn.kde.org/ci-builds/education/minuet/master/windows/minuet-master-1070-windows-cl-msvc2022-x86_64.exe + InstallerSha256: CB372B6C7E6146A1229F48F8B091249AA821B5E68D972E1E3E704FBA8BA7CACF InstallerSwitches: Custom: /AllUsers ManifestType: installer From ac859f48135b4bd4a9c24aa87d4f2b1e6cdf0905 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 3 Jun 2026 00:59:50 +0200 Subject: [PATCH 054/248] General maintenance: Alex313031.Mercury version 129.0.2 (#382830) --- .../129.0.2/Alex313031.Mercury.locale.en-US.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/manifests/a/Alex313031/Mercury/129.0.2/Alex313031.Mercury.locale.en-US.yaml b/manifests/a/Alex313031/Mercury/129.0.2/Alex313031.Mercury.locale.en-US.yaml index 8cebf5924f12..85893490420e 100644 --- a/manifests/a/Alex313031/Mercury/129.0.2/Alex313031.Mercury.locale.en-US.yaml +++ b/manifests/a/Alex313031/Mercury/129.0.2/Alex313031.Mercury.locale.en-US.yaml @@ -7,26 +7,27 @@ PackageLocale: en-US Publisher: Alex313031 PublisherUrl: https://github.com/Alex313031 Author: Alex313031 -PackageName: Mercury +PackageName: Mercury Browser AVX1 PackageUrl: https://github.com/Alex313031/Mercury License: MPL-2.0 LicenseUrl: https://github.com/Alex313031/Mercury/blob/HEAD/LICENSE.md -Copyright: Copyright (c) 2023 Alexander David Frick +Copyright: © 2023 Alexander David Frick ShortDescription: Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat. Description: |- Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and Ghostery. - It aims to be the Firefox equivalent of my main project: Thorium (a Chromium fork). -Moniker: Mercury + It aims to be the Firefox equivalent of my main project:Thorium (a Chromium fork). +Moniker: mercury Tags: -- avx +- web-browser +- webbrowser +- mercury-browser +- mercurybrowser - avx-instructions -- browser - compiler-optimization - firefox - firefox-fork - firefox-forking - mercury -- optimization - privacy ReleaseNotes: |- - Finally updated it, plz don't hate me I know ya'll been waiting From bda8686e713f0daed00e61b6be205b1dcc7350d6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:15:12 +0800 Subject: [PATCH 055/248] New version: Sourcegraph.Amp version 0.0.1780157898-g9ed7cb (#381644) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..f79a0569df26 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780157898-g9ed7cb +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780157898-g9ed7cb/amp-windows-x64-baseline.exe + InstallerSha256: 036D9A7E22CDE3629BCB430FDE22BF0B166AD085813D253DF4D32F05F5B4C4ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..3725a92fb47b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780157898-g9ed7cb +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..75d468edef0a --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780157898-g9ed7cb +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..cd3cf30a0a89 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780157898-g9ed7cb/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780157898-g9ed7cb +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d1201b47532f08d8b414c3df498c192c20e997a2 Mon Sep 17 00:00:00 2001 From: Linfang Li Date: Wed, 3 Jun 2026 07:15:32 +0800 Subject: [PATCH 056/248] Add teshi 0.2.2 (#381907) --- .../teshi/0.2.2/teshi-org.teshi.installer.yaml | 12 ++++++++++++ .../teshi/0.2.2/teshi-org.teshi.locale.en-US.yaml | 12 ++++++++++++ .../t/teshi-org/teshi/0.2.2/teshi-org.teshi.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.installer.yaml create mode 100644 manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.locale.en-US.yaml create mode 100644 manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.yaml diff --git a/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.installer.yaml b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.installer.yaml new file mode 100644 index 000000000000..fa00e567e068 --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.2.2 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/teshi-org/teshi/releases/download/v0.2.2/teshi-v0.2.2-x64.msi + InstallerSha256: 61B2B89CE29328A7780A1328B12ABE2AC9EB9C8C21FD417F9347EB1CF29037AB +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.locale.en-US.yaml b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.locale.en-US.yaml new file mode 100644 index 000000000000..19454112c3fe --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.2.2 +PackageLocale: en-US +Publisher: teshi-org +PackageName: teshi +License: MIT +ShortDescription: Terminal-first mindmap editor for structured notes and navigation. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.yaml b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.yaml new file mode 100644 index 000000000000..30410f51a2da --- /dev/null +++ b/manifests/t/teshi-org/teshi/0.2.2/teshi-org.teshi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: teshi-org.teshi +PackageVersion: 0.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 3ce396ef7ae663d8f38226d63c3b078bb5ed8152 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:15:58 +0800 Subject: [PATCH 057/248] New version: Atlassian.AtlassianCLI version 1.3.19-stable (#382049) --- .../Atlassian.AtlassianCLI.installer.yaml | 22 +++++++++++++ .../Atlassian.AtlassianCLI.locale.en-US.yaml | 32 +++++++++++++++++++ .../Atlassian.AtlassianCLI.locale.zh-CN.yaml | 16 ++++++++++ .../1.3.19-stable/Atlassian.AtlassianCLI.yaml | 8 +++++ 4 files changed, 78 insertions(+) create mode 100644 manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.installer.yaml create mode 100644 manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.en-US.yaml create mode 100644 manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.yaml diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.installer.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.installer.yaml new file mode 100644 index 000000000000..2db08a919bea --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.19-stable +InstallerType: zip +NestedInstallerType: portable +Commands: +- acli +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: acli_1.3.19-stable_windows_amd64\acli.exe + InstallerUrl: https://acli.atlassian.com/windows/1.3.19-stable/acli_1.3.19-stable_windows_amd64.zip + InstallerSha256: E9AAE3E1B89F49882E502688FEA6D3B7B38DBE1167ADB3B7A36FB1855D4C8F43 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: acli_1.3.19-stable_windows_arm64\acli.exe + InstallerUrl: https://acli.atlassian.com/windows/1.3.19-stable/acli_1.3.19-stable_windows_arm64.zip + InstallerSha256: C9D6761E8F83F55ED42EE5B4223D52458C20AA96228FD68FE203CB46C694F09B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.en-US.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.en-US.yaml new file mode 100644 index 000000000000..8fa7f73d2aa1 --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.19-stable +PackageLocale: en-US +Publisher: Atlassian +PublisherUrl: https://www.atlassian.com/ +PublisherSupportUrl: https://developer.atlassian.com/support +PrivacyUrl: https://www.atlassian.com/legal/privacy-policy +Author: Atlassian Pty Ltd +PackageName: Atlassian CLI +PackageUrl: https://developer.atlassian.com/cloud/acli/ +License: Proprietary +LicenseUrl: https://www.atlassian.com/legal/software-license-agreement +Copyright: Copyright Atlassian 2012-2026. All rights reserved. +CopyrightUrl: https://www.atlassian.com/legal/software-license-agreement +ShortDescription: Work seamlessly with Atlassian from the command line. +Description: Utilize Atlassian Command Line Interface (CLI) to effortlessly engage with our suite of products through a streamlined command-line interface. Atlassian CLI provides a powerful toolset that allows users to automate tasks, integrate processes, and interact with various Atlassian products such as Jira, all from the comfort of your terminal. +Moniker: acli +Tags: +- jira +- rovo +- rovo-dev +ReleaseNotesUrl: https://developer.atlassian.com/cloud/acli/changelog/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://developer.atlassian.com/cloud/acli/guides/introduction/ +- DocumentLabel: Command Reference + DocumentUrl: https://developer.atlassian.com/cloud/acli/reference/commands/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..dfc264f596e1 --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.19-stable +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在命令行中与 Atlassian 无缝协作。 +Description: 使用 Atlassian 命令行界面 (CLI),您可以通过简化的命令行接口轻松地与我们的产品套件进行交互。Atlassian CLI 提供了一套强大的工具,使用户能够自动化任务、集成流程,并在终端中便捷地与 Jira 等各种 Atlassian 产品进行交互。 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://developer.atlassian.com/cloud/acli/guides/introduction/ +- DocumentLabel: 命令参考 + DocumentUrl: https://developer.atlassian.com/cloud/acli/reference/commands/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.yaml b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.yaml new file mode 100644 index 000000000000..89239f8c9266 --- /dev/null +++ b/manifests/a/Atlassian/AtlassianCLI/1.3.19-stable/Atlassian.AtlassianCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Atlassian.AtlassianCLI +PackageVersion: 1.3.19-stable +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c04b0024573c86d6248f408dd4c0bd5eb3a21731 Mon Sep 17 00:00:00 2001 From: Ossian Ericson <43954785+ossianericson@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:16:14 +0200 Subject: [PATCH 058/248] NetSentinel.NetSentinel version 1.9.66 (#382071) --- .../NetSentinel.NetSentinel.installer.yaml | 22 ++++++ .../NetSentinel.NetSentinel.locale.en-US.yaml | 72 +++++++++++++++++++ .../1.9.66/NetSentinel.NetSentinel.yaml | 8 +++ 3 files changed, 102 insertions(+) create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.installer.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.locale.en-US.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.yaml diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..996496bf12cd --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.66 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.9.66/NetSentinel-Setup-1.9.66.exe + InstallerSha256: 1CEF8AF48CC5C3AA1113F1E87B612999AD430247D5214AA1459C975DC413D2EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..c0b168a1da41 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.66 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Professional network monitor — LAN scanner, security audit, 5G modem and mesh router integration +Description: |- + NetSentinel is a professional-grade network security scanner and monitor for Windows, + targeting IT administrators, home lab users, and students learning network concepts. + It replaces a collection of separate utilities with one integrated desktop application: + + • Device Inventory — ARP + mDNS + NetBIOS + DHCP scan; OUI fingerprinting identifies + cameras, smart speakers, routers, and IoT sensors by MAC address + • 5G Modem Monitor — live SINR, RSRP, RSRQ, band, and cell ID from ZTE MC889 modems; + signal history logged alongside every speed test result + • Mesh Router Monitor — TP-Link Deco XE75 node signal stats and topology; + enriches device inventory with real hostnames from your mesh network + • Hardware Integration — USB, serial, and GPIO device detection; extend the app + with physical sensors and network hardware + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs; flags devices stealing the + Root Bridge role and causing periodic 15-45 second network outages + • Broadcast Storm Analyser — measures broadcast/multicast rates in real time; + identifies the flooding device with packet-level evidence + • Speed Test — three-tier: Ookla CLI (1 Gbps+) then speedtest-cli (8 threads) then + pure-Python (16 TCP streams); each result captures a full modem signal snapshot + • Security Audit — SYN/UDP port scan, OS fingerprint, CVE lookup, TLS checker, + credential test (SSH/SMB/FTP/Telnet), threat intelligence, and risk scorer + • IoT Behavioral Baseline — learns normal traffic patterns; alerts when a device + contacts unexpected hosts or starts scanning + • What's Wrong? Diagnosis — symptom tiles trigger a sequenced scan; results + delivered as plain-English findings with root-cause correlation + • Log Hub — unified view: network RTT, 5G modem, mesh, syslog, and SNMP traps + • Protocol Visualizer — animated ARP/DNS/TCP/DHCP/STP diagrams from real scan data + • Lab Mode — guided CompTIA Network+/CCNA exercises with exportable HTML results + • MQTT / Home Assistant — Discovery payloads, configurable broker, keychain credentials + • REST API — read-only Flask API on localhost; API key stored in OS keychain + • WiFi Heatmap — floor plan import, IDW interpolation, PNG export + • Network Documentation — one-click HTML/Markdown snapshot of full network state + • Automation Hooks — shell commands triggered by alert and scan events + + Most active scan features require Administrator privileges. + Install Npcap (https://npcap.com) for STP, storm, ARP watch, and 802.11 monitor mode. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.9.66 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..e38b1f36d39d --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.66/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f2579b2316048f74cd5310e795aaca7bbdf15789 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 3 Jun 2026 01:16:31 +0200 Subject: [PATCH 059/248] New version: prefix-dev.pixi version 0.70.0 (#382077) --- .../0.70.0/prefix-dev.pixi.installer.yaml | 25 ++++ .../0.70.0/prefix-dev.pixi.locale.en-US.yaml | 114 ++++++++++++++++++ .../pixi/0.70.0/prefix-dev.pixi.yaml | 8 ++ 3 files changed, 147 insertions(+) create mode 100644 manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.installer.yaml create mode 100644 manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.locale.en-US.yaml create mode 100644 manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.yaml diff --git a/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.installer.yaml b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.installer.yaml new file mode 100644 index 000000000000..1b5b4794e856 --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: prefix-dev.pixi +PackageVersion: 0.70.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallerSwitches: + Custom: -norestart +UpgradeBehavior: install +ProductCode: '{2E988634-6528-4828-8CA4-5B153D140B02}' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: pixi contributors + ProductCode: '{2E988634-6528-4828-8CA4-5B153D140B02}' + UpgradeCode: '{D983A0B8-0183-4F99-BA13-A1C49BD8E46F}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\pixi\bin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/prefix-dev/pixi/releases/download/v0.70.0/pixi-x86_64-pc-windows-msvc.msi + InstallerSha256: E2AF9E2662F003D7B21BAD094769888B9A4FC72E520890E22584154F4ACE6BA6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.locale.en-US.yaml b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.locale.en-US.yaml new file mode 100644 index 000000000000..2cdda0b59497 --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.locale.en-US.yaml @@ -0,0 +1,114 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: prefix-dev.pixi +PackageVersion: 0.70.0 +PackageLocale: en-US +Publisher: prefix-dev +PublisherUrl: https://pixi.sh/ +PublisherSupportUrl: https://github.com/prefix-dev/pixi/issues +Author: pixi contributors +PackageName: pixi +PackageUrl: https://github.com/prefix-dev/pixi +License: BSD-3-Clause +LicenseUrl: https://github.com/prefix-dev/pixi/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023, prefix.dev GmbH +CopyrightUrl: https://github.com/prefix-dev/pixi/blob/main/LICENSE +ShortDescription: A cross-platform, multi-language package manager and workflow tool +Moniker: pixi +Tags: +- conda +- conda-environment +- conda-packages +- hacktoberfest +- package-management +- package-manager +- package-manager-tool +- python-virtual-environment +- rust +- rust-lang +ReleaseNotes: |- + Release Notes + ✨ Highlights + This release brings a lot of exciting features. + Workspace dependencies + We now allow to define workspace dependencies that allows to set package matchspecs that then can be inherited by package dependencies. This is how it looks like: + [workspace.dependencies] + numpy = "1.*" + boltons = { version = ">=24", channel = "conda-forge" } + # Build packages + [package.build] + backend = { name = "foo-build", workspace = true } + [package.host-dependencies] + cmake = { workspace = true } + [package.target.linux-64.run-dependencies] + numpy = { workspace = true } + Further Improvements + - Parallel pixi global update, which bring significant speedups if you have many installations + - Support --no-config / --config-file + Added + - Implement v3 repodata/matchspec support in pixi spec by @wolfv in #6015 + - Support [workspace.dependencies] by @baszalmstra in #6162 + - Clamp .pixi/ mtimes to SOURCE_DATE_EPOCH for reproducibility by @hunger in #6056 + - Adopt deno_task_shell native multiline support by @baszalmstra in #6211 + - Add skip_pyc_compilation configuration option by @wolfv in #5737 + - Plumb workspace scratch directory and cache ROS distro fetches by @baszalmstra in #6181 + - Git lfs support in pixi-git by @baszalmstra in #6183 + - Parallel global update by @flferretti in #5970 + - Support --no-config / --config-file by @baszalmstra in #6222 + - Extend pixi publish to support cloudsmith as a target by @jmayes-rx in #6219 + Changed + - Fetch parselmouth compressed mapping from conda-mapping.prefix.dev by @nichmor in #6172 + - Wire up progress reporter and batch environments by @baszalmstra in #6205 + - Clear conda stack env for prefix-ignore trampolines by @Hofer-Julian in #6210 + - Resolve license file to absolute path by @baszalmstra in #6215 + Documentation + - Update github_actions docs for setup-pixi version 0.9.6 by @AndreasAlbertQC in #6174 + - Clarify per-environment activation variables by @baszalmstra in #6214 + - Mention pixi self-update in requires-pixi help msg by @lucascolley in #6207 + - Update link to Code of Conduct in CONTRIBUTING.md by @samrosenf in #6224 + Fixed + - Conda package build for windows and osx by @wolfv in #6171 + - Bump mimalloc to 0.1.51 to fix win-arm64 process-exit crash by @baszalmstra in #6176 + - Forward termination signal by @baszalmstra in #6204 + - Git url normalization by @baszalmstra in #6203 + - Installer, use per user scope instead of system by @wolfv in #5568 + - Disable gpg signing in git fixture repos by @baszalmstra in #6216 + - Tests on main did not update assertion for .git suffix by @wolfv in #6227 + - Reject build backends defined as source dependencies by @Hofer-Julian in #6230 + - Reinstall when registry install collides with non-registry lock entry by @baszalmstra in #6213 + - Clear error on remove with suggestions for missing dependency by @baszalmstra in #6218 + - Seed pypi-options from global config in --import and existing pyproject paths by @baszalmstra in #6212 + - Keep OS trust store for native-tls System mode by @baszalmstra in #6235 + - Upgrade dependency-group dependencies by @ruben-arts in #6241 + Performance + - Compute engine and dispatcher speedups + backend-metadata cache fix by @baszalmstra in #6180 + New Contributors + - @jmayes-rx made their first contribution in #6219 + - @samrosenf made their first contribution in #6224 + - @AndreasAlbertQC made their first contribution in #6174 + Download pixi 0.70.0 + ────────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-aarch64-pc-windows-msvc.msi │ARM64 Windows │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-x86_64-pc-windows-msvc.msi │x64 Windows │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-riscv64gc-unknown-linux-gnu.tar.gz │RISCV Linux │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + pixi-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum + ────────────────────────────────────────────┴───────────────────┴───────────── +ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.70.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.yaml b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.yaml new file mode 100644 index 000000000000..fc9ab9a0958a --- /dev/null +++ b/manifests/p/prefix-dev/pixi/0.70.0/prefix-dev.pixi.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: prefix-dev.pixi +PackageVersion: 0.70.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 833cfb2f923a61bcebd556cc19c6ba130fae6f5b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:16:48 +0800 Subject: [PATCH 060/248] New version: 7S2P.Effie version 6.12.3 (#382080) --- .../7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.installer.yaml | 6 +++--- .../Effie/{6.12.1 => 6.12.3}/7S2P.Effie.locale.en-US.yaml | 2 +- .../Effie/{6.12.1 => 6.12.3}/7S2P.Effie.locale.zh-CN.yaml | 2 +- manifests/7/7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename manifests/7/7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.installer.yaml (82%) rename manifests/7/7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.locale.en-US.yaml (97%) rename manifests/7/7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.locale.zh-CN.yaml (97%) rename manifests/7/7S2P/Effie/{6.12.1 => 6.12.3}/7S2P.Effie.yaml (90%) diff --git a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.installer.yaml b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.installer.yaml similarity index 82% rename from manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.installer.yaml rename to manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.installer.yaml index 7956c940f4fe..dd272295dfea 100644 --- a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.installer.yaml +++ b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: 7S2P.Effie -PackageVersion: 6.12.1 +PackageVersion: 6.12.3 InstallerType: inno Scope: machine UpgradeBehavior: install @@ -16,7 +16,7 @@ InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Effie App' Installers: - Architecture: x86 - InstallerUrl: https://download.effie.pro/effie/effieapp_setup_6.12.1.exe - InstallerSha256: DC67815CDE9F8D6731945CEE9627CA77E71F3D844CA65426E88442DC434E6D57 + InstallerUrl: https://download.effie.pro/effie/effieapp_setup_6.12.3.exe + InstallerSha256: 577EBDA1B86E0358C5CAE414126AB243F3C81E27426E6DBE085EDFDF816640A6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.en-US.yaml b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.en-US.yaml similarity index 97% rename from manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.en-US.yaml rename to manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.en-US.yaml index 95a492f52c28..88ea46e53727 100644 --- a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.en-US.yaml +++ b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: 7S2P.Effie -PackageVersion: 6.12.1 +PackageVersion: 6.12.3 PackageLocale: en-US Publisher: 7S2P Inc. PublisherUrl: https://www.effie.pro diff --git a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.zh-CN.yaml b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.zh-CN.yaml similarity index 97% rename from manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.zh-CN.yaml rename to manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.zh-CN.yaml index 33613f570899..afae16f627a9 100644 --- a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.locale.zh-CN.yaml +++ b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: 7S2P.Effie -PackageVersion: 6.12.1 +PackageVersion: 6.12.3 PackageLocale: zh-CN Publisher: 7S2P Inc. PublisherUrl: https://www.effie.pro diff --git a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.yaml b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.yaml similarity index 90% rename from manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.yaml rename to manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.yaml index 2ea15004fdce..9c916612a8c9 100644 --- a/manifests/7/7S2P/Effie/6.12.1/7S2P.Effie.yaml +++ b/manifests/7/7S2P/Effie/6.12.3/7S2P.Effie.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: 7S2P.Effie -PackageVersion: 6.12.1 +PackageVersion: 6.12.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 3f7efe208645f498af292b4c3eef6c816af274c7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:17:05 +0800 Subject: [PATCH 061/248] New version: Tencent.WorkBuddy version 4.24.7 (4.24.7.29589271) (#382104) --- .../4.24.7/Tencent.WorkBuddy.installer.yaml | 154 ++++++++++++++++++ .../Tencent.WorkBuddy.locale.en-US.yaml | 18 ++ .../Tencent.WorkBuddy.locale.zh-CN.yaml | 26 +++ .../WorkBuddy/4.24.7/Tencent.WorkBuddy.yaml | 8 + 4 files changed, 206 insertions(+) create mode 100644 manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.installer.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.en-US.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.yaml diff --git a/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.installer.yaml b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.installer.yaml new file mode 100644 index 000000000000..75e7cdde69a4 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.24.7 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- workbuddy +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{BFD312E9-1019-4F57-9F44-F86246833B50}}_is1' +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.codebuddy.cn/workbuddy/saas/win32-x64-user/WorkBuddy-win32-x64-user-4.24.7.29589271-f87d79a5.exe + InstallerSha256: 835751B99AF8EE627D17C3A61B3B2CD1A8F44FBA9615756203D947443875E5B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.en-US.yaml b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.en-US.yaml new file mode 100644 index 000000000000..474f44d80b85 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.24.7 +PackageLocale: en-US +Author: Tencent Technology (Shenzhen) Company Limited +License: Proprietary +ShortDescription: Desktop Agents - A New Paradigm for Office Work +Description: WorkBuddy is an AI-native desktop agent workspace that drives office automation through natural language. With a single command, it handles data processing, content creation, and in-depth analysis, delivering ready-to-use results and redefining workplace efficiency standards. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.zh-CN.yaml b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.zh-CN.yaml new file mode 100644 index 000000000000..01dee6df55dc --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.24.7 +PackageLocale: zh-CN +Publisher: Tencent Technology (Shenzhen) Company Limited +PublisherUrl: https://www.codebuddy.cn/ +PublisherSupportUrl: https://cloud.tencent.com/document/product/1749/104249 +PrivacyUrl: https://privacy.qq.com/document/preview/284d799a07164d09bfc7cedd0ec3e089 +Author: 腾讯科技(深圳)有限公司 +PackageName: WorkBuddy +PackageUrl: https://copilot.tencent.com/work/ +License: 专有软件 +LicenseUrl: https://cloud.tencent.com/document/product/301/106125 +Copyright: Copyright (C) 2026 Tencent. All rights reserved. +CopyrightUrl: https://cloud.tencent.com/document/product/301/106125 +ShortDescription: 桌面智能体 办公新范式 +Description: WorkBuddy 是 AI 原生的桌面智能体工作台,以自然语言驱动办公自动化,一句指令即可完成数据处理、内容创作与深度分析,直接验收可交付结果,重塑职场效率标准。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.yaml b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.yaml new file mode 100644 index 000000000000..61c43784e989 --- /dev/null +++ b/manifests/t/Tencent/WorkBuddy/4.24.7/Tencent.WorkBuddy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WorkBuddy +PackageVersion: 4.24.7 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From b3776b3523bd4a391ec91e92b008eb0fe03bf0d1 Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Wed, 3 Jun 2026 01:17:20 +0200 Subject: [PATCH 062/248] New version: Docker.sbx version 0.31.2 (#382115) --- .../sbx/0.31.2/Docker.sbx.installer.yaml | 21 ++++++++++++++++ .../sbx/0.31.2/Docker.sbx.locale.en-US.yaml | 25 +++++++++++++++++++ manifests/d/Docker/sbx/0.31.2/Docker.sbx.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/d/Docker/sbx/0.31.2/Docker.sbx.installer.yaml create mode 100644 manifests/d/Docker/sbx/0.31.2/Docker.sbx.locale.en-US.yaml create mode 100644 manifests/d/Docker/sbx/0.31.2/Docker.sbx.yaml diff --git a/manifests/d/Docker/sbx/0.31.2/Docker.sbx.installer.yaml b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.installer.yaml new file mode 100644 index 000000000000..3e08ce5cffe0 --- /dev/null +++ b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Docker.sbx +PackageVersion: 0.31.2 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{28E6349D-7258-40A0-91F8-98F26C4D3EA4}' +AppsAndFeaturesEntries: +- ProductCode: '{28E6349D-7258-40A0-91F8-98F26C4D3EA4}' + UpgradeCode: '{DA546BF6-4342-4335-8A93-DA620CEBA3F4}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DockerSandboxes' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/sbx-releases/releases/download/v0.31.2/DockerSandboxes.msi + InstallerSha256: 6CBFC975AD77CF1E8830245372E8BD4B9E2A4916BF4179AFDBD3C8E725B10AC4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-01 diff --git a/manifests/d/Docker/sbx/0.31.2/Docker.sbx.locale.en-US.yaml b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.locale.en-US.yaml new file mode 100644 index 000000000000..dc6fa10c29e8 --- /dev/null +++ b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Docker.sbx +PackageVersion: 0.31.2 +PackageLocale: en-US +Publisher: Docker Inc. +PublisherUrl: https://www.docker.com/ +PublisherSupportUrl: https://www.docker.com/support/ +PrivacyUrl: https://www.docker.com/legal/privacy/ +Author: Docker Inc. +PackageName: Docker Sandboxes +PackageUrl: https://docs.docker.com/ai/sandboxes/ +License: Proprietary +LicenseUrl: https://github.com/docker/dash-releases/blob/HEAD/LICENSE +Copyright: Copyright (c) Docker Inc. +CopyrightUrl: https://github.com/docker/sbx-releases/blob/HEAD/LICENSE +ShortDescription: Docker Sandboxes gives agents safe, isolated environments to work in. +Description: Docker Sandboxes gives agents safe, isolated environments to work in. +ReleaseNotesUrl: https://github.com/docker/sbx-releases/releases/tag/v0.31.2 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.docker.com/ai/sandboxes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/sbx/0.31.2/Docker.sbx.yaml b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.yaml new file mode 100644 index 000000000000..5fc403e77cf5 --- /dev/null +++ b/manifests/d/Docker/sbx/0.31.2/Docker.sbx.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Docker.sbx +PackageVersion: 0.31.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5bd358ade229748afe9fb2525f917c61d69464ce Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:17:39 +0800 Subject: [PATCH 063/248] New version: HaiYing.AionUi version 2.1.9 (#382121) --- .../2.1.9/HaiYing.AionUi.installer.yaml | 32 ++++++++++++ .../2.1.9/HaiYing.AionUi.locale.en-US.yaml | 50 +++++++++++++++++++ .../2.1.9/HaiYing.AionUi.locale.zh-CN.yaml | 19 +++++++ .../HaiYing/AionUi/2.1.9/HaiYing.AionUi.yaml | 8 +++ 4 files changed, 109 insertions(+) create mode 100644 manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.installer.yaml create mode 100644 manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.en-US.yaml create mode 100644 manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.zh-CN.yaml create mode 100644 manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.yaml diff --git a/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.installer.yaml new file mode 100644 index 000000000000..8904b907f410 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-x64.exe + InstallerSha256: 07644504556C933F1C3F00C091CDC26C3F0861C29736A5FAB454235DE5736D04 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-x64.exe + InstallerSha256: 07644504556C933F1C3F00C091CDC26C3F0861C29736A5FAB454235DE5736D04 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-arm64.exe + InstallerSha256: 600DB164FCE1DE2D144CB4C525A0E6A00BB0F4B895C8C8B6B1FF28866196649B + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 000000000000..9e435ee368f6 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.9 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + Highlights + Import Skills More Easily + - Skills Hub can now import a skill from a folder, a parent folder, a SKILL.md file, or a zip archive — not just a single fixed format. After import you'll see the names and count of what was added, and the search clears automatically so new skills show up right away. + Smarter "Busy" Handling + - Sending a follow-up while a response is still streaming no longer shows a generic "Request failed" card with a misleading Retry button. You now get a clear "wait for the current response to finish" message, so repeated retries don't keep hitting the same conflict. + Bug Fixes & Improvements + - The local web backend now skips ports that the system blocks for fetch, so startup is more reliable, with added logs for the selected port and health readiness. + - MCP check messages are now localized for Japanese, Korean, Russian, Turkish, and Ukrainian. + - Incomplete-installation recovery guidance is clearer across all languages: reinstall AionUi first, then check whether security or antivirus software quarantined AionCore if the problem persists. + What's Changed + - fix(i18n): localize MCP check strings by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3141 + - fix(conversation): map 409 already-processing to CONVERSATION_BUSY (AIO-93) by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3142 + - fix(i18n): clarify incomplete installation recovery by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3145 + - Allow importing skill folders and zip archives by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3144 + - fix(web-host): skip fetch-blocked backend ports by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3146 + - chore: bump version to 2.1.9 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3152 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.8...v2.1.9 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.9 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 000000000000..7573f3dc74f5 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.9 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.yaml new file mode 100644 index 000000000000..7f7658f242e2 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.9/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ef931c3decd54f0d21012abb8d918ff57eec7da8 Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:17:53 +1000 Subject: [PATCH 064/248] New version: Speakeasy.speakeasy 1.769.1 (#382137) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.769.1/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..1904428fe886 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-01" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.1/speakeasy_windows_386.zip + InstallerSha256: ded4f0e2833e171ab500498742b959f381a1a0aeb498c9d9efddd98b5e423585 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.1/speakeasy_windows_arm64.zip + InstallerSha256: b197c35744dce528da5936d1da62cc13da0879002d9a792d01a4946eb4d792b3 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.1/speakeasy_windows_amd64.zip + InstallerSha256: 986d1ce159fb2d3f0365ce0e995b548af90e0074cc8a2f0f061232808806b6b9 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..cfd4aff86232 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.1 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.769.1 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.769.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..8a9217f08121 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.1/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34f8e0e4c90e7d78762ae3d41be3cc0fe5c654a3 Mon Sep 17 00:00:00 2001 From: Mark Chen Date: Wed, 3 Jun 2026 07:18:22 +0800 Subject: [PATCH 065/248] New version: OrcaSVN.OrcaSVN version 0.3.1 (#382159) --- .../0.3.1/OrcaSVN.OrcaSVN.installer.yaml | 30 +++++++++++++++++++ .../0.3.1/OrcaSVN.OrcaSVN.locale.en-US.yaml | 29 ++++++++++++++++++ .../0.3.1/OrcaSVN.OrcaSVN.locale.zh-CN.yaml | 26 ++++++++++++++++ .../OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.yaml | 8 +++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.installer.yaml create mode 100644 manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.en-US.yaml create mode 100644 manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.zh-CN.yaml create mode 100644 manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.yaml diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.installer.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.installer.yaml new file mode 100644 index 000000000000..3e7f4426b226 --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.installer.yaml @@ -0,0 +1,30 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.3.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{A7D688FD-55A5-40EB-80FE-1FAEA8E6E8DD}' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: orcasvn + ProductCode: '{A7D688FD-55A5-40EB-80FE-1FAEA8E6E8DD}' + UpgradeCode: '{4233BBB1-954B-584D-B888-52C9D6B242CF}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\OrcaSVN' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wustites/OrcaSVN/releases/download/v0.3.1/OrcaSVN_0.3.1_x64_en-US.msi + InstallerSha256: 058832E7022A167EC8DB80EEC09C158F64679EDA7F5F4AE09B6F88DEEC6CFA26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.en-US.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.en-US.yaml new file mode 100644 index 000000000000..980cda99b76d --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: A modern SVN client built with Tauri, Vue 3, and TypeScript +Description: OrcaSVN is a modern SVN workbench that provides a graphical interface for managing Subversion repositories. Built with Tauri for native performance, Vue 3 for the frontend, and TypeScript for type safety. Features include workspace management, commit, update, diff, blame, log viewing, and more. +Tags: +- git-alternative +- subversion +- svn +- tauri +- typescript +- version-control +- vue +ReleaseNotes: Desktop builds for Windows, Linux, and macOS. +ReleaseNotesUrl: https://github.com/wustites/OrcaSVN/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.zh-CN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.zh-CN.yaml new file mode 100644 index 000000000000..6fae8b0330fa --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.3.1 +PackageLocale: zh-CN +Publisher: OrcaSVN +PublisherUrl: https://github.com/wustites/OrcaSVN +PublisherSupportUrl: https://github.com/wustites/OrcaSVN/issues +Author: OrcaSVN +PackageName: OrcaSVN +PackageUrl: https://github.com/wustites/OrcaSVN +License: MIT +LicenseUrl: https://github.com/wustites/OrcaSVN/blob/main/LICENSE +Copyright: Copyright (c) 2024 OrcaSVN +ShortDescription: 基于 Tauri、Vue 3 和 TypeScript 构建的现代 SVN 客户端 +Description: OrcaSVN 是一个现代的 SVN 工作台,提供图形界面来管理 Subversion 仓库。基于 Tauri 构建以获得原生性能,使用 Vue 3 作为前端框架,TypeScript 确保类型安全。功能包括工作区管理、提交、更新、差异对比、注释查看、日志查看等。 +Tags: +- subversion +- svn +- tauri +- typescript +- vue +- 版本控制 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.yaml b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.yaml new file mode 100644 index 000000000000..cd9b78979437 --- /dev/null +++ b/manifests/o/OrcaSVN/OrcaSVN/0.3.1/OrcaSVN.OrcaSVN.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OrcaSVN.OrcaSVN +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ced9b37bd1d116e75687201496004acf0e31d293 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:18:37 +0800 Subject: [PATCH 066/248] New version: ITU.BRSpaceApplications version 10.0.0.59 (#382164) --- .../ITU.BRSpaceApplications.installer.yaml | 18 +++++++++++ .../ITU.BRSpaceApplications.locale.en-US.yaml | 30 +++++++++++++++++++ .../ITU.BRSpaceApplications.locale.zh-CN.yaml | 10 +++++++ .../10.0.0.59/ITU.BRSpaceApplications.yaml | 8 +++++ 4 files changed, 66 insertions(+) create mode 100644 manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.installer.yaml create mode 100644 manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.en-US.yaml create mode 100644 manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.zh-CN.yaml create mode 100644 manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.yaml diff --git a/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.installer.yaml b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.installer.yaml new file mode 100644 index 000000000000..339fc2760ba8 --- /dev/null +++ b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ITU.BRSpaceApplications +PackageVersion: 10.0.0.59 +InstallerType: nullsoft +InstallerSwitches: + Silent: /silent /spacecap=update /spacecom=update /brsis=update /gims=update /sam=update /gibc=update /sps=update /ap7capture=update + SilentWithProgress: /silent /spacecap=update /spacecom=update /brsis=update /gims=update /sam=update /gibc=update /sps=update /ap7capture=update +FileExtensions: +- gxsns +- gxt +Installers: +- Architecture: x86 + InstallerUrl: https://www.itu.int/net4/itu-r/softwares/SAS-software-exe/release/Installer-v10.0-10.0.0.59.exe + InstallerSha256: E206F739B23336FFD4A0839FA693B4E5BCC7E27360B47996B3649C9C3EF878D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.en-US.yaml b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.en-US.yaml new file mode 100644 index 000000000000..c1fe03a59172 --- /dev/null +++ b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ITU.BRSpaceApplications +PackageVersion: 10.0.0.59 +PackageLocale: en-US +Publisher: International Telecommunication Union +PublisherUrl: https://www.itu.int/ +PublisherSupportUrl: https://www.itu.int/home/contact/index.html +PrivacyUrl: https://www.itu.int/en/about/Pages/privacy-notice.aspx +Author: International Telecommunication Union +PackageName: BR Space Applications +PackageUrl: https://www.itu.int/en/ITU-R/software/Pages/space-network-software.aspx +License: Proprietary +LicenseUrl: https://www.itu.int/en/about/Pages/terms-of-use.aspx +Copyright: © ITU 2026 All Rights Reserved +CopyrightUrl: https://www.itu.int/en/about/Pages/terms-of-use.aspx +ShortDescription: Space networks and related software +Tags: +- ap7capture +- brsis +- gibc +- gims +- sam +- spacecap +- spacecom +- sps +ReleaseNotesUrl: https://www.itu.int/net4/itu-r/softwares/SAS-software-exe/release/ReleaseNotes.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.zh-CN.yaml b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.zh-CN.yaml new file mode 100644 index 000000000000..597773fff54e --- /dev/null +++ b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ITU.BRSpaceApplications +PackageVersion: 10.0.0.59 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 空间网络及相关软件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.yaml b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.yaml new file mode 100644 index 000000000000..ff69199b68e8 --- /dev/null +++ b/manifests/i/ITU/BRSpaceApplications/10.0.0.59/ITU.BRSpaceApplications.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ITU.BRSpaceApplications +PackageVersion: 10.0.0.59 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8dc4906c9ef6a782b76d67d82b0c54e2bb2033c4 Mon Sep 17 00:00:00 2001 From: "Jason B." Date: Wed, 3 Jun 2026 01:18:52 +0200 Subject: [PATCH 067/248] New version: Mockzilla.Mockzilla version 2.7.2 (#382165) --- .../2.7.2/Mockzilla.Mockzilla.installer.yaml | 18 ++++++++++++ .../Mockzilla.Mockzilla.locale.en-US.yaml | 29 +++++++++++++++++++ .../Mockzilla/2.7.2/Mockzilla.Mockzilla.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.installer.yaml create mode 100644 manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.locale.en-US.yaml create mode 100644 manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.yaml diff --git a/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.installer.yaml b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.installer.yaml new file mode 100644 index 000000000000..76a0e2141eb4 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.7.2 +InstallerType: portable +Commands: +- mockzilla +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.7.2/mockzilla-v2.7.2-windows-amd64.exe + InstallerSha256: 182EE16472F6FAFA64225DE2FFC7D97154BB54F10E9CBE7EC5229C63B3985A7B +- Architecture: arm64 + InstallerUrl: https://github.com/mockzilla/mockzilla/releases/download/v2.7.2/mockzilla-v2.7.2-windows-arm64.exe + InstallerSha256: F341DC7F1BC4FFC4D79397E0AA2C20442459B3F6D0ABA75205690392E72F0EBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.locale.en-US.yaml b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.locale.en-US.yaml new file mode 100644 index 000000000000..176ad8d98b17 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.7.2 +PackageLocale: en-US +Publisher: Mockzilla +PublisherUrl: https://github.com/mockzilla +PublisherSupportUrl: https://github.com/mockzilla/mockzilla/issues +PackageName: Mockzilla +PackageUrl: https://github.com/mockzilla/mockzilla +License: MIT +LicenseUrl: https://github.com/mockzilla/mockzilla/blob/HEAD/LICENSE +ShortDescription: Generate API mocks with meaningful responses, configurable latency, error codes and more +Description: Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more. +Moniker: mockzilla +Tags: +- api +- mock +- mocking +- openapi +- testing +ReleaseNotes: |- + What's Changed + - Overwrite history duration in service by @jbn2336mz in #50 + Full Changelog: v2.7.1...v2.7.2 +ReleaseNotesUrl: https://github.com/mockzilla/mockzilla/releases/tag/v2.7.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.yaml b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.yaml new file mode 100644 index 000000000000..44b3a5681724 --- /dev/null +++ b/manifests/m/Mockzilla/Mockzilla/2.7.2/Mockzilla.Mockzilla.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mockzilla.Mockzilla +PackageVersion: 2.7.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5a57665f7796aad17cad1964b36a3f95be846c57 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:19:08 +0800 Subject: [PATCH 068/248] New version: beekeeper-studio.beekeeper-studio version 5.8.0 (#382198) --- ...per-studio.beekeeper-studio.installer.yaml | 26 +++++ ...-studio.beekeeper-studio.locale.en-US.yaml | 107 ++++++++++++++++++ ...-studio.beekeeper-studio.locale.zh-CN.yaml | 25 ++++ .../beekeeper-studio.beekeeper-studio.yaml | 8 ++ 4 files changed, 166 insertions(+) create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.installer.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml create mode 100644 manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.yaml diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.installer.yaml new file mode 100644 index 000000000000..b4624e6c65ca --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e2478b25-5000-506b-83a1-adcfb4783217 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.8.0/Beekeeper-Studio-Setup-5.8.0.exe + InstallerSha256: 4DDC9F04CF1872B80D8EBFC2B9A3FB97FDBD29208E71B7DB35C29AE9C1600562 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.8.0/Beekeeper-Studio-Setup-5.8.0.exe + InstallerSha256: 4DDC9F04CF1872B80D8EBFC2B9A3FB97FDBD29208E71B7DB35C29AE9C1600562 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml new file mode 100644 index 000000000000..9b0bd161058d --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml @@ -0,0 +1,107 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.0 +PackageLocale: en-US +Publisher: Beekeeper Studio Team +PublisherUrl: https://www.beekeeperstudio.io/ +PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +Author: Matthew Rathbone and Gregory Garden +PackageName: Beekeeper Studio +PackageUrl: https://www.beekeeperstudio.io/ +License: GPL-3.0 +LicenseUrl: https://github.com/beekeeper-studio/beekeeper-studio/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026 Matthew Rathbone and Gregory Garden +ShortDescription: A modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Oh, it's also open source :-). +Description: Beekeeper Studio is a database manager and SQL GUI. It is a desktop app that is easy to use. It's a visual alternative to command line tools like psql or mysql, while also providing a bunch of useful extra features. +Tags: +- database +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +ReleaseNotes: |- + What's Changed + - Fix SQL injection vulnerabilities in buildDatabaseFilter by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4118 + - test: Add earthdistance operator formatting tests by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4135 + - docs: update greengage docs by @v-astakhov in https://github.com/beekeeper-studio/beekeeper-studio/pull/4130 + - Update supported databases in README files by @github-actions[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4164 + - Rc 57 by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4134 + - rc-57 by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4185 + - chore(deps): bump @xmldom/xmldom from 0.8.12 to 0.8.13 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4156 + - chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4097 + - add [DEV] Make Fake Remote Change context menu item to query editor by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4176 + - fix context menu showing on non-text inputs by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4191 + - Disable write action shortcuts in readonly mode by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4198 + - fix(autocomplete): suggest columns for quoted tables and joins by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4203 + - chore: add BaseModal wrapper component by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4131 + - Support SSH config file resolution for host aliases by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4195 + - Use saved connection details in recent connections list by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4190 + - Fix page navigation when focusing editable elements by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4210 + - fix(table): show loading spinner instead of 'No Data' while fetching by @NianJiuZst in https://github.com/beekeeper-studio/beekeeper-studio/pull/4180 + - Add driver dependency auto-download framework by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4018 + - fix bastion host background and padding by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4201 + - remove ssh tests that no longer make sense by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4224 + - Refresh yarn.lock to clear high-severity transitive vulns by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4227 + - Bump deps to clear undici, flatted, and other parent-locked alerts by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4228 + - Cache playwright browsers in e2e workflows by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4230 + - fix(cassandra): convert UUIDs in set and map collections to strings by @andreasarf in https://github.com/beekeeper-studio/beekeeper-studio/pull/4220 + - Trim e2e PR trigger, add concurrency, bump old checkout actions by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4233 + - fix: two silent bugs in SQL change builders (Cassandra rename + DuckDB column type quoting) by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4239 + - fix models that don't scroll when there are too many items by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4242 + - chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4237 + - Fix trial license support date expiration condition by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4252 + - chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4245 + - chore(deps): bump protobufjs from 7.5.5 to 7.5.8 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4249 + - Add AI Shell upsell card with animated preview by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4255 + - link to the proper docs page and add some tips for az by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4253 + - fix: always allow selecting local workspace on connection screen by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4267 + - Fix export progress showing NaN and >100% percentages by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4254 + - upgrade modal style redo by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4270 + - Use the new upgrade panel everywhere by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4271 + - Query Edit History by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4217 + - Add Amazon DynamoDB driver by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4120 + - fix: update greengage docs icon by @v-astakhov in https://github.com/beekeeper-studio/beekeeper-studio/pull/4284 + - Fix: named query params clobbered when the same parameter appears multiple times by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4264 + - Backup tests by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4280 + - fix(mongo): add aws4 dep to fix MONGODB-AWS auth by @jim-fn in https://github.com/beekeeper-studio/beekeeper-studio/pull/4263 + - Fix yarn lint to actually lint by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4229 + - Update Identifier by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4295 + - Feature: Show empty connection folders even when no connections exist by @vaibhavvikas in https://github.com/beekeeper-studio/beekeeper-studio/pull/4257 + - test(db): expand common driver coverage (Part A audit) by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4204 + - Add security exploit tests for shell execution vulnerabilities by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4213 + - Fix ESLint rules and code quality issues by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4293 + - chore(deps): bump uuid from 10.0.0 to 11.1.1 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4290 + - chore(deps): bump ws from 8.19.0 to 8.20.1 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4281 + - chore(deps): bump js-cookie from 3.0.5 to 3.0.7 by @dependabot[bot] in https://github.com/beekeeper-studio/beekeeper-studio/pull/4291 + - Improve idle detection by combining system and app input tracking by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4174 + - Fix: make the schema builder header sticky by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4302 + - Fix query stream bug by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4283 + - Add log redaction for sensitive credentials by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4310 + - Integration test for ident update by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4306 + - fix(ux): only use "cursor: pointer" css if the FilePicker is not editable by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4324 + - upgrade bundled ai shell v3.1.0 by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4325 + - Quiet logs in production, route renderer messages to renderer.log by @rathboma in https://github.com/beekeeper-studio/beekeeper-studio/pull/4316 + - Allow plugins to use the same style for menus by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4326 + - Fix bastion host background for system dark theme by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4320 + - Refactor cloud query audit API client by @azmy60 in https://github.com/beekeeper-studio/beekeeper-studio/pull/4317 + - fix: preserve saved query folder and position on save from query tab by @not-night-but in https://github.com/beekeeper-studio/beekeeper-studio/pull/4336 + New Contributors + - @NianJiuZst made their first contribution in https://github.com/beekeeper-studio/beekeeper-studio/pull/4180 + - @andreasarf made their first contribution in https://github.com/beekeeper-studio/beekeeper-studio/pull/4220 + - @jim-fn made their first contribution in https://github.com/beekeeper-studio/beekeeper-studio/pull/4263 + - @vaibhavvikas made their first contribution in https://github.com/beekeeper-studio/beekeeper-studio/pull/4257 + Full Changelog: https://github.com/beekeeper-studio/beekeeper-studio/compare/v5.7.3...v5.8.0 +ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.8.0 +PurchaseUrl: https://www.beekeeperstudio.io/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml new file mode 100644 index 000000000000..f34fc9a6dc54 --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.0 +PackageLocale: zh-CN +ShortDescription: 一款现代、易于使用且界面美观的 SQL 客户端,支持 MySQL、Postgres、SQLite、SQL Server 等多种数据库。哦,它还是开源的 :-)。 +Description: Beekeeper Studio 是一款数据库管理工具和 SQL 图形界面工具。它是一个易于使用的桌面应用程序,可作为 psql 或 mysql 等命令行工具的可视化替代方案,同时还提供了一系列实用的额外功能。 +Tags: +- db2 +- mssql +- mysql +- postgres +- postgresql +- sql +- sql-server +- sqlite +- 数据库 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.beekeeperstudio.io/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.yaml new file mode 100644 index 000000000000..033cc6a6b7d6 --- /dev/null +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.8.0/beekeeper-studio.beekeeper-studio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: beekeeper-studio.beekeeper-studio +PackageVersion: 5.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5031967c6e49fcf4a076ae3d3bfb17378df32ea2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:19:25 +0800 Subject: [PATCH 069/248] New version: Discord.Discord.arm64 version 1.0.32 (#382200) --- .../Discord.Discord.arm64.installer.yaml | 23 +++++++++++++ .../Discord.Discord.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.arm64.locale.pt-BR.yaml | 19 +++++++++++ .../Discord.Discord.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../arm64/1.0.32/Discord.Discord.arm64.yaml | 8 +++++ 5 files changed, 102 insertions(+) create mode 100644 manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.pt-BR.yaml create mode 100644 manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.yaml diff --git a/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.installer.yaml b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.installer.yaml new file mode 100644 index 000000000000..18b0590d8855 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.32 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: Discord +RequireExplicitUpgrade: true +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Discord' +Installers: +- Architecture: arm64 + InstallerUrl: https://stable.dl2.discordapp.net/distro/app/stable/win/arm64/1.0.32/DiscordSetup.exe + InstallerSha256: 59726CA0612627FD87E4AA404C0E6E1A13A21A20C288294256D98F3A22FB09FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..adfa3a87b891 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.32 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.pt-BR.yaml b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.pt-BR.yaml new file mode 100644 index 000000000000..3bc1edc39699 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.pt-BR.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.32 +PackageLocale: pt-BR +License: Privativo +ShortDescription: Seu Lugar para Papear e Ficar De Boa +Description: |- + O Discord é a forma mais fácil de falar por voz, vídeo e texto. + Fale, converse, saia e mantenha-se próximo dos seus amigos e comunidades. +Tags: +- conversa +- conversação-por-voz +- conversar +- jogos +- voz +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..7d4ce9562075 --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.32 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.yaml b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.yaml new file mode 100644 index 000000000000..84a870a1080e --- /dev/null +++ b/manifests/d/Discord/Discord/arm64/1.0.32/Discord.Discord.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.arm64 +PackageVersion: 1.0.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 637fe112e4d1d23d9c6298cd46c3a18a127c285b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:19:42 +0800 Subject: [PATCH 070/248] New version: DuckDuckGo.DesktopBrowser.Preview version 0.160.4.0 (#382201) --- ...ckGo.DesktopBrowser.Preview.installer.yaml | 36 +++++++++++++++++++ ...o.DesktopBrowser.Preview.locale.en-US.yaml | 24 +++++++++++++ ...o.DesktopBrowser.Preview.locale.zh-CN.yaml | 14 ++++++++ .../DuckDuckGo.DesktopBrowser.Preview.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.yaml diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml new file mode 100644 index 000000000000..9aa07526247e --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.4.0 +Platform: +- Windows.Desktop +- Windows.Universal +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +Protocols: +- http +- https +FileExtensions: +- htm +- html +- pdf +PackageFamilyName: DuckDuckGo.DesktopBrowserPreview_ya2fgkz3nks94 +Capabilities: +- internetClient +- runFullTrust +Installers: +- Architecture: x86 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.4.0/DuckDuckGo%20Preview_0.160.4.0.msixbundle + InstallerSha256: 60201141854A6F5279BB0068FB3D5B60AD7E36ECA50892A685B21F2996EAAD73 + SignatureSha256: 2978C353AAC02BE7BE468D462668BFBF7D5A9150A10B8E2B537AA6786EA9BF43 +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.4.0/DuckDuckGo%20Preview_0.160.4.0.msixbundle + InstallerSha256: 60201141854A6F5279BB0068FB3D5B60AD7E36ECA50892A685B21F2996EAAD73 + SignatureSha256: 2978C353AAC02BE7BE468D462668BFBF7D5A9150A10B8E2B537AA6786EA9BF43 +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.160.4.0/DuckDuckGo%20Preview_0.160.4.0.msixbundle + InstallerSha256: 60201141854A6F5279BB0068FB3D5B60AD7E36ECA50892A685B21F2996EAAD73 + SignatureSha256: 2978C353AAC02BE7BE468D462668BFBF7D5A9150A10B8E2B537AA6786EA9BF43 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..687be794257d --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.4.0 +PackageLocale: en-US +Publisher: DuckDuckGo +PublisherUrl: https://duckduckgo.com/ +PrivacyUrl: https://duckduckgo.com/privacy +Author: Duck Duck Go, Inc. +PackageName: DuckDuckGo Preview +PackageUrl: https://duckduckgo.com/windows-preview +License: Freeware +LicenseUrl: https://duckduckgo.com/terms +Copyright: © 2026 DuckDuckGo +CopyrightUrl: https://duckduckgo.com/terms +ShortDescription: Help Test and Improve New Features with DuckDuckGo Preview for Windows +Tags: +- browser +- chromium +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml new file mode 100644 index 000000000000..2c963ee2b8c5 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.4.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 帮助测试和改进 DuckDuckGo Preview for Windows 的新功能 +Tags: +- chromium +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.yaml new file mode 100644 index 000000000000..5fedc6d6af5c --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.160.4.0/DuckDuckGo.DesktopBrowser.Preview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DuckDuckGo.DesktopBrowser.Preview +PackageVersion: 0.160.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 511cfebd3febf17d550f84ac3867f25869e9a974 Mon Sep 17 00:00:00 2001 From: "Paul E. Jones" Date: Tue, 2 Jun 2026 19:20:00 -0400 Subject: [PATCH 071/248] New package: Terrapane.AESCrypt version 4.6.0 (#382206) --- .../4.6.0/Terrapane.AESCrypt.installer.yaml | 16 ++++++++++++ .../Terrapane.AESCrypt.locale.en-US.yaml | 26 +++++++++++++++++++ .../AESCrypt/4.6.0/Terrapane.AESCrypt.yaml | 7 +++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.installer.yaml create mode 100644 manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.locale.en-US.yaml create mode 100644 manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.yaml diff --git a/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.installer.yaml b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.installer.yaml new file mode 100644 index 000000000000..7b567a2fcde0 --- /dev/null +++ b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Terrapane.AESCrypt +PackageVersion: 4.6.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: aescrypt_gui-4.6.0.msi +ProductCode: '{05A048EE-C883-46D2-907E-4485D51593B2}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.aescrypt.com/download/v4/windows/aescrypt_gui-4.6.0-Windows-x86_64.zip + InstallerSha256: 30b4ea07a739001166d8d6b9b884754219f434d1ee87a7729e0df3bdcd850eef +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.locale.en-US.yaml b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.locale.en-US.yaml new file mode 100644 index 000000000000..6458062ffcdc --- /dev/null +++ b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Terrapane.AESCrypt +PackageVersion: 4.6.0 +PackageLocale: en-US +Publisher: Terrapane Group, Inc. +PublisherUrl: https://www.terrapane.com/ +PublisherSupportUrl: https://www.terrapane.com/contact/ +PrivacyUrl: https://www.terrapane.com/corp/privacy.html +PackageName: AES Crypt +PackageUrl: https://www.aescrypt.com/ +License: Proprietary (Trial) +LicenseUrl: https://www.aescrypt.com/license.html +Copyright: Copyright (C) 2026 Terrapane Corporation +ShortDescription: AES Crypt for Windows (30-day trial) +Description: AES Crypt for Windows is powerful file encryption software that integrates seamlessly with the Windows desktop and includes the AES Crypt command-line program as part of an integrated package +Moniker: aescrypt +Tags: + - trial + - utility + - security + - encryption + - file-encryption + - aes +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.yaml b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.yaml new file mode 100644 index 000000000000..d89996c5b97e --- /dev/null +++ b/manifests/t/Terrapane/AESCrypt/4.6.0/Terrapane.AESCrypt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Terrapane.AESCrypt +PackageVersion: 4.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ea25ec59ac93eb1c2cb1f2586f6518bb4225fdff Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:20:18 +0800 Subject: [PATCH 072/248] New version: yetone.OpenAITranslator version 0.6.18 (#382215) --- .../yetone.OpenAITranslator.installer.yaml | 16 ++++++++++++ .../yetone.OpenAITranslator.locale.en-US.yaml | 26 +++++++++++++++++++ .../yetone.OpenAITranslator.locale.zh-CN.yaml | 13 ++++++++++ .../0.6.18/yetone.OpenAITranslator.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.installer.yaml create mode 100644 manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.en-US.yaml create mode 100644 manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.zh-CN.yaml create mode 100644 manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.yaml diff --git a/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.installer.yaml b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.installer.yaml new file mode 100644 index 000000000000..73c760a31ff4 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.18 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: OpenAI Translator +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextai-translator/nextai-translator/releases/download/v0.6.18/NextAI.Translator_0.6.18_x64-setup.exe + InstallerSha256: B6AE2F0DE77ECD758789BBF1513C0996F9A1526979409C71A1FE18FB0EC98181 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.en-US.yaml b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.en-US.yaml new file mode 100644 index 000000000000..364538db1a25 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.18 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://github.com/nextai-translator +PublisherSupportUrl: https://github.com/nextai-translator/nextai-translator/issues +PackageName: OpenAI Translator +PackageUrl: https://github.com/nextai-translator/nextai-translator +License: AGPL-3.0 +LicenseUrl: https://github.com/nextai-translator/nextai-translator/blob/HEAD/LICENSE +ShortDescription: Cross-platform desktop application for translation based on ChatGPT API. +Tags: +- chatgpt +- openai +- translate +- translation +- translator +ReleaseNotes: |- + v0.6.18 + - Fix Ollama / LM Studio not being able to disable thinking (e.g. Qwen3) after 0.6.17. The 0.6.17 fix gated reasoning_effort: none to OpenAI GPT-5.1+ only, which regressed local OpenAI-compatible servers; the Ollama engine now keeps sending it to turn thinking off, while strict providers (DeepSeek, etc.) remain unaffected (#1881). +ReleaseNotesUrl: https://github.com/nextai-translator/nextai-translator/releases/tag/v0.6.18 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.zh-CN.yaml b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.zh-CN.yaml new file mode 100644 index 000000000000..205574eb2451 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.18 +PackageLocale: zh-CN +ShortDescription: 基于 ChatGPT API 的划词翻译跨平台桌面端应用 +Tags: +- chatgpt +- openai +- 翻译 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.yaml b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.yaml new file mode 100644 index 000000000000..e5f91b59a818 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.18/yetone.OpenAITranslator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2deadad8dcf9ae8bb160b430eb3292f1f2d79337 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:20:34 +0800 Subject: [PATCH 073/248] New version: can1357.oh-my-pi version 15.7.6 (#382241) --- .../15.7.6/can1357.oh-my-pi.installer.yaml | 18 +++++ .../15.7.6/can1357.oh-my-pi.locale.en-US.yaml | 68 +++++++++++++++++++ .../15.7.6/can1357.oh-my-pi.locale.zh-CN.yaml | 24 +++++++ .../oh-my-pi/15.7.6/can1357.oh-my-pi.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.installer.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.en-US.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.zh-CN.yaml create mode 100644 manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.yaml diff --git a/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.installer.yaml new file mode 100644 index 000000000000..39bb6dc43d44 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.7.6 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v15.7.6/omp-windows-x64.exe + InstallerSha256: D4D3F55277637300B6B31161D29A4E1C8EF8C7D4F72257BA9D48CB6F918D5296 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 000000000000..050903d99ba3 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.7.6 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-coding-agent + Added + - Added ask option descriptions so agents can keep short labels and render explanatory text as separate muted rows in the selector. + - Added an extension API for rendering supplemental UI below visible assistant thinking blocks. + - Added default-on lsp.diagnosticsDeduplicate support so post-edit LSP diagnostics already shown for a file are suppressed within the session and only new or changed diagnostics are surfaced. + Fixed + - Fixed a single ESC press both dismissing the @/slash autocomplete popup and aborting the running agent operation. ESC now drains the popup first; only when no popup is visible does it route to the global interrupt handler (matching the standard TUI/IDE pattern). The shouldBypassAutocompleteOnEscape editor hook is removed — it had become the trigger for this bug (#1655). + - Fixed Claude Code slash command discovery to load subdirectory commands recursively while preserving basename commands (e.g. /apply) and adding namespace aliases (e.g. /opsx:apply) for tools that install colon-namespaced workflows (#1523). + - Fixed the eval tool's per-cell timeout killing cells that were not stalled. The timeout is now a plain wall-clock budget on the cell's own work that is paused only while a host-side agent()/parallel()/llm() bridge call is in flight — those calls pump a heartbeat that re-arms the watchdog, so a long fanout or a slow (e.g. reasoning-tier) completion runs to completion instead of being aborted mid-flight (a subagent's time-to-first-token, a long quiet nested tool, or an entire oneshot llm() request no longer trip it). Nothing else re-arms the budget: ordinary compute, print/stdout, log()/phase(), and non-agent tool calls all count against it, so a cell that is not delegating to an agent/llm is bounded by the regular wall-clock timeout (and the timeout message no longer says "of inactivity"). The heartbeat is a pure keepalive — never persisted or rendered. + @oh-my-pi/pi-tui + Fixed + - Fixed native Windows + Windows Terminal freezing the editor on the wrap keystroke, on /plan//resume/model-switch/status-line toggles, and on any other offscreen structural mutation until the next prompt submit. The 15.7.5 #1635 fix routed every viewport-saturating pure-append and structural mutation through deferredMutation (a literal no-op) whenever isNativeViewportAtBottom() returned undefined — which it always does under WT_SESSION because the kernel32 probe can't see WT host scrollback. The deferral was only ever meant for the confirmed-scrolled case; an unknown viewport now falls back to a non-destructive viewportRepaint instead, so the live UI keeps updating without emitting \x1b[3J and without yanking a possibly-scrolled reader. Confirmed-scrolled frames (probe returns false) still defer. + Fixed + - Removed the hard-coded 20-result cap on @-prefixed fuzzy file completion in CombinedAutocompleteProvider.#getFuzzyFileSuggestions. The dropdown now honors the existing maxResults: 100 ceiling already configured for fuzzyFind, so projects with many files sharing a common stem (e.g. @controller, @test) surface all relevant matches instead of being silently truncated. (#1652) + What's Changed + - fix(ai/anthropic): request current Claude Code OAuth scopes by @ephraimduncan in https://github.com/can1357/oh-my-pi/pull/1631 + - Improve ask option rendering by @rimless-casualty in https://github.com/can1357/oh-my-pi/pull/1629 + - feat(coding-agent): add assistant thinking renderers by @shoucandanghehe in https://github.com/can1357/oh-my-pi/pull/1577 + - fix(agent): compact before oversized prompts by @roboomp in https://github.com/can1357/oh-my-pi/pull/1619 + - feat(theme): make spinner frames overridable per custom theme by @roboomp in https://github.com/can1357/oh-my-pi/pull/1555 + - fix(coding-agent): raised auto-discovered model maxTokens cap to 32K by @roboomp in https://github.com/can1357/oh-my-pi/pull/1529 + - fix(coding-agent): resolve Claude subdirectory slash commands by @roboomp in https://github.com/can1357/oh-my-pi/pull/1524 + - fix(coding-agent/acp): MCP tools registered but never activated for ACP sessions by @ForeverYoungPp in https://github.com/can1357/oh-my-pi/pull/1598 + - fix(tui): repaint visible window when native viewport probe is unknown by @daaximus in https://github.com/can1357/oh-my-pi/pull/1656 + - fix(tui): removed 20-result hard cap on @-file fuzzy completion by @roboomp in https://github.com/can1357/oh-my-pi/pull/1653 + - fix(coding-agent): stop ESC from aborting agent run while @ autocomplete is open by @roboomp in https://github.com/can1357/oh-my-pi/pull/1657 + New Contributors + - @rimless-casualty made their first contribution in https://github.com/can1357/oh-my-pi/pull/1629 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v15.7.5...v15.7.6 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v15.7.6 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..6f81713161b4 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.7.6 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.yaml new file mode 100644 index 000000000000..1fb2cc3dca4a --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/15.7.6/can1357.oh-my-pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 15.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7d239597eff3c846eccc84645a115cf6db4e051a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:20:49 +0800 Subject: [PATCH 074/248] New version: MartinBresson.Executor version 2.3.6 (#382246) --- .../MartinBresson.Executor.installer.yaml | 19 ++++++ .../MartinBresson.Executor.locale.en-US.yaml | 59 +++++++++++++++++++ .../MartinBresson.Executor.locale.zh-CN.yaml | 32 ++++++++++ .../2.3.6/MartinBresson.Executor.yaml | 8 +++ 4 files changed, 118 insertions(+) create mode 100644 manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.installer.yaml create mode 100644 manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.en-US.yaml create mode 100644 manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.zh-CN.yaml create mode 100644 manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.yaml diff --git a/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.installer.yaml b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.installer.yaml new file mode 100644 index 000000000000..6d1ccfd5709e --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.3.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: Executor_is1 +ReleaseDate: 2026-06-01 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Executor' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/executordk/executor-community/releases/download/v2.3.6/ExecutorSetup_v2.3.6.exe + InstallerSha256: 02F5F80BB7D40FE41F2860A1B4D8ABEBD477DB7A1FE05E0FB72079436BC0F3E6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.en-US.yaml b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.en-US.yaml new file mode 100644 index 000000000000..de4b2e939df0 --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.3.6 +PackageLocale: en-US +Publisher: Martin Bresson +PublisherUrl: https://catswithfunnyhats.com/ +PublisherSupportUrl: https://github.com/executordk/executor-community/issues +Author: Martin Bresson +PackageName: Executor +PackageUrl: https://executor.dk/ +License: Freeware +Copyright: Copyright © 2007-2026 Martin Bresson. +ShortDescription: Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things. +Description: |- + Executor the desktop workflow application for Windows. Speed up your daily workflow, opening things and doing things. + + Key Features: + - Launch applications, files, folders, websites, web services (with parameters) and prompts in milliseconds. + - Trigger multiple actions with one text command and/or hotkey. + - Let's be an expert in opening up the world instead of trying to put the whole world inside of Executor (as some alternatives try to do). + - Take the clipboard to a new level, swiftly trigger system commands, do fast calculations, manage running applications and more. + - Tailor keywords, appearance, hotkeys, and behavior to perfectly match your daily workflow. + - Customize the look and feel with various skins and theming options to match your desktop setup. +Tags: +- ai +- desktop +- launcher +- workflow +ReleaseNotes: |- + What's new + - Input Assist updated so you can press Ctrl+Space on a filesystem path or a URL and get a list of keywords to execute that filesystem or URL input as a parameter to the selected keyword. An example: You have four browsers and/or browser profiles as keywords that takes a URL parameter $P$ with the tag url, you type google.com and press Ctrl+Space which will show the four browsers and/or browser profiles in a selectable list and will launch instantly when selected. + - This works by giving a keyword that handles URL's as a parameter the tag url, or a keyword that handles filesystem paths as a parameter the tag filesystem. + - The "add to history" setting of the keyword will be respected when executing it from Ctrl+Space. + - The listed Input Assist keywords will be sorted by history (if available). + - You can still keep pressing Ctrl+Space to see other Input Assist options. + - Added a new setting for Input Assist to always list tag keywords by keyword editor order instead of using order in history (if any). See the setting inputassistsorting by clicking here. + Improvements + - Improved auto calculation detection, could collide with certain url styles. + Other notes + - Added some new keywords to the imports file extras.exc. Type imports to find these. + - dark - Toggle Windows dark/light mode + - uptime - Show system uptime + - diskspace - Show disk usage for all drives + - env - Open environment variables editor + - wt - Open Windows Terminal with CMD at a folder path + - wtps - Open Windows Terminal with PowerShell at a folder path + - wtu - Open Windows Terminal with Ubuntu at a folder path +ReleaseNotesUrl: https://executor.dk/updates#v2306 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://executor.dk/docs +- DocumentLabel: Tips & tricks + DocumentUrl: https://executor.dk/tips +- DocumentLabel: Community + DocumentUrl: https://github.com/executordk/executor-community/discussions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.zh-CN.yaml b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.locale.zh-CN.yaml new file mode 100644 index 000000000000..906b99ad2cdf --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.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.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.3.6 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: Executor 是一款面向 Windows 的桌面工作流应用程序。加速您的日常操作,快速打开和执行各项任务。 +Description: |- + Executor 是一款面向 Windows 的桌面工作流应用程序。加速您的日常操作,快速打开和执行各项任务。 + + 主要功能: + - 在毫秒级内启动应用程序、文件、文件夹、网站、网络服务(支持参数)和快捷指令。 + - 通过单一文本命令和/或热键触发多项操作。 + - 致力于让您成为高效开启世界工具的大师,而非像某些替代方案那样试图将整个塞入 Executor。 + - 将剪贴板功能提升至新高度:快速执行系统命令、进行即时计算、管理正在运行的应用等。 + - 自定义关键词、外观、热键及行为模式,完美契合您的日常工作流。 + - 提供多种皮肤与主题选项,灵活定制界面风格,以匹配您的桌面环境。 +Tags: +- 人工智能 +- 启动器 +- 工作流 +- 桌面 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://executor.dk/docs +- DocumentLabel: 技巧与窍门 + DocumentUrl: https://executor.dk/tips +- DocumentLabel: 社区 + DocumentUrl: https://github.com/executordk/executor-community/discussions +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.yaml b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.yaml new file mode 100644 index 000000000000..77141bf8476d --- /dev/null +++ b/manifests/m/MartinBresson/Executor/2.3.6/MartinBresson.Executor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MartinBresson.Executor +PackageVersion: 2.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1a604c1b2bbb2b766a1a32c95910bc5f150b5bf5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:21:06 +0800 Subject: [PATCH 075/248] New version: Poly.PolyStudio version 5.1.0.1111 (#382283) --- .../5.1.0.1111/Poly.PolyStudio.installer.yaml | 23 +++++++++++++ .../Poly.PolyStudio.locale.en-US.yaml | 33 +++++++++++++++++++ .../Poly.PolyStudio.locale.zh-CN.yaml | 22 +++++++++++++ .../5.1.0.1111/Poly.PolyStudio.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.installer.yaml create mode 100644 manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.en-US.yaml create mode 100644 manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.zh-CN.yaml create mode 100644 manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.yaml diff --git a/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.installer.yaml b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.installer.yaml new file mode 100644 index 000000000000..ccdbe4c65576 --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Poly.PolyStudio +PackageVersion: 5.1.0.1111 +InstallerType: msi +Scope: machine +Protocols: +- polystudio +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{1D22B4D5-864B-4E17-9F2B-F52D14E09B7D}' +Installers: +- Architecture: x64 + InstallerUrl: https://swupdate.lens.poly.com/lens-desktop-windows/5.1.0.1111/5.1.0.1111/PolyStudio-5.1.0.1111-x64.msi + InstallerSha256: 1F2B9006564E8BE20E343C1D785CB0E83675E7BA05BFCFDE68B6D1636D6A1000 + ProductCode: '{50E3D49D-AAA9-45B6-B16E-ED99645C8B71}' +- Architecture: arm64 + InstallerUrl: https://swupdate.lens.poly.com/lens-desktop-windows-arm/5.1.0.1111/5.1.0.1111/PolyStudio-5.1.0.1111-ARM64.msi + InstallerSha256: B8007CAD8BAC6862D19A48E6CA3556479C1B471B343ED4681AC3B1BD2F928C7D + ProductCode: '{A0B2B2DE-05CA-4D8E-A867-5261001343EA}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.en-US.yaml b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.en-US.yaml new file mode 100644 index 000000000000..852c05f28b7e --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Poly.PolyStudio +PackageVersion: 5.1.0.1111 +PackageLocale: en-US +Publisher: HP Inc. +PublisherUrl: https://www.hp.com/us-en/poly.html +PublisherSupportUrl: https://info.lens.poly.com/contact +PrivacyUrl: https://www.hp.com/us-en/privacy/privacy.html +Author: Plantronics, Inc. +PackageName: Poly Studio +PackageUrl: https://www.hp.com/us-en/poly/software-and-services/software/poly-lens/app.html +License: Proprietary +LicenseUrl: https://support.hp.com/document/ish_4416646-4390016-16 +Copyright: © 2026 Plantronics, Inc. All rights reserved. +CopyrightUrl: https://info.lens.poly.com/docs/copyright-and-trademark +ShortDescription: Manage Your Devices and Improve Communication with Ease +Description: |- + Seamless setup with automatic device discovery and pre-configured IT settings + Configure, monitor, and update rooms with device health monitoring, alerts, and analytics + Get a consistent and optimized experience that supports how and where they work. +Tags: +- plantronics +- poly +ReleaseNotesUrl: https://info.lens.poly.com/lens-dt-rn +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://info.lens.poly.com/docs/begin/before-you-begin +- DocumentLabel: API Documentation + DocumentUrl: https://api.lens.poly.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.zh-CN.yaml b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..56959b8caef5 --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Poly.PolyStudio +PackageVersion: 5.1.0.1111 +PackageLocale: zh-CN +PublisherUrl: https://www.hp.com/cn-zh/poly.html +PrivacyUrl: https://www.hp.com/cn-zh/privacy/privacy.html +PackageUrl: https://www.hp.com/cn-zh/poly/software-and-services/software/poly-lens/app.html +License: 专有软件 +ShortDescription: 轻松管理您的设备并改善沟通 +Description: |- + 通过自动设备发现和预配置的IT设置实现无缝安装 + 通过设备健康监控、警报和分析功能配置、监控和更新会议室 + 获得一致且优化的体验,支持员工以他们所需的方式和地点开展工作 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://info.lens.poly.com/docs/begin/before-you-begin +- DocumentLabel: API 文档 + DocumentUrl: https://api.lens.poly.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.yaml b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.yaml new file mode 100644 index 000000000000..1ca415f7ca50 --- /dev/null +++ b/manifests/p/Poly/PolyStudio/5.1.0.1111/Poly.PolyStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Poly.PolyStudio +PackageVersion: 5.1.0.1111 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cae816fb2f045709ed4bdaf4d4fe24440fdb069b Mon Sep 17 00:00:00 2001 From: Dongda Li <18310682633@163.com> Date: Tue, 2 Jun 2026 19:21:23 -0400 Subject: [PATCH 076/248] New version: Mindwtr 0.9.7 (#382284) Co-authored-by: GitHub Actions --- .../0.9.7/dongdongbh.Mindwtr.installer.yaml | 28 ++++++++++++++++++ .../dongdongbh.Mindwtr.locale.en-US.yaml | 29 +++++++++++++++++++ .../dongdongbh.Mindwtr.locale.zh-CN.yaml | 29 +++++++++++++++++++ .../Mindwtr/0.9.7/dongdongbh.Mindwtr.yaml | 6 ++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.installer.yaml create mode 100644 manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.en-US.yaml create mode 100644 manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.zh-CN.yaml create mode 100644 manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.yaml diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.installer.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.installer.yaml new file mode 100644 index 000000000000..8aea9b533fd1 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.7 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S /CURRENTUSER + SilentWithProgress: /S /CURRENTUSER +UpgradeBehavior: install +Commands: + - mindwtr +ProductCode: Mindwtr +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: + - ProductCode: Mindwtr +InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Programs\Mindwtr' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dongdongbh/Mindwtr/releases/download/v0.9.7/mindwtr_0.9.7_x64-setup.exe + InstallerSha256: cb6c4b36a2ac729235c855df772558c181a685057ee55fe552d4e5d5cf7add36 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.en-US.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.en-US.yaml new file mode 100644 index 000000000000..a825bc7fbc3f --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.7 +PackageLocale: en-US +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: A complete Getting Things Done (GTD) productivity system. +Description: A complete Getting Things Done (GTD) productivity system. +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.zh-CN.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.zh-CN.yaml new file mode 100644 index 000000000000..d69f0197c246 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.7 +PackageLocale: zh-CN +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: 完整的 GTD(搞定)任务管理系统。 +Description: 完整的 GTD(搞定)任务管理系统。 +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.7 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.yaml new file mode 100644 index 000000000000..13af9b43bf98 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.7/dongdongbh.Mindwtr.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From e3368f22d9fdf24a90e066954ecce804c72bb18f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:21:38 +0800 Subject: [PATCH 077/248] New version: Everbridge.Everbridge360 version 26.5.0.16827 (#382295) --- .../Everbridge.Everbridge360.installer.yaml | 10 +++++----- .../Everbridge.Everbridge360.locale.en-US.yaml | 2 +- .../Everbridge.Everbridge360.locale.zh-CN.yaml | 2 +- .../Everbridge.Everbridge360.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename manifests/e/Everbridge/Everbridge360/{26.4.0.16496 => 26.5.0.16827}/Everbridge.Everbridge360.installer.yaml (69%) rename manifests/e/Everbridge/Everbridge360/{26.4.0.16496 => 26.5.0.16827}/Everbridge.Everbridge360.locale.en-US.yaml (97%) rename manifests/e/Everbridge/Everbridge360/{26.4.0.16496 => 26.5.0.16827}/Everbridge.Everbridge360.locale.zh-CN.yaml (95%) rename manifests/e/Everbridge/Everbridge360/{26.4.0.16496 => 26.5.0.16827}/Everbridge.Everbridge360.yaml (89%) diff --git a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.installer.yaml b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.installer.yaml similarity index 69% rename from manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.installer.yaml rename to manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.installer.yaml index 817870851900..12c856a5e22a 100644 --- a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.installer.yaml +++ b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Everbridge.Everbridge360 -PackageVersion: 26.4.0.16496 +PackageVersion: 26.5.0.16827 Protocols: - ebenterprise - ebmobile @@ -11,8 +11,8 @@ Installers: InstallerType: wix Scope: machine InstallerUrl: https://download.everbridge.net/files/windows/Everbridge360.msi - InstallerSha256: 497DECA5329E02F5ED89B388F63B05DD0F305E85A4282ABF9DE89079E9B17857 - ProductCode: '{05F8DF68-758C-4A78-9E13-631B9B63BD28}' + InstallerSha256: 5925FB50AEB2B3530EBA334D08612C013A91B4163EFC4E8661B98EA3153F3914 + ProductCode: '{6E3230C3-EFFA-422B-8311-8DF7E87AB441}' AppsAndFeaturesEntries: - UpgradeCode: '{E28F2BD2-3F0F-4B9E-ABB1-EE5C4351378A}' - Platform: @@ -21,8 +21,8 @@ Installers: Architecture: x64 InstallerType: msix InstallerUrl: https://download.everbridge.net/files/windows/Everbridge360.msix - InstallerSha256: E344089ED67133233F8A8DD961389D652CCE3DCBBB1F485386C6F224750BF2E1 - SignatureSha256: 7A6D28A00F3469C9F1FC10AD6AC94F56C56B298C9992C98C38FB63B2A51483C1 + InstallerSha256: B83531B3539F1F37E72F42B24AA8EA45BC5D71C974F94EEA45A5A459D55BCD29 + SignatureSha256: FBFE03AD3FEE935515FD03FCCCC152727DEC29F94887C5D13E2B1D67190EBC5D PackageFamilyName: EverbridgeInc.Everbridge360_hmrm6xy0gf0ja ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.en-US.yaml b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.en-US.yaml similarity index 97% rename from manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.en-US.yaml rename to manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.en-US.yaml index 0fec46d6e789..5b799f01776a 100644 --- a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.en-US.yaml +++ b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Everbridge.Everbridge360 -PackageVersion: 26.4.0.16496 +PackageVersion: 26.5.0.16827 PackageLocale: en-US Publisher: Everbridge Inc PublisherUrl: https://www.everbridge.com/ diff --git a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.zh-CN.yaml b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.zh-CN.yaml similarity index 95% rename from manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.zh-CN.yaml rename to manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.zh-CN.yaml index 1abed03b6d97..aac7468c5ecc 100644 --- a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.locale.zh-CN.yaml +++ b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Everbridge.Everbridge360 -PackageVersion: 26.4.0.16496 +PackageVersion: 26.5.0.16827 PackageLocale: zh-CN License: 专有软件 ShortDescription: 与您所在的工作场所、学校或其他关联组织保持联系,在紧急事件发生时接收重要信息,或在处理事件响应时进行管理。 diff --git a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.yaml b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.yaml similarity index 89% rename from manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.yaml rename to manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.yaml index ce00406cb4e0..30d2461e25ba 100644 --- a/manifests/e/Everbridge/Everbridge360/26.4.0.16496/Everbridge.Everbridge360.yaml +++ b/manifests/e/Everbridge/Everbridge360/26.5.0.16827/Everbridge.Everbridge360.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Everbridge.Everbridge360 -PackageVersion: 26.4.0.16496 +PackageVersion: 26.5.0.16827 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 9cc936fd42f6278b1c94e1e10bb5cb638596b54e Mon Sep 17 00:00:00 2001 From: The SZ Date: Wed, 3 Jun 2026 01:21:54 +0200 Subject: [PATCH 078/248] the-sz.Westwood version 1.03 (#382536) --- .../1.03/the-sz.Westwood.installer.yaml | 16 +++++++++++++++ .../1.03/the-sz.Westwood.locale.en-US.yaml | 20 +++++++++++++++++++ .../the-sz/Westwood/1.03/the-sz.Westwood.yaml | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.installer.yaml create mode 100644 manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.locale.en-US.yaml create mode 100644 manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.yaml diff --git a/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.installer.yaml b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.installer.yaml new file mode 100644 index 000000000000..66c08e8cf1f1 --- /dev/null +++ b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: the-sz.Westwood +PackageVersion: "1.03" +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: inno + NestedInstallerFiles: + - RelativeFilePath: WestwoodSetup.exe + PortableCommandAlias: WestwoodSetup.exe + InstallerUrl: https://the-sz.com/common/get.php?product=westwood&version=1.03 + InstallerSha256: 6fc1cee805bcc18c11d0c5c5c07e96810d968c00373bdbd4b71e471c0a27f014 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.locale.en-US.yaml b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.locale.en-US.yaml new file mode 100644 index 000000000000..a603045c96d4 --- /dev/null +++ b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: the-sz.Westwood +PackageVersion: "1.03" +PackageLocale: en-US +Publisher: the sz development +PublisherUrl: https://the-sz.com/ +PrivacyUrl: https://the-sz.com/products/privacy.php +Author: the sz development +PackageName: Westwood +PackageUrl: https://the-sz.com/products/westwood/ +License: Proprietary +LicenseUrl: https://the-sz.com/products/license.php +Copyright: Copyright (c) the-sz.com +ShortDescription: Automatically connect USB devices to WSL 2 Linux. +Moniker: westwood +ReleaseNotesUrl: https://the-sz.com/common/history.php?product=westwood +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.yaml b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.yaml new file mode 100644 index 000000000000..071c882b3acf --- /dev/null +++ b/manifests/t/the-sz/Westwood/1.03/the-sz.Westwood.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: the-sz.Westwood +PackageVersion: "1.03" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 07877cd118a7d055cdbcfed8bc950d65dfebfdc6 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:22:10 +0800 Subject: [PATCH 079/248] Move ErlichLiu.Proma 0.10.21 to Proma.Proma 0.10.21 (#382544) --- .../Proma/0.10.21/Proma.Proma.installer.yaml | 31 ++++++++ .../0.10.21/Proma.Proma.locale.en-US.yaml | 29 +++++++ .../0.10.21/Proma.Proma.locale.zh-CN.yaml | 75 +++++++++++++++++++ .../p/Proma/Proma/0.10.21/Proma.Proma.yaml | 8 ++ 4 files changed, 143 insertions(+) create mode 100644 manifests/p/Proma/Proma/0.10.21/Proma.Proma.installer.yaml create mode 100644 manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.en-US.yaml create mode 100644 manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.zh-CN.yaml create mode 100644 manifests/p/Proma/Proma/0.10.21/Proma.Proma.yaml diff --git a/manifests/p/Proma/Proma/0.10.21/Proma.Proma.installer.yaml b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.installer.yaml new file mode 100644 index 000000000000..e7940b9e099f --- /dev/null +++ b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.10.21 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- proma +FileExtensions: +- proma-backup +- proma-share +ProductCode: 7c277a67-1561-5044-94b9-16fb308e8209 +ReleaseDate: 2026-05-31 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.10.21-setup.exe + InstallerSha256: 848EC5F7D6767CC8D749541FF9497165FADF13EB81D4C742198CDC2FD571212C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.10.21-setup.exe + InstallerSha256: 848EC5F7D6767CC8D749541FF9497165FADF13EB81D4C742198CDC2FD571212C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.en-US.yaml b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.en-US.yaml new file mode 100644 index 000000000000..515fd7a983ef --- /dev/null +++ b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.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: Proma.Proma +PackageVersion: 0.10.21 +PackageLocale: en-US +License: Freeware +ShortDescription: A local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. +Description: |- + Proma is a local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. + It's not just a chatbox for casual conversations, but an Agent workspace designed to accumulate personal workflows over time: use Chat for simple questions, assign complex tasks to the Agent, and keep data and configurations as local as possible. + + What you can do now + - Chat mode: Multi-model conversations, attachment parsing, image input, Markdown / Mermaid / KaTeX / code highlighting, side-by-side chats, system prompts, context management. + - Agent mode: General Agent based on @anthropic-ai/claude-agent-sdk, supporting workspace isolation, permission modes, file operations, streaming output for long-running tasks, plan confirmation, and user follow-up. + - SubAgent / Tasks: Complex tasks can be broken down into sub-Agents / Tasks via the Claude Agent SDK tools, with invocation processes and results displayed within the message stream. + - Skills & MCP: Each workspace can independently configure Skills, MCP Server, and workspace files, ideal for accumulating reusable capabilities. + - Remote bots: Supports Feishu / Lark bot bridging, with DingTalk and WeChat bridge entry points already provided, enabling mobile devices or group chats to trigger local Agent workflows. + - Memory and tools: Chat and Agent share memory capabilities, and support web search, built-in Chat tools, Agent recommendations, and other auxiliary features. + - Local-first: Conversations, workspaces, attachments, configurations, Skills, etc., are stored by default in ~/.proma/, organized using JSON / JSONL files, without relying on a local database. + - Desktop experience: Auto-update, proxy settings, file preview, global shortcuts, quick task window, voice input, light / dark / system-following themes. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.zh-CN.yaml b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.zh-CN.yaml new file mode 100644 index 000000000000..bc913a886ef5 --- /dev/null +++ b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.locale.zh-CN.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Proma.Proma +PackageVersion: 0.10.21 +PackageLocale: zh-CN +Publisher: ErlichLiu +PublisherUrl: https://proma.cool/ +PublisherSupportUrl: https://github.com/ErlichLiu/Proma/issues +PackageName: Proma +PackageUrl: https://proma.cool/download +License: 免费软件 +Copyright: Copyright © 2024-2026 Proma +ShortDescription: 把最丝滑的通用 Agent 体验带进你的工作流,为 100x 专业用户而生的未来产品,正在实现 proactive Agent 阶段。基于 Claude Agent SDK 的完整开源实践,原生支持飞书群聊调用、灵活接入任意大模型供应商 —— 让顶级 Agent 能力真正跑在你每天用的地方。 +Description: |- + Proma 是一个本地优先的 AI 桌面应用,把多模型 Chat、通用 Agent、工作区、Skills、MCP、远程机器人和记忆能力放在同一个开源客户端里。 + 它不是只面向闲聊的聊天框,而是一个可以长期沉淀个人工作流的 Agent 工作台:简单问题用 Chat,复杂任务交给 Agent,数据和配置尽量留在本地。 + + 现在能做什么 + - Chat 模式:多模型对话、附件解析、图片输入、Markdown / Mermaid / KaTeX / 代码高亮、并排对话、系统提示词、上下文管理。 + - Agent 模式:基于 @anthropic-ai/claude-agent-sdk 的通用 Agent,支持工作区隔离、权限模式、文件操作、长任务流式输出、计划确认和用户追问。 + - SubAgent / Tasks:复杂任务可以通过 Claude Agent SDK 的 Agent 工具拆分为子 Agent / Task,并在消息流中展示调用过程和结果。 + - Skills & MCP:每个工作区可以独立配置 Skills、MCP Server 和工作区文件,适合沉淀可复用能力。 + - 远程机器人:支持飞书 / Lark 机器人桥接,并已提供钉钉、微信桥接入口,用手机或群聊触发本机 Agent 工作流。 + - 记忆与工具:Chat 和 Agent 可共享记忆能力,并支持联网搜索、内置 Chat 工具、Agent 推荐等辅助能力。 + - 本地优先:会话、工作区、附件、配置、Skills 等默认存储在 ~/.proma/,使用 JSON / JSONL 文件组织,不依赖本地数据库。 + - 桌面体验:自动更新、代理设置、文件预览、全局快捷键、快速任务窗口、语音输入、亮色 / 暗色 / 跟随系统主题。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + Proma v0.10.21 + 对比基准:v0.10.10 + 本次更新带来右侧面板三栏 Tab 布局、多仓库 Worktree 管理、文件改动对比、会话内文件预览,以及大量稳定性修复——包括内存泄露治理、Windows 托盘行为修正和流式渲染抖动消除。 + 新功能 + - 右侧面板三栏 Tab 布局 — 右侧面板从单一文件列表升级为「会话文件 / 工作区文件 / 文件改动」三栏切换,最小宽度从 220px 调整为 300px 适配新布局。每个 Tab 聚焦不同维度的文件管理 + - 多仓库 Worktree 配置 — 工作区支持配置多个 git worktree 仓库(如 proma-dev 和 conductor),WorktreeSelector 从配置读取并按仓库分组展示,不再硬编码单一路径 + - Changes Tab 支持 Worktree 对比 — 文件改动 Tab 新增 WorktreeSelector,选中 worktree 后展示相对 origin/main 的完整 diff(已提交 + 未提交),方便在 PR 前审查全量变更 + - 会话内文件预览 Tab — 文件预览现在在会话 Tab 中打开,不再弹出独立窗口,浏览体验更连贯 + - Agent 思考过程渲染 — Agent 的 标签内容现在可以展开查看,了解 AI 的推理过程 + - 搜索悬浮小地图预览 — 搜索结果列表中悬停会话条目时弹出 minimap 预览,快速判断是否是你要找的对话 + - 关闭 Tab 自动移出工作中 — 主动关闭 Agent Tab(Cmd+W 或点击 X)时,空闲状态的会话自动从「工作中」区域移除,减少侧边栏堆积 + - Opus 4.8 1M 上下文支持 — 新增 Opus 4.8 模型配置,支持 1M token 上下文窗口 + - 飞书长内容文档交付 — 飞书侧 Agent 在交付结构化或长篇内容时,优先创建飞书云文档承载完整内容,消息中仅回复摘要 + 链接,改善长内容阅读体验 + - 飞书两人群免 @ — 飞书两人群中无需 @ 即可触发 Agent 响应 + Bug 修复 + - 流式消息头闪烁修复 — 流式输出时 MessageHeader 因 time 和 logo 每帧生成新引用导致重渲染闪烁,现已 memoize 稳定 props + - 语音输入窗口跨桌面显示 — macOS 上语音听写浮窗之前只出现在创建时的 Space,切换虚拟桌面后看不到。现在设置 setVisibleOnAllWorkspaces(true) 并保存相对位置,多显示器也能正确还原 + - 关闭 Tab 后会话重新出现 — 关闭 tab 时未清除磁盘上的 completedButUnconfirmed 标记,导致会话被重新放回「工作中」列表。改用统一 IPC 通道原子清除 + - 切换 Scratch Pad 时右面板消失 — 在 Agent 模式下切换到 Scratch Pad 会清除 currentAgentSessionId,导致右侧文件面板塌陷又恢复的布局跳动 + - 搜索栏遮挡拖拽手柄 — SidePanel 内部 z-index 泄漏到父级上下文,搜索栏覆盖了面板缩放拖拽手柄。添加 z-0 创建独立层叠上下文隔离 + - 首条消息完成时重复闪现 — Agent 首条消息流式结束的过渡帧中,实时消息和兜底气泡同时出现。修复为在流式结束后直接检查 liveMessages 而非依赖已清空的 liveGroupSet + - Tab 切换器误触与排序 — 打开切换器时光标恰好在弹窗下方会误选。现在追踪鼠标初始位置,移动 >5px 后才激活 hover;列表改为纯 MRU 排序反映真实访问历史 + - 启动时清理失效附加目录 — Worktree 删除后其路径仍残留在会话附加目录中,导致侧边栏显示不存在的路径。启动时自动扫描并移除失效条目 + - 工作中会话重启后丢失 — 完成状态的「工作中」会话仅存于内存 atom,重启后消失。新增 completedButUnconfirmed 持久化字段,重启后恢复到工作中列表 + - Windows 关闭窗口直接退出 — Windows 下点击关闭按钮时应用直接退出而非最小化到托盘。现在行为与 macOS 一致:关闭窗口隐藏到系统托盘,托盘菜单可重新打开 + - Windows 托盘不可用时崩溃 — 某些 Windows 环境下系统托盘不可用时添加 fallback 处理,避免应用崩溃 + - 删除/归档会话内存泄露 — 删除或归档会话时未释放流式状态、SDK 消息数组、附件 blob URL 和 atomFamily 缓存,长时间使用后内存持续增长。将重型清理迁入删除/归档路径统一释放 + - Diff 预览支持默认应用打开 — 文件对比预览中现在也能用系统默认应用打开文件 + - Agent 中断状态修复 — 修复 Agent 中断后状态显示不正确的问题 + - Pinned 会话排序修复 — 修复固定会话的排序逻辑 + - icon 按钮 focus ring 残留 — 操作栏圆形按钮点击后残留 focus-visible 圆形边框,覆盖为 ring-0 消除视觉干扰 + - 剪贴板附件持久化 — 剪贴板长文本附件以临时路径引用,系统清理后失效。发送时拷贝进 session 目录持久化,确保多轮对话可续读 + - /now 文件列表误显会话目录 — /now 命令扫描工作区根目录时误将会话 UUID 目录列为文件,改为扫描 workspace-files/ 子目录并以树形展示 + 内部优化 + - Agent prompt builder 重构 — 提取 SUBAGENT_METADATA 和 TOOL_USAGE_GUIDELINES 为单一数据源,消除 builtin agent 定义与系统提示词之间的重复 + - 移除 per-message skill_improvement_hint — 此前每条消息注入一次 skill 改进提示,对普通用户是纯噪声且浪费 token,完全移除 + - DeepSeek 子代理路由到 flash — SubAgent 调用 DeepSeek 时自动路由到 flash 渠道,降低成本提升速度 + - Claude Agent SDK 集成更新 — 升级 SDK 集成,同步最新能力 + - 标记完成按钮颜色跟随主题 — Working Done 按钮从硬编码绿色改为 primary 主题色变量 +ReleaseNotesUrl: https://github.com/ErlichLiu/Proma/releases/tag/v0.10.21 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Proma/Proma/0.10.21/Proma.Proma.yaml b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.yaml new file mode 100644 index 000000000000..e707ef61ddef --- /dev/null +++ b/manifests/p/Proma/Proma/0.10.21/Proma.Proma.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: Proma.Proma +PackageVersion: 0.10.21 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 From d237890c60612dbbabf4c77f07a52a4d22c7d8db Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:22:27 +0800 Subject: [PATCH 080/248] New version: Brave.Brave.Nightly version 149.1.93.19 (#382552) --- .../Brave.Brave.Nightly.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Nightly.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Nightly.locale.zh-CN.yaml | 29 +++++++ .../149.1.93.19/Brave.Brave.Nightly.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.installer.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.yaml diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..9e53e91ae7ec --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.19 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: BD1B49D18D00F80ABD144FB8AD74A5184825B7A9DF18BBEE5A00381FB3D7C2F1 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: F3097BC52D195A8EE55332DB6BA0312B8ACB35DDA7FAC0FC76F8652ADB37BA49 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 599D5BBFDAAAD61C58CCC4A15BCFD15EB4B0D8A48CC9D4D683CD54C045FFCC77 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: D364C0A445D62789F744287B709189A8D461BB70240C5AF6506B0B6B15E6BD19 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: 9FF1A1397DAFD8C33B6F629C8384724B168845526CBA1A0D66B92BA7C2FC5908 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.19/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 218EC048BC13365E857BCCA6865E5BEE1C80835BA61C3115CFC8DC89F3BBEB41 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..4fb41d22e4e3 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.19 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..2fd2763c7992 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.19 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..83777bab47fb --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.19/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5aef9e2d60fc89dc36fc407266f7e18f0751a86d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:22:59 +0800 Subject: [PATCH 081/248] New version: Mozilla.Firefox.ach version 151.0.3 (#382560) --- .../Mozilla.Firefox.ach.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.ach.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.ach.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.ach.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.ach.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.ach.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.ach.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.ach.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.ach.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.ach.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.ach.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.ach.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.ach.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.ach.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.ach.locale.zh-CN.yaml | 24 +++++++++++ .../ach/151.0.3/Mozilla.Firefox.ach.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.yaml diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 000000000000..68a921c7d35b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/ach/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 8EE1A879367E5BEF9DF194DD379653AC5BB39A57D044531BD4BCA261F5234B36 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/ach/Firefox%20Setup%20151.0.3.exe + InstallerSha256: ECF3413F07B62966301E8A022C644D9D6A7E97E0D6233D71E50694B62206EA68 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/ach/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 8F2341B2A26B3F85D5AA270F93ADD449B68C273B8673404CE33B05AA7DD85145 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c2dd63dcad3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 000000000000..b838c1cdac0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 000000000000..2fc5fb1b85a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 000000000000..fbfd2df7042c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 000000000000..c706e0377aa0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 000000000000..f02ed5887942 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ach) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 000000000000..a804c197404f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 000000000000..f107fa957c6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 000000000000..4c9479129ae1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 000000000000..cddea31e9af7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 000000000000..e06ce25f6615 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 000000000000..636783bc9fee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 000000000000..0e3ae552236e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 000000000000..447e8fe004a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.yaml new file mode 100644 index 000000000000..0053e0b7e571 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.3/Mozilla.Firefox.ach.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a34e000f95bc7e8c0348c9966b6a50388f9a9f79 Mon Sep 17 00:00:00 2001 From: "Kad D." Date: Wed, 3 Jun 2026 01:23:18 +0200 Subject: [PATCH 082/248] New version: demkada.ArgyCode version 1.12.13 (#382763) --- .../1.12.13/demkada.ArgyCode.installer.yaml | 14 ++++++++++++++ .../1.12.13/demkada.ArgyCode.locale.en-US.yaml | 13 +++++++++++++ .../demkada/ArgyCode/1.12.13/demkada.ArgyCode.yaml | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.installer.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.locale.en-US.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.yaml diff --git a/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.installer.yaml new file mode 100644 index 000000000000..20e1b650c084 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.12.13 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.12.13/argy-windows-x64.zip + InstallerSha256: 8e9a6b10e3e0fad1f494c2b97da7a1afb382dc7197383dc0de0df257cb6544a9 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 000000000000..54720445af0f --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.12.13 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +Commands: + - argy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.yaml new file mode 100644 index 000000000000..e02b365bd848 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.12.13/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.12.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee9d50d34256518cc2ca7a4a6d3db7b73da6e98b Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:23:38 +0200 Subject: [PATCH 083/248] New version: Microsoft.VisualStudioCode.Insiders.CLI version 1.124.0 (#382766) Co-authored-by: 3372902+lszomoru@users.noreply.github.com --- ...sualStudioCode.Insiders.CLI.installer.yaml | 19 ++++++++++++++++++ ...lStudioCode.Insiders.CLI.locale.en-US.yaml | 20 +++++++++++++++++++ ...crosoft.VisualStudioCode.Insiders.CLI.yaml | 8 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml new file mode 100644 index 000000000000..dc182864cb2f --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.124.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ./code-insiders.exe + PortableCommandAlias: code-insiders +Installers: +- Architecture: arm64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/f5d16d0361c353687527eed69ae3cdc3c65f2132/vscode_cli_win32_arm64_cli.zip + InstallerSha256: 2DEDA88FBAB831338EB74AA946BF2375482E663146D6A22904A1F92A11ABAEAA +- Architecture: x64 + InstallerUrl: https://vscode.download.prss.microsoft.com/dbazure/download/insider/f5d16d0361c353687527eed69ae3cdc3c65f2132/vscode_cli_win32_x64_cli.zip + InstallerSha256: 257546797C5A97993147EFC7EB281DBAAB3E20A77E7A90D0CDFBCB9676ECC858 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..dcf4ce4927ad --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.124.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/ +PackageName: Microsoft Visual Studio Code Insiders CLI +PackageUrl: https://code.visualstudio.com +License: Microsoft Pre-Release Software License +LicenseUrl: https://code.visualstudio.com/license/insiders +ShortDescription: Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. +Moniker: vscode-insiders-cli +Tags: +- developer-tools +- editor +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml new file mode 100644 index 000000000000..9d21c4c7620e --- /dev/null +++ b/manifests/m/Microsoft/VisualStudioCode/Insiders/CLI/1.124.0/Microsoft.VisualStudioCode.Insiders.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.VisualStudioCode.Insiders.CLI +PackageVersion: 1.124.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4aad87dcc83c7e7fa80ccc1619763fe672d635ee Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:23:57 +0800 Subject: [PATCH 084/248] New version: HMCL.HMCL.Dev version 3.15.0.346 (#382122) --- .../3.15.0.346/HMCL.HMCL.Dev.installer.yaml | 15 ++++++++++++ .../HMCL.HMCL.Dev.locale.en-US.yaml | 24 +++++++++++++++++++ .../HMCL.HMCL.Dev.locale.zh-CN.yaml | 24 +++++++++++++++++++ .../HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.yaml | 8 +++++++ 4 files changed, 71 insertions(+) create mode 100644 manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.installer.yaml create mode 100644 manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.en-US.yaml create mode 100644 manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.zh-CN.yaml create mode 100644 manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.yaml diff --git a/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.installer.yaml b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.installer.yaml new file mode 100644 index 000000000000..0b619a96ebf4 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.15.0.346 +InstallerType: portable +Commands: +- hmcl-dev +ReleaseDate: 2026-06-01 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.15.0.346/HMCL-3.15.0.346.exe + InstallerSha256: 4AC88A8DBD58D591FBB56FA0DCBF2EF80556F2C5A7B0D9CC136B255A6107D4A9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.en-US.yaml new file mode 100644 index 000000000000..4321ab125197 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.15.0.346 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Dev +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.zh-CN.yaml new file mode 100644 index 000000000000..58b112cdf91c --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.15.0.346 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 开发版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + - GP-6130: 将界面文案中的 Xbox 统一为 XBOX (by 3gf8jv4dv) + - GP-6119: 优化游戏列表弹窗的列表项大小 (by 辞庐) + - GP-6120: 优化陶瓦联机反馈提示 (by 辞庐) + - GP-6111: 在账户选择弹窗中为已选择的账户添加底色 (by 辞庐) + - GP-6087: 设备代码流在完成授权后隐藏二维码 (by 辞庐,3gf8jv4dv) + - GP-6151: 将下载超时时间放宽至 30 秒 (by Glavo) + 错误修复: + - GP-6133: 修复切换实例弹窗中版本列表未及时更新的问题 (by ENC_Euphony) + - GP-6129: 修复无法用中文搜索游戏内容的问题 (by Glavo) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/dev.html#HMCL-3.15.0.346 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.yaml b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.yaml new file mode 100644 index 000000000000..72fd5a67218d --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.15.0.346/HMCL.HMCL.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.15.0.346 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b91aef6b699415e973866053a318d1d809bd5d9a Mon Sep 17 00:00:00 2001 From: NessZerra <90105158+Finesssee@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:24:14 +0700 Subject: [PATCH 085/248] New package: Finesssee.Win-CodexBar version 0.32.4 (#382197) --- .../Finesssee.Win-CodexBar.installer.yaml | 20 +++++++++++++ .../Finesssee.Win-CodexBar.locale.en-US.yaml | 29 +++++++++++++++++++ .../0.32.4/Finesssee.Win-CodexBar.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.installer.yaml create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.locale.en-US.yaml create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.yaml diff --git a/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.installer.yaml b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.installer.yaml new file mode 100644 index 000000000000..d05634583c66 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.32.4 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: WinCodexBar_is1 +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- ProductCode: WinCodexBar_is1 + DisplayName: CodexBar 0.32.4 + DisplayVersion: 0.32.4 + Publisher: CodexBar Contributors +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Finesssee/Win-CodexBar/releases/download/v0.32.4/CodexBar-0.32.4-Setup.exe + InstallerSha256: 72D12A8222D16B4A072F2940A321A10F9E2E78DE87BAEA4737FD9CD526845E96 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.locale.en-US.yaml b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.locale.en-US.yaml new file mode 100644 index 000000000000..f09faadf8ee0 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.32.4 +PackageLocale: en-US +Publisher: CodexBar Contributors +PublisherUrl: https://github.com/Finesssee +PublisherSupportUrl: https://github.com/Finesssee/Win-CodexBar/issues +Author: Finesssee +PackageName: Win-CodexBar +PackageUrl: https://github.com/Finesssee/Win-CodexBar +License: MIT +LicenseUrl: https://github.com/Finesssee/Win-CodexBar/blob/main/LICENSE +Copyright: Copyright (c) CodexBar contributors +ShortDescription: Windows-native menu bar app for OpenAI Codex and Claude Code usage stats. +Description: Win-CodexBar is a Windows-native desktop app for viewing OpenAI Codex and Claude Code usage stats from a small Tauri shell. +Moniker: win-codexbar +Tags: +- claude-code +- codex +- desktop +- tauri +- usage +- windows +ReleaseNotes: |- + v0.32.4 fixes OpenRouter credits fetching by using the canonical /api/v1/credits endpoint instead of the broken /api/v1/auth/credits path. It also aligns OpenRouter key introspection with /api/v1/key and adds regression tests for both endpoint URLs. +ReleaseNotesUrl: https://github.com/Finesssee/Win-CodexBar/releases/tag/v0.32.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.yaml b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.yaml new file mode 100644 index 000000000000..6bde4463cff3 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.32.4/Finesssee.Win-CodexBar.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Finesssee.Win-CodexBar +PackageVersion: 0.32.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cfcef6108643c4ce4a6f26b72e4ccfcef608f577 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:24:32 +0800 Subject: [PATCH 086/248] New version: TinyHumansAI.OpenHuman version 0.57.5 (#382213) --- .../TinyHumansAI.OpenHuman.installer.yaml | 26 ++++++++++ .../TinyHumansAI.OpenHuman.locale.en-US.yaml | 52 +++++++++++++++++++ .../TinyHumansAI.OpenHuman.locale.zh-CN.yaml | 28 ++++++++++ .../0.57.5/TinyHumansAI.OpenHuman.yaml | 8 +++ 4 files changed, 114 insertions(+) create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.installer.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.en-US.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.zh-CN.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.yaml diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.installer.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.installer.yaml new file mode 100644 index 000000000000..8f8a0cc143fd --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.5 +UpgradeBehavior: install +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.5/OpenHuman_0.57.5_x64-setup.exe + InstallerSha256: EC793B04DC0724C6FE39875BD4A39F4B2B9547E3D9FBEAE0ED821567C315572A + ProductCode: OpenHuman +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.5/OpenHuman_0.57.5_x64_en-US.msi + InstallerSha256: 0117DA3C0F52CD09781C4FEDE74C993AEB3730394C9AAF503CFA207876BC0DDA + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{8D01B567-094A-4BC4-9439-24928A0AF773}' + AppsAndFeaturesEntries: + - UpgradeCode: '{54052255-0CFF-5EA8-82D1-C533E6DE0990}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.en-US.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.en-US.yaml new file mode 100644 index 000000000000..dc1095e5bfb4 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.5 +PackageLocale: en-US +Publisher: openhuman +PublisherUrl: https://tinyhumans.ai/ +PublisherSupportUrl: https://github.com/tinyhumansai/openhuman/issues +PackageName: OpenHuman +PackageUrl: https://tinyhumans.ai/openhuman +License: GPL-3.0 +LicenseUrl: https://github.com/tinyhumansai/openhuman/blob/HEAD/LICENSE +ShortDescription: Your Personal AI super intelligence. Private, Simple and extremely powerful. +Description: |- + OpenHuman is an open-source AI assistant designed to be the memory and doer for everything you do across your tools. Built on Rust + Tauri and licensed under GNU GPL3, it closes the gap between what AI models can do and what they actually know about you. + Every model in the world, all 200+ of them, shares the same fundamental limitation: they are stateless. You type a prompt, get a response, and the context evaporates. Even the ones with "memory" store a few bullet points. A few bullet points is a sticky note, not intelligence. + OpenHuman solves this with a stack that's calmly, deliberately different: + - A local-first Memory Tree. Every source you connect. Gmail, Slack, GitHub, Notion, your own notes, flows through a deterministic pipeline: canonical Markdown, ≤3k-token chunks, scored, folded into per-source / per-topic / per-day summary trees. Stored in SQLite on your machine. No vector-soup black box. + - An Obsidian-style wiki on top of it. The same chunks the agent reasons over land as .md files in a vault you can open in Obsidian, browse, edit, and link by hand. Inspired by Karpathy's obsidian-wiki workflow. You can't trust a memory you can't read. + - 118+ third-party integrations. One-click OAuth into Gmail, GitHub, Slack, Notion, Stripe, Calendar, Drive, Linear, Jira and more - no API keys to wire by hand, no plugin marketplace to navigate. + - Auto-fetch. Every twenty minutes, OpenHuman pulls fresh data from every active connection and folds it into the Memory Tree without you asking, so the agent already has tomorrow's context this morning. + - An agent built for big data. Smart token compression (TokenJuice) compacts verbose tool output before it ever enters the model's context, so sweeping through your last six months of email costs single-digit dollars. Automatic model routing sends each task to the right model - hint:reasoning to a frontier model, hint:fast to a cheap one, vision to vision - all under one subscription. Optional local AI via Ollama keeps embeddings and summarization on-device. + - Batteries included. A complete agent toolbelt is wired in by default: web search, a web-fetch scraper, a full coder toolset (filesystem, git, lint, test, grep), browser & computer control, cron & scheduling, memory tools, agent coordination for spawning sub-agents, and native voice - STT in, TTS out, mascot lip-sync, and a live Google Meet agent that joins meetings, transcribes them into your Memory Tree, and can speak back into the call. No "install a plugin to read files" friction. + - Simple, UI-first. A clean desktop experience and short onboarding paths take you from install to a working agent in a few clicks - no config-first setup, no terminal required. The agent has a face: a desktop mascot that speaks, reacts to its surroundings, joins your Google Meets as a real participant, remembers you across weeks, and keeps thinking in the background even when you've stopped typing. + Together, these turn OpenHuman into something fundamentally different from a chatbot. It is an AI agent that consumes large amounts of personal data at low cost, maintains a persistent and evolving understanding of your world, and takes proactive actions on your behalf. +Tags: +- ai +- knowledge-base +- large-language-model +- llm +- llm-wiki +- wiki +ReleaseNotes: |- + What's Changed + - fix(tools): additive-safe tool filter prevents stale snapshots from stripping cron tools by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3118 + - fix(auth): resolve login redirect loop on first login by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3109 + - feat(config): add UI control for agent action timeout (#3100) by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3112 + - feat(memory): redesign sync flow with ingest_summary, graph improvements, audit log by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3113 + - fix(auth): gracefully drop OAuth profiles with missing access_token by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3125 + - test: fix flaky/stale tests blocking Rust E2E + coverage CI on main by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3147 + - fix(oauth): extend loopback listener lifetime 60s → 300s by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3145 + - feat(chat): auto-resize composer textarea to fit content by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/3139 + - fix(inference): accept reasoning field alias for thinking-mode providers by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3124 + - feat(ui): hide dev-only features in production, clean up homepage by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3157 + Full Changelog: https://github.com/tinyhumansai/openhuman/compare/v0.57.4...v0.57.5 +ReleaseNotesUrl: https://github.com/tinyhumansai/openhuman/releases/tag/v0.57.5 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tinyhumans.gitbook.io/openhuman +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.zh-CN.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.zh-CN.yaml new file mode 100644 index 000000000000..62b4a38a8be9 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.5 +PackageLocale: zh-CN +ShortDescription: 你的个人 AI 超级智能。私密、简单且极其强大。 +Description: |- + OpenHuman 是一个开源的 AI 助手,旨在成为你在各类工具中一切行为的记忆中枢与执行者。基于 Rust + Tauri 构建,并采用 GNU GPL3 许可证发布,它弥合了 AI 模型能力与其对你真实了解之间的鸿沟。 + 全球范围内的每一个模型,无论数量多么庞大(超过 200 个),都面临同一个根本性局限:它们是无状态的。你输入一条提示,得到一个回复,上下文随即消失。即便是那些声称具备“记忆”功能的模型,也仅能存储几条简略要点。几条要点不过是一张便利贴,而非真正的智能。 + OpenHuman 通过一套冷静而深思熟虑的技术栈解决了这一问题: + - 本地优先的记忆树(Memory Tree)。你连接的每一个数据源——Gmail、Slack、GitHub、Notion、你的个人笔记——都会流经一条确定性的处理管道:标准化为 Markdown 格式,切分为不超过 3k token 的片段,经过评分后折叠成按来源 / 主题 / 日期分类的摘要树。所有内容均存储在你本地设备的 SQLite 数据库中,没有向量“浓汤”式的黑箱。 + - 在其之上构建了一个类似 Obsidian 的知识库。AI 代理所推理使用的相同文本片段会以 .md 文件的形式存入一个你可以用 Obsidian 打开的“保险库”中,供你浏览、编辑和手动链接。灵感源自 Karpathy 的 obsidian-wiki 工作流。如果你无法直接阅读记忆内容,就无法真正信任它。 + - 支持 118+ 个第三方集成。一键 OAuth 登录 Gmail、GitHub、Slack、Notion、Stripe、日历、网盘、Linear、Jira 等——无需手动配置 API 密钥,也无需在插件市场中摸索。 + - 自动抓取(Auto-fetch)。每二十分钟,OpenHuman 会自动从所有活跃连接中拉取最新数据,并将其整合进记忆树,无需你主动操作,确保助手在今天早上就已经掌握明天所需的上下文。 + - 面向大数据设计的代理架构。智能的 token 压缩技术(TokenJuice)会在冗长的工具输出进入模型上下文之前对其进行压缩,因此扫描你过去六个月的邮件成本仅为个位数美元。自动模型路由机制将不同任务分配给最适合的模型——提示词 hint:reasoning 发往高性能前沿模型,hint:fast 路由至低成本模型,视觉任务交由视觉模型处理——全部包含在同一订阅中。通过 Ollama 可选的本地 AI 支持,使嵌入和摘要处理全程在设备端完成。 + - 开箱即用。完整的代理工具集默认集成:网络搜索、网页抓取器、完整编程工具包(文件系统、git、lint、test、grep)、浏览器与电脑控制、定时任务与调度、记忆工具、用于生成子代理的协调机制,以及原生语音支持——语音转文字输入(STT),文字转语音输出(TTS),角色口型同步,还有一个能加入 Google Meet 会议、将会议内容转录进你的记忆树并可在通话中发言的实时会议代理。无需“安装插件才能读取文件”这类繁琐步骤。 + - 简洁、以用户界面为先。清爽的桌面体验和简短的新手引导路径让你只需几次点击即可从安装过渡到使用运行中的代理——无需先行配置,也不需要命令行操作。代理拥有一个具象化的形象:一个会说话、能感知周围环境变化的桌面吉祥物,它可以作为真实参与者加入你的 Google Meet 会议,能跨数周记住你,在你停止输入后仍在后台持续思考。 + 上述特性共同使 OpenHuman 成为一种与传统聊天机器人截然不同的存在。它是一个能够以低成本处理大量个人数据、持续且不断演进地理解你世界的 AI 代理,并能代表你主动采取行动。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 知识库 +- 维基 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.yaml new file mode 100644 index 000000000000..342b506df3c2 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.5/TinyHumansAI.OpenHuman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee5e487e7d9dd33ceeeeb88950c23a41bc7a180c Mon Sep 17 00:00:00 2001 From: Tianyi Tao Date: Wed, 3 Jun 2026 07:24:50 +0800 Subject: [PATCH 087/248] New version: LuisPater.CLIProxyAPI version 7.1.39 (#382237) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 +++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 38 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 ++++++++++++ .../7.1.39/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..996aa8679dc4 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.1.39 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.39/CLIProxyAPI_7.1.39_windows_amd64.zip + InstallerSha256: 6B0836AFF315A3A90653B8A5045619C16920C8BA5E6BF53244B73A22C6F297BC +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..f84a79bf6188 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.39 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - f353979 feat(watcher, redisqueue): add usage refresh notification support +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.39 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..c4cdec6fd99b --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.39 +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/7.1.39/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..7e7c115f9546 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.39/LuisPater.CLIProxyAPI.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: LuisPater.CLIProxyAPI +PackageVersion: 7.1.39 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From c183ecaed0bdba50f9cd65171f00b4aa409c4697 Mon Sep 17 00:00:00 2001 From: Zeldris <80939130+zeldrisho@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:25:09 +0700 Subject: [PATCH 088/248] New version: Dyad.Dyad version 1.2.0 (#382249) --- .../Dyad/Dyad/1.2.0/Dyad.Dyad.installer.yaml | 28 +++++++++++++ .../Dyad/1.2.0/Dyad.Dyad.locale.en-US.yaml | 41 +++++++++++++++++++ manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.yaml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.installer.yaml create mode 100644 manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.locale.en-US.yaml create mode 100644 manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.yaml diff --git a/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.installer.yaml b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.installer.yaml new file mode 100644 index 000000000000..039ae42431a1 --- /dev/null +++ b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.installer.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dyad.Dyad +PackageVersion: 1.2.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: dyad +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- DisplayName: dyad + ProductCode: dyad +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\dyad' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dyad-sh/dyad/releases/download/v1.2.0/dyad-1.2.0.Setup.exe + InstallerSha256: 1AB4300D5341326731E55219E2E86F107D7E0A65C80B30B27072DB044714C654 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.locale.en-US.yaml b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.locale.en-US.yaml new file mode 100644 index 000000000000..811710515568 --- /dev/null +++ b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dyad.Dyad +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Will Chen +PublisherUrl: https://www.dyad.sh/ +PublisherSupportUrl: https://github.com/dyad-sh/dyad/issues +Author: Dyad +PackageName: Dyad +PackageUrl: https://www.dyad.sh/ +License: Apache-2.0 +LicenseUrl: https://github.com/dyad-sh/dyad/blob/HEAD/LICENSE +Copyright: Copyright © 2025 Will Chen +ShortDescription: Dyad is a free, local, open-source AI app builder +Description: Dyad is a free, local, open-source AI app builder +Moniker: dyad +Tags: +- ai-app-builder +- anthropic +- artificial-intelligence +- bolt +- deepseek +- gemini +- generative-ai +- github +- llm +- llms +- lovable +- nextjs +- ollama +- openai +- qwen +- v0 +ReleaseNotes: |- + app-collections + Full release notes: https://www.dyad.sh/docs/releases/1.2.0 +ReleaseNotesUrl: https://github.com/dyad-sh/dyad/releases/tag/v1.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.yaml b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.yaml new file mode 100644 index 000000000000..17b031ab998d --- /dev/null +++ b/manifests/d/Dyad/Dyad/1.2.0/Dyad.Dyad.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Dyad.Dyad +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cc7130a9bc2b8e272f5407ae9ca1d218bf367552 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:25:39 +0800 Subject: [PATCH 089/248] New version: Figma.FigmaAgent version 126.4.11 (#382779) --- .../126.4.11/Figma.FigmaAgent.installer.yaml | 15 ++++++++++++ .../Figma.FigmaAgent.locale.en-US.yaml | 24 +++++++++++++++++++ .../Figma.FigmaAgent.locale.zh-CN.yaml | 24 +++++++++++++++++++ .../FigmaAgent/126.4.11/Figma.FigmaAgent.yaml | 8 +++++++ 4 files changed, 71 insertions(+) create mode 100644 manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.installer.yaml create mode 100644 manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.en-US.yaml create mode 100644 manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.zh-CN.yaml create mode 100644 manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.yaml diff --git a/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.installer.yaml b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.installer.yaml new file mode 100644 index 000000000000..4f77ed26f30f --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 126.4.11 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: FigmaAgent +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.figma.com/agent/win/FigmaAgent-126.4.11.exe + InstallerSha256: 55E8528CB891AACE4711CAF00F0E50790D2E66493E023AECA60489DB7CEA3E30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.en-US.yaml b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.en-US.yaml new file mode 100644 index 000000000000..6f0959bc9a68 --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 126.4.11 +PackageLocale: en-US +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +PackageName: Figma Agent +PackageUrl: https://www.figma.com/downloads/ +License: Proprietary +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2026 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: Access fonts on your computer in Figma +Description: Figma agent is a secure background service that allows Figma to access fonts on your computer, and open Figma links in the desktop app. +Moniker: figma-agent +Tags: +- figma +- fonts +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.zh-CN.yaml b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.zh-CN.yaml new file mode 100644 index 000000000000..88e8a67cd295 --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 126.4.11 +PackageLocale: zh-CN +Publisher: Figma, Inc. +PublisherUrl: https://www.figma.com/ +PublisherSupportUrl: https://help.figma.com/ +PrivacyUrl: https://www.figma.com/privacy/ +PackageName: Figma Agent +PackageUrl: https://www.figma.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.figma.com/tos/ +Copyright: Copyright © 2026 Figma, Inc. +CopyrightUrl: https://www.figma.com/copyright-and-ip-policy/ +ShortDescription: 在 Figma 中访问计算机上的字体 +Description: 安全的后台服务,允许 Figma 访问您计算机上的字体,并在桌面应用程序中打开 Figma 链接。 +Tags: +- figma +- fonts +- 字体 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.yaml b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.yaml new file mode 100644 index 000000000000..ded2bdddad4a --- /dev/null +++ b/manifests/f/Figma/FigmaAgent/126.4.11/Figma.FigmaAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Figma.FigmaAgent +PackageVersion: 126.4.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 428b494e39ecf1a8651d70d2365dee3f7def5444 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:25:55 +0800 Subject: [PATCH 090/248] New version: GDevelop.GDevelop version 5.6.270 (#382780) --- .../5.6.270/GDevelop.GDevelop.installer.yaml | 26 ++++ .../GDevelop.GDevelop.locale.en-US.yaml | 114 ++++++++++++++++++ .../GDevelop.GDevelop.locale.zh-CN.yaml | 24 ++++ .../GDevelop/5.6.270/GDevelop.GDevelop.yaml | 8 ++ 4 files changed, 172 insertions(+) create mode 100644 manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.installer.yaml create mode 100644 manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.en-US.yaml create mode 100644 manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.zh-CN.yaml create mode 100644 manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.yaml diff --git a/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.installer.yaml b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.installer.yaml new file mode 100644 index 000000000000..45415278d3be --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.6.270 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.6.270/GDevelop-5-Setup-5.6.270.exe + InstallerSha256: 84C19F30E665C3BCEE3CF9468EC8B74AFE146252CB1D37CD4960FB8203963895 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.6.270/GDevelop-5-Setup-5.6.270.exe + InstallerSha256: 84C19F30E665C3BCEE3CF9468EC8B74AFE146252CB1D37CD4960FB8203963895 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.en-US.yaml b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.en-US.yaml new file mode 100644 index 000000000000..82c72e63c5cd --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.en-US.yaml @@ -0,0 +1,114 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.6.270 +PackageLocale: en-US +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026-present Florian Rival +ShortDescription: The fastest, easiest, most powerful no-code game engine. +Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of." +Moniker: gdevelop +Tags: +- develop +- development +- game +ReleaseNotes: |- + 💝 Improvements + - Add "syntax highlighting" for expressions in Events Sheet: complex expressions and formula will now be shown using multiple colors, like the rest of events. This allows to identify objects, numbers, strings in a long formula. + + - UI improvements: + - Add "Select All" in Events Sheet and ability to deselect an event when doing a multi-selection (Thanks @ViktorVovk!) + - Hide deprecated extensions in new projects + - Make the function extractor dialog more compact + - Allow to install extensions from the action or condition search + - Automatically choose a function name in the function extraction dialog + - Add help page links to some effects reference help pages + - Reduce dialog width for extension details, project properties and layer properties + - Persist the preference "Start all previews from scene X" in the project file (Thanks @opaldi!) + - Add a button in the extension editor to select behaviors with the dialog + - Allow to create variables from autocompletion in more cases. Also, in the extension editor: + - Focus and select new parameter names + - Allow to add a new parameter from the variable autocompletion + - Allow to add behaviors from the bottom of the instruction list + - Extensions improvements: + - Allow custom objects to move layer cameras + - Add a "layer" property type for custom behaviors + - Experimental resource loading improvements: allow to load and unload objects from other scenes. + - Improve a lot the time to launch previews (and other operations like modifying groups/renaming objects) when using very long expressions + - New icons for premium subscribers on the forum and Discord: + - A new role is now shown for Silver subscribers on Discord. + - A subscriber icon (Silver, Gold, Pro, Education) is now visible on your forum account, if you use the same email between your GDevelop and the forum. + - Add argument for CLI command execution for CI pipelines (Thanks @malec-palec!) + - Add --run-command CLI flag that executes any Command Palette command after loading a project. + In CLI mode all blocking dialogs (autosave, changelog, confirmations) are auto-resolved, the window is hidden, and the process exits with a meaningful exit code. + - This enables CI pipelines to run exports (e.g. EXPORT_HTML5_EXTERNAL) using only the editor distribution - no installation or display required. + 🐛 Bug fixes + - Fix huge loading time after modifying an object inside a custom object + - Fix missing collisions after changing tile map grid dimensions + - Fix a missing comma in shape scale actions + - Fix extracted functions being displayed as unknown actions + - Fix purchase with credits option wrongly shown if subscription doesn't allow it + - Fix decimal values not updating number fields + - Fix broken links to reference pages in the documentation + - Fix gravity not being taken into account for Physics3D + - Fix editor crashes after modifying custom object extensions + - Fix regression when dragging events on iOS touch devices + - Fix copied events to keep the same order when pasted + - Fix a regression on the displayed position of custom objects + - Fix and show the button to add parameters to "action with operator" functions as disabled + - Fix some visual glitches in the Events Sheet when opening and scrolling + - Remove a useless message wrongly displayed when updating an extension without any dependencies + - Fix manually loaded objects not being unload with their scene. + - Fix a crash when there is a trigger once in an external function used from a custom object + - Fix other various potential crashes + ⚙️ Extensions + - [Experimental] [3D foliage swaying] Sway foliage of 3D objects according to wind (thanks @baldieandbaldie-commits) + + This extension adds wind swaying ability and optional GPU instancing to 3D objects (trees, grass, bushes) with frustum and distance culling. This is an advanced extension and while a lightweight example will be made later, you can for now try the full example by downloading it on the GitHub thread of the extension. + It comes with: + - Real-time foliage wind animation for 3D scenes + - Multiple sway types: Grass, Bush, Tree Trunk (dead tree), and Tree Leaves (more coming soon) + - Works with both regular meshes and GPU-instanced foliage for better performance + - Global wind controls: strength, speed, and wind direction + - Optional gust system with texture-driven gust masks + - Optional visual tuning: gradient tint, saturation/contrast, PBR tweaks + - Distance-based fading/culling for better performance + - Automatic foliage shader/material patching (including shadow materials) + - Runtime-safe live updates for wind/gust parameters + - Scene/object cleanup logic to reduce memory leaks and stale resources + - [Reviewed] [Fire bullet] New behavior for firing bullets in 3D games. + - [Array Tools] Prevent the same names of parameters and parameter names like global class names (thanks @ViktorVovk!) + - [Reviewed] [Scrollable viewport] Move a camera by dragging or with the scroll wheel + 🎨 Assets + - Add a new 3D pack: Cute Anime School Kids 3D by KokonutDev + - Add a new 2D pack: 380+ Road Signs US Textures by Bouh + 🕹 Examples + - Updated most 3D starter to include skyboxes and lights + 🕹 Premium Game Templates + - Add a new game template: Block Stack by SnowyRawrGamer + - Fix Roguelite game template: Fixed a bug were skill tree was broken. + - Add a new template: 2D Normal Map Example and Extension by @Vegetato + 🛠 Internal changes (for developers) + - Fix SimplifiedProject tests crashing under debug-assertions builds + - Add extra CI checking an export using the CLI options of GDevelop + - Done daily and after every builds on master. + - Add experimental support for "canonical" serialization of events (Thanks @ViktorVovk!) + - When activated, the JSON of the project is saved with properties always in alphabetical order. Fields in events are also never omitted. + - The preference is controlled via gdevelop-settings.yaml. + - Add new option "keepTerminalOpen" for toolbar npm scripts (Thanks @malec-palec!) + - Export classes in ResourceLoader for better TypeScript compatibility (Thanks @ViktorVovk!) + - Improve types for TypeScript 6 + - And add GDCore tests with ASan/UBSan as a new CI job to catch any regression in the future +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.6.270 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.zh-CN.yaml b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.zh-CN.yaml new file mode 100644 index 000000000000..9720b67d427c --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.6.270 +PackageLocale: zh-CN +Publisher: GDevelop Team +PublisherUrl: http://www.florianrival.com/ +PublisherSupportUrl: https://github.com/4ian/GDevelop/issues +PrivacyUrl: https://gdevelop.io/page/privacy-policy +Author: Florian Rival +PackageName: GDevelop +PackageUrl: https://gdevelop.io/ +License: MIT +LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2026-present Florian Rival +ShortDescription: 最快、最简单、最强大的无代码游戏引擎。 +Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。 +Tags: +- 开发 +ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.6.270 +PurchaseUrl: https://gdevelop.io/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.yaml b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.yaml new file mode 100644 index 000000000000..f753c4819bd7 --- /dev/null +++ b/manifests/g/GDevelop/GDevelop/5.6.270/GDevelop.GDevelop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GDevelop.GDevelop +PackageVersion: 5.6.270 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7b86d32b009850a84909d450918b8678e4e922c7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:26:10 +0800 Subject: [PATCH 091/248] New version: Letta.LettaCode version 0.26.5 (#382785) --- .../0.26.5/Letta.LettaCode.installer.yaml | 18 ++++++++ .../0.26.5/Letta.LettaCode.locale.en-US.yaml | 46 +++++++++++++++++++ .../0.26.5/Letta.LettaCode.locale.zh-CN.yaml | 20 ++++++++ .../LettaCode/0.26.5/Letta.LettaCode.yaml | 8 ++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.installer.yaml create mode 100644 manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.en-US.yaml create mode 100644 manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.zh-CN.yaml create mode 100644 manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.yaml diff --git a/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.installer.yaml b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.installer.yaml new file mode 100644 index 000000000000..a83a648f5985 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.26.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fec40bfe-4762-5274-81d6-9a919b7c5853 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://download.letta.com/builds/260602a9iyc8njs/windows/nsis/x64 + InstallerSha256: 255871A4DFA4E009AB970C003B4C65ACCEFE9556E748C6EEB8D37BB17FE9A489 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.en-US.yaml b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.en-US.yaml new file mode 100644 index 000000000000..8d67864a1388 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.26.5 +PackageLocale: en-US +Publisher: Letta +PublisherUrl: https://www.letta.com/ +PublisherSupportUrl: https://github.com/letta-ai/letta-code/issues +PrivacyUrl: https://www.letta.com/privacy-policy +Author: Letta Inc. +PackageName: Letta Code +PackageUrl: https://www.letta.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/letta-ai/letta-code/blob/HEAD/LICENSE +Copyright: Copyright 2026, Letta authors +CopyrightUrl: https://www.letta.com/terms-of-service +ShortDescription: The memory-first coding agent +Description: |- + Letta Code is a memory-first coding harness, designed for long-lived agents that can learn from experience. + Instead of working in independent sessions, you work with a persisted agent whose memory is portable across models (Claude, GPT, Gemini, GLM, Kimi, and more). +Tags: +- ai +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - docs(tools): clarify ViewImage description by @kl2806 in https://github.com/letta-ai/letta-code/pull/2601 + - fix(toolsets): use Codex tools for local ChatGPT OAuth models by @cpacker in https://github.com/letta-ai/letta-code/pull/2608 + - fix(cli): correct TUI diff tab rendering by @cpacker in https://github.com/letta-ai/letta-code/pull/2607 + - fix(ui): show dreaming agent link in tmux by @kl2806 in https://github.com/letta-ai/letta-code/pull/2602 + - fix: default resume pending approval detection by @jnjpng in https://github.com/letta-ai/letta-code/pull/2566 + - fix(sync): allow forced device status replay by @4shub in https://github.com/letta-ai/letta-code/pull/2615 + - fix(local): search durable transcripts for recall by @cpacker in https://github.com/letta-ai/letta-code/pull/2613 + - feat(extensions): add startup disable switch by @carenthomas in https://github.com/letta-ai/letta-code/pull/2610 + - chore: bump version to 0.26.5 by @github-actions[bot] in https://github.com/letta-ai/letta-code/pull/2616 + Full Changelog: https://github.com/letta-ai/letta-code/compare/v0.26.4...v0.26.5 +ReleaseNotesUrl: https://github.com/letta-ai/letta-code/releases/tag/v0.26.5 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.zh-CN.yaml b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..8e413e06a1b6 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.26.5 +PackageLocale: zh-CN +ShortDescription: 以记忆为先的编码智能体 +Description: |- + Letta Code 是一种以记忆为先的编码框架,专为能够从经验中学习的长生命周期智能体而设计。 + 它无需独立会话,而是与一个持久化的智能体协作,其记忆可在不同模型之间迁移(包括 Claude、GPT、Gemini、GLM、Kimi 等)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.letta.com/letta-code +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.yaml b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.yaml new file mode 100644 index 000000000000..953f0c535db1 --- /dev/null +++ b/manifests/l/Letta/LettaCode/0.26.5/Letta.LettaCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Letta.LettaCode +PackageVersion: 0.26.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d4dec8b015d0ea3efef52cfed16cff7ca8ac65c7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:26:26 +0800 Subject: [PATCH 092/248] New version: Mamba.Micromamba version 2.7.0-0 (#382787) --- .../2.7.0-0/Mamba.Micromamba.installer.yaml | 18 +++++++++++++++ .../Mamba.Micromamba.locale.en-US.yaml | 23 +++++++++++++++++++ .../Mamba.Micromamba.locale.zh-CN.yaml | 21 +++++++++++++++++ .../Micromamba/2.7.0-0/Mamba.Micromamba.yaml | 8 +++++++ 4 files changed, 70 insertions(+) create mode 100644 manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.installer.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.en-US.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.zh-CN.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.yaml diff --git a/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.installer.yaml b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.installer.yaml new file mode 100644 index 000000000000..9d22546aaf5c --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.7.0-0 +InstallerType: portable +Commands: +- micromamba +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mamba-org/micromamba-releases/releases/download/2.7.0-0/micromamba-win-64 + InstallerSha256: AA763F3C7FC7EF529D79F170D1D134569995F08FE54A8C545EF20E01E0DC7046 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.en-US.yaml b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.en-US.yaml new file mode 100644 index 000000000000..7a0284cfa1ae --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.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.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.7.0-0 +PackageLocale: en-US +Publisher: Mamba +PublisherUrl: https://github.com/mamba-org +PublisherSupportUrl: https://github.com/mamba-org/micromamba-releases/issues +PackageName: Micromamba +PackageUrl: https://github.com/mamba-org/micromamba-releases +License: BSD-3-Clause +LicenseUrl: https://github.com/mamba-org/mamba/blob/HEAD/LICENSE +Copyright: Copyright 2026 QuantStack and the Mamba contributors. +ShortDescription: The Fast Cross-Platform Package Manager +Moniker: micromamba +Tags: +- conda +- mamba +- python +ReleaseNotesUrl: https://github.com/mamba-org/mamba/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.zh-CN.yaml b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.zh-CN.yaml new file mode 100644 index 000000000000..153135126af1 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.7.0-0 +PackageLocale: zh-CN +Publisher: Mamba +PublisherUrl: https://github.com/mamba-org +PublisherSupportUrl: https://github.com/mamba-org/micromamba-releases/issues +PackageName: Micromamba +PackageUrl: https://github.com/mamba-org/micromamba-releases +License: BSD-3-Clause +LicenseUrl: https://github.com/mamba-org/mamba/blob/HEAD/LICENSE +Copyright: Copyright 2026 QuantStack and the Mamba contributors. +ShortDescription: 速度快、跨平台的软件包管理器 +Tags: +- conda +- mamba +- python +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.yaml b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.yaml new file mode 100644 index 000000000000..ad62bed2a7b7 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.7.0-0/Mamba.Micromamba.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mamba.Micromamba +PackageVersion: 2.7.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d70482b7ac505b593884dd20a49630c5fcba92c7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:26:41 +0800 Subject: [PATCH 093/248] New version: Sourcegraph.Amp version 0.0.1780425374-g3328d2 (#382790) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..1d7f188fa95b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780425374-g3328d2 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780425374-g3328d2/amp-windows-x64-baseline.exe + InstallerSha256: F4EAA99006BC3186B0B373218E7AEE46E8F808795BC1B17F431A5FE2A1A72CBB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..1f46ac49fca9 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780425374-g3328d2 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..b5ff56af9b31 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780425374-g3328d2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..cc05b619fda0 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780425374-g3328d2/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780425374-g3328d2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4891307904da6287448c5ceebef219086acde44b Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Wed, 3 Jun 2026 01:26:55 +0200 Subject: [PATCH 094/248] New version: mikf.gallery-dl.Nightly version 2026.06.02 (#382793) --- .../mikf.gallery-dl.Nightly.installer.yaml | 14 +++++++------- .../mikf.gallery-dl.Nightly.locale.en-US.yaml | 8 ++++---- .../mikf.gallery-dl.Nightly.yaml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) rename manifests/m/mikf/gallery-dl/Nightly/{2026.05.11 => 2026.06.02}/mikf.gallery-dl.Nightly.installer.yaml (65%) rename manifests/m/mikf/gallery-dl/Nightly/{2026.05.11 => 2026.06.02}/mikf.gallery-dl.Nightly.locale.en-US.yaml (85%) rename manifests/m/mikf/gallery-dl/Nightly/{2026.05.11 => 2026.06.02}/mikf.gallery-dl.Nightly.yaml (75%) diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.installer.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.installer.yaml similarity index 65% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.installer.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.installer.yaml index a0e2e7e79f6c..c9a7e6824ae2 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.installer.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.installer.yaml @@ -1,25 +1,25 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.11 +PackageVersion: 2026.06.02 InstallerType: portable InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2026-05-11 +ReleaseDate: 2026-06-02 Installers: - Architecture: x86 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.11/gallery-dl_windows_x86.exe - InstallerSha256: 5531301008B9351E8E4754C5B81B291DA393EAC6380EACBF3091F1DB9B3761DA + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.02/gallery-dl_windows_x86.exe + InstallerSha256: E97C19FA2FC367C54CE5FD3619EECC8B88DE293401AB802F6FEF5E268F28E435 Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 - Architecture: x64 - InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.05.11/gallery-dl_windows.exe - InstallerSha256: 350724F7ACE72FBABDB273B4B913E6436BE4B4842A453DF4C6EF50FE478CE8DF + InstallerUrl: https://github.com/gdl-org/builds/releases/download/2026.06.02/gallery-dl_windows.exe + InstallerSha256: 4E30365BB6E4042EB67B283B20234901C1426A04E4E11479FBA7787BB1BD685B Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.locale.en-US.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.locale.en-US.yaml similarity index 85% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.locale.en-US.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.locale.en-US.yaml index e2340b8b5e06..e5ea0136593d 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.locale.en-US.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.11 +PackageVersion: 2026.06.02 PackageLocale: en-US Publisher: Mike Fährmann PublisherUrl: https://github.com/mikf @@ -27,7 +27,7 @@ Tags: - pixiv - tumblr - twitter -ReleaseNotes: f164e48088 [twitter] support poll_choice_images cards (gh#9511) -ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.05.11 +ReleaseNotes: 284c00e83d [furaffinity] fix download URLs of non-image files (cb#115) +ReleaseNotesUrl: https://github.com/gdl-org/builds/releases/tag/2026.06.02 ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.yaml b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.yaml similarity index 75% rename from manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.yaml rename to manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.yaml index 146c3497d26e..cb929a5a9758 100644 --- a/manifests/m/mikf/gallery-dl/Nightly/2026.05.11/mikf.gallery-dl.Nightly.yaml +++ b/manifests/m/mikf/gallery-dl/Nightly/2026.06.02/mikf.gallery-dl.Nightly.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: mikf.gallery-dl.Nightly -PackageVersion: 2026.05.11 +PackageVersion: 2026.06.02 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 70a1be879438644408190a5f2a0386758e5985e9 Mon Sep 17 00:00:00 2001 From: Zamderax Date: Tue, 2 Jun 2026 16:27:10 -0700 Subject: [PATCH 095/248] New version: WendyLabs.Wendy version 2026.06.02-204007 (#382810) --- .../WendyLabs.Wendy.installer.yaml | 22 +++++++++++++++++ .../WendyLabs.Wendy.locale.en-US.yaml | 24 +++++++++++++++++++ .../2026.06.02-204007/WendyLabs.Wendy.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.installer.yaml create mode 100644 manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.locale.en-US.yaml create mode 100644 manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.yaml diff --git a/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.installer.yaml b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.installer.yaml new file mode 100644 index 000000000000..22800931102a --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.02-204007 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.06.02-204007/wendy-cli-windows-amd64-2026.06.02-204007.msi + InstallerSha256: F7774DFC5C357B84E9939F0C7AABB79D893C42374936F86B86B52CB7B2674C0A + ProductCode: '{6F29CA46-F3DE-455A-A73C-43740DF2B7D3}' +- Architecture: arm64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.06.02-204007/wendy-cli-windows-arm64-2026.06.02-204007.msi + InstallerSha256: B3741C48467AC07500F21AC81A61323B9100B6D53E135CD92DD9984B5023F296 + ProductCode: '{8C0C6290-D79D-4C7B-A508-907660F00ECF}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-02 diff --git a/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.locale.en-US.yaml b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.locale.en-US.yaml new file mode 100644 index 000000000000..b68840aa18c0 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.02-204007 +PackageLocale: en-US +Publisher: Wendy Labs +PublisherUrl: https://github.com/wendylabsinc +PublisherSupportUrl: https://github.com/wendylabsinc/wendy-agent/issues +PackageName: Wendy +PackageUrl: https://github.com/wendylabsinc/wendy-agent +License: Proprietary +ShortDescription: CLI for building and deploying apps to WendyOS edge devices. +Tags: +- cli +- edge-computing +- iot +- developer-tools +ReleaseNotesUrl: https://github.com/wendylabsinc/WendyOS/releases/tag/2026.06.02-204007 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/wendylabsinc/wendy-agent/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.yaml b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.yaml new file mode 100644 index 000000000000..623f0a74317b --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.02-204007/WendyLabs.Wendy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.02-204007 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bd4aa692f006cf98f32416d129417fa931b82deb Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:29:22 -0700 Subject: [PATCH 096/248] Automatic deletion of Coupang.CoupangPOS 1.10.36 (#382850) --- .../1.10.36/Coupang.CoupangPOS.installer.yaml | 15 --------------- .../Coupang.CoupangPOS.locale.en-US.yaml | 17 ----------------- .../CoupangPOS/1.10.36/Coupang.CoupangPOS.yaml | 8 -------- 3 files changed, 40 deletions(-) delete mode 100644 manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.installer.yaml delete mode 100644 manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.locale.en-US.yaml delete mode 100644 manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.yaml diff --git a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.installer.yaml b/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.installer.yaml deleted file mode 100644 index e7ce2e4754b8..000000000000 --- a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.36 -InstallerType: inno -Dependencies: - WindowsFeatures: - - netfx3 -Installers: -- Architecture: x86 - InstallerUrl: https://pos-api.coupang.com/api/v1/app/download/installer - InstallerSha256: 2B3F3521E0CAB7A74A0A248B4A516E5A8A2A2B54182ACE115CBCAEECA4FA5511 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.locale.en-US.yaml b/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.locale.en-US.yaml deleted file mode 100644 index dfe5b8a6c735..000000000000 --- a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.36 -PackageLocale: en-US -Publisher: Coupang, Inc. -PublisherUrl: https://www.aboutcoupang.com/ -PrivacyUrl: https://privacy.coupang.com/en/land/seller/ -PackageName: CoupangPOS -PackageUrl: https://store.coupangeats.com/ -License: Proprietary -Copyright: (c) COUPANG CORP. ALL RIGHTS RESERVED -ShortDescription: Relay for Coupang Eats Online Order System -Moniker: coupangeats-order -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.yaml b/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.yaml deleted file mode 100644 index 411478716c95..000000000000 --- a/manifests/c/Coupang/CoupangPOS/1.10.36/Coupang.CoupangPOS.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/06 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Coupang.CoupangPOS -PackageVersion: 1.10.36 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 419c13b76d0259f557889d87352d2c6a2f85049d Mon Sep 17 00:00:00 2001 From: aspire-winget-bot Date: Tue, 2 Jun 2026 19:45:07 -0400 Subject: [PATCH 097/248] Update Microsoft.Aspire to version 13.4.0 (#382212) Co-authored-by: David Fowler --- .../13.4.0/Microsoft.Aspire.installer.yaml | 25 +++++++++++++++ .../13.4.0/Microsoft.Aspire.locale.en-US.yaml | 32 +++++++++++++++++++ .../Aspire/13.4.0/Microsoft.Aspire.yaml | 8 +++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.installer.yaml create mode 100644 manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.yaml diff --git a/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.installer.yaml b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.installer.yaml new file mode 100644 index 000000000000..59cc0ffb2490 --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aspire.exe + PortableCommandAlias: aspire +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +Commands: +- aspire +Installers: +- Architecture: x64 + InstallerUrl: https://ci.dot.net/public/aspire/13.4.0-preview.1.26281.18/aspire-cli-win-x64-13.4.0.zip + InstallerSha256: EB3FBBAC86E6BEA26D19CB6C3B8369380B2FEEFA9C666721D368DF4BE0FC1A31 +- Architecture: arm64 + InstallerUrl: https://ci.dot.net/public/aspire/13.4.0-preview.1.26281.18/aspire-cli-win-arm64-13.4.0.zip + InstallerSha256: D0AA3021E6E9E581B94A0AAF9882F5FA6423CDDD9E2B9BBCB1549C976A9C0BB5 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-06-01 diff --git a/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.locale.en-US.yaml b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.locale.en-US.yaml new file mode 100644 index 000000000000..268b00b18491 --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.4.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://aspire.dev/ +PublisherSupportUrl: https://github.com/microsoft/aspire/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +PackageName: Aspire CLI +PackageUrl: https://aspire.dev/ +License: MIT +LicenseUrl: https://github.com/microsoft/aspire/blob/main/LICENSE.TXT +Copyright: (c) Microsoft 2026 +ShortDescription: CLI tool for building observable, production-ready distributed applications with Aspire +Description: | + Aspire CLI (aspire) is a command-line tool for creating, running, and managing Aspire applications. It provides commands for project scaffolding, local development, and deployment of cloud-native distributed applications. +Moniker: aspire +Tags: +- csharp +- typescript +- aspire +- cloud-native +- distributed-systems +- developer-tools +- cli +- microservices +- containers +ReleaseNotesUrl: https://aspire.dev +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.yaml b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.yaml new file mode 100644 index 000000000000..9260bcce483b --- /dev/null +++ b/manifests/m/Microsoft/Aspire/13.4.0/Microsoft.Aspire.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Microsoft.Aspire +PackageVersion: 13.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From a3d9e79e250ce515bae4192a45166a0afa723fcd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:49:23 +0800 Subject: [PATCH 098/248] New version: CPUID.CPU-Z.MSI version 2.20.1 (#379381) --- .../MSI/2.20.1/CPUID.CPU-Z.MSI.installer.yaml | 20 ++++++ .../2.20.1/CPUID.CPU-Z.MSI.locale.en-US.yaml | 68 +++++++++++++++++++ .../2.20.1/CPUID.CPU-Z.MSI.locale.zh-CN.yaml | 31 +++++++++ .../CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.yaml | 8 +++ 4 files changed, 127 insertions(+) create mode 100644 manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.installer.yaml create mode 100644 manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.en-US.yaml create mode 100644 manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.zh-CN.yaml create mode 100644 manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.yaml diff --git a/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.installer.yaml b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.installer.yaml new file mode 100644 index 000000000000..cf76d852a6ce --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CPUID.CPU-Z.MSI +PackageVersion: 2.20.1 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: CPUID CPU-Z MSI_is1 +ReleaseDate: 2026-05-14 +Installers: +- Architecture: x86 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.20.1-msi-en.exe + InstallerSha256: AA5F6EF9F29E161011492DF4B90EC4A2640804BEDC1D0B0D9E3FF1A7621E0978 +- Architecture: x64 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.20.1-msi-en.exe + InstallerSha256: AA5F6EF9F29E161011492DF4B90EC4A2640804BEDC1D0B0D9E3FF1A7621E0978 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.en-US.yaml b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.en-US.yaml new file mode 100644 index 000000000000..4a44f8badff8 --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CPUID.CPU-Z.MSI +PackageVersion: 2.20.1 +PackageLocale: en-US +Publisher: CPUID, Inc. +PublisherUrl: https://www.cpuid.com/ +PublisherSupportUrl: https://www.cpuid.com/contact.html +PrivacyUrl: https://www.cpuid.com/privacy-policy.html +Author: CPUID, Inc. +PackageName: CPUID CPU-Z MSI +PackageUrl: https://www.cpuid.com/softwares/cpu-z.html +License: Freeware +LicenseUrl: https://www.cpuid.com/terms-of-service.html +Copyright: CPUID © 2001-2026 - All website content subjected to copyright +CopyrightUrl: https://www.cpuid.com/terms-of-service.html +ShortDescription: CPU-Z Customized for MSI Gaming +Description: |- + CPU-Z is a freeware that gathers information on some of the main devices of your system + - Processor name and number, codename, process, package, cache levels. + - Mainboard and chipset. + - Memory type, size, timings, and module specifications (SPD). + - Real time measurement of each cores internal frequency, memory frequency. +Moniker: cpu-z-msi +Tags: +- amd +- cpu +- cpu-z +- hardware +- intel +- memory +- motherboard +- msi +- msi-gaming +- processor +- system +- system-information +ReleaseNotes: |- + - AMD Ryzen 7 7700X3D (Raphael) (2.20.1). + - AMD Ryzen AI Max+ 495, 492, 488 (Gorgon Halo). + - AMD Ryzen AI Max 490, 485 (Gorgon Halo). + - AMD Ryzen AI Max PRO 495, 490, 485, 480 (Gorgon Halo). + - AMD Ryzen 9 9950X3D2 (Granite Ridge). + - AMD Ryzen 9 PRO 9965X3D, PRO 9945 (Granite Ridge). + - AMD Ryzen 7 PRO 9755, PRO 9745 (Granite Ridge). + - AMD Ryzen 5 PRO 9645 (Granite Ridge). + - AMD Ryzen AI 7/PRO 450G/GE (Gorgon Point 2). + - AMD Ryzen AI 5/PRO 440G/GE (Gorgon Point 2). + - AMD Ryzen AI 5/PRO 435G/GE (Gorgon Point 3). + - AMD Ryzen AI Max+ 392 (Strix Halo). + - Intel Core Ultra 5 250KF Plus (Arrow Lake Refresh). + - Intel Core 7 360 and 350 (Wildcat Lake). + - Intel Core 5 330, 320 and 315 (Wildcat Lake). + - Intel Core 3 304 (Wildcat Lake). + - Intel Core 9 273PQE, 273PTE, 273PE (Bartlett Lake). + - Intel Core 7 253PQE, 253PTE, 253PE, 251TE, 251E (Bartlett Lake). + - Intel Core 5 223PQE, 223PTE, 223PE, 221TE, 221E, 213PTE, 213PE, 211TE, 211E (Bartlett Lake). + - Intel Core 3 201TE, 201E (Bartlett Lake). + - Intel Arc Pro B70 and B65 (BMG-G31). + - Intel Arc Pro B60 and B50 (BMG-G21). + - Support of HUDIMM and HSODIMM memory modules. +ReleaseNotesUrl: https://www.cpuid.com/softwares/cpu-z.html#version-history +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.cpuid.com/softwares/cpu-z.html#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.zh-CN.yaml b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.zh-CN.yaml new file mode 100644 index 000000000000..005ccb40c978 --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CPUID.CPU-Z.MSI +PackageVersion: 2.20.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 为微星游戏本定制的 CPU-Z +Description: |- + CPU-Z 是一款免费软件,可以收集系统中一些主要设备的信息 + - 处理器名称、数量、代号、工艺、插槽、各级缓存 + - 主板和芯片组 + - 内存类型、容量、时序、SPD + - 实时测量每个核心的内部频率和内存频率 +Tags: +- amd +- cpu +- intel +- 主板 +- 内存 +- 处理器 +- 微星 +- 硬件 +- 系统 +- 系统信息 +- 英特尔 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.cpuid.com/softwares/cpu-z.html#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.yaml b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.yaml new file mode 100644 index 000000000000..2344a5a99cab --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/MSI/2.20.1/CPUID.CPU-Z.MSI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CPUID.CPU-Z.MSI +PackageVersion: 2.20.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ba26e40c17175c1b0d45630a8a6131aedf5340ab Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:53:26 +0800 Subject: [PATCH 099/248] New version: MetaCubeX.Mihomo.GOAMD64v1 version 1.19.26 (#381896) --- .../MetaCubeX.Mihomo.GOAMD64v1.installer.yaml | 19 ++++++ ...taCubeX.Mihomo.GOAMD64v1.locale.en-US.yaml | 64 +++++++++++++++++++ .../1.19.26/MetaCubeX.Mihomo.GOAMD64v1.yaml | 8 +++ 3 files changed, 91 insertions(+) create mode 100644 manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.installer.yaml create mode 100644 manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.locale.en-US.yaml create mode 100644 manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.yaml diff --git a/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.installer.yaml b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.installer.yaml new file mode 100644 index 000000000000..fca403b292b0 --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo.GOAMD64v1 +PackageVersion: 1.19.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mihomo-windows-amd64-v1.exe + PortableCommandAlias: mihomo +Commands: +- mihomo +ReleaseDate: 2026-05-31 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MetaCubeX/mihomo/releases/download/v1.19.26/mihomo-windows-amd64-v1-v1.19.26.zip + InstallerSha256: F567FE9C2090BB335D74615DDB2692FE4F74B82CE6EB8C20E438298CE8D2BEFB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.locale.en-US.yaml b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.locale.en-US.yaml new file mode 100644 index 000000000000..3c47e4b03bd8 --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo.GOAMD64v1 +PackageVersion: 1.19.26 +PackageLocale: en-US +Publisher: MetaCubeX +PublisherUrl: https://github.com/MetaCubeX +PublisherSupportUrl: https://github.com/MetaCubeX/mihomo/issues +PackageName: Mihomo (GOAMD64=v1) +PackageUrl: https://github.com/MetaCubeX/mihomo +License: GPL-3.0 +ShortDescription: 'A simple python pydantic model (type hint and autocompletion support) for Honkai: Star Rail parsed data from the Mihomo API.' +Tags: +- clash +- clash-meta +- mihomo +ReleaseNotes: |- + What's Changed + - 52edebd1 feat: add snell version 4/5 outbound and inbound (#2817) by @xream + - 7a6a6509 feat: support OpenVPN CBC ciphers (#2818) by @Romanov Caesar + - ff98700d feat: support CHACHA20-POLY1305 data cipher for OpenVPN (#2798) by @Lanlan13-14 + - fc8c5a24 feat: support comp-lzo for OpenVPN (#2841) by @Zhiqiang Zhang + - 2dd7d599 feat: support MD5/SHA384/SHA512 OpenVPN auth methods by @wwqgtxx + - f1c36561 feat: support AES-192-GCM/AES-192-CBC OpenVPN data ciphers by @wwqgtxx + - f30a64f9 feat: support hysteria2 gecko obfs by @wwqgtxx + BUG & Fix + - 03e1f449 fix: interface structs do not copy correctly by @wwqgtxx + - 301d580d fix: compile issue of tailscale-wireguard-go dependency by @wwqgtxx + - 3809a03c fix: stack panic after dispatcher attach nil by @wwqgtxx + - 38cb06d3 fix: hysteria2 realm stun domain resolve by @wwqgtxx + - 4065583a fix: masque retry condition by @wwqgtxx + - 5639e93f fix: improve OpenVPN transport reliability (#2824) by @Romanov Caesar + - 8c26d61c fix: tproxy did not pass the additions correctly by @wwqgtxx + - a2aca027 fix: pinger in tailscale not under our control by @wwqgtxx + - a52a27ed fix: errors.ErrUnsupported backport by @wwqgtxx + - a531449b fix: missing param passing in vless listener config by @wwqgtxx + - b230c90d fix: shadowtls v3 client HMAC handling for TLS 1.3 HelloRetryRequest by @wwqgtxx + - d2fcf71c fix: tailscale panic when working with dialer-proxy by @wwqgtxx + - f69331f4 fix: config struct not exported by @wwqgtxx + Maintenance + - 060711fb chore: more netip.AddrPort using in tproxy by @wwqgtxx + - 0ddf4bbf chore: update sing-tun by @wwqgtxx + - 0dec35ed chore: always dial tcp on netstack for tailscale by @wwqgtxx + - 31ece04a chore: upgrade the embedded xsync.Map to v4.5.0 by @wwqgtxx + - 5b28a0ee chore: optimize sudoku packed hot paths (#2833) by @saba-futai + - 6e15299c chore: remove AF_ALG in tailscale-wireguard-go by @wwqgtxx + - 72f133f4 chore: more logging for tailscale debug by @wwqgtxx + - 8f2d84f9 chore: update mieru version to v3.33.0 (#2840) by @enfein + - a05c94b4 chore: make the proxydialer module no longer directly depend on the tunnel module by @wwqgtxx + - b1a07d20 chore: remove unnecessary member variables added by xsync/v3 by @wwqgtxx + - cb652ddb chore: make the handler-related SNAT key in NewPacket by @wwqgtxx + - d27f3201 chore: use pre-go1.27 tls.QUICConfig.ClientHelloInfoConn API for quic-go to avoid cloning tls.Config by @wwqgtxx + - d60b336d chore: use mihomo name & ver to tailscale reported ver to avoid update prompts (#2801) by @ayanamist + - d610afef chore: clear parameter passing by @wwqgtxx + - e9e23c4e chore: tailscale must be compiled under the with_gvisor build tag by @wwqgtxx + - f2da5b7c chore: reduce internal circular dependencies by @wwqgtxx + Full Changelog: https://github.com/MetaCubeX/mihomo/compare/v1.19.25...v1.19.26 +ReleaseNotesUrl: https://github.com/MetaCubeX/mihomo/releases/tag/v1.19.26 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://wiki.metacubex.one/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.yaml b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.yaml new file mode 100644 index 000000000000..70ce7a95744b --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/GOAMD64v1/1.19.26/MetaCubeX.Mihomo.GOAMD64v1.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo.GOAMD64v1 +PackageVersion: 1.19.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 17876f2a26e4eac44c1fa93a4d3161d6a5d372aa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:57:11 +0800 Subject: [PATCH 100/248] New version: Sourcegraph.Amp version 0.0.1780291930-gf6d536 (#382010) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..772c1c3e42bb --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780291930-gf6d536 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780291930-gf6d536/amp-windows-x64-baseline.exe + InstallerSha256: 31AF67CC754B617735DAC32E2C5F34B591BC691340E5B3407C968DBE088B8483 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..40a8c797a184 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780291930-gf6d536 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..000c9a36153a --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780291930-gf6d536 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..496b5ae2d324 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780291930-gf6d536/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780291930-gf6d536 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 436a51f1b1cc58ddd69f29a43023a0e5fc463983 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:00:30 +0800 Subject: [PATCH 101/248] New version: Sourcegraph.Amp version 0.0.1780306933-g944f6c (#382061) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..31dceec74b4a --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780306933-g944f6c +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780306933-g944f6c/amp-windows-x64-baseline.exe + InstallerSha256: 1167F90B1EFFC12D69B9D432F49994B3D603B06E4DCEA9BCE2393DE988D14336 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..2f01319fb0a9 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780306933-g944f6c +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3b6e9025110 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780306933-g944f6c +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..21f04ccc9e6f --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780306933-g944f6c/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780306933-g944f6c +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5a27cc4a5654a46791dcd91e170b3e6dbd56cc67 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:04:10 +0800 Subject: [PATCH 102/248] New version: guoyongchang.WorktreeManager version 0.20260601.111509 (#382088) --- ...uoyongchang.WorktreeManager.installer.yaml | 16 ++++++++ ...ongchang.WorktreeManager.locale.en-US.yaml | 37 +++++++++++++++++ ...ongchang.WorktreeManager.locale.zh-CN.yaml | 41 +++++++++++++++++++ .../guoyongchang.WorktreeManager.yaml | 8 ++++ 4 files changed, 102 insertions(+) create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.installer.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.en-US.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.zh-CN.yaml create mode 100644 manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.yaml diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.installer.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.installer.yaml new file mode 100644 index 000000000000..5493367da408 --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260601.111509 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Worktree Manager +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/guoyongchang/worktree-manager/releases/download/v0.20260601.111509/Worktree-Manager-v0.20260601.111509-Windows-setup.exe + InstallerSha256: 1B57F86E1EE06B67C7789D2C7CB4A86A04301CA903412F1962D10F26AEA07DF6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.en-US.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.en-US.yaml new file mode 100644 index 000000000000..5da16f9b929c --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260601.111509 +PackageLocale: en-US +License: Freeware +ShortDescription: An elegant Git Worktree managemer with visualization +Description: |- + Git Worktree Manager is built on Git's native worktree capability, allowing you to check out multiple branches into separate directories in the same repository while sharing the same .git data. With automatic symlinking for large folders such as node_modules, it enables zero-cost branch switching and requires no additional disk space. + + Core Features + - Parallel Work on Multiple Branches + Work on multiple branches of the same project simultaneously without mutual interference. No need to stash changes, no need to clone multiple copies of the repository. + - Smart Folder Linking + Automatically links build artifacts such as node_modules, .next, and vendor when creating a worktree to avoid repeated dependency installation. Custom link paths are supported. + - Global Workspace File Sharing + Files including .claude, CLAUDE.md, requirement-docs can be configured as global links to be shared across all worktrees. + - Branch Status at a Glance + Displays real-time information for each branch, including commit count, uncommitted changes, whether it has been merged into the test branch, and more. + - Quick IDE Launch + Open any worktree with VS Code, Cursor or IntelliJ IDEA in one click. + - Built-in Terminal + Each worktree has an independent terminal session, eliminating the need to switch between multiple windows. + - Secure Archiving + Archive the worktree after development is completed. Uncommitted and unpushed code is automatically checked before archiving to prevent data loss. +Tags: +- branch +- code +- coding +- develop +- development +- git +- vcs +- worktree +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.zh-CN.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..523efaedf8be --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260601.111509 +PackageLocale: zh-CN +Publisher: Worktree Manager Team +PublisherUrl: https://github.com/guoyongchang +PublisherSupportUrl: https://github.com/guoyongchang/worktree-manager/issues +PackageName: Worktree Manager +PackageUrl: https://github.com/guoyongchang/worktree-manager +License: 免费软件 +ShortDescription: 一个优雅的 Git Worktree 可视化管理工具 +Description: |- + Git Worktree Manager 基于 Git 原生的 worktree 能力构建,让你在同一个仓库中同时检出多个分支到独立目录,共享 .git 数据。配合自动 symlink node_modules 等大文件夹,零成本切换,零额外磁盘占用。 + + 核心功能 + - 多分支并行工作 + 一个项目同时打开多个分支,互不干扰。不用 stash,不用 clone 多份。 + - 智能文件夹链接 + 创建 worktree 时自动链接 node_modules、.next、vendor 等构建产物,避免重复安装依赖。支持自定义链接路径。 + - Workspace 全局文件共享 + .claude、CLAUDE.md、requirement-docs 等文件可以配置为全局链接,在所有 worktree 中共享。 + - 分支状态一目了然 + 实时显示每个分支的提交数、未提交更改、是否合并到测试分支等信息。 + - 快速打开 IDE + 一键用 VS Code、Cursor 或 IntelliJ IDEA 打开任意 worktree。 + - 内置终端 + 每个 worktree 有独立的终端会话,无需在多个窗口之间切换。 + - 安全归档 + 完成开发后归档 worktree,归档前自动检查未提交和未推送的代码,防止丢失。 +Tags: +- git +- worktree +- 代码 +- 分支 +- 开发 +- 版本控制 +ReleaseNotesUrl: https://github.com/guoyongchang/worktree-manager/releases/tag/v0.20260601.111509 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.yaml b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.yaml new file mode 100644 index 000000000000..c3ce575bd2f4 --- /dev/null +++ b/manifests/g/guoyongchang/WorktreeManager/0.20260601.111509/guoyongchang.WorktreeManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: guoyongchang.WorktreeManager +PackageVersion: 0.20260601.111509 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From ca2523bce8d965468bbf867c4751dac8c4e66f76 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:07:59 +0800 Subject: [PATCH 103/248] New version: kawayiYokami.P-ai version 0.10.14 (#382092) --- .../0.10.14/kawayiYokami.P-ai.installer.yaml | 16 ++++++ .../kawayiYokami.P-ai.locale.en-US.yaml | 53 +++++++++++++++++++ .../kawayiYokami.P-ai.locale.zh-CN.yaml | 43 +++++++++++++++ .../P-ai/0.10.14/kawayiYokami.P-ai.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.installer.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.en-US.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.zh-CN.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.yaml diff --git a/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 000000000000..3b0486766a84 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.14 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.10.14/P-ai_0.10.14_x64-setup.exe + InstallerSha256: 2548CB3870C53A29D89725E56499668A091EA0F5755937910EA0C5A63C8CBB95 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 000000000000..f9a302eb9563 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.14 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.10.13...v0.10.14' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.10.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 000000000000..ea70f104dd76 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.14 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.yaml new file mode 100644 index 000000000000..c2301262af97 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.14/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4645acb1c711bbbb8d6b09459394f54b524cc6a9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:09:49 +0800 Subject: [PATCH 104/248] New version: XinTaoFei.Codeg version 0.14.9 (#382136) --- .../0.14.9/XinTaoFei.Codeg.installer.yaml | 19 ++++++++++ .../0.14.9/XinTaoFei.Codeg.locale.en-US.yaml | 38 +++++++++++++++++++ .../0.14.9/XinTaoFei.Codeg.locale.zh-CN.yaml | 28 ++++++++++++++ .../Codeg/0.14.9/XinTaoFei.Codeg.yaml | 8 ++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.installer.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.en-US.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.zh-CN.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.yaml diff --git a/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.installer.yaml new file mode 100644 index 000000000000..892b1e82ad3f --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.14.9 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: codeg +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.14.9/codeg_0.14.9_x64-setup.exe + InstallerSha256: F3F40BBE157EE2B1CD59345BED6E1B86E9E72473E457A3A7165DB7A9CC2D4A68 +- Architecture: arm64 + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.14.9/codeg_0.14.9_arm64-setup.exe + InstallerSha256: 342BC87251AA6EE285638A602222C735AD8AAEB676F451E308FA051B6CF1F2E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 000000000000..24a1c1a93030 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.14.9 +PackageLocale: en-US +Publisher: codeg +PublisherUrl: https://github.com/xintaofei +PublisherSupportUrl: https://github.com/xintaofei/codeg/issues +PackageName: codeg +PackageUrl: https://github.com/xintaofei/codeg +License: Apache-2.0 +LicenseUrl: https://github.com/xintaofei/codeg/blob/HEAD/LICENSE +ShortDescription: Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker. +Description: Codeg (Code Generation) is an enterprise-grade multi-agent coding workspace. It unifies local AI coding agents (Claude Code, Codex CLI, OpenCode, Gemini CLI, OpenClaw, Cline, etc.) in a desktop app, standalone server, or Docker container — enabling remote development from any browser — with conversation aggregation, parallel git worktree development, MCP/Skills management, chat channel interactions (Telegram, Lark, iLink, etc.), and integrated Git/file/terminal workflows. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + - feat(delegation): Sub-agent delegations now run in the background — the main agent keeps working while multiple tasks run in parallel, and they survive reload and restart. + - feat(delegation): Delegation tool calls now show as compact inline cards with live status and a one-click link to open the sub-agent's conversation. + - feat(delegation): Added a configurable memory budget for delegation results in multi-agent settings (default 512 MB). + - feat(hyperframes-launcher): New HyperFrames tab in Project Boot scaffolds an HTML-to-video project and opens it in the workspace. + - fix(delegation): Delegation status now stays reliable across desktop, web, and server modes. + - fix(settings): Switching the Codex provider no longer applies the wrong settings. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.14.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 000000000000..99757b02f743 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.14.9 +PackageLocale: zh-CN +ShortDescription: 在一个地方聚合并浏览 AI 编程代理会话(如 Claude Code、Codex、Gemini CLI 等)。支持桌面应用、自建服务器或 Docker 部署。 +Description: Codeg(Code Generation,代码生成)是一款企业级多代理编码工作区。它将本地 AI 编程代理(包括 Claude Code、Codex CLI、OpenCode、Gemini CLI、OpenClaw、Cline 等)统一集成于桌面应用、独立服务器或 Docker 容器中,支持通过任意浏览器进行远程开发;具备对话聚合、并行 Git 工作树开发、MCP/技能管理、聊天频道交互(Telegram、飞书、iLink 等),以及集成的 Git/文件/终端工作流。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + - 功能(委派):子代理委派改为后台运行——主代理无需等待,多个任务可并行执行,并在重载和重启后自动恢复。 + - 功能(委派):委派工具调用以紧凑的内联卡片呈现,展示实时状态,并提供一键打开子代理会话的入口。 + - 功能(委派):在多智能体设置页新增可配置的委派结果内存预算(默认 512 MB)。 + - 功能(hyperframes 启动器):项目启动新增 HyperFrames 标签页,脚手架生成 HTML 转视频项目并在工作区中打开。 + - 修复(委派):委派状态在桌面、Web 和服务器模式下保持可靠。 + - 修复(设置):切换 Codex 供应商不再应用错误的设置。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.yaml new file mode 100644 index 000000000000..c8229da9814f --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.14.9/XinTaoFei.Codeg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: XinTaoFei.Codeg +PackageVersion: 0.14.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cfeb529b7bf335e110ef528d7584823542a98c98 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:10:05 +0800 Subject: [PATCH 105/248] New version: ByteDance.TOSBrowser version 1.12.2 (#382155) --- .../ByteDance.TOSBrowser.installer.yaml | 31 +++++++++++++++++++ .../ByteDance.TOSBrowser.locale.en-US.yaml | 22 +++++++++++++ .../ByteDance.TOSBrowser.locale.zh-CN.yaml | 22 +++++++++++++ .../1.12.2/ByteDance.TOSBrowser.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.installer.yaml create mode 100644 manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.en-US.yaml create mode 100644 manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.zh-CN.yaml create mode 100644 manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.yaml diff --git a/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.installer.yaml b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.installer.yaml new file mode 100644 index 000000000000..c0b5d858adf1 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.12.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- tosbrowser +ProductCode: TOS_Browser +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x86 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/386529921/1.12.2/win32-ia32/TOS_Browser_Public-v1.12.2-win32-ia32.exe + InstallerSha256: 8B3C6ABD59B6825D5EFC446AFA61D656483B0916970C33A3AEB31AA50A925E5F +- Architecture: x64 + InstallerUrl: https://lf-tk-sg.ibytedtos.com/obj/tron-demo-sg/7122772962347849988/releases/386529921/1.12.2/win32-x64/TOS_Browser_Public-v1.12.2-win32-x64.exe + InstallerSha256: 9665C26AE94855AD921DAD7A5F91ED81DE55239A33990BF14B822BFA71EFB99F +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/386529921/1.12.2/win32-ia32/TOS_Browser_Public-v1.12.2-win32-ia32.exe + InstallerSha256: 8B3C6ABD59B6825D5EFC446AFA61D656483B0916970C33A3AEB31AA50A925E5F +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf3-cdn-tos.bytegoofy.com/obj/tron-demo/7122772962347849988/releases/386529921/1.12.2/win32-x64/TOS_Browser_Public-v1.12.2-win32-x64.exe + InstallerSha256: 9665C26AE94855AD921DAD7A5F91ED81DE55239A33990BF14B822BFA71EFB99F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.en-US.yaml b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..69912f87a391 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.12.2 +PackageLocale: en-US +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: Beijing Volcano Engine Technology Co., Ltd. +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: Proprietary +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: Copyright © 2026 Beijing Volcano Engine Technology Co., Ltd. All rights reserved. +ShortDescription: TOS Browser is a GUI management tool provided by TOS, the Volcano Engine Object Storage. You can use this tool to manage buckets and objects. +Tags: +- tos +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.zh-CN.yaml b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..9d5f99bf11e6 --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.12.2 +PackageLocale: zh-CN +Publisher: 北京火山引擎科技有限公司 +PublisherUrl: https://www.volcengine.com/ +PublisherSupportUrl: https://www.volcengine.com/product/contact +PrivacyUrl: https://www.volcengine.com/docs/6256/64902 +Author: 北京火山引擎科技有限公司 +PackageName: TOS Browser +PackageUrl: https://www.volcengine.com/docs/6349/148776 +License: 专有软件 +LicenseUrl: https://www.volcengine.com/docs/6256/64903 +Copyright: © 北京火山引擎科技有限公司 2026 版权所有 +ShortDescription: TOS Browser 是火山引擎对象存储 TOS 提供的图形化管理工具。您可以通过该工具,完成存储桶及对象的管理。 +Tags: +- tos +ReleaseNotesUrl: https://www.volcengine.com/docs/6349/148777 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.yaml b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.yaml new file mode 100644 index 000000000000..2f3d9ec4e79a --- /dev/null +++ b/manifests/b/ByteDance/TOSBrowser/1.12.2/ByteDance.TOSBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ByteDance.TOSBrowser +PackageVersion: 1.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3ce76d809326014a60f6d548e7781ae548a12d33 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:10:19 +0800 Subject: [PATCH 106/248] Update: MediaHuman.YouTubeToMP3Converter version 3.9.20 (#382161) --- .../3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml b/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml index 3c301e7a5758..0bf3dd08237b 100644 --- a/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeToMP3Converter/3.9.20/MediaHuman.YouTubeToMP3Converter.installer.yaml @@ -11,9 +11,9 @@ ReleaseDate: 2026-04-25 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeToMP3.exe - InstallerSha256: E9B7429C54ECAFF0D51D000C2C158A5A4B2A740BE49F8CA5E6B8C1A3A15AE08C + InstallerSha256: 495473C8B370286C30F45A717181EBD6A8F4FDBD8BD281A668347347A4BDD2E8 - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeToMP3-x64.exe - InstallerSha256: CC593DA6BA6FBC6506006FE6BB2BA5D1245DEAFE80D74731A6A320AD016E6826 + InstallerSha256: 08D12406E5C83F7D036E5A1ACE77F7C297F2BD533F40EC938219D1162787796E ManifestType: installer ManifestVersion: 1.12.0 From bc1773921c514c993a4f35529d9693b1aa07394d Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Tue, 2 Jun 2026 20:10:34 -0400 Subject: [PATCH 107/248] GitHub.Copilot version v1.0.57 (#382216) --- .../v1.0.57/GitHub.Copilot.installer.yaml | 25 ++++++++++++++++ .../v1.0.57/GitHub.Copilot.locale.en-US.yaml | 29 +++++++++++++++++++ .../Copilot/v1.0.57/GitHub.Copilot.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.yaml diff --git a/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..41374aaaf3d0 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.57 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.57/copilot-win32-x64.zip + InstallerSha256: 3831AA203949FDDDD13F1587974008E1A81200AFEDBCA3000DC287ED189B36FC +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.57/copilot-win32-arm64.zip + InstallerSha256: 2E760E8FF5D8CC35F0E2459BF015C842539E11B28213778AF2535BB7494446EF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-01 diff --git a/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..a3152afd9638 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.57 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.57 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.yaml new file mode 100644 index 000000000000..91f8a5873ec6 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.57/GitHub.Copilot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.57 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ef2216735a2c9a1218fc67820b0b58d9906869fc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:10:51 +0800 Subject: [PATCH 108/248] New version: Amazon.AWSCLI version 2.34.58 (#382239) --- .../2.34.58/Amazon.AWSCLI.installer.yaml | 25 +++++++++++++++++ .../2.34.58/Amazon.AWSCLI.locale.en-US.yaml | 28 +++++++++++++++++++ .../2.34.58/Amazon.AWSCLI.locale.zh-CN.yaml | 14 ++++++++++ .../Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.yaml | 8 ++++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.installer.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.en-US.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.yaml diff --git a/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..7955c568952e --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.58 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{58337FD9-6886-4A64-AFAD-B8BC5EEAA3F4}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{58337FD9-6886-4A64-AFAD-B8BC5EEAA3F4}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.34.58.msi + InstallerSha256: F598B51DE8E33D437134282DB4117BB5CA7DDA5C900B1F20F5A6DBD504ED381B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..17e35d358268 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.58 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..3483b033381a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.58 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.yaml new file mode 100644 index 000000000000..76a0254e2409 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.58/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.58 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 717b8863a8601f7e12df1a16286cecd72fd8494e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:11:07 +0800 Subject: [PATCH 109/248] New version: Superhuman.Superhuman version 1041.0.10 (#382251) --- .../Superhuman.Superhuman.installer.yaml | 24 +++++++++++ .../Superhuman.Superhuman.locale.en-US.yaml | 40 +++++++++++++++++++ .../Superhuman.Superhuman.locale.zh-CN.yaml | 29 ++++++++++++++ .../1041.0.10/Superhuman.Superhuman.yaml | 8 ++++ 4 files changed, 101 insertions(+) create mode 100644 manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.installer.yaml create mode 100644 manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.en-US.yaml create mode 100644 manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.zh-CN.yaml create mode 100644 manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.yaml diff --git a/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.installer.yaml b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.installer.yaml new file mode 100644 index 000000000000..a1f01b51ced4 --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.10 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- mailto +- superhuman +ProductCode: 49b7df64-6557-59ab-9b2b-f97a2de29e77 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.superhuman.com/native-update/Superhuman%20Setup%201041.0.10-latest.exe + InstallerSha256: 429496DB354ACB664DC370DF6198DE0CD75B89E59F18869EF1DFE91A5C6DF288 +- Architecture: arm64 + InstallerUrl: https://download.superhuman.com/native-update/Superhuman%20Setup%201041.0.10-latest.exe + InstallerSha256: 429496DB354ACB664DC370DF6198DE0CD75B89E59F18869EF1DFE91A5C6DF288 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.en-US.yaml b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.en-US.yaml new file mode 100644 index 000000000000..e16b4c0888a0 --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.10 +PackageLocale: en-US +Publisher: Superhuman Labs, LLC +PublisherUrl: https://superhuman.com/ +PublisherSupportUrl: https://help.superhuman.com/ +PrivacyUrl: https://superhuman.com/privacy +Author: Superhuman Labs, LLC +PackageName: Superhuman +PackageUrl: https://superhuman.com/download +License: Proprietary +LicenseUrl: https://superhuman.com/terms +Copyright: Copyright © 2026 Superhuman Labs, LLC +CopyrightUrl: https://superhuman.com/terms +ShortDescription: The most productive email app ever made. +Description: |- + Superhuman is an AI-native email platform designed to dramatically boost productivity and responsiveness. Built for professionals who live in their inbox, it transforms traditional email workflows with speed, intelligence, and precision. + Key Features + - ⚡ Speed & Efficiency: Navigate and manage emails twice as fast using intuitive keyboard shortcuts and streamlined UI. + - 🤖 AI-Powered Tools: + - Instant Reply: Drafts smart responses in seconds + - Send Later: Schedule emails for optimal timing + - Snooze: Delay non-urgent messages + - Social Insights: Contextual data to improve communication + - 📬 Inbox Mastery: + - Achieve Inbox Zero effortlessly + - Unsubscribe and clear spam instantly + - Organize with precision across Gmail and Outlook + - 👥 Collaboration-Ready: + - Built for teams—onboarding is seamless + - Enhances responsiveness across departments like Sales, Product, and Engineering +Tags: +- email +- mail +PurchaseUrl: https://superhuman.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.zh-CN.yaml b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.zh-CN.yaml new file mode 100644 index 000000000000..334fe74ff072 --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.10 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 有史以来最高效的电子邮件应用。 +Description: |- + Superhuman 是一个原生集成人工智能的邮件平台,旨在显著提升工作效率和响应速度。专为那些高度依赖收件箱的专业人士打造,它以更快的速度、智能化和精准性彻底革新传统的邮件处理流程。 + 主要功能 + - ⚡ 速度与效率:通过直观的键盘快捷键和简化的用户界面,以两倍速度浏览和管理邮件。 + - 🤖 人工智能工具: + - 快速回复:几秒钟内生成智能回复草稿 + - 定时发送:按最佳时机安排邮件发送 + - 稍后提醒:延迟处理非紧急消息 + - 社交洞察:提供上下文数据以优化沟通效果 + - 📬 收件箱掌控: + - 轻松实现“收件箱归零” + - 一键退订并清除垃圾邮件 + - 在 Gmail 和 Outlook 之间精准组织管理 + - 👥 协作就绪: + - 专为团队设计,上手无缝流畅 + - 提升销售、产品、工程等部门的整体响应效率 +Tags: +- 电子邮件 +- 邮件 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.yaml b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.yaml new file mode 100644 index 000000000000..a54c26fda0fa --- /dev/null +++ b/manifests/s/Superhuman/Superhuman/1041.0.10/Superhuman.Superhuman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Superhuman.Superhuman +PackageVersion: 1041.0.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 202f24f376b92444928ff44ca2543b1d6156c754 Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:11:22 +1000 Subject: [PATCH 110/248] New version: Speakeasy.speakeasy 1.769.2 (#382286) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.769.2/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..453859519062 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-01" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.2/speakeasy_windows_386.zip + InstallerSha256: cb958f3916dadcfe68e0d8e79de73af1473eec7537664f4709c8f529385dbde0 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.2/speakeasy_windows_arm64.zip + InstallerSha256: 5c6302abaa99669c3f16b1d2c5f6610958ac9bfcf4bfa4cf88d99134774d9822 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.769.2/speakeasy_windows_amd64.zip + InstallerSha256: 3f2d1acdfe1aacba5e7975f53be76c680c976300346a3bd35d205ecd0fb62a1f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..cde9a4780124 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.2 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.769.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.769.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..c06e6677233f --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.769.2/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.769.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cc525a28be5a2e1f1ffd0a01591d0e150577c59 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:11:39 +0800 Subject: [PATCH 111/248] New version: Sentry.sentry-cli version 3.5.0 (#382708) --- .../3.5.0/Sentry.sentry-cli.installer.yaml | 24 ++++++++++++ .../3.5.0/Sentry.sentry-cli.locale.en-US.yaml | 38 +++++++++++++++++++ .../3.5.0/Sentry.sentry-cli.locale.zh-CN.yaml | 25 ++++++++++++ .../sentry-cli/3.5.0/Sentry.sentry-cli.yaml | 8 ++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.installer.yaml create mode 100644 manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.en-US.yaml create mode 100644 manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.zh-CN.yaml create mode 100644 manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.yaml diff --git a/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.installer.yaml b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.installer.yaml new file mode 100644 index 000000000000..ab1ab17d5600 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.5.0 +InstallerType: portable +Commands: +- sentry +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.5.0/sentry-cli-Windows-i686.exe + InstallerSha256: C03F3DDC68BFAE1795ED817B102250642DD06CA0E42339E594454E3A9A42EF93 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/getsentry/sentry-cli/releases/download/3.5.0/sentry-cli-Windows-x86_64.exe + InstallerSha256: 7B7DB2A8650644A77BEEF525E1464DB3DAD0B5313F6589F2991D39AF7EDA78AA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.en-US.yaml b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.en-US.yaml new file mode 100644 index 000000000000..38c7b7975c7b --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.5.0 +PackageLocale: en-US +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: A command line utility to work with Sentry. +Moniker: sentry-cli +Tags: +- sentry +ReleaseNotes: |- + Features + - (snapshots) Add snapshots diff command for locally comparing directories of PNG snapshot images using odiff (#3306) + - (snapshots) Add snapshots download command for downloading baseline snapshot images from Sentry (#3310) + - (snapshots) Add --all-image-file-names and --all-image-file-names-file flags to snapshots upload for detecting image removals and renames in selective builds (#3312) + - Add PE DWARF companion support (#3240) + - Add Windows ARM64 PE unwind support (#3240) + Fixes + - Improve error message when organization slug is missing from config (#3311) + - Respect CURL_CA_BUNDLE and SSL_CERT_FILE when configuring TLS certificate authorities (#3301). + Internal changes + - Bump symbolic to 13.1.1 (#3240) +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.5.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.zh-CN.yaml b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.zh-CN.yaml new file mode 100644 index 000000000000..96a1d59dedef --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.5.0 +PackageLocale: zh-CN +Publisher: Sentry +PublisherUrl: https://sentry.io/ +PublisherSupportUrl: https://github.com/getsentry/sentry-cli/issues +PrivacyUrl: https://sentry.io/privacy/ +Author: Functional Software, Inc. +PackageName: sentry-cli +PackageUrl: https://github.com/getsentry/sentry-cli +License: BSD-3-CLAUSE +LicenseUrl: https://github.com/getsentry/sentry-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Sentry (https://sentry.io/) and individual contributors. All rights reserved. +ShortDescription: 用于 Sentry 的命令行实用程序。 +Tags: +- sentry +ReleaseNotesUrl: https://github.com/getsentry/sentry-cli/releases/tag/3.5.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.sentry.io/cli/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.yaml b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.yaml new file mode 100644 index 000000000000..159b590f8186 --- /dev/null +++ b/manifests/s/Sentry/sentry-cli/3.5.0/Sentry.sentry-cli.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sentry.sentry-cli +PackageVersion: 3.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 85597e3a07b1eb6cf6671a6a76efe0ebe849d2c0 Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Tue, 2 Jun 2026 20:11:54 -0400 Subject: [PATCH 112/248] GitHub.Copilot version v1.0.59 (#382811) --- .../v1.0.59/GitHub.Copilot.installer.yaml | 25 ++++++++++++++++ .../v1.0.59/GitHub.Copilot.locale.en-US.yaml | 29 +++++++++++++++++++ .../Copilot/v1.0.59/GitHub.Copilot.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.yaml diff --git a/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..56f0e68069d3 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.59 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Commands: +- copilot +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.59/copilot-win32-x64.zip + InstallerSha256: 05973D523C4C303A226CF65CBAD297FC58107E1A356145AD1463F889B64D6E3F +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.59/copilot-win32-arm64.zip + InstallerSha256: FF3F7929F9B4BC0A29CF32B7BD9FF27252F6E530569215B44303B04E797FF184 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-02 diff --git a/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..4df5d26fedc5 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.59 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://github.com/github/copilot-cli/blob/HEAD/LICENSE.md +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.59 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.yaml new file mode 100644 index 000000000000..d9a4652a9907 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.59/GitHub.Copilot.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.Copilot +PackageVersion: v1.0.59 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 39c92857238fb03a3cf49839b4c24f1ff16f9c32 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:12:11 +0800 Subject: [PATCH 113/248] New version: TinyHumansAI.OpenHuman version 0.57.10 (#382831) --- .../TinyHumansAI.OpenHuman.installer.yaml | 26 ++++ .../TinyHumansAI.OpenHuman.locale.en-US.yaml | 112 ++++++++++++++++++ .../TinyHumansAI.OpenHuman.locale.zh-CN.yaml | 28 +++++ .../0.57.10/TinyHumansAI.OpenHuman.yaml | 8 ++ 4 files changed, 174 insertions(+) create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.installer.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.en-US.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.zh-CN.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.yaml diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.installer.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.installer.yaml new file mode 100644 index 000000000000..549b7b1d581a --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.10 +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.10/OpenHuman_0.57.10_x64-setup.exe + InstallerSha256: 1D106F8C418E08DF302B2CDA8AE49F0A6DF7F71B19303D5CACD8AA5DA363EAE7 + ProductCode: OpenHuman +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.10/OpenHuman_0.57.10_x64_en-US.msi + InstallerSha256: 9C10BB162CDCC6871067D4EB60C2252A6AF879368B276BBED34B7BA739801718 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F1C2E517-F870-4598-B78A-1B501700834D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{54052255-0CFF-5EA8-82D1-C533E6DE0990}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.en-US.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.en-US.yaml new file mode 100644 index 000000000000..f45079d06828 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.en-US.yaml @@ -0,0 +1,112 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.10 +PackageLocale: en-US +Publisher: openhuman +PublisherUrl: https://tinyhumans.ai/ +PublisherSupportUrl: https://github.com/tinyhumansai/openhuman/issues +PackageName: OpenHuman +PackageUrl: https://tinyhumans.ai/openhuman +License: GPL-3.0 +LicenseUrl: https://github.com/tinyhumansai/openhuman/blob/HEAD/LICENSE +ShortDescription: Your Personal AI super intelligence. Private, Simple and extremely powerful. +Description: |- + OpenHuman is an open-source AI assistant designed to be the memory and doer for everything you do across your tools. Built on Rust + Tauri and licensed under GNU GPL3, it closes the gap between what AI models can do and what they actually know about you. + Every model in the world, all 200+ of them, shares the same fundamental limitation: they are stateless. You type a prompt, get a response, and the context evaporates. Even the ones with "memory" store a few bullet points. A few bullet points is a sticky note, not intelligence. + OpenHuman solves this with a stack that's calmly, deliberately different: + - A local-first Memory Tree. Every source you connect. Gmail, Slack, GitHub, Notion, your own notes, flows through a deterministic pipeline: canonical Markdown, ≤3k-token chunks, scored, folded into per-source / per-topic / per-day summary trees. Stored in SQLite on your machine. No vector-soup black box. + - An Obsidian-style wiki on top of it. The same chunks the agent reasons over land as .md files in a vault you can open in Obsidian, browse, edit, and link by hand. Inspired by Karpathy's obsidian-wiki workflow. You can't trust a memory you can't read. + - 118+ third-party integrations. One-click OAuth into Gmail, GitHub, Slack, Notion, Stripe, Calendar, Drive, Linear, Jira and more - no API keys to wire by hand, no plugin marketplace to navigate. + - Auto-fetch. Every twenty minutes, OpenHuman pulls fresh data from every active connection and folds it into the Memory Tree without you asking, so the agent already has tomorrow's context this morning. + - An agent built for big data. Smart token compression (TokenJuice) compacts verbose tool output before it ever enters the model's context, so sweeping through your last six months of email costs single-digit dollars. Automatic model routing sends each task to the right model - hint:reasoning to a frontier model, hint:fast to a cheap one, vision to vision - all under one subscription. Optional local AI via Ollama keeps embeddings and summarization on-device. + - Batteries included. A complete agent toolbelt is wired in by default: web search, a web-fetch scraper, a full coder toolset (filesystem, git, lint, test, grep), browser & computer control, cron & scheduling, memory tools, agent coordination for spawning sub-agents, and native voice - STT in, TTS out, mascot lip-sync, and a live Google Meet agent that joins meetings, transcribes them into your Memory Tree, and can speak back into the call. No "install a plugin to read files" friction. + - Simple, UI-first. A clean desktop experience and short onboarding paths take you from install to a working agent in a few clicks - no config-first setup, no terminal required. The agent has a face: a desktop mascot that speaks, reacts to its surroundings, joins your Google Meets as a real participant, remembers you across weeks, and keeps thinking in the background even when you've stopped typing. + Together, these turn OpenHuman into something fundamentally different from a chatbot. It is an AI agent that consumes large amounts of personal data at low cost, maintains a persistent and evolving understanding of your world, and takes proactive actions on your behalf. +Tags: +- ai +- knowledge-base +- large-language-model +- llm +- llm-wiki +- wiki +ReleaseNotes: |- + What's Changed + - fix(agent): refresh orchestrator integration context on mid-session OAuth (#3044) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3153 + - feat(memory): record real LLM cost in sync audit (#3110) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3150 + - feat(agent/multimodal): support [FILE:…] markers with text extraction (#2777) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/2954 + - feat(security): separate agent action sandbox from internal workspace state by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3074 + - fix(inference): surface actionable error when Managed route fails with no credits by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3121 + - fix(memory/safety): exclude bare-phone patterns from strict PII rejection (#2848) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3028 + - test: green Rust Core Coverage (stale assertions + env-race serialization) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3156 + - fix(composio): complete connection-disconnect cleanup (config entry + memory tree) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3140 + - feat(analytics): wire product event tracking by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3123 + - refactor(agent): unwire eager 7-day memory-tree digest from turn loop (#3170) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3171 + - docs: clarify script install verification status by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3066 + - fix(scripts): make checklist help exit cleanly by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3067 + - fix(scripts): normalize agent-batch help exits by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3068 + - fix(scripts): add help to coverage gates by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3070 + - fix(scripts): validate i18n bundle dist flag by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3071 + - fix(scripts): reject invalid mock API ports by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3072 + - test(scripts): run OpenClaw formatter tests without vitest by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3063 + - fix(ai-settings): reset orphaned local-runtime routing when the runtime is disabled by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3167 + - revert: remove all Sentry error suppression (12 PRs) by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/2959 + - perf(memory_tree): batch drill_down BFS walker per depth by @mysma-9403 in https://github.com/tinyhumansai/openhuman/pull/3032 + - fix(subagent): box-pin engine recursion to fix tokio worker stack overflow by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/3151 + - refactor(composio): extract derive_toolkit_slug helper by @YOMXXX in https://github.com/tinyhumansai/openhuman/pull/3035 + - fix(runtime): apply 16 MiB worker stack to desktop core + agent CLI runtimes (#3159) by @YOMXXX in https://github.com/tinyhumansai/openhuman/pull/3175 + - fix(sentry): bind scope user at session boundaries + core boot (#3135) by @YOMXXX in https://github.com/tinyhumansai/openhuman/pull/3176 + - fix(inference): normalize 0.0.0.0 to 127.0.0.1 in Ollama URL + add endpoint edit button by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3161 + - feat: sync budget controls + agent activity level picker (#3117) by @senamakel-droid in https://github.com/tinyhumansai/openhuman/pull/3174 + - feat(memory-sync): track Composio API action count + cost in sync audit (#3111) by @justinhsu1477 in https://github.com/tinyhumansai/openhuman/pull/3138 + - fix(cron): make cron_run non-blocking, enqueue async execution (#3127) by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/3142 + - chore(ci): simplify release workflows — remove pretests, add commit picker and bump-only mode by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3177 + - feat(mascot): sync Rive mascot with new poses, viseme codes & mood detection by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3173 + - chore(ci): remove staging_tag promotion path from release-production by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3179 + - fix(codex): compare strict preflight paths by realpath by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3060 + - feat(meet): pre-fill owner display name from Persona settings (refs #2945) by @hemanth1999k in https://github.com/tinyhumansai/openhuman/pull/3034 + - refactor(subconscious): replace task system with agent-per-tick model by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3079 + - fix: Homebrew install error and Discord channel listing (#3085) by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/3144 + - fix(email): add date_local field with host timezone to email reshaper (#3128) by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/3143 + - docs: remove stale PR markers from coverage matrix by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3064 + - fix(scripts): validate mock webview bridge port by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3073 + - fix(e2e): improve core startup diagnostics and fail-fast error reporting by @manucian-official in https://github.com/tinyhumansai/openhuman/pull/3131 + - feat(about_app): catalog entry for GitHub repo memory source (#3047 follow-up) by @justinhsu1477 in https://github.com/tinyhumansai/openhuman/pull/3114 + - feat(mascot): add emotional reaction layer for conversation state (#1144) by @staimoorulhassan in https://github.com/tinyhumansai/openhuman/pull/3019 + - fix(routines): deduplicate morning_briefing jobs on seed boot (#3126) by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/3141 + - observability(sentry): attach user id to Rust-core events (#3135) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3136 + - fix(memory-sync): migrate ClickUp sync to memory_tree pipeline (#2885) by @YOMXXX in https://github.com/tinyhumansai/openhuman/pull/3080 + - feat(onboarding): guided memory & vault setup with health checklist (#2910) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3160 + - Add deployment workflow for OpenHuman by @manucian-official in https://github.com/tinyhumansai/openhuman/pull/3178 + - fix(test): feed multi_batch_volume_builds_full_tree past the 50k seal threshold (#3115) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3181 + - fix(oauth): reject persisted profiles without access tokens by @izumi0uu in https://github.com/tinyhumansai/openhuman/pull/3180 + - fix(e2e): fix 32 failing E2E tests across chat, onboarding, skills, connectors and settings by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/3137 + - feat(chat): redesign composer to two-row layout with toolbar by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/3165 + - test(e2e): update composer selectors for new placeholder + voice button by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/3206 + - fix(chat): give agent-error "Report on Discord" its own error-report modal by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/3208 + - feat(tools): add generate_presentation tool (native rust engine, ppt-rs) (#2778) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3016 + - fix(chat): hide image attachment button until backend supports it (#3205) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/3212 + - fix(test): only source ~/.cargo/env when it exists by @erxiong0 in https://github.com/tinyhumansai/openhuman/pull/3184 + - feat(chat): ArtifactCard + Tauri download + backend artifact events (#2779) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3017 + - fix(scheduler-gate): build fresh System per CPU sample to avoid sysinfo OOB panic by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3191 + - fix: disable storage for Codex responses requests by @honor2030 in https://github.com/tinyhumansai/openhuman/pull/3192 + - fix(composio): empty connections in direct mode without api key (TAURI-RUST-R4) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3198 + - docs(env): document OPENHUMAN_BRAVE_API_KEY + OPENHUMAN_PARALLEL_API_KEY in .env.example (#3098 sub-issue 4) by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/3218 + - fix(channels): honor chat_provider workload routing in channel runtime (#3098 sub-issue 1) by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/3217 + - fix(channels): classify empty-response, 4xx and vision chat errors with actionable copy (#3119) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/3199 + - fix(tauri): gate cef_preflight to macOS/Linux to fix Windows build by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/3225 + - fix(scripts): add short help to PR main sync by @alexzhu0 in https://github.com/tinyhumansai/openhuman/pull/3221 + - perf(learning): overlap reflection pattern/pref writes with join_all by @mysma-9403 in https://github.com/tinyhumansai/openhuman/pull/3216 + - fix(ci): key vendored tauri-cli cache by runner.arch to fix Linux x64 release build by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/3228 + New Contributors + - @alexzhu0 made their first contribution in https://github.com/tinyhumansai/openhuman/pull/3066 + - @izumi0uu made their first contribution in https://github.com/tinyhumansai/openhuman/pull/3180 + - @erxiong0 made their first contribution in https://github.com/tinyhumansai/openhuman/pull/3184 + Full Changelog: https://github.com/tinyhumansai/openhuman/compare/v0.57.5...v0.57.10 +ReleaseNotesUrl: https://github.com/tinyhumansai/openhuman/releases/tag/v0.57.10 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tinyhumans.gitbook.io/openhuman +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.zh-CN.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.zh-CN.yaml new file mode 100644 index 000000000000..c9f8e4db5682 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.10 +PackageLocale: zh-CN +ShortDescription: 你的个人 AI 超级智能。私密、简单且极其强大。 +Description: |- + OpenHuman 是一个开源的 AI 助手,旨在成为你在各类工具中一切行为的记忆中枢与执行者。基于 Rust + Tauri 构建,并采用 GNU GPL3 许可证发布,它弥合了 AI 模型能力与其对你真实了解之间的鸿沟。 + 全球范围内的每一个模型,无论数量多么庞大(超过 200 个),都面临同一个根本性局限:它们是无状态的。你输入一条提示,得到一个回复,上下文随即消失。即便是那些声称具备“记忆”功能的模型,也仅能存储几条简略要点。几条要点不过是一张便利贴,而非真正的智能。 + OpenHuman 通过一套冷静而深思熟虑的技术栈解决了这一问题: + - 本地优先的记忆树(Memory Tree)。你连接的每一个数据源——Gmail、Slack、GitHub、Notion、你的个人笔记——都会流经一条确定性的处理管道:标准化为 Markdown 格式,切分为不超过 3k token 的片段,经过评分后折叠成按来源 / 主题 / 日期分类的摘要树。所有内容均存储在你本地设备的 SQLite 数据库中,没有向量“浓汤”式的黑箱。 + - 在其之上构建了一个类似 Obsidian 的知识库。AI 代理所推理使用的相同文本片段会以 .md 文件的形式存入一个你可以用 Obsidian 打开的“保险库”中,供你浏览、编辑和手动链接。灵感源自 Karpathy 的 obsidian-wiki 工作流。如果你无法直接阅读记忆内容,就无法真正信任它。 + - 支持 118+ 个第三方集成。一键 OAuth 登录 Gmail、GitHub、Slack、Notion、Stripe、日历、网盘、Linear、Jira 等——无需手动配置 API 密钥,也无需在插件市场中摸索。 + - 自动抓取(Auto-fetch)。每二十分钟,OpenHuman 会自动从所有活跃连接中拉取最新数据,并将其整合进记忆树,无需你主动操作,确保助手在今天早上就已经掌握明天所需的上下文。 + - 面向大数据设计的代理架构。智能的 token 压缩技术(TokenJuice)会在冗长的工具输出进入模型上下文之前对其进行压缩,因此扫描你过去六个月的邮件成本仅为个位数美元。自动模型路由机制将不同任务分配给最适合的模型——提示词 hint:reasoning 发往高性能前沿模型,hint:fast 路由至低成本模型,视觉任务交由视觉模型处理——全部包含在同一订阅中。通过 Ollama 可选的本地 AI 支持,使嵌入和摘要处理全程在设备端完成。 + - 开箱即用。完整的代理工具集默认集成:网络搜索、网页抓取器、完整编程工具包(文件系统、git、lint、test、grep)、浏览器与电脑控制、定时任务与调度、记忆工具、用于生成子代理的协调机制,以及原生语音支持——语音转文字输入(STT),文字转语音输出(TTS),角色口型同步,还有一个能加入 Google Meet 会议、将会议内容转录进你的记忆树并可在通话中发言的实时会议代理。无需“安装插件才能读取文件”这类繁琐步骤。 + - 简洁、以用户界面为先。清爽的桌面体验和简短的新手引导路径让你只需几次点击即可从安装过渡到使用运行中的代理——无需先行配置,也不需要命令行操作。代理拥有一个具象化的形象:一个会说话、能感知周围环境变化的桌面吉祥物,它可以作为真实参与者加入你的 Google Meet 会议,能跨数周记住你,在你停止输入后仍在后台持续思考。 + 上述特性共同使 OpenHuman 成为一种与传统聊天机器人截然不同的存在。它是一个能够以低成本处理大量个人数据、持续且不断演进地理解你世界的 AI 代理,并能代表你主动采取行动。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 知识库 +- 维基 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.yaml new file mode 100644 index 000000000000..c056e094ad62 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.10/TinyHumansAI.OpenHuman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 585f7a8c9ecedfccef507b9a668f4e30c33f207a Mon Sep 17 00:00:00 2001 From: "Adam J. Kessel" Date: Tue, 2 Jun 2026 20:12:27 -0400 Subject: [PATCH 114/248] Update Winget manifests for version 1.9.13.0 (#382836) --- .../AdamKessel.GEDCOMNavigator.installer.yaml | 16 ++++++++++++++++ ...AdamKessel.GEDCOMNavigator.locale.en-US.yaml | 17 +++++++++++++++++ .../1.9.13.0/AdamKessel.GEDCOMNavigator.yaml | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.installer.yaml create mode 100644 manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.locale.en-US.yaml create mode 100644 manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.yaml diff --git a/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.installer.yaml b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.installer.yaml new file mode 100644 index 000000000000..cc1d4fbed0a8 --- /dev/null +++ b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdamKessel.GEDCOMNavigator +PackageVersion: 1.9.13.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ajkessel/gedcom-navigator/releases/download/1.9.13/gedcom-navigator-windows-installer.exe + InstallerSha256: BF9029DB73C2017FD218E7ACBE05B74E10C8D1D8E6EDD0238ACF23DD3F9D7BE5 + ProductCode: '{D3F7B0B6-A2E4-4D6F-9C4B-6A5D5F5E5D5C}_is1' + Scope: user +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-25 + diff --git a/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.locale.en-US.yaml b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.locale.en-US.yaml new file mode 100644 index 000000000000..7501d432a5de --- /dev/null +++ b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdamKessel.GEDCOMNavigator +PackageVersion: 1.9.13.0 +PackageLocale: en-US +Publisher: Adam Kessel +PublisherUrl: https://github.com/ajkessel +PublisherSupportUrl: https://github.com/ajkessel/gedcom-navigator/issues +PackageName: GEDCOM Navigator +PackageUrl: https://github.com/ajkessel/gedcom-navigator +License: BSD-2-Clause +ShortDescription: GEDCOM Navigator Setup +ReleaseNotesUrl: https://github.com/ajkessel/gedcom-navigator/releases/tag/1.9.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.yaml b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.yaml new file mode 100644 index 000000000000..a5107195d6da --- /dev/null +++ b/manifests/a/AdamKessel/GEDCOMNavigator/1.9.13.0/AdamKessel.GEDCOMNavigator.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdamKessel.GEDCOMNavigator +PackageVersion: 1.9.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + From 07d5c1b72566852c220f61de34c6a98615396f45 Mon Sep 17 00:00:00 2001 From: EriusCalrissian <131411787+EriusCalrissian@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:12:45 +0200 Subject: [PATCH 115/248] New version: Picocrypt-NG.Picocrypt-NG version 2.10 (#382840) --- .../Picocrypt-NG.Picocrypt-NG.installer.yaml | 24 +++++++++++ ...icocrypt-NG.Picocrypt-NG.locale.en-US.yaml | 40 +++++++++++++++++++ .../2.10/Picocrypt-NG.Picocrypt-NG.yaml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.installer.yaml create mode 100644 manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml create mode 100644 manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.yaml diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.installer.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.installer.yaml new file mode 100644 index 000000000000..f4a12a16527f --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.10' +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +FileExtensions: +- pcv +ProductCode: Picocrypt-NG +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: Picocrypt-NG developers + ProductCode: Picocrypt-NG +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Picocrypt-NG' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/2.10/Picocrypt-NG-Setup.exe + InstallerSha256: 986684D106341F9065298235251910ACCA426148AA2D12AF6B32F231EE2307AD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml new file mode 100644 index 000000000000..42c7207f950e --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.10' +PackageLocale: en-US +Publisher: Picocrypt-NG +PublisherUrl: https://github.com/Picocrypt-NG +PublisherSupportUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/issues +PackageName: Picocrypt-NG +PackageUrl: https://github.com/Picocrypt-NG/Picocrypt-NG +License: GPL-3.0 +LicenseUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/blob/HEAD/LICENSE +Copyright: (c) Picocrypt-NG developers +ShortDescription: A very small, very simple, yet very secure encryption tool. +Moniker: picocrypt-ng +ReleaseNotes: |- + macOS: + sha256(Picocrypt-NG.dmg) 56383453ce5b081dbdfd9d34b9675ef3a8b2ca12773b976b0c50dd2c7aa8ee74 + sha256(Picocrypt-NG-cli-macos) a6ea5ff215e93fce25c43553bfd9bd6ece7fa3106f03c1a91bf8e457a223853b + Windows Legacy CLI (Windows 7/8): + sha256(Picocrypt-NG-cli-Legacy.exe) 70c36feceb0f718475bec264054bfac53fcf0839fa5c24972cbd1755f0c5dd7e + Linux (amd64): + sha256(Picocrypt-NG) 2b0c2de9526f0d5161a84b4034e3d785ed1ee1b36c7348c2c80e88ac7a329829 + sha256(Picocrypt-NG-cli) 8a34076385a0aae0768a115baa2b5c5393baf2a251f9bad44c3e4d8e900bcc02 + sha256(Picocrypt-NG.deb) 1f8ff258375cbb37dd1e50621b7ad8f1585eb7edc6c0dc2249ea5e40474ea802 + Linux (arm64): + sha256(Picocrypt-NG-arm64) 781813dcb3fd653256072095e54a96e4572e245af27409669835c8715b75a738 + sha256(Picocrypt-NG-cli-arm64) 88ca41ff4ae36891c8d54c245a92a330aa6abac6c0daebd27a8d2ce6f7326f79 + Android (signed release APK): + sha256(Picocrypt-NG-android-release.apk) f8780e045380498d66fa16c625fc0f1f1c8875269e415ca63679ad50eb9993c0 + Windows: + sha256(Picocrypt-NG-Setup.exe) 986684d106341f9065298235251910acca426148aa2d12af6b32f231ee2307ad + sha256(Picocrypt-NG-portable.exe) adebe125fb8c8fca41c36912fefc92b02dc22542d075d3e45ba070eab707293e + sha256(Picocrypt-NG-cli.exe) 5174b50c45020f927a31c36f6526bd4186b1e48369abfd7e395bf570738e1e1e + Linux (Snap): + sha256(picocrypt-ng_2.10_amd64.snap) d33042269937a63ee4491894f9a30d376e71c57db88b135a3055690cbbd974d3 +ReleaseNotesUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/releases/tag/2.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.yaml new file mode 100644 index 000000000000..3b8d444cd109 --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.10/Picocrypt-NG.Picocrypt-NG.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.10' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 19cc8aac095cc3310525925ce6f6007f4e65b378 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:12:59 -0700 Subject: [PATCH 116/248] Automatic update of ComfortSoftwareGroup.FreeVirtualKeyboard from 5.0.0.0 to 5.0.1.0 (#382843) --- ...reGroup.FreeVirtualKeyboard.installer.yaml | 12 ++++++++++ ...roup.FreeVirtualKeyboard.locale.en-US.yaml | 22 +++++++++++++++++++ ...fortSoftwareGroup.FreeVirtualKeyboard.yaml | 8 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.installer.yaml create mode 100644 manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.locale.en-US.yaml create mode 100644 manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.yaml diff --git a/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.installer.yaml b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.installer.yaml new file mode 100644 index 000000000000..770ce628ee59 --- /dev/null +++ b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ComfortSoftwareGroup.FreeVirtualKeyboard +PackageVersion: 5.0.1.0 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://freevirtualkeyboard.com/FreeVKSetup.exe + InstallerSha256: AA235CA04ACCA23ACFAC40D6BFDB1C4E020E5CA3733019C1B69D67713E22E099 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.locale.en-US.yaml b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.locale.en-US.yaml new file mode 100644 index 000000000000..c5090f16f34a --- /dev/null +++ b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ComfortSoftwareGroup.FreeVirtualKeyboard +PackageVersion: 5.0.1.0 +PackageLocale: en-US +Publisher: Comfort Software Group +PackageName: Free Virtual Keyboard +PackageUrl: https://freevirtualkeyboard.com +License: Proprietary (Freeware) +Copyright: Comfort Software Group +ShortDescription: A free, lightweight, multilingual, and finger-friendly virtual on-screen keyboard. +Tags: +- free-virtual-keyboard +- touchkeyboard +- touch-keyboard +- onscreenkeyboard +- on-screen-keyboard +- osk +- 9nblggh35mpc +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.yaml b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.yaml new file mode 100644 index 000000000000..0c68560fc7ac --- /dev/null +++ b/manifests/c/ComfortSoftwareGroup/FreeVirtualKeyboard/5.0.1.0/ComfortSoftwareGroup.FreeVirtualKeyboard.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ComfortSoftwareGroup.FreeVirtualKeyboard +PackageVersion: 5.0.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 185cc8fc601cd6a81f57357db05c445fdf322f87 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:25:25 +0800 Subject: [PATCH 117/248] New version: Mozilla.Firefox.da version 151.0.3 (#382582) --- .../151.0.3/Mozilla.Firefox.da.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.da.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.da.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.da.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.da.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.da.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.da.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.da.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.da.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.da.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.da.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.da.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.da.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.da.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.da.locale.zh-CN.yaml | 24 +++++++++++ .../da/151.0.3/Mozilla.Firefox.da.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.yaml diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.installer.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.installer.yaml new file mode 100644 index 000000000000..25c083f959cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/da/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 15D5229D3C439CED511FC3753F928ABD2E432FAD2C0F66E25601368043479089 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/da/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 495410129C46CEF6617870A85897374151A694BA7F5CB301FBFA58E9B625C48C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/da/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 154E5677A1D6EEA6053BBF568C2DD4826D6E5F222E841232AB1DC19B6177492E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b2df66eb3155 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.da-DK.yaml new file mode 100644 index 000000000000..793ad2c0e261 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.de-DE.yaml new file mode 100644 index 000000000000..aef2d02e32ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.el-GR.yaml new file mode 100644 index 000000000000..37f6e4762a6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-GB.yaml new file mode 100644 index 000000000000..42514a594c93 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-US.yaml new file mode 100644 index 000000000000..6c975b257858 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (da) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.es-MX.yaml new file mode 100644 index 000000000000..af2012f92517 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.fr-FR.yaml new file mode 100644 index 000000000000..e595c0fb4bfa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.hu-HU.yaml new file mode 100644 index 000000000000..2edc7b668e48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ja-JP.yaml new file mode 100644 index 000000000000..34eedfff19fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.nb-NO.yaml new file mode 100644 index 000000000000..bba21505ff80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ru-RU.yaml new file mode 100644 index 000000000000..a11a29c9f257 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ta-IN.yaml new file mode 100644 index 000000000000..ac5f11cd6a6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.zh-CN.yaml new file mode 100644 index 000000000000..d6624a3adb4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.yaml b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.yaml new file mode 100644 index 000000000000..82078d030f3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0.3/Mozilla.Firefox.da.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4f2eee0f21678d4fd2cdd2f7bccc5950075a1217 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:27:29 +0800 Subject: [PATCH 118/248] Update: KDE.KAtomic version master (894) (#381396) --- manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml b/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml index dbd54db83ea1..ada406711ef3 100644 --- a/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml +++ b/manifests/k/KDE/KAtomic/master/KDE.KAtomic.installer.yaml @@ -9,14 +9,14 @@ ProductCode: katomic Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-891-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B384165800CBB80BE34E95A10C001941D54EEF879D37EA5A15433E39919D032F + InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 4C4D8795F56A7BA39CC768DE2B83FB83E39DBC982CAF26D91015557DD90F0957 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-891-windows-cl-msvc2022-x86_64.exe - InstallerSha256: B384165800CBB80BE34E95A10C001941D54EEF879D37EA5A15433E39919D032F + InstallerUrl: https://cdn.kde.org/ci-builds/games/katomic/master/windows/katomic-master-894-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 4C4D8795F56A7BA39CC768DE2B83FB83E39DBC982CAF26D91015557DD90F0957 InstallerSwitches: Custom: /AllUsers ManifestType: installer From dc5ed61378f56bbf1f34c35d0987afd0384d32f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Long?= Date: Wed, 3 Jun 2026 07:31:00 +0700 Subject: [PATCH 119/248] New version: HoangLong.DiskInfo version 3.1 (#381814) --- .../3.1/HoangLong.DiskInfo.installer.yaml | 17 +++++++++++ .../3.1/HoangLong.DiskInfo.locale.en-US.yaml | 30 +++++++++++++++++++ .../DiskInfo/3.1/HoangLong.DiskInfo.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.installer.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.locale.en-US.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.yaml diff --git a/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.installer.yaml b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.installer.yaml new file mode 100644 index 000000000000..1cc27553f90a --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HoangLong.DiskInfo +PackageVersion: "3.1" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DiskInfo.exe + PortableCommandAlias: diskinfo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hoang-Long2012/DiskInfo/releases/download/3.1/DiskInfo.zip + InstallerSha256: 8CD4CFED089DDC48C96AD52DB1E771A80910C85CD034579FC82AD6FB4C186043 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-31 diff --git a/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.locale.en-US.yaml b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.locale.en-US.yaml new file mode 100644 index 000000000000..ec53517a3790 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HoangLong.DiskInfo +PackageVersion: "3.1" +PackageLocale: en-US +Publisher: Hoàng Long +PublisherUrl: https://github.com/Hoang-Long2012 +PublisherSupportUrl: https://github.com/Hoang-Long2012/DiskInfo/issues +PackageName: DiskInfo +PackageUrl: https://github.com/Hoang-Long2012/DiskInfo +License: MIT +LicenseUrl: https://github.com/Hoang-Long2012/DiskInfo/blob/HEAD/LICENSE +ShortDescription: A small utility to check basic information about your drive. +Tags: +- cli +- disk +- disk-usage +- drive +- info +- storage +- tool +- utility +- windows +ReleaseNotesUrl: https://github.com/Hoang-Long2012/DiskInfo/blob/main/CHANGELOG.md +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Hoang-Long2012/DiskInfo/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.yaml b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.yaml new file mode 100644 index 000000000000..17886c0ab730 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/3.1/HoangLong.DiskInfo.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HoangLong.DiskInfo +PackageVersion: "3.1" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6fd558719515caf62a1fbda8e566b83deb1ff282 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:33:28 +0800 Subject: [PATCH 120/248] New version: KDE.Kasts version 26.04.2 (26.04-4503) (#381874) --- .../Kasts/26.04.2/KDE.Kasts.installer.yaml | 23 +++++++++++++++ .../Kasts/26.04.2/KDE.Kasts.locale.en-US.yaml | 29 +++++++++++++++++++ .../Kasts/26.04.2/KDE.Kasts.locale.zh-CN.yaml | 22 ++++++++++++++ manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.installer.yaml create mode 100644 manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.en-US.yaml create mode 100644 manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.zh-CN.yaml create mode 100644 manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.yaml diff --git a/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.installer.yaml b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.installer.yaml new file mode 100644 index 000000000000..14abd95577a8 --- /dev/null +++ b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KDE.Kasts +PackageVersion: 26.04.2 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: Kasts +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/kasts/release-26.04/windows/kasts-release_26.04-4503-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9D1824BE1E5705CAB374F1FCFC3E813A2B725797A8D8555EEF65D055606626B6 + InstallerSwitches: + Custom: /CurrentUser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.kde.org/ci-builds/multimedia/kasts/release-26.04/windows/kasts-release_26.04-4503-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 9D1824BE1E5705CAB374F1FCFC3E813A2B725797A8D8555EEF65D055606626B6 + InstallerSwitches: + Custom: /AllUsers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.en-US.yaml b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.en-US.yaml new file mode 100644 index 000000000000..99373b8f4537 --- /dev/null +++ b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.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.12.0.schema.json + +PackageIdentifier: KDE.Kasts +PackageVersion: 26.04.2 +PackageLocale: en-US +Publisher: KDE e.V. +PublisherUrl: https://kde.org/ +PublisherSupportUrl: https://kde.org/support/ +PrivacyUrl: https://kde.org/privacypolicy/ +Author: KDE e.V. +PackageName: Kasts +PackageUrl: https://apps.kde.org/kasts/ +License: GPL-2.0-or-later +LicenseUrl: https://invent.kde.org/multimedia/kasts/-/blob/HEAD/LICENSES/GPL-2.0-or-later.txt +Copyright: © 2020-2026 KDE Community +ShortDescription: Podcast Application +Description: |- + Kasts is a convergent podcast application that looks good on desktop and mobile. + Its main features are: + - Episode management through play queue + - Sync playback positions with other clients through gpodder.net or gpodder-nextcloud + - Variable playback speed + - Search for podcasts + - Full system integration: e.g. inhibit system suspend while listening +Tags: +- podcast +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.zh-CN.yaml b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.zh-CN.yaml new file mode 100644 index 000000000000..4bb515027548 --- /dev/null +++ b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KDE.Kasts +PackageVersion: 26.04.2 +PackageLocale: zh-CN +PublisherUrl: https://kde.org/zh-cn/ +PublisherSupportUrl: https://kde.org/zh-cn/support/ +PackageUrl: https://apps.kde.org/zh-cn/kasts/ +ShortDescription: 播客应用程序 +Description: |- + Kasts 是一款融合播客应用程序,在桌面和移动设备上都很美观。 + 其主要功能包括: + - 通过播放列表管理剧集 + - 通过 gpodder.net 或 gpodder-nextcloud 与其它客户端同步播放位置 + - 可调播放速度 + - 搜索播客 + - 全面的系统集成:例如,在收听时限制系统挂起 +Tags: +- 播客 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.yaml b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.yaml new file mode 100644 index 000000000000..23dfcbbd5bdb --- /dev/null +++ b/manifests/k/KDE/Kasts/26.04.2/KDE.Kasts.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KDE.Kasts +PackageVersion: 26.04.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f03980d43a048904f1c8bb782199559105661faf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:36:36 +0800 Subject: [PATCH 121/248] New version: ErlichLiu.Proma version 0.10.24 (#382052) --- .../0.10.24/ErlichLiu.Proma.installer.yaml | 31 ++++++++++++++++ .../0.10.24/ErlichLiu.Proma.locale.en-US.yaml | 29 +++++++++++++++ .../0.10.24/ErlichLiu.Proma.locale.zh-CN.yaml | 35 +++++++++++++++++++ .../Proma/0.10.24/ErlichLiu.Proma.yaml | 8 +++++ 4 files changed, 103 insertions(+) create mode 100644 manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.installer.yaml create mode 100644 manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.en-US.yaml create mode 100644 manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.zh-CN.yaml create mode 100644 manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.yaml diff --git a/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.installer.yaml b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.installer.yaml new file mode 100644 index 000000000000..970e6f2b9c90 --- /dev/null +++ b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ErlichLiu.Proma +PackageVersion: 0.10.24 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- proma +FileExtensions: +- proma-backup +- proma-share +ProductCode: 7c277a67-1561-5044-94b9-16fb308e8209 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.10.24-setup.exe + InstallerSha256: 41001E1FCB5D55DAADA774260F581FDBBC746F3F21B78A139ABC235043B90745 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.proma.cool/releases/win-x64/Proma-0.10.24-setup.exe + InstallerSha256: 41001E1FCB5D55DAADA774260F581FDBBC746F3F21B78A139ABC235043B90745 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.en-US.yaml b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.en-US.yaml new file mode 100644 index 000000000000..006b3d5e4142 --- /dev/null +++ b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.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.12.0.schema.json + +PackageIdentifier: ErlichLiu.Proma +PackageVersion: 0.10.24 +PackageLocale: en-US +License: Freeware +ShortDescription: A local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. +Description: |- + Proma is a local-first AI desktop application that integrates multi-model Chat, general Agent, workspace, Skills, MCP, remote bots, and memory capabilities into a single open-source client. + It's not just a chatbox for casual conversations, but an Agent workspace designed to accumulate personal workflows over time: use Chat for simple questions, assign complex tasks to the Agent, and keep data and configurations as local as possible. + + What you can do now + - Chat mode: Multi-model conversations, attachment parsing, image input, Markdown / Mermaid / KaTeX / code highlighting, side-by-side chats, system prompts, context management. + - Agent mode: General Agent based on @anthropic-ai/claude-agent-sdk, supporting workspace isolation, permission modes, file operations, streaming output for long-running tasks, plan confirmation, and user follow-up. + - SubAgent / Tasks: Complex tasks can be broken down into sub-Agents / Tasks via the Claude Agent SDK tools, with invocation processes and results displayed within the message stream. + - Skills & MCP: Each workspace can independently configure Skills, MCP Server, and workspace files, ideal for accumulating reusable capabilities. + - Remote bots: Supports Feishu / Lark bot bridging, with DingTalk and WeChat bridge entry points already provided, enabling mobile devices or group chats to trigger local Agent workflows. + - Memory and tools: Chat and Agent share memory capabilities, and support web search, built-in Chat tools, Agent recommendations, and other auxiliary features. + - Local-first: Conversations, workspaces, attachments, configurations, Skills, etc., are stored by default in ~/.proma/, organized using JSON / JSONL files, without relying on a local database. + - Desktop experience: Auto-update, proxy settings, file preview, global shortcuts, quick task window, voice input, light / dark / system-following themes. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.zh-CN.yaml b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.zh-CN.yaml new file mode 100644 index 000000000000..ffc85e5edb1c --- /dev/null +++ b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ErlichLiu.Proma +PackageVersion: 0.10.24 +PackageLocale: zh-CN +Publisher: ErlichLiu +PublisherUrl: https://proma.cool/ +PublisherSupportUrl: https://github.com/ErlichLiu/Proma/issues +PackageName: Proma +PackageUrl: https://proma.cool/download +License: 免费软件 +Copyright: Copyright © 2024-2026 Proma +ShortDescription: 把最丝滑的通用 Agent 体验带进你的工作流,为 100x 专业用户而生的未来产品,正在实现 proactive Agent 阶段。基于 Claude Agent SDK 的完整开源实践,原生支持飞书群聊调用、灵活接入任意大模型供应商 —— 让顶级 Agent 能力真正跑在你每天用的地方。 +Description: |- + Proma 是一个本地优先的 AI 桌面应用,把多模型 Chat、通用 Agent、工作区、Skills、MCP、远程机器人和记忆能力放在同一个开源客户端里。 + 它不是只面向闲聊的聊天框,而是一个可以长期沉淀个人工作流的 Agent 工作台:简单问题用 Chat,复杂任务交给 Agent,数据和配置尽量留在本地。 + + 现在能做什么 + - Chat 模式:多模型对话、附件解析、图片输入、Markdown / Mermaid / KaTeX / 代码高亮、并排对话、系统提示词、上下文管理。 + - Agent 模式:基于 @anthropic-ai/claude-agent-sdk 的通用 Agent,支持工作区隔离、权限模式、文件操作、长任务流式输出、计划确认和用户追问。 + - SubAgent / Tasks:复杂任务可以通过 Claude Agent SDK 的 Agent 工具拆分为子 Agent / Task,并在消息流中展示调用过程和结果。 + - Skills & MCP:每个工作区可以独立配置 Skills、MCP Server 和工作区文件,适合沉淀可复用能力。 + - 远程机器人:支持飞书 / Lark 机器人桥接,并已提供钉钉、微信桥接入口,用手机或群聊触发本机 Agent 工作流。 + - 记忆与工具:Chat 和 Agent 可共享记忆能力,并支持联网搜索、内置 Chat 工具、Agent 推荐等辅助能力。 + - 本地优先:会话、工作区、附件、配置、Skills 等默认存储在 ~/.proma/,使用 JSON / JSONL 文件组织,不依赖本地数据库。 + - 桌面体验:自动更新、代理设置、文件预览、全局快捷键、快速任务窗口、语音输入、亮色 / 暗色 / 跟随系统主题。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/ErlichLiu/Proma/releases +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.yaml b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.yaml new file mode 100644 index 000000000000..7358ffaaaf3d --- /dev/null +++ b/manifests/e/ErlichLiu/Proma/0.10.24/ErlichLiu.Proma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ErlichLiu.Proma +PackageVersion: 0.10.24 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 6324a2c289a6c78b52f113b34247da6064d554d0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:40:02 +0800 Subject: [PATCH 122/248] New version: NewRelic.InfrastructureAgent version 1.76.1 (#382098) --- ...ewRelic.InfrastructureAgent.installer.yaml | 17 ++++++++++++ ...elic.InfrastructureAgent.locale.en-US.yaml | 27 +++++++++++++++++++ ...elic.InfrastructureAgent.locale.zh-CN.yaml | 9 +++++++ .../1.76.1/NewRelic.InfrastructureAgent.yaml | 8 ++++++ 4 files changed, 61 insertions(+) create mode 100644 manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.installer.yaml create mode 100644 manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.en-US.yaml create mode 100644 manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.zh-CN.yaml create mode 100644 manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.yaml diff --git a/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.installer.yaml b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.installer.yaml new file mode 100644 index 000000000000..f537200287eb --- /dev/null +++ b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NewRelic.InfrastructureAgent +PackageVersion: 1.76.1 +InstallerType: wix +Scope: machine +ProductCode: '{9F235E8E-0946-4E67-8D88-111385E0B02C}' +ReleaseDate: 2026-05-27 +AppsAndFeaturesEntries: +- UpgradeCode: '{527B3F06-B23D-426A-9999-C77506EE6B28}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.1.76.1.msi + InstallerSha256: 51353BAD33E4B9E1F1E70CD983FCB63669836FEA99C83308710DF00F40D4DEFB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.en-US.yaml b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.en-US.yaml new file mode 100644 index 000000000000..a6bc0cd9c43c --- /dev/null +++ b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.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.12.0.schema.json + +PackageIdentifier: NewRelic.InfrastructureAgent +PackageVersion: 1.76.1 +PackageLocale: en-US +Publisher: New Relic, Inc. +PublisherUrl: https://newrelic.com/ +PublisherSupportUrl: https://github.com/newrelic/infrastructure-agent/issues +PrivacyUrl: https://newrelic.com/termsandconditions/privacy +Author: New Relic, Inc. +PackageName: New Relic Infrastructure Agent +PackageUrl: https://docs.newrelic.com/docs/infrastructure/infrastructure-agent/windows-installation/windows-msi-installer/ +License: Apache-2.0 +LicenseUrl: https://github.com/newrelic/infrastructure-agent/blob/HEAD/LICENSE +Copyright: Copyright 2026 New Relic +CopyrightUrl: https://newrelic.com/termsandconditions/terms +ShortDescription: Collect inventory data and metrics of your hosts and sends it to the New Relic platform. +ReleaseNotes: |- + What's Changed + - fix: set-service-account fails for local users in https://github.com/newrelic/infrastructure-agent/pull/2247 + - fix: Bumped containerd to version 1.7.32 to address CVE-2026-46680 in https://github.com/newrelic/infrastructure-agent/pull/2250 + - fix: Bumped nri-flex to version 1.18.4 to address CVE-2026-45570 in https://github.com/newrelic/infrastructure-agent/pull/2252 + Full Changelog: https://github.com/newrelic/infrastructure-agent/compare/1.76.0...1.76.1 +ReleaseNotesUrl: https://github.com/newrelic/infrastructure-agent/releases/tag/1.76.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.zh-CN.yaml b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.zh-CN.yaml new file mode 100644 index 000000000000..f90da67580b9 --- /dev/null +++ b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.locale.zh-CN.yaml @@ -0,0 +1,9 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NewRelic.InfrastructureAgent +PackageVersion: 1.76.1 +PackageLocale: zh-CN +ShortDescription: 收集主机库存数据和指标,并将其发送至 New Relic 平台。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.yaml b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.yaml new file mode 100644 index 000000000000..91cc23dc81cd --- /dev/null +++ b/manifests/n/NewRelic/InfrastructureAgent/1.76.1/NewRelic.InfrastructureAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NewRelic.InfrastructureAgent +PackageVersion: 1.76.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ef665263e56538959071c97fb4e79c956536f7b0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:43:04 +0800 Subject: [PATCH 123/248] New version: OSGeo.QGIS_LTR version 3.44.11 (3.44.11-1) (#382101) --- .../3.44.11/OSGeo.QGIS_LTR.installer.yaml | 31 +++++++++++++++++++ .../3.44.11/OSGeo.QGIS_LTR.locale.en-US.yaml | 22 +++++++++++++ .../3.44.11/OSGeo.QGIS_LTR.locale.zh-CN.yaml | 21 +++++++++++++ .../QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.yaml | 8 +++++ 4 files changed, 82 insertions(+) create mode 100644 manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.installer.yaml create mode 100644 manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.en-US.yaml create mode 100644 manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.zh-CN.yaml create mode 100644 manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.yaml diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.installer.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.installer.yaml new file mode 100644 index 000000000000..30e1f62f5310 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.11 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- qgs +- qgz +- qlr +- qml +- qpt +ProductCode: '{C74BD9B1-9982-1014-90B6-AB3D19B37C45}' +ReleaseDate: 2026-05-29 +AppsAndFeaturesEntries: +- DisplayName: QGIS 3.44.11 'Solothurn' + ProductCode: '{C74BD9B1-9982-1014-90B6-AB3D19B37C45}' + UpgradeCode: '{C74C3EB1-9982-1014-90B6-AB3D19B37C45}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\QGIS 3.44.10' +Installers: +- Architecture: x64 + InstallerUrl: https://qgis.org/downloads/QGIS-OSGeo4W-3.44.11-1.msi + InstallerSha256: 062F58FD0F45FE94BE2D9EDA3316FC1D9109F2149F33BD1B15837D8DEE0909C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.en-US.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.en-US.yaml new file mode 100644 index 000000000000..2230c0ceb041 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.11 +PackageLocale: en-US +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/en/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/en/site/getinvolved/governance/trademark/ +ShortDescription: A Free and Open Source Geographic Information System (GIS) +Description: QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. +Moniker: qgis-ltr +Tags: +- gis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.zh-CN.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.zh-CN.yaml new file mode 100644 index 000000000000..3222dda3a875 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.11 +PackageLocale: zh-CN +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/zh-Hans/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/zh-Hans/site/getinvolved/governance/trademark/ +ShortDescription: 免费开源的地理信息系统(GIS) +Description: QGIS 是一个用户友好的开源地理信息系统(GIS),采用 GNU 通用公共许可证授权。QGIS 是开源地理空间基金会(The Open Source Geospatial Foundation,OSGeo)的官方项目,可在 Linux、Unix、Mac OSX、Windows 和 Android 上运行,并支持多种矢量、光栅和数据库格式及功能。 +Tags: +- 地理信息系统 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.yaml new file mode 100644 index 000000000000..3f65559d3f52 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.11/OSGeo.QGIS_LTR.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cfffbc7e4ff0715ebd3c94b5dae204c3ab816b05 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:46:39 +0800 Subject: [PATCH 124/248] New version: dreamlonglll.Mini-Term version 0.5.1 (#382119) --- .../dreamlonglll.Mini-Term.installer.yaml | 26 +++++++ .../dreamlonglll.Mini-Term.locale.en-US.yaml | 60 ++++++++++++++ .../dreamlonglll.Mini-Term.locale.zh-CN.yaml | 78 +++++++++++++++++++ .../0.5.1/dreamlonglll.Mini-Term.yaml | 8 ++ 4 files changed, 172 insertions(+) create mode 100644 manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.installer.yaml create mode 100644 manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.en-US.yaml create mode 100644 manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml create mode 100644 manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.yaml diff --git a/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.installer.yaml b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.installer.yaml new file mode 100644 index 000000000000..6c1d5657ca43 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.5.1 +UpgradeBehavior: install +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.5.1/Mini-Term_0.5.1_x64-setup.exe + InstallerSha256: E2F9E5EFF60AC962080BBE1082314063261D0E07C95320609A3A8886D301DC35 + ProductCode: Mini-Term +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/dreamlonglll/mini-term/releases/download/v0.5.1/Mini-Term_0.5.1_x64_en-US.msi + InstallerSha256: 1A0163F561AD3C610B99B05805A472406374B10558F92057A6BB80CBDCFD465B + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{3C918302-CA9D-43FA-BF65-648645622E8F}' + AppsAndFeaturesEntries: + - UpgradeCode: '{508EBA6B-F86F-54E3-A17E-094DDF898583}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.en-US.yaml b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.en-US.yaml new file mode 100644 index 000000000000..12749b2224e1 --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.5.1 +PackageLocale: en-US +License: Freeware +ShortDescription: Desktop Terminal Manager Built for the AI Era +Description: |- + An AI terminal management tool supporting multi-project, multi-terminal layout management + + Features + Terminal Core + - Multi-tab management — Independent tabs per project, drag-to-sort, status icons at a glance + - Recursive splitting — Horizontal/vertical nested splits, Allotment drag-to-adjust ratios + - High-performance rendering — xterm.js v6 + WebGL acceleration, automatic Canvas fallback + - 100K-line scrollback — Intercepts CSI 3J (ED3) commands, preserves scrollback history when Claude/Codex TUIs clear screen + - Terminal caching — Switching tabs/splits without rebuilding xterm instances, existing content preserved + - Copy & paste — Ctrl+Shift+C / Ctrl+Shift+V shortcuts + right-click menu, "Copy" auto-grayed when no selection; Windows large multi-line paste auto-chunked to prevent ConPTY line loss + - Long text paste — Clipboard text ≥10 lines or ≥2000 chars auto-saved as temp .txt and pastes quoted file path, avoiding AI tool performance and paste bracket issues with ultra-long content + - Image paste — Auto-detects screenshots in clipboard, saves as temp PNG via Win32 API and pastes quoted path, compatible with non-standard formats like PinPix + - File drag-drop — Files dragged to terminal auto-insert quoted absolute paths, compatible with spaces-in-path + - Multi-Shell config — Windows (cmd / powershell / pwsh), macOS (zsh / bash), Linux (bash / sh), freely add/remove + AI Process Awareness + - Real-time status detection — 500ms polling child process names, auto-identifies Claude/Codex, displays idle/working/error states + - Status aggregation — Panel → Tab → Project layered aggregation, priority: error > ai-working > ai-idle > idle + - Completion alert trio — Triggers immediately when AI task goes working → idle: + - Bottom-right Toast desktop notification (inactive projects only, deduplicated per project) + - Project list DONE badge, click to clear + - Taskbar flash (Windows) / Dock bounce (macOS), only when window unfocused + - Three toggles independently configurable + - Session entry/exit detection — Command echo identifies AI entry; double Ctrl+C / Ctrl+D or exit/quit/:quit/logout identifies exit + - Session history — Reads local Claude/Codex session history, right-click copy recovery command for quick resumption + - AI task markers — Auto-logs xterm on each Enter press in AI session, tab top-right ⚑ button drops down history submission list, click or Ctrl+Shift+↑/↓ to jump between markers, target line briefly highlighted + Project Management + - Project list — Left sidebar manages multiple project directories, one-click workspace switch, auto-restores last active project on restart + - Drag-to-add projects — Drag folders from Explorer to project list for quick add, auto-identifies files/folders/duplicates with visual feedback + - Nested groups — Up to 3-level project grouping, drag-to-sort, collapse/expand + - File tree — Integrated directory browser, nested .gitignore grayed out (per-subdirectory ignore rules and !pattern whitelists respected, consistent with git behavior), notify file watcher real-time refresh + - File operations — New file/folder, rename, view content in file tree (binary and oversized file friendly prompts) + - VS Code quick open — File tree top-right button opens current project with configured VS Code executable, path customizable in "Settings → System Settings → External Editor" + Git Integration + - File status — Git status colors in file tree (modified/added/deleted/conflict) + - Change Diff — Detailed Diff for working directory changes, Hunk line-level parsing, side-by-side/inline dual view + - Commit history — Browse repository commit log, cursor pagination (default 30 items) + - Commit Diff — View file changes for any commit, per-file switching + - Branch info — Local/remote branch list + - Source control panel — VS Code-style Changes panel, Staged/Changes/Untrackedg grouping, single-file and bulk stage/unstage/discard, Ctrl+Enter quick commit, list/tree view toggle + - Pull/Push — In-line repository buttons for one-click remote sync, refresh button reloads commit history and branch info + - Multi-repo discovery — Auto-scans all Git repositories under project directory (recursive 5 levels, skips node_modules, etc.) + Appearance & Configuration + - Activity Bar sidebar — Leftmost permanent 40px icon bar, Projects/Sessions/Files/Git panel toggles, independent show/hide control, active state blue vertical bar indicator, state persistence + - Three theme modes — Auto (follow system)/Light/Dark, dark based on Warm Carbon warm charcoal tones, custom CSS variable system + - Independent font adjustment — UI and terminal font sizes separately adjustable (10-20px), terminal optional UI theme following + - Layout persistence — Split ratios, tabs, window size/position auto-saved and restored on restart (tauri-plugin-window-state) + - Close confirmation — Pre-close confirmation dialog, flushes all project layouts to prevent accidental operations + - Version check — Fetches GitHub Release on startup, title bar shows new version notification + - Settings center — Unified SettingsModal manages themes, fonts, Shell, AI notifications and all other toggles +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c191f5300eb --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.5.1 +PackageLocale: zh-CN +Publisher: tauri-app +PublisherUrl: https://github.com/dreamlonglll +PublisherSupportUrl: https://github.com/dreamlonglll/mini-term/issues +PackageName: Mini-Term +PackageUrl: https://github.com/dreamlonglll/mini-term +License: 免费软件 +ShortDescription: 为 AI 时代打造的桌面终端管理器 +Description: |- + 一个 AI 终端管理工具,支持多项目、多终端布局管理 + + 功能特性 + 终端核心 + - 多标签管理 — 每个项目独立标签页,拖拽排序,状态图标一目了然 + - 递归分屏 — 横向 / 纵向任意嵌套分屏,Allotment 拖拽调整比例 + - 高性能渲染 — xterm.js v6 + WebGL 加速,自动降级为 Canvas + - 10 万行滚动缓冲 — 拦截 CSI 3J(ED3)指令,Claude / Codex 等 TUI 清屏时保留上滚历史 + - 终端缓存 — 切换标签 / 分屏不重建 xterm 实例,已有内容不丢失 + - 复制粘贴 — Ctrl+Shift+C / Ctrl+Shift+V 快捷键 + 右键菜单,未选中时"复制"自动置灰;Windows 大段多行粘贴自动分块写入,防止 ConPTY 丢行 + - 长文本粘贴 — 剪贴板文本 ≥10 行或 ≥2000 字符时自动转存为临时 .txt 并粘贴带引号的文件路径,避免 AI 工具直接处理超长内容引发性能与 paste bracket 问题 + - 图片粘贴 — 剪贴板含截图时自动检测,通过 Win32 API 保存为临时 PNG 并粘贴带引号的路径,兼容 PinPix 等非标准格式 + - 文件拖拽 — 文件拖到终端自动插入带引号的绝对路径,兼容含空格的路径 + - 多 Shell 配置 — Windows(cmd / powershell / pwsh)、macOS(zsh / bash)、Linux(bash / sh)等,可自由增删 + AI 进程感知 + - 实时状态检测 — 500ms 轮询子进程名,自动识别 Claude / Codex,显示 idle / working / error 状态 + - 状态聚合 — 面板 → 标签页 → 项目逐层聚合,优先级 error > ai-working > ai-idle > idle + - 完成提醒三件套 — AI 任务从 working → idle 时立刻触发: + - 右下角 Toast 桌面通知(仅非活跃项目弹出,同项目去重) + - 项目列表 DONE 徽章,点击清除 + - 任务栏闪烁(Windows)/ Dock 跳动(macOS),窗口失焦时才触发 + - 三个开关独立可配 + - 会话进出检测 — 命令 echo 识别进入 AI;双击 Ctrl+C / Ctrl+D 或 exit / quit / :quit / /logout 识别退出 + - 会话历史 — 读取本地 Claude / Codex 历史会话记录,右键复制恢复命令快速续接 + - AI 任务标记 — AI 会话内每次用户按 Enter 自动在 xterm 打点,标签右上角 ⚑ 按钮下拉展示历史提交列表,点击或 Ctrl+Shift+↑/↓ 在标记间跳转,目标行短暂高亮提示 + 项目管理 + - 项目列表 — 左侧边栏管理多个项目目录,一键切换工作区,重启自动恢复上次激活项目 + - 拖拽添加项目 — 从资源管理器拖拽文件夹到项目列表即可快速添加,自动识别文件 / 文件夹 / 重复项目并给出视觉反馈 + - 嵌套分组 — 最多 3 级项目分组,拖拽排序,折叠 / 展开 + - 文件树 — 集成目录浏览器,嵌套 .gitignore 置灰(每层子目录的忽略规则与 !pattern 白名单都会生效,与 git 行为一致),notify 文件监听实时刷新 + - 文件操作 — 文件树内新建文件 / 文件夹、重命名、查看内容(二进制与超大文件友好提示) + - VS Code 快捷打开 — 文件树右上角按钮一键用配置的 VS Code 可执行文件打开当前项目,路径可在「设置 → 系统设置 → 外部编辑器」自定义 + Git 集成 + - 文件状态 — 文件树显示 Git 状态颜色(修改 / 新增 / 删除 / 冲突) + - 变更 Diff — 工作区文件变更的详细 Diff,Hunk 行级解析,并排 / 内联双视图 + - 提交历史 — 浏览仓库提交记录,游标分页加载(默认 30 条) + - 提交 Diff — 查看任意提交的文件变更,逐文件切换 + - 分支信息 — 本地 / 远程分支列表 + - 源码控制面板 — VS Code 风格 Changes 面板,Staged / Changes / Untracked 分组展示,支持单文件和全量 stage / unstage / discard,Ctrl+Enter 快速提交,列表与树形视图切换 + - Pull / Push — 仓库行内按钮一键同步远端,支持刷新按钮重新加载提交记录与分支信息 + - 多仓库发现 — 自动扫描项目目录下所有 Git 仓库(递归 5 层,跳过 node_modules 等) + 外观与配置 + - Activity Bar 侧边栏 — 最左侧常驻 40px 图标栏,含 Projects / Sessions / Files / Git 四个面板开关,独立控制显隐,激活态蓝色竖条指示,状态持久化 + - 三种主题模式 — Auto(跟随系统)/ Light / Dark,深色基于 Warm Carbon 暖炭色调,自定义 CSS 变量体系 + - 字体独立调节 — UI 与终端字号分别可调(10-20px),终端可选是否跟随 UI 主题 + - 布局持久化 — 分屏比例、标签页、窗口大小 / 位置自动保存,重启恢复(tauri-plugin-window-state) + - 关闭确认 — 关闭窗口前二次确认,并 flush 所有项目布局,避免误操作 + - 版本检查 — 启动时拉取 GitHub Release,标题栏显示新版本提示 + - 设置中心 — 统一的 SettingsModal 管理主题、字体、Shell、AI 通知等所有开关 +ReleaseNotes: |- + v0.5.1 — 稳定性修复 + 继 v0.5.0 之后的修复版,重点解决搜索崩溃与若干资源/数据安全问题。 + 🐛 修复 + - 搜索遇中文/多字节字符崩溃:搜索含中文(及 emoji、土耳其语 İ 等)的文件名或内容时,后端按字节切分多字节字符会 panic,导致搜索框永久卡在「搜索中」。已重写为按字符匹配,并为搜索线程加 panic 兜底。 + - 剪贴板图片粘贴内存安全隐患:粘贴非标准格式(部分截图工具)图片时,DIB 解析缺少长度校验,畸形数据可能触发越界读/整数溢出。已补全边界与维度校验。 + - 配置文件写入防损坏:config.json、cc-connect、MCP/Codex/Claude 等配置改为原子写入(临时文件 + 重命名),杜绝写入中途崩溃/断电留下半截损坏文件而丢失配置;覆盖时保留原文件权限。 + - 删除项目时的资源泄漏:删除仍开着终端的项目时,会一并回收后端 shell/AI 子进程与前端终端实例,不再残留孤儿进程。 + - 文件树监听句柄泄漏:展开/折叠目录、切换项目时不再累积文件系统监听句柄。 + - 点击 Git 上/下箭头(pull/push)偶发 UI 卡顿:移出主线程执行,避免冻结界面。 + ✨ 细节优化 + - 项目列表中 idle 状态的项目不再显示状态小圆点,列表更清爽。 +ReleaseNotesUrl: https://github.com/dreamlonglll/mini-term/releases/tag/v0.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.yaml b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.yaml new file mode 100644 index 000000000000..0577c3a545cd --- /dev/null +++ b/manifests/d/dreamlonglll/Mini-Term/0.5.1/dreamlonglll.Mini-Term.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dreamlonglll.Mini-Term +PackageVersion: 0.5.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 0958a41bdbdf259bc2cdcd22d6241524f9a72b70 Mon Sep 17 00:00:00 2001 From: DirectCompare Date: Wed, 3 Jun 2026 10:47:09 +1000 Subject: [PATCH 125/248] New package: DirectCompare.DirectCompare version 1.08.0 (#382076) Co-authored-by: Moorey79 <79577011+Moorey79@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 --- ...DirectCompare.DirectCompare.installer.yaml | 16 +++++ ...ectCompare.DirectCompare.locale.en-US.yaml | 60 +++++++++++++++++++ .../1.08.0/DirectCompare.DirectCompare.yaml | 7 +++ 3 files changed, 83 insertions(+) create mode 100644 manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.installer.yaml create mode 100644 manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.locale.en-US.yaml create mode 100644 manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.yaml diff --git a/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.installer.yaml b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.installer.yaml new file mode 100644 index 000000000000..ce97a5379cfe --- /dev/null +++ b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.installer.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: DirectCompare.DirectCompare +PackageVersion: 1.08.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: DirectCompare.exe + PortableCommandAlias: dircompare +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/DirectCompare/DirectCompare/releases/download/v1.08/DirectCompare-v1.08-Windows.zip + InstallerSha256: BD1347A2580846ED0028245C4388FE5A8E118AA649600F1A8B2F3823113BF82B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.locale.en-US.yaml b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.locale.en-US.yaml new file mode 100644 index 000000000000..6d4c86786a1f --- /dev/null +++ b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.locale.en-US.yaml @@ -0,0 +1,60 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: DirectCompare.DirectCompare +PackageVersion: 1.08.0 +PackageLocale: en-US +Publisher: DirectCompare +PublisherUrl: https://directcompare.dev +PublisherSupportUrl: https://github.com/DirectCompare/DirectCompare/issues +PrivacyUrl: https://directcompare.dev/privacy +PackageName: DirectCompare +PackageUrl: https://directcompare.dev +License: Proprietary +LicenseUrl: https://github.com/DirectCompare/DirectCompare/blob/master/LICENSE +Copyright: Copyright (c) 2026 DirectCompare +ShortDescription: Compare folders, Git repos, archives, FTP servers, and more - side by side or up to 16 sources at once. +Description: |- + DirectCompare is a desktop file and folder comparison tool for Windows and Linux. + + Basic (free): 2-way directory comparison, exports (CSV, HTML, JSON), bookmarks, + sessions, keyboard shortcuts, and themes. No time limit. + + Standard ($39/yr): Everything in Basic plus N-way comparison (3+ sources), + Git integration, and archive support (ZIP, TAR, 7Z, RAR, ISO, CAB). + + Premium ($79/yr): Everything in Standard plus GitHub integration, FTP/SFTP, + similarity search, 3-way merge editor, image comparison (dHash/aHash), + and CSV/Excel comparison. + + Enterprise: All Premium features plus Admin Centre, collaborative workspaces, + admin policies, registry toolkit, and priority support. + + Distributed as a single portable .exe - no installer, no dependencies, no DLLs required. + A 30-day full-featured trial starts automatically on first launch. No sign-up required. +Moniker: dircompare +Tags: + - compare + - diff + - merge + - folder + - directory + - file + - git + - github + - ftp + - archive + - zip + - patch + - sync + - developer + - productivity +ReleaseNotes: |- + v1.08 (2026-06-01) + - Completely rewritten in-app help documentation covering all features + - 5 new help topics: Special File Types, Customization, Advanced Features, FTP & SFTP, Enterprise + - Fixed merge engine corrupted output on overlapping edits + - Fixed race conditions in CLI automation, database writes, and named pipe communication + - Improved Linux build compatibility with GCC 15 +ReleaseNotesUrl: https://github.com/DirectCompare/DirectCompare/releases/tag/v1.08 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.yaml b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.yaml new file mode 100644 index 000000000000..a8230572bb41 --- /dev/null +++ b/manifests/d/DirectCompare/DirectCompare/1.08.0/DirectCompare.DirectCompare.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: DirectCompare.DirectCompare +PackageVersion: 1.08.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 45e229d6b2f58a8fe4f26aac1f2d493a86d131be Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:50:08 +0200 Subject: [PATCH 126/248] New version: ameshkov.dnslookup version 1.12.0 (#382120) --- .../1.12.0/ameshkov.dnslookup.installer.yaml | 21 +++++++++++++++++++ .../ameshkov.dnslookup.locale.en-US.yaml | 16 ++++++++++++++ .../dnslookup/1.12.0/ameshkov.dnslookup.yaml | 8 +++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.installer.yaml create mode 100644 manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.locale.en-US.yaml create mode 100644 manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.yaml diff --git a/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.installer.yaml b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.installer.yaml new file mode 100644 index 000000000000..17c2ffa102cc --- /dev/null +++ b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ameshkov.dnslookup +PackageVersion: 1.12.0 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: windows-386/dnslookup.exe + InstallerUrl: https://github.com/ameshkov/dnslookup/releases/download/v1.12.0/dnslookup-windows-386-v1.12.0.zip + InstallerSha256: 731BB87B1E97535565945821500E7E1B7E53765FE764F2557CDD745837E4951D +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: windows-amd64/dnslookup.exe + InstallerUrl: https://github.com/ameshkov/dnslookup/releases/download/v1.12.0/dnslookup-windows-amd64-v1.12.0.zip + InstallerSha256: EED786E7DD4E7B9B89913ED1C4EB8B62304D895FE8E0FFA6B9EB5F7AA4972593 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.locale.en-US.yaml b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.locale.en-US.yaml new file mode 100644 index 000000000000..c911dc7ed9a9 --- /dev/null +++ b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ameshkov.dnslookup +PackageVersion: 1.12.0 +PackageLocale: en-US +Publisher: Andrey Meshkov +PublisherUrl: https://github.com/ameshkov +PublisherSupportUrl: https://github.com/ameshkov/dnslookup/issues +PackageName: dnslookup +PackageUrl: https://github.com/ameshkov/dnslookup +License: MIT +LicenseUrl: https://github.com/ameshkov/dnslookup/blob/HEAD/LICENSE +ShortDescription: Simple command line utility to make DNS lookups to the specified server +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.yaml b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.yaml new file mode 100644 index 000000000000..7ac7b85b2344 --- /dev/null +++ b/manifests/a/ameshkov/dnslookup/1.12.0/ameshkov.dnslookup.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ameshkov.dnslookup +PackageVersion: 1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 029f044579c1c96f5c692b1aac389ffea238ca81 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:54:00 +0800 Subject: [PATCH 127/248] New version: NetEase.LobsterAI version 2026.6.1 (#382163) --- .../2026.6.1/NetEase.LobsterAI.installer.yaml | 26 +++++++ .../NetEase.LobsterAI.locale.en-US.yaml | 37 ++++++++++ .../NetEase.LobsterAI.locale.zh-CN.yaml | 70 +++++++++++++++++++ .../LobsterAI/2026.6.1/NetEase.LobsterAI.yaml | 8 +++ 4 files changed, 141 insertions(+) create mode 100644 manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.installer.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.en-US.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.zh-CN.yaml create mode 100644 manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.yaml diff --git a/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.installer.yaml b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.installer.yaml new file mode 100644 index 000000000000..5bd46f9dfbda --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.6.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 63515710-f48a-5414-a457-1d6072fae8c4 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.6.1/LobsterAI--win-x64.exe + InstallerSha256: 4E3BC4C489915E85861AFD3488E85B419FC0E761F76CA5A2EEE2B56FC84F0C0F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/netease-youdao/LobsterAI/releases/download/2026.6.1/LobsterAI--win-x64.exe + InstallerSha256: 4E3BC4C489915E85861AFD3488E85B419FC0E761F76CA5A2EEE2B56FC84F0C0F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.en-US.yaml b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.en-US.yaml new file mode 100644 index 000000000000..d7090052ba4d --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.6.1 +PackageLocale: en-US +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageUrl: https://lobsterai.youdao.com/#/en/index +ShortDescription: A 24/7 personal assistant Agent that gets things done +Description: |- + LobsterAI is an all-in-one personal assistant Agent developed by NetEase Youdao. It works around the clock to handle your everyday tasks — data analysis, making presentations, generating videos, writing documents, searching the web, sending emails, scheduling tasks, and more. + At its core is Cowork mode — it executes tools, manipulates files, and runs commands in a local or sandboxed environment, all under your supervision. You can also chat with agent via Telegram, Discord, DingTalk or Feishu (Lark) and get work done from your phone anytime, anywhere. + Key Features + - All-in-One Productivity Assistant — Data analysis, PPT creation, video generation, document writing, web search, email — covers the full range of daily work + - Local + Sandbox Execution — Run tasks directly on your machine or in an isolated Alpine Linux sandbox + - Built-in Skills — Office document generation, web search, Playwright automation, Remotion video generation, and more + - Windows Built-in Python Runtime — Windows packages bundle a ready-to-use Python interpreter runtime; Python skill dependencies can be installed on demand + - Scheduled Tasks — Create recurring tasks via conversation or the GUI — daily news digests, inbox cleanup, periodic report generation, and more + - Persistent Memory — Automatically extracts user preferences and personal facts from conversations, remembers your habits across sessions, and gets smarter the more you use it + - Mobile via IM — Control your Agent remotely from your phone through Telegram, Discord, DingTalk, or Feishu + - Permission Gating — All tool invocations require explicit user approval before execution + - Cross-Platform — macOS (Intel + Apple Silicon), Windows, Linux desktop, plus mobile coverage via IM + - Local Data — SQLite storage keeps your chat history and configuration on your device +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotesUrl: https://lobsterai.youdao.com/#/en/changelog +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://lobsterai.youdao.com/#/en/docs/lobsterai_user_manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.zh-CN.yaml b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.zh-CN.yaml new file mode 100644 index 000000000000..dfda3640cd42 --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.locale.zh-CN.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.6.1 +PackageLocale: zh-CN +Publisher: LobsterAI +PublisherUrl: https://www.youdao.com/ +PublisherSupportUrl: https://github.com/netease-youdao/LobsterAI/issues +Author: 网易有道信息技术(北京)有限公司 +PackageName: LobsterAI +PackageUrl: https://lobsterai.youdao.com/ +License: MIT +LicenseUrl: https://github.com/netease-youdao/LobsterAI/blob/HEAD/LICENSE +Copyright: © 2026 NetEase Youdao +CopyrightUrl: https://c.youdao.com/dict/hardware/lobsterai/lobsterai_service.html +ShortDescription: 一个 7×24 小时帮你干活的全场景个人助理 Agent +Description: |- + LobsterAI 是由网易有道开发的全场景个人助理 Agent。它 7×24 小时待命,能够帮你完成日常办公中的各类事务 —— 数据分析、制作 PPT、生成视频、撰写文档、搜索信息、收发邮件、定时任务,以及更多。 + LobsterAI 的核心是 Cowork 模式,它能在本地或沙箱环境中执行工具、操作文件、运行命令,一切都在你的监督下自主完成。此外,LobsterAI 支持通过钉钉、飞书、Telegram、Discord 等 IM 平台远程触发,让你在手机上也能随时指挥 Agent 工作。 + 核心特性 + - 全场景办公助理 — 数据分析、PPT 制作、视频生成、文档撰写、Web 搜索、邮件收发,覆盖日常办公全流程 + - 本地 + 沙箱执行 — 任务执行支持本地直接运行或隔离的 Alpine Linux 沙箱 + - 内置技能 — 包括 Office 文档生成、Web 搜索、Playwright 自动化、Remotion 视频生成等 + - Windows 内置 Python 运行时 — Windows 安装包内置可直接使用的 Python 解释器运行时;Python 技能依赖可按需安装 + - 定时任务 — 支持对话式发起或 GUI 界面添加定时任务,如每日新闻收集、邮箱整理、周期性报告生成等 + - 持久记忆 — 自动从对话中提取用户偏好与个人信息,跨会话记住你的习惯,越用越懂你 + - IM 远程操控 — 通过钉钉、飞书、Telegram、Discord 在手机端随时触发 Agent + - 权限门控 — 所有敏感工具调用需用户明确批准后执行 + - 跨平台 — macOS(Intel + Apple Silicon)、Windows、Linux 桌面端,配合 IM 实现移动端覆盖 + - 数据本地化 — SQLite 本地存储,聊天记录和配置不离开你的设备 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ReleaseNotes: |- + What's Changed + - feat: Expert Kit Store and Conversation Integration by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2060 + - feat: plugin update check for npm/clawhub sources by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2069* + - fix(mcp): kill stdio process trees and share runtime across sessions by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2066 + - fix: Kit try-asking 跳转后未转换为 skills by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2067 + - fix: defer plugin settings save — batch write + dirty guard by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2068 + - fix: scope tool_result artifact detection to image gen tools only by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2070 + - fix(openclaw): startup gateway optimization by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2072 + - fix(artifacts): show errors for missing local files by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2073 + - fix(cowork): support deleting subagent sessions by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2074 + - fix(cowork): avoid rendering oversized markdown by default by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2075 + - feat: 优化文件预览工具栏操作收纳 by @liugang519 in https://github.com/netease-youdao/LobsterAI/pull/2076 + - fix: exec 大输出场景下的渲染性能与连接稳定性 by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2077 + - feat(cowork): emit selected-skill routing metadata instead of inlining prompts by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2078 + - chore: optimize kits and upload file ui by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2080 + - chore: add some logs by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2082 + - feat(kits): localize installed skill descriptions by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2083 + - fix(kits): confirm before uninstalling kits by @btc69m979y-dotcom in https://github.com/netease-youdao/LobsterAI/pull/2084 + - feat(cowork): add local conversation forking by @liuzhq1986 in https://github.com/netease-youdao/LobsterAI/pull/2085 + - fix: fix a WeChat bug during updates/reinstalls by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2086 + - chore: optimize kits by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2087 + - chore: update kits ui by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2088 + - chore: add minimax m3 and update byok models default context windows by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2089 + - release: 2026.5.28 by @fisherdaddy in https://github.com/netease-youdao/LobsterAI/pull/2090 + Full Changelog: https://github.com/netease-youdao/LobsterAI/compare/2026.5.27...2026.6.1 +ReleaseNotesUrl: https://github.com/netease-youdao/LobsterAI/releases/tag/2026.6.1 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://lobsterai.youdao.com/#/docs/lobsterai_user_manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.yaml b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.yaml new file mode 100644 index 000000000000..c2cbd83c29ec --- /dev/null +++ b/manifests/n/NetEase/LobsterAI/2026.6.1/NetEase.LobsterAI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetEase.LobsterAI +PackageVersion: 2026.6.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 23fe636402c467a86ab9f023cc2bc5e2db0b40f9 Mon Sep 17 00:00:00 2001 From: Cloudfleet Technology Team Date: Wed, 3 Jun 2026 02:57:41 +0200 Subject: [PATCH 128/248] New version: Cloudfleet.CLI version 0.12.0 (#382189) --- .../CLI/0.12.0/Cloudfleet.CLI.installer.yaml | 19 +++++++++++++++++++ .../0.12.0/Cloudfleet.CLI.locale.en-US.yaml | 12 ++++++++++++ .../Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.installer.yaml create mode 100644 manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.locale.en-US.yaml create mode 100644 manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.yaml diff --git a/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.installer.yaml b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.installer.yaml new file mode 100644 index 000000000000..1159045cb5c6 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.12.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudfleet.exe +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.12.0/cloudfleet_windows_amd64.zip + InstallerSha256: 8A3544453F2521142F3BAA23ADED537472BC477C3CE2EAFCE51089801C62C58F +- Architecture: arm64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.12.0/cloudfleet_windows_arm64.zip + InstallerSha256: 23FDA0AC88D7DC2335A8C379683CE07D2BEC5D1C13644182683F3983F8A2DAFC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.locale.en-US.yaml b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..f3dfc7952566 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: Cloudfleet +PackageName: Cloudfleet CLI +License: MIT License +ShortDescription: Cloudfleet CLI enables users to manage their Cloudfleet accounts and Cloudfleet Kubernetes Engine clusters +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.yaml b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.yaml new file mode 100644 index 000000000000..08ca9d940c2f --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.12.0/Cloudfleet.CLI.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Cloudfleet.CLI +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 80aa700acadd3d1b1fb0195dbf12d1e676aee155 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 2 Jun 2026 21:02:00 -0400 Subject: [PATCH 129/248] New version: infisical.infisical 0.43.90 (#382227) Co-authored-by: goreleaserbot --- .../infisical.infisical.installer.yaml | 26 +++++++++++++++++++ .../infisical.infisical.locale.en-US.yaml | 13 ++++++++++ .../0.43.90/infisical.infisical.yaml | 7 +++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/i/infisical/infisical/0.43.90/infisical.infisical.installer.yaml create mode 100644 manifests/i/infisical/infisical/0.43.90/infisical.infisical.locale.en-US.yaml create mode 100644 manifests/i/infisical/infisical/0.43.90/infisical.infisical.yaml diff --git a/manifests/i/infisical/infisical/0.43.90/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.installer.yaml new file mode 100644 index 000000000000..27072c15665b --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.90 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-01" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.90/cli_0.43.90_windows_arm64.zip + InstallerSha256: 936f220d6175459a43ed23145efffc1de2bb30a311cfde15b2d929da88ad74eb + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.90/cli_0.43.90_windows_amd64.zip + InstallerSha256: b008d19a1715942f5656ce666d47769e9db035ce7aeb6f08eb4703f04ef8c7aa + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.90/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.locale.en-US.yaml new file mode 100644 index 000000000000..1d554b7aa615 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.90 +PackageLocale: en-US +Publisher: infisical +PackageName: infisical +PackageUrl: https://infisical.com +License: MIT +ShortDescription: The official Infisical CLI +Moniker: infisical +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.90/infisical.infisical.yaml b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.yaml new file mode 100644 index 000000000000..8157267856b3 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.90/infisical.infisical.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.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.90 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From d7f164e6938eda4924c87b482e2aaad16c5aeb1e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:06:16 +0800 Subject: [PATCH 130/248] New version: MicroClaw.MicroClaw version 0.2.1 (#382248) --- .../0.2.1/MicroClaw.MicroClaw.installer.yaml | 21 +++++ .../MicroClaw.MicroClaw.locale.en-US.yaml | 83 +++++++++++++++++++ .../MicroClaw.MicroClaw.locale.zh-CN.yaml | 63 ++++++++++++++ .../MicroClaw/0.2.1/MicroClaw.MicroClaw.yaml | 8 ++ 4 files changed, 175 insertions(+) create mode 100644 manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.installer.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.en-US.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.zh-CN.yaml create mode 100644 manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.yaml diff --git a/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.installer.yaml b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.installer.yaml new file mode 100644 index 000000000000..edd38dcbc460 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: microclaw.exe +Commands: +- microclaw +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microclaw/microclaw/releases/download/v0.2.1/microclaw-0.2.1-x86_64-windows-msvc.zip + InstallerSha256: F5B4C981F89BF6CDF1FF8709F74EB81267EFF2D8BA7B3A68BA3C52DA7C390FB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.en-US.yaml b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.en-US.yaml new file mode 100644 index 000000000000..e0451dea9100 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: MicroClaw +PublisherUrl: https://microclaw.ai/ +PublisherSupportUrl: https://github.com/microclaw/microclaw/issues +PackageName: MicroClaw +PackageUrl: https://microclaw.ai/ +License: MIT +LicenseUrl: https://github.com/microclaw/microclaw/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 everettjf +ShortDescription: An agentic AI assistant that lives in your chats, inspired by nanoclaw and incorporating some of its design ideas. Built with Rust +Description: |- + MicroClaw is a Rust chat bot that connects LLM to your chats with agentic tool execution. It can run shell commands, read and edit files, search codebases, browse the web, schedule tasks, and keep persistent memory across conversations. It is a Rust rewrite of nanoclaw (TypeScript) with additional capabilities and a single-binary deployment model. + + What makes it different + - Agentic loop with tool execution, not just a single API call + - Full file system and shell tooling from inside chat + - Long-lived memory backed by AGENTS.md files + - Built-in scheduler for cron and one-time tasks + - Group chat catch-up: reads all messages since last reply + - Multi-chat permission model (control_chat_ids) for cross-chat tool authorization + - Agent skills system with bundled skills (including macOS Apple Notes/Reminders/Calendar helpers) + - Customizable personality via SOUL.md files (global + per-chat) + + How it works + chat message + | + v + Store in SQLite --> Load chat history + memory + | + v + LLM API (with tools) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + Send reply Execute tool(s) + | + v + Feed results back + to LLM (loop) + MicroClaw enters an agentic loop for every message. LLM can call tools, inspect results, call more tools, and reason through multi-step tasks before responding. The loop is capped by MAX_TOOL_ITERATIONS for safety. + + Core capabilities + - Agentic tool use (bash, file I/O, glob, grep) + - Web search, fetch, and browser automation + - Scheduling with cron expressions + - Mid-conversation messaging for progress updates + - Persistent memory (global + per-chat) + - Personality customization via SOUL.md + - Conversation archiving (automatic before compaction, manual via /archive) + - Typing indicator that stays active during tool use +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +ReleaseNotes: |- + What's Changed + - feat: add propagation-trace built-in skill by @everettjf in https://github.com/microclaw/microclaw/pull/384 + - Make the bot more human + a capable concurrent specialist team, with 30 factory-ready skills by @everettjf in https://github.com/microclaw/microclaw/pull/391 + - Humanlike follow-ups: progress-reports toggle, relationship familiarity, task ETA by @everettjf in https://github.com/microclaw/microclaw/pull/392 + - Bounded versions of research-hard traits: humor timing, per-user growth, group interjection by @everettjf in https://github.com/microclaw/microclaw/pull/393 + - Specialist-to-specialist collaboration via consult_specialist by @everettjf in https://github.com/microclaw/microclaw/pull/394 + - Graph-augmented memory recall over the temporal knowledge graph by @everettjf in https://github.com/microclaw/microclaw/pull/395 + Full Changelog: https://github.com/microclaw/microclaw/compare/v0.1.59...v0.2.1 +ReleaseNotesUrl: https://github.com/microclaw/microclaw/releases/tag/v0.2.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: Quick Start + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.zh-CN.yaml b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..304fd7b5f1a9 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.locale.zh-CN.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.2.1 +PackageLocale: zh-CN +ShortDescription: 一个驻留在你聊天中的自主 AI 助手,灵感来自 nanoclaw,并融入了其部分设计理念。使用 Rust 构建 +Description: |- + MicroClaw 是一个使用 Rust 编写的聊天机器人,可将大语言模型(LLM)与聊天集成,并支持智能体式的工具执行。它能够运行 Shell 命令、读写和编辑文件、搜索代码库、浏览网页、安排任务,并在不同对话之间保持持久记忆。MicroClaw 是 nanoclaw(TypeScript 版本)的 Rust 重写版本,具备更多功能,并采用单二进制文件部署模式。 + + 是什么让它与众不同 + - 具备工具执行能力的智能体循环,而不仅是一次性 API 调用 + - 可直接在聊天中访问完整的文件系统与 Shell 工具 + - 由 AGENTS.md 文件支持的长期记忆机制 + - 内置调度器,支持定时(cron)和一次性任务 + - 群组聊天跟进功能:读取上次回复以来的所有消息 + - 多聊天权限模型(control_chat_ids),实现跨聊天会话的工具授权 + - 智能体技能系统,附带预置技能(包括 macOS 的 Apple 笔记/提醒事项/日历助手) + - 通过 SOUL.md 文件自定义个性(全局 + 每个聊天独立设置) + + 工作原理 + 聊天消息 + | + v + 存入 SQLite --> 加载聊天历史 + 记忆 + | + v + LLM API(带工具) + | + stop_reason? + / \ + end_turn tool_use + | | + v v + 发送回复 执行工具(s) + | + v + 将结果反馈给 LLM(循环) + MicroClaw 对每条消息都会进入一个智能体循环。LLM 可调用工具,检查结果,继续调用更多工具,并在回应前完成多步骤任务的推理。为保障安全,循环受 MAX_TOOL_ITERATIONS 参数限制。 + + 核心功能 + - 智能体式工具调用(bash、文件读写、glob、grep) + - 网络搜索、内容获取与浏览器自动化 + - 支持 cron 表达式的任务调度 + - 在任务进行中发送中间消息以更新进度 + - 持久化记忆(全局 + 每聊天独立) + - 通过 SOUL.md 自定义个性 + - 对话归档(压缩前自动归档,或通过 /archive 手动归档) + - 在工具执行期间持续显示“正在输入”提示 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://microclaw.ai/docs/overview +- DocumentLabel: 快速开始 + DocumentUrl: https://microclaw.ai/docs/quickstart +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.yaml b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.yaml new file mode 100644 index 000000000000..713fa7bc8fd3 --- /dev/null +++ b/manifests/m/MicroClaw/MicroClaw/0.2.1/MicroClaw.MicroClaw.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MicroClaw.MicroClaw +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e6a04f57034d0080872dfa0fd1c9018b8ef04fe2 Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:10:39 +1000 Subject: [PATCH 131/248] New version: Devolutions.RemoteDesktopManager version 2026.2.5.0 (#382586) --- ...utions.RemoteDesktopManager.installer.yaml | 47 +++++++++++++++++++ ...ons.RemoteDesktopManager.locale.en-US.yaml | 30 ++++++++++++ .../Devolutions.RemoteDesktopManager.yaml | 8 ++++ 3 files changed, 85 insertions(+) create mode 100644 manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.installer.yaml create mode 100644 manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml create mode 100644 manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.yaml diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.installer.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.installer.yaml new file mode 100644 index 000000000000..2fa7056d6d05 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.installer.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2026.2.5.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.10 +ProductCode: '{669FE82E-7DFE-497F-8CA4-E3EFEB18C605}' +AppsAndFeaturesEntries: +- UpgradeCode: '{2707F3BF-4D7B-40C2-882F-14B0ED869EE8}' +Installers: +- Architecture: neutral + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.2026.2.5.0.msi + InstallerSha256: 4A6705A08508C79697D421C0685D41BFB0A2B6A920A977AAB3CB4F419108891C +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.win-x64.2026.2.5.0.msi + InstallerSha256: C8E216C0A3884CADA977687C381E04B61E4594A891850D28E486E9161C9EDD10 +- Architecture: arm64 + InstallerUrl: https://cdn.devolutions.net/download/Setup.RemoteDesktopManager.win-arm64.2026.2.5.0.msi + InstallerSha256: 67EAA2D9F861FF0C9D329B669AB90BF9DA24A1A298C3563B9F33A9988724DDDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml new file mode 100644 index 000000000000..c4cbc7b0723a --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2026.2.5.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-2026 Devolutions Inc. +ShortDescription: Remote Connections & Passwords. Everywhere! +Moniker: rdm +Tags: +- devolutions +- rdm +- rdmfree +- rdp +- remote-desktop +- remote-desktop-manager +- ard +- ssh +- vnc +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.yaml b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.yaml new file mode 100644 index 000000000000..8fcd40cc7a38 --- /dev/null +++ b/manifests/d/Devolutions/RemoteDesktopManager/2026.2.5.0/Devolutions.RemoteDesktopManager.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Devolutions.RemoteDesktopManager +PackageVersion: 2026.2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d2edb84e2ee7c3905013adefcca94fbf366bed0f Mon Sep 17 00:00:00 2001 From: Ossian Ericson <43954785+ossianericson@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:10:54 +0200 Subject: [PATCH 132/248] NetSentinel.NetSentinel version 1.9.72 (#382772) --- .../NetSentinel.NetSentinel.installer.yaml | 22 ++++++ .../NetSentinel.NetSentinel.locale.en-US.yaml | 72 +++++++++++++++++++ .../1.9.72/NetSentinel.NetSentinel.yaml | 8 +++ 3 files changed, 102 insertions(+) create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.installer.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.locale.en-US.yaml create mode 100644 manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.yaml diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..1edf5604cdf5 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.72 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.9.72/NetSentinel-Setup-1.9.72.exe + InstallerSha256: D317577F871C298749FD8539742BB57A574434ED32D85EEBDBD7B5E1E4C352E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..7f4863ba0023 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.72 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Professional network monitor — LAN scanner, security audit, 5G modem and mesh router integration +Description: |- + NetSentinel is a professional-grade network security scanner and monitor for Windows, + targeting IT administrators, home lab users, and students learning network concepts. + It replaces a collection of separate utilities with one integrated desktop application: + + • Device Inventory — ARP + mDNS + NetBIOS + DHCP scan; OUI fingerprinting identifies + cameras, smart speakers, routers, and IoT sensors by MAC address + • 5G Modem Monitor — live SINR, RSRP, RSRQ, band, and cell ID from ZTE MC889 modems; + signal history logged alongside every speed test result + • Mesh Router Monitor — TP-Link Deco XE75 node signal stats and topology; + enriches device inventory with real hostnames from your mesh network + • Hardware Integration — USB, serial, and GPIO device detection; extend the app + with physical sensors and network hardware + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs; flags devices stealing the + Root Bridge role and causing periodic 15-45 second network outages + • Broadcast Storm Analyser — measures broadcast/multicast rates in real time; + identifies the flooding device with packet-level evidence + • Speed Test — three-tier: Ookla CLI (1 Gbps+) then speedtest-cli (8 threads) then + pure-Python (16 TCP streams); each result captures a full modem signal snapshot + • Security Audit — SYN/UDP port scan, OS fingerprint, CVE lookup, TLS checker, + credential test (SSH/SMB/FTP/Telnet), threat intelligence, and risk scorer + • IoT Behavioral Baseline — learns normal traffic patterns; alerts when a device + contacts unexpected hosts or starts scanning + • What's Wrong? Diagnosis — symptom tiles trigger a sequenced scan; results + delivered as plain-English findings with root-cause correlation + • Log Hub — unified view: network RTT, 5G modem, mesh, syslog, and SNMP traps + • Protocol Visualizer — animated ARP/DNS/TCP/DHCP/STP diagrams from real scan data + • Lab Mode — guided CompTIA Network+/CCNA exercises with exportable HTML results + • MQTT / Home Assistant — Discovery payloads, configurable broker, keychain credentials + • REST API — read-only Flask API on localhost; API key stored in OS keychain + • WiFi Heatmap — floor plan import, IDW interpolation, PNG export + • Network Documentation — one-click HTML/Markdown snapshot of full network state + • Automation Hooks — shell commands triggered by alert and scan events + + Most active scan features require Administrator privileges. + Install Npcap (https://npcap.com) for STP, storm, ARP watch, and 802.11 monitor mode. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.9.72 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..dcba842a7020 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.72/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2acfbdb3e8b9455800d28a0b28ab05f84b0c96c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:11:08 +0800 Subject: [PATCH 133/248] Update: Bluebeam.BluebeamOCR.21 version 21.0.30 (#382776) --- .../21/21.0.30/Bluebeam.BluebeamOCR.21.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/b/Bluebeam/BluebeamOCR/21/21.0.30/Bluebeam.BluebeamOCR.21.installer.yaml b/manifests/b/Bluebeam/BluebeamOCR/21/21.0.30/Bluebeam.BluebeamOCR.21.installer.yaml index a4574610a5d6..61f05ad51597 100644 --- a/manifests/b/Bluebeam/BluebeamOCR/21/21.0.30/Bluebeam.BluebeamOCR.21.installer.yaml +++ b/manifests/b/Bluebeam/BluebeamOCR/21/21.0.30/Bluebeam.BluebeamOCR.21.installer.yaml @@ -17,7 +17,7 @@ AppsAndFeaturesEntries: UpgradeCode: '{623BF0BF-FD84-47DC-9F1A-3F6CBCA000BB}' Installers: - Architecture: x64 - InstallerUrl: https://downloads.bluebeam.com/software/downloads/21.9.0/MSIBluebeamRevu21.9.0x64.zip - InstallerSha256: 55F05C5F0C0DCB6360792037254F4EEC98261BDC735B4AFAE5F10AFC55068DE7 + InstallerUrl: https://downloads.bluebeam.com/software/downloads/21.10.0/MSIBluebeamRevu21.10.0x64.zip + InstallerSha256: 3448DC0318D46F0E80B1347417205CD73C92849BC401EC2D8188E9404CD1D2FB ManifestType: installer ManifestVersion: 1.12.0 From 2116852f1bc104fa784a14e7c7020822cde02c23 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:11:24 +0800 Subject: [PATCH 134/248] New version: GoLang.Go version 1.26.4 (#382781) --- .../GoLang/Go/1.26.4/GoLang.Go.installer.yaml | 48 +++++++++++++++++++ .../Go/1.26.4/GoLang.Go.locale.en-US.yaml | 37 ++++++++++++++ .../Go/1.26.4/GoLang.Go.locale.zh-CN.yaml | 30 ++++++++++++ manifests/g/GoLang/Go/1.26.4/GoLang.Go.yaml | 8 ++++ 4 files changed, 123 insertions(+) create mode 100644 manifests/g/GoLang/Go/1.26.4/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.en-US.yaml create mode 100644 manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.zh-CN.yaml create mode 100644 manifests/g/GoLang/Go/1.26.4/GoLang.Go.yaml diff --git a/manifests/g/GoLang/Go/1.26.4/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.installer.yaml new file mode 100644 index 000000000000..3d7581e0f96a --- /dev/null +++ b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.installer.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.26.4 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +Commands: +- go +- gofmt +FileExtensions: +- go +Installers: +- Architecture: x86 + InstallerUrl: https://go.dev/dl/go1.26.4.windows-386.msi + InstallerSha256: C61C38054413CCBEF9ACDDC0CAA0ACAAAD49A9858F119A269265A5A18E894E8F + ProductCode: '{BEF1E7FC-B81F-48EF-94AD-01E772C00F06}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language 386 go1.26.4 + ProductCode: '{BEF1E7FC-B81F-48EF-94AD-01E772C00F06}' + UpgradeCode: '{1C3114EA-08C3-11E1-9095-7FCA4824019B}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Go' +- Architecture: x64 + InstallerUrl: https://go.dev/dl/go1.26.4.windows-amd64.msi + InstallerSha256: 55902C036634C7AB3159CF259AF692ABC86989AAEFCC7F75BEF888F3263031C4 + ProductCode: '{DE47EEF9-51FE-4DE0-BB80-B2FC787772A3}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language amd64 go1.26.4 + ProductCode: '{DE47EEF9-51FE-4DE0-BB80-B2FC787772A3}' + UpgradeCode: '{22EA7650-4AC6-4001-BF29-F4B8775DB1C0}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +- Architecture: arm64 + InstallerUrl: https://go.dev/dl/go1.26.4.windows-arm64.msi + InstallerSha256: B87863733CD87624387EE61307A5EBAF405351BF4035A3AA7744C26A785A3D3E + ProductCode: '{8321C003-E590-4FC6-A78E-220DA1788781}' + AppsAndFeaturesEntries: + - DisplayName: Go Programming Language arm64 go1.26.4 + ProductCode: '{8321C003-E590-4FC6-A78E-220DA1788781}' + UpgradeCode: '{21ADE9A3-3FDD-4BA6-BEA6-C85ABADC9488}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Go' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000000..1f4e69da8a46 --- /dev/null +++ b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.26.4 +PackageLocale: en-US +Publisher: https://go.dev +PublisherUrl: https://go.dev/ +PublisherSupportUrl: https://go.dev/help +PrivacyUrl: https://policies.google.com/privacy +PackageName: Go Programming Language +PackageUrl: https://go.dev/dl/ +License: BSD-3-Clause +LicenseUrl: https://github.com/golang/go/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Go Authors. All rights reserved. +CopyrightUrl: https://go.dev/copyright +ShortDescription: An open source programming language that makes it simple to build secure, scalable systems. +Description: |- + The Go programming language is an open source project to make programmers more productive. + Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. +Moniker: go +Tags: +- go +- golang +- language +- programming +- programming-language +ReleaseNotesUrl: https://go.dev/doc/devel/release#go1.26.4 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://go.dev/doc/ +- DocumentLabel: Learn + DocumentUrl: https://go.dev/learn/ +- DocumentLabel: Wiki + DocumentUrl: https://go.dev/wiki/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.zh-CN.yaml b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.zh-CN.yaml new file mode 100644 index 000000000000..2e36bf68d90c --- /dev/null +++ b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.26.4 +PackageLocale: zh-CN +Publisher: https://go.dev +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +PackageName: Go Programming Language +ShortDescription: 可轻松构建安全、可扩展的系统的开源编程语言。 +Description: |- + Go 编程语言是一个开源项目,旨在提高程序员的工作效率。 + Go 是一个易读、简洁、干净、高效的编程语言,其并发机制有助于写出可以更充分地利用多核和网络计算机的程序,而其新颖的类型系统则带来了灵活的模块化程序构建。Go 可以快速编译成机器代码,同时还具备垃圾回收的便利性和运行时反射的强大功能。它是一种快速、静态类型的编译语言,但写起来就像一种动态类型的解释型语言。 +Tags: +- go +- golang +- 编程 +- 编程语言 +- 脚本 +- 语言 +ReleaseNotesUrl: https://go.dev/doc/devel/release#go1.26.4 +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://go.dev/learn/ +- DocumentLabel: 文档 + DocumentUrl: https://go.dev/doc/ +- DocumentLabel: 维基 + DocumentUrl: https://go.dev/wiki/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GoLang/Go/1.26.4/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.yaml new file mode 100644 index 000000000000..64f45c8b0951 --- /dev/null +++ b/manifests/g/GoLang/Go/1.26.4/GoLang.Go.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GoLang.Go +PackageVersion: 1.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d0b06598fcd14ee006e961cc06fde09a71d9b7d0 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 2 Jun 2026 20:11:33 -0500 Subject: [PATCH 135/248] Use wsb command to stop sandbox if possible (#382364) --- Tools/SandboxTest.ps1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Tools/SandboxTest.ps1 b/Tools/SandboxTest.ps1 index 2f9790b85d25..57121784a733 100644 --- a/Tools/SandboxTest.ps1 +++ b/Tools/SandboxTest.ps1 @@ -681,8 +681,18 @@ foreach ($dependency in $script:AppInstallerDependencies) { } # Kill the active running sandbox, if it exists, otherwise the test data folder can't be removed -Stop-NamedProcess -ProcessName 'WindowsSandboxClient' -Stop-NamedProcess -ProcessName 'WindowsSandboxRemoteSession' +if (Get-Command wsb -ErrorAction SilentlyContinue) { + $sandboxInstance = @(wsb list) | Select-Object -First 1 + if ($sandboxInstance) { + wsb stop --id $sandboxInstance + } else { + Write-Verbose 'No running instance of Sandbox' + } +} else { + Write-Debug 'wsb command was not found - terminaing any sessions by process name' + Stop-NamedProcess -ProcessName 'WindowsSandboxClient' + Stop-NamedProcess -ProcessName 'WindowsSandboxRemoteSession' +} Start-Sleep -Milliseconds 5000 # Wait for the lock on the file to be released # Remove the test data folder if it exists. We will rebuild it with new test data From 9b7c2453bd4119b396d2382e5fc7a24416a18260 Mon Sep 17 00:00:00 2001 From: Derek Wisong Date: Tue, 2 Jun 2026 21:11:49 -0400 Subject: [PATCH 136/248] New version: derekwisong.datui version 0.2.54 (#382788) --- .../0.2.54/derekwisong.datui.installer.yaml | 21 ++++++++++++++++ .../derekwisong.datui.locale.en-US.yaml | 24 +++++++++++++++++++ .../datui/0.2.54/derekwisong.datui.yaml | 8 +++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.installer.yaml create mode 100644 manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.locale.en-US.yaml create mode 100644 manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.yaml diff --git a/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.installer.yaml b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.installer.yaml new file mode 100644 index 000000000000..f9506e522387 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.installer.yaml @@ -0,0 +1,21 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: derekwisong.datui +PackageVersion: 0.2.54 +Platform: +- Windows.Desktop +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: datui.exe +Scope: user +InstallModes: +- silent +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/derekwisong/datui/releases/download/v0.2.54/datui-v0.2.54-windows-x86_64.zip + InstallerSha256: A4247EEA26BDCED72AF4E7CEA420539024CDDB7F44D0447B51AF359E6F1845C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.locale.en-US.yaml b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.locale.en-US.yaml new file mode 100644 index 000000000000..1bfe64dfc156 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: derekwisong.datui +PackageVersion: 0.2.54 +PackageLocale: en-US +Publisher: derekwisong +PublisherUrl: https://github.com/derekwisong +PublisherSupportUrl: https://github.com/derekwisong/datui/issues +PackageName: datui +PackageUrl: https://github.com/derekwisong/datui +License: MIT +LicenseUrl: https://github.com/derekwisong/datui/blob/HEAD/LICENSE +ShortDescription: Data Exploration in the Terminal +Description: Datui is a high-performance terminal UI for exploring and analyzing datasets. +Tags: +- analysis +- cli +- data +- eda +- research +- tui +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.yaml b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.yaml new file mode 100644 index 000000000000..e0698e588e38 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.54/derekwisong.datui.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: derekwisong.datui +PackageVersion: 0.2.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 735d242d09ca35871c0b1cc1cb72baf0c7b6c5a4 Mon Sep 17 00:00:00 2001 From: Francesco <137506210+flick9000@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:11:54 +0200 Subject: [PATCH 137/248] New version: flick9000.WinScript version 2.15.0 (#382792) --- .../2.15.0/flick9000.WinScript.installer.yaml | 13 ++++++++ .../flick9000.WinScript.locale.en-US.yaml | 33 +++++++++++++++++++ .../WinScript/2.15.0/flick9000.WinScript.yaml | 8 +++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.installer.yaml create mode 100644 manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.locale.en-US.yaml create mode 100644 manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.yaml diff --git a/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.installer.yaml b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.installer.yaml new file mode 100644 index 000000000000..e8ebea0d7d9a --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: flick9000.WinScript +PackageVersion: 2.15.0 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flick9000/winscript/releases/download/v2.15.0/winscript-installer.exe + InstallerSha256: 1194FDB8D4B61063CD1351D84DD9CF90F7CA338EE10DAD0A0C6ADA81D8D283E6 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-02 diff --git a/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.locale.en-US.yaml b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.locale.en-US.yaml new file mode 100644 index 000000000000..de0c2ca9d08d --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: flick9000.WinScript +PackageVersion: 2.15.0 +PackageLocale: en-US +Publisher: flick9000 +PublisherUrl: https://github.com/flick9000 +PublisherSupportUrl: https://github.com/flick9000/winscript/issues +PackageName: WinScript +PackageUrl: https://github.com/flick9000/winscript +License: GPL-3.0 +ShortDescription: Open-source tool to build your Windows 10/11 script from scratch. It includes debloat, privacy, performance & app installing scripts. +Tags: +- bloatware +- debloat +- debloater +- install-script +- installer-script +- optimize +- privacy +- privacy-tools +- script +- security +- security-tools +- telemetry +- tweaks +- windows +- windows-10 +- windows-11 +ReleaseNotesUrl: https://github.com/flick9000/winscript/releases/tag/v2.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.yaml b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.yaml new file mode 100644 index 000000000000..c177431b1298 --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.15.0/flick9000.WinScript.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: flick9000.WinScript +PackageVersion: 2.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b75ba0a5ae9998e0c925b63ae125f5c2136f98de Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:12:09 +0200 Subject: [PATCH 138/248] New version: tuna-f1sh.cyme version 3.0.0 (#382797) --- .../cyme/3.0.0/tuna-f1sh.cyme.installer.yaml | 17 +++++++++ .../3.0.0/tuna-f1sh.cyme.locale.en-US.yaml | 38 +++++++++++++++++++ .../tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.yaml | 8 ++++ 3 files changed, 63 insertions(+) create mode 100644 manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.installer.yaml create mode 100644 manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.locale.en-US.yaml create mode 100644 manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.yaml diff --git a/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.installer.yaml b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.installer.yaml new file mode 100644 index 000000000000..5d50a7ca4565 --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.installer.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tuna-f1sh.cyme +PackageVersion: 3.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cyme-v3.0.0-x86_64-pc-windows-gnu/cyme.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tuna-f1sh/cyme/releases/download/v3.0.0/cyme-v3.0.0-x86_64-pc-windows-gnu.zip + InstallerSha256: 4A75012BDA64DE517B9661753569755CBD62DAB45F100CC0CAA871B4E9716636 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.locale.en-US.yaml b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.locale.en-US.yaml new file mode 100644 index 000000000000..6c03f78364e2 --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tuna-f1sh.cyme +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: tuna-f1sh +PublisherUrl: https://github.com/tuna-f1sh +PublisherSupportUrl: https://github.com/tuna-f1sh/cyme/issues +PackageName: Cyme +PackageUrl: https://github.com/tuna-f1sh/cyme +License: GPL-3.0 +LicenseUrl: https://github.com/tuna-f1sh/cyme/blob/HEAD/LICENSE +Copyright: 2024, John Whittington +CopyrightUrl: https://github.com/tuna-f1sh/cyme/blob/v2.1.1/Cargo.toml?plain=1#L96 +ShortDescription: List system USB buses and devices +Description: A modern cross-platform lsusb that attempts to maintain compatibility with, but also add new features. Profiles system USB buses and the devices on those buses, including full device descriptors. +Moniker: cyme +Tags: +- cli +- libusb +- lsusb +- macos +- rust +- tool +- usb +ReleaseNotes: |- + Added + - display: hubs have a specific tree termination icon '⊛' (#114). + - display: --mute-hubs arg and mute-hubs config key to apply a single muted colour (default: bright black) to hub device lines instead of per-block colours; colour configurable via colours.muted (#113). + - filter: multi-value --filter-* CLI args (same arg OR'd, different args AND'd via cross-product), --filter-exclude KEY=VALUE for excluding devices, and filter-include/filter-exclude config keys (#111). + Changed + - filter: breaking crate API — Filter is now a single-criterion struct within the new DeviceFilter container type, which replaces Option in ProfilerOptions and owns the retain_*/hide_* methods; use DeviceFilter::from(filter) to migrate (#111). + Fixed + - profiler: windows: fix manufacturer string always none on windows falling back to usb.ids (#110). +ReleaseNotesUrl: https://github.com/tuna-f1sh/cyme/releases/tag/v3.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.yaml b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.yaml new file mode 100644 index 000000000000..13b1670a57f3 --- /dev/null +++ b/manifests/t/tuna-f1sh/cyme/3.0.0/tuna-f1sh.cyme.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tuna-f1sh.cyme +PackageVersion: 3.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c556e6bba635e49b7c1c6cd21826b8eeeb81e55f Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:12:22 -0700 Subject: [PATCH 139/248] Automatic update of ActiveDirectoryPro.ADProToolkit from 3.1.15 to 3.1.16 (#382804) --- ...veDirectoryPro.ADProToolkit.installer.yaml | 19 ++++++++++ ...irectoryPro.ADProToolkit.locale.en-US.yaml | 38 +++++++++++++++++++ ...irectoryPro.ADProToolkit.locale.zh-CN.yaml | 14 +++++++ .../ActiveDirectoryPro.ADProToolkit.yaml | 8 ++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.installer.yaml create mode 100644 manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml create mode 100644 manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml create mode 100644 manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.yaml diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.installer.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.installer.yaml new file mode 100644 index 000000000000..7559e7ead8d4 --- /dev/null +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.installer.yaml @@ -0,0 +1,19 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.16 +InstallerType: msi +Scope: machine +InstallerSwitches: + InstallLocation: APPDIR="" +ProductCode: '{B4B365C8-32B9-41F6-963A-CC36AE63A9E3}' +ReleaseDate: 2020-05-28 +AppsAndFeaturesEntries: +- UpgradeCode: '{0974AC06-5134-4B50-BAD1-578FDABD2EF8}' +Installers: +- Architecture: x64 + InstallerUrl: https://activedirectorypro.com/downloads/ADProToolkit.msi + InstallerSha256: 7D012BF8586811D2731C1EAB797BD844C72492C79C2241FAC2B7FC62304BABC8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml new file mode 100644 index 000000000000..6ea25f77bc2f --- /dev/null +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.16 +PackageLocale: en-US +Publisher: ActiveDirectoryPro +PublisherUrl: https://activedirectorypro.com/ +PublisherSupportUrl: https://activedirectorypro.com/contact/ +PrivacyUrl: https://activedirectorypro.com/privacy-policy/ +Author: Active Directory Pro LLC +PackageName: AD Pro Toolkit +PackageUrl: https://activedirectorypro.com/ad-pro-toolkit/ +License: Proprietary +LicenseUrl: https://activedirectorypro.com/eula/ +Copyright: © 2026 Active Directory Pro LLC +ShortDescription: A collection of Active Directory Tools to streamline Active Directory +Description: Active Directory Pro Toolkit is an easy to use Active Directory Tools that makes managing Active Directory fast, easy and efficient. Automate tasks that are consuming your time and resources. +Tags: +- active-directory +- ad +ReleaseNotes: |- + New Features + Section titled “New Features” + - Custom reports (My Reports) are now available in the scheduler + Improvements + Section titled “Improvements” + - Schedule dialog redesigned with 3 consolidated sections (What to Run, When, Delivery) replacing 5 separate cards + - Credentials moved to the bottom of the Delivery section, collapsed by default + - Custom attribute exports now use case-insensitive key matching, fixing missing values in CSV/Excel exports + - Create Single user - added browse button for manager field. +ReleaseNotesUrl: https://docs.activedirectorypro.com/getting-started/release-notes/ +PurchaseUrl: https://activedirectorypro.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.activedirectorypro.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml new file mode 100644 index 000000000000..b77bf30e6598 --- /dev/null +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.16 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一组用于简化 Active Directory 的工具 +Description: Active Directory Pro Toolkit 是一款好用的 Active Directory 工具,可快速、轻松和高效地管理 Active Directory,自动执行耗费时间和资源的任务。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.activedirectorypro.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.yaml b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.yaml new file mode 100644 index 000000000000..bb9dd688bd9c --- /dev/null +++ b/manifests/a/ActiveDirectoryPro/ADProToolkit/3.1.16/ActiveDirectoryPro.ADProToolkit.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ActiveDirectoryPro.ADProToolkit +PackageVersion: 3.1.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6bf7e4bd621cfc8924013bc3c0944bed6aaf8f01 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 21:12:37 -0400 Subject: [PATCH 140/248] New version: Gitea.Runner version 1.0.8 (#382806) --- .../Runner/1.0.8/Gitea.Runner.installer.yaml | 15 +++++++++ .../1.0.8/Gitea.Runner.locale.en-US.yaml | 32 +++++++++++++++++++ .../g/Gitea/Runner/1.0.8/Gitea.Runner.yaml | 8 +++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.installer.yaml create mode 100644 manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.locale.en-US.yaml create mode 100644 manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.yaml diff --git a/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.installer.yaml b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.installer.yaml new file mode 100644 index 000000000000..9ae69b8afc8d --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.installer.yaml @@ -0,0 +1,15 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.8 +InstallerType: portable +Commands: +- gitea-runner +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://gitea.com/gitea/runner/releases/download/v1.0.8/gitea-runner-1.0.8-windows-amd64.exe + InstallerSha256: BAED5F61BE06C07A9CD895C72B943062C12BC4B0BCEF99D8D1E158DE5FF76C99 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.locale.en-US.yaml b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.locale.en-US.yaml new file mode 100644 index 000000000000..acc9a231d094 --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.8 +PackageLocale: en-US +Publisher: The Gitea Authors +PublisherUrl: https://about.gitea.com/ +PublisherSupportUrl: https://docs.gitea.com/help/support +Author: The Gitea Authors +PackageName: Gitea Runner +PackageUrl: https://about.gitea.com/products/runner/ +License: MIT +LicenseUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +Copyright: Copyright (c) 2026 The Gitea Authors +CopyrightUrl: https://gitea.com/gitea/runner/src/branch/HEAD/LICENSE +ShortDescription: Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It runs your jobs on the infrastructure you choose, with the same workflow syntax as GitHub Actions. +Description: |- + Gitea Actions Runner is the agent that powers Gitea Actions, our built-in CI/CD system. It works alongside Gitea's built-in Git server and auxiliary services to create an isolated environment in which the tasks that make up your CI/CD pipeline run. + + The runner works on a simple yet effective premise: it listens for any job dispatched from a Gitea server and runs those jobs in the environment you configure. Whenever a commit or a pull request is made, the runner kicks into action and provides immediate feedback about the impact of the change. +Moniker: gitea-runner +Tags: +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-integration +- gitea +- gitea-actions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.yaml b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.yaml new file mode 100644 index 000000000000..1be26551247d --- /dev/null +++ b/manifests/g/Gitea/Runner/1.0.8/Gitea.Runner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gitea.Runner +PackageVersion: 1.0.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7dfeb01f23e78eeb0cf9a6d78cf6fe5549b4b3d2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:12:54 +0800 Subject: [PATCH 141/248] New version: Google.Chrome version 149.0.7827.54 (#382818) --- .../Google.Chrome.installer.yaml | 49 +++++++++++++++++++ .../Google.Chrome.locale.en-US.yaml | 38 ++++++++++++++ .../Google.Chrome.locale.nb-NO.yaml | 35 +++++++++++++ .../Google.Chrome.locale.zh-CN.yaml | 35 +++++++++++++ .../Chrome/149.0.7827.54/Google.Chrome.yaml | 8 +++ 5 files changed, 165 insertions(+) create mode 100644 manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.installer.yaml create mode 100644 manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.en-US.yaml create mode 100644 manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.nb-NO.yaml create mode 100644 manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.yaml diff --git a/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.installer.yaml new file mode 100644 index 000000000000..964c0d642f4b --- /dev/null +++ b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.installer.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 149.0.7827.54 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- mms +- tel +- webcal +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi + InstallerSha256: 00436D6DB23638E695D451C0E0FF6D098956B8DF81A3B7A1FC939ABCFC39C0C5 + ProductCode: '{0C7EBD16-2B11-32B0-91AF-7B688F3EA8C4}' + AppsAndFeaturesEntries: + - ProductCode: '{0C7EBD16-2B11-32B0-91AF-7B688F3EA8C4}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: 70CDFE7B44846B7AA3F73A366A1221083944F3AF367D246BAD5DAF07739408DD + ProductCode: '{E916724D-4DCC-367B-A13C-A98DBE5B923D}' + AppsAndFeaturesEntries: + - ProductCode: '{E916724D-4DCC-367B-A13C-A98DBE5B923D}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: EF9E3B38FEE1C061B29D9F1E3049E3F29A2CC713362E233211B7CEEE1C6C16CF + ProductCode: '{F8234312-6245-3649-9039-E7133FD174A3}' + AppsAndFeaturesEntries: + - ProductCode: '{F8234312-6245-3649-9039-E7133FD174A3}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.en-US.yaml new file mode 100644 index 000000000000..32b5f59d2d43 --- /dev/null +++ b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 149.0.7827.54 +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 +PackageUrl: https://www.google.com/chrome/ +License: Freeware +LicenseUrl: https://www.google.com/chrome/terms/ +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The Fast & Secure Web Browser Built to be Yours +Description: Chrome is the official web browser from Google, built to be fast, secure, and customizable. +Moniker: chrome +Tags: +- browser +- chromium +- internet +- manifestv3 +- mv3 +- safe +- search +- web +- webpage +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome Web Store + DocumentUrl: https://chromewebstore.google.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.nb-NO.yaml new file mode 100644 index 000000000000..97e2cd9cf1f6 --- /dev/null +++ b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.nb-NO.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 149.0.7827.54 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=nb-no +PrivacyUrl: https://policies.google.com/privacy?hl=nb-no +Author: Google LLC +PackageName: Google Chrome +PackageUrl: https://www.google.com/intl/no/chrome/ +License: Gratis Programvare +LicenseUrl: https://www.google.com/intl/no/chrome/terms/ +Copyright: Copyright 2026 Google LLC. Med enerett. +ShortDescription: Den raske og sikre nettleseren som er laget for å være din egen +Description: Chrome er Googles offisielle nettleser. Den er laget for å være rask, sikker og tilpassbar. +Tags: +- chromium +- internett +- nettet +- nettleser +- rask +- søk +- trygg +Documentations: +- DocumentLabel: Chrome Nettmarked + DocumentUrl: https://chromewebstore.google.com/?hl=nb-no +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.zh-CN.yaml new file mode 100644 index 000000000000..6f0447b5a84c --- /dev/null +++ b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 149.0.7827.54 +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 +PackageUrl: https://www.google.com/intl/zh-CN/chrome/ +License: 免费软件 +LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms/ +Copyright: 版权所有 2026 Google LLC. 保留所有权利。 +ShortDescription: 快速安全的网络浏览器,专为您而打造 +Description: Chrome 是 Google 的官方网络浏览器,速度飞快,安全可靠,并且支持自定义。 +Tags: +- chromium +- 互联网 +- 安全 +- 快捷 +- 搜索 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: Chrome Platform Status + DocumentUrl: https://chromestatus.com/ +- DocumentLabel: Chrome for Developers + DocumentUrl: https://developer.chrome.com/?hl=zh-cn +- DocumentLabel: Chrome 应用商店 + DocumentUrl: https://chromewebstore.google.com/?hl=zh-cn +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.yaml b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.yaml new file mode 100644 index 000000000000..e0456cd74ce9 --- /dev/null +++ b/manifests/g/Google/Chrome/149.0.7827.54/Google.Chrome.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.Chrome +PackageVersion: 149.0.7827.54 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cfad079fad290d33ce77d548e4d8170aff8e637 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:13:09 +0800 Subject: [PATCH 142/248] New version: Google.ChromeRemoteDesktopHost version 149.0.7827.18 (#382820) --- ...gle.ChromeRemoteDesktopHost.installer.yaml | 18 ++++++++++++ ....ChromeRemoteDesktopHost.locale.en-US.yaml | 29 +++++++++++++++++++ ....ChromeRemoteDesktopHost.locale.zh-CN.yaml | 29 +++++++++++++++++++ .../Google.ChromeRemoteDesktopHost.yaml | 8 +++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.installer.yaml create mode 100644 manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.en-US.yaml create mode 100644 manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml create mode 100644 manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.yaml diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.installer.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.installer.yaml new file mode 100644 index 000000000000..88aa252ccb97 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 149.0.7827.18 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{EC2F71F1-0388-45B7-B3D3-351F3E218E71}' +AppsAndFeaturesEntries: +- ProductCode: '{EC2F71F1-0388-45B7-B3D3-351F3E218E71}' + UpgradeCode: '{2B21F767-E157-4FA6-963C-55834C1433A6}' +Installers: +- Architecture: x86 + InstallerUrl: https://dl.google.com/release2/misc/hxfuhhe6oo55r6utjit63fk764_149.0.7827.18/remoting-host.msi + InstallerSha256: EF977DB62F6EEF33D7B302C2D351589BB6E95C30716BB3EAB99D8D7A1695D389 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.en-US.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.en-US.yaml new file mode 100644 index 000000000000..17c948f93bc4 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.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.12.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 149.0.7827.18 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: Freeware +LicenseUrl: https://policies.google.com/terms +Copyright: Copyright 2026 Google LLC. All rights reserved. +ShortDescription: The easy way to remotely connect with your home or work computer, or share your screen with others. +Description: Whether you need to access your work computer from home, view a file from your home computer while travelling, or share your screen with friends or colleagues, Chrome Remote Desktop connects you to your devices using the latest web technologies. +Moniker: chrome-remote-desktop +Tags: +- chromoting +- remote +- remote-access +- remote-assistance +- remote-control +- remote-desktop +InstallationNotes: This is the hosting component for Chrome Remote Desktop. After installation, follow the instructions at https://remotedesktop.google.com/ to get connected. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3ebc20405c3 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 149.0.7827.18 +PackageLocale: zh-CN +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/chrome/answer/1649523 +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Chrome Remote Desktop Host +PackageUrl: https://remotedesktop.google.com/ +License: 免费软件 +LicenseUrl: https://policies.google.com/terms +Copyright: 版权所有 2026 Google LLC。保留所有权利。 +ShortDescription: 轻松地从远程连接您的家用/办公计算机或与他人共享您的屏幕。 +Description: 无论您是需要从家中访问您的办公计算机、需要在旅行期间查看家用计算机上的某个文件,还是需要与好友/同事共享您的屏幕,Chrome 远程桌面 都能使用最新的网络技术将您连接到所需设备。 +Tags: +- chromoting +- 远程 +- 远程协助 +- 远程控制 +- 远程桌面 +- 远程访问 +- 远程连接 +InstallationNotes: 这是 Chrome 远程桌面的主机组件。安装后,请按照 https://remotedesktop.google.com/ 上的说明进行连接。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.yaml b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.yaml new file mode 100644 index 000000000000..a371f84f6a16 --- /dev/null +++ b/manifests/g/Google/ChromeRemoteDesktopHost/149.0.7827.18/Google.ChromeRemoteDesktopHost.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.ChromeRemoteDesktopHost +PackageVersion: 149.0.7827.18 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a6e8067040b4abb90b31f6aeaa44170ef2ce3b60 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:13:25 +0800 Subject: [PATCH 143/248] New version: Kubernetes.aws-iam-authenticator version 0.7.17 (#382824) --- ...netes.aws-iam-authenticator.installer.yaml | 15 +++++++++ ...es.aws-iam-authenticator.locale.en-US.yaml | 31 +++++++++++++++++++ ...es.aws-iam-authenticator.locale.zh-CN.yaml | 16 ++++++++++ .../Kubernetes.aws-iam-authenticator.yaml | 8 +++++ 4 files changed, 70 insertions(+) create mode 100644 manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.installer.yaml create mode 100644 manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.en-US.yaml create mode 100644 manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml create mode 100644 manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.yaml diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.installer.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.installer.yaml new file mode 100644 index 000000000000..57573b0e5241 --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.17 +InstallerType: portable +Commands: +- aws-iam-authenticator +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.7.17/aws-iam-authenticator_0.7.17_windows_amd64.exe + InstallerSha256: C6D3743C75E999E69BF8F79D758425C7BB9FDB7654FD5EDF3E4F24ACA2932635 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.en-US.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.en-US.yaml new file mode 100644 index 000000000000..3ae1d98135e5 --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.17 +PackageLocale: en-US +Publisher: Kubernetes SIGs +PublisherUrl: https://kubernetes.io/ +PublisherSupportUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/issues +PackageName: AWS IAM Authenticator +PackageUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator +License: Apache-2.0 +LicenseUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/HEAD/LICENSE +Copyright: Copyright 2026 The Kubernetes Authors. +ShortDescription: A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster +Tags: +- cluster +- docker +- k8s +- kubernetes +ReleaseNotes: |- + Changelog + - 87b8124191787f118a2a712ff1b39da2eec067f0 Merge pull request #1051 from CaidenBorrego/caidenb-versionbump + - 298919211a3e043434f0e49b92b12cf3780d4605 bumping version from 0.7.16->0.7.17 + - 281f3cb0c01223950a9c94834aafa2351a03073a Merge pull request #1047 from CaidenBorrego/caidenb-reservedprefix-fix + - 1f4ef7d3cf745dc4f5d84b628dde5b1b1d84e122 fix: honor reservedPrefixConfig for ConfigMap and CRD backends + - ae30094147908c4259a006013979041ed62b877c Merge pull request #1046 from CaidenBorrego/caidenb-gorunner-bump + - 6507746bdd0183229f49f7cff06954017c05bd4b fix: reject malformed mapping ARN in userIDStrict mode for dynamic files +ReleaseNotesUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.17 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml new file mode 100644 index 000000000000..8441c771ffe1 --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.17 +PackageLocale: zh-CN +PublisherUrl: https://kubernetes.io/zh-cn/ +ShortDescription: 一款使用 AWS IAM 凭据验证 Kubernetes 集群的工具 +Tags: +- docker +- k8s +- kubernetes +- 集群 +ReleaseNotesUrl: https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.17 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.yaml b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.yaml new file mode 100644 index 000000000000..92b5d01c9362 --- /dev/null +++ b/manifests/k/Kubernetes/aws-iam-authenticator/0.7.17/Kubernetes.aws-iam-authenticator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Kubernetes.aws-iam-authenticator +PackageVersion: 0.7.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5c37c67455c36dcad8367b9aa43af328cb03f285 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:13:38 -0700 Subject: [PATCH 144/248] Automatic update of Alibaba.QoderWork from 0.5.5 to 0.5.6 (#382835) --- .../0.5.6/Alibaba.QoderWork.installer.yaml | 28 ++++++++++ .../0.5.6/Alibaba.QoderWork.locale.en-US.yaml | 54 +++++++++++++++++++ .../0.5.6/Alibaba.QoderWork.locale.zh-CN.yaml | 42 +++++++++++++++ .../QoderWork/0.5.6/Alibaba.QoderWork.yaml | 8 +++ 4 files changed, 132 insertions(+) create mode 100644 manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.installer.yaml create mode 100644 manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.zh-CN.yaml create mode 100644 manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.yaml diff --git a/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.installer.yaml b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.installer.yaml new file mode 100644 index 000000000000..105687d8cd98 --- /dev/null +++ b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.installer.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.QoderWork +PackageVersion: 0.5.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- qoder-work +ProductCode: db2524f4-0057-5839-9e54-74a2c4a0ad5e +ReleaseDate: 2026-05-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe + InstallerSha256: 189DC55CE42B1599764BED7FF2AFE5F59A7A207CCD3AEC13778128E59AF16107 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.qoder.com.cn/qoder-work/releases/latest/QoderWork-Setup-User-x64.exe + InstallerSha256: 189DC55CE42B1599764BED7FF2AFE5F59A7A207CCD3AEC13778128E59AF16107 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.en-US.yaml b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.en-US.yaml new file mode 100644 index 000000000000..cd50d822b3a9 --- /dev/null +++ b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.QoderWork +PackageVersion: 0.5.6 +PackageLocale: en-US +Publisher: Qoder +PublisherUrl: https://qoder.com/ +PublisherSupportUrl: https://forum.qoder.com/ +PrivacyUrl: https://qoder.com/privacy-policy +Author: BRIGHT ZENITH PRIVATE LIMITED +PackageName: QoderWork +PackageUrl: https://qoder.com/qoderwork +License: Proprietary +LicenseUrl: https://qoder.com/product-service +Copyright: © 2026 Qoder. All rights reserved. +CopyrightUrl: https://qoder.com/product-service +ShortDescription: Bringing agentic capabilities beyond code. Describe what you need - QoderWork plans, executes, and delivers. +Description: |- + Organize Files, Process Data, and Generate Docs With Conversation. + Agentic productivity built for daily work. + Describe what you need. + + Describe it. Automate it. Deliver it. + Natural language in, browser automation, extensible skills — from input to deliverable in one step + Built-in Browser Automation + No extra tools needed. Browses the web, collects data, fills forms — automates repetitive online tasks. + Professional Output & AI-Powered Visuals + Outputs ready-to-use Word, Excel, PPT, and PDF. Built-in AI generates illustrations, infographics, and posters on the fly. + Natural Language Task Control + Describe your goal in plain language, select a folder as workspace. Task Monitor shows status and progress in real time. + Skill Marketplace: Endlessly Extensible + Built-in skills for presentations, data analysis, document conversion, and more. Package your workflows as Skills for team reuse. + + Built for daily work + Local-first, self-planning, stay in control + Direct Local File Access + Runs locally with direct folder access — no uploads, no downloads. Files never leave your device. + Autonomous Planning & Capability Expansion + Breaks down tasks and executes step by step. Built-in MCP integrations and custom Skills keep it extensible. + Secure, Transparent & Controllable + Only accesses folders you authorize. Deleted files restorable anytime. Every step visible and traceable in real time. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +PurchaseUrl: https://qoder.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.qoder.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.zh-CN.yaml b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.zh-CN.yaml new file mode 100644 index 000000000000..b023ebacc038 --- /dev/null +++ b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.QoderWork +PackageVersion: 0.5.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 将智能体能力扩展至代码之外。只需描述您的需求——QoderWork 负责规划、执行并交付。 +Description: |- + 通过对话整理文件、处理数据并生成文档。 + 为日常工作打造的 Agent 生产力工具。 + 描述您的需求。 + + 描述需求。自动执行。高效交付。 + 自然语言输入、浏览器自动化、可扩展技能——从输入到产出,一步到位。 + 内置浏览器自动化 + 无需额外工具。浏览网页、收集数据、填写表单——自动化重复性在线任务。 + 专业输出与 AI 驱动的视觉效果 + 输出即用的 Word、Excel、PPT 和 PDF。内置 AI 实时生成插画、信息图和海报。 + 自然语言任务控制 + 用通俗的语言描述目标,选择文件夹作为工作空间。任务监控器实时显示状态与进度。 + 技能市场:无限扩展 + 内置演示文稿、数据分析、文档转换等技能。可将工作流打包为“技能”,供团队复用。 + + 为日常工作而生 + 本地优先、自主规划、尽在掌控 + 直接访问本地文件 + 在本地运行并直接访问文件夹——无需上传或下载。文件从未离开您的设备。 + 自主规划与能力扩展 + 自动拆解任务并逐步执行。内置 MCP 集成和自定义技能,保持无限扩展性。 + 安全、透明且可控 + 仅访问您授权的文件夹。删除的文件可随时恢复。每一步操作实时可见且可追溯。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.qoder.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.yaml b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.yaml new file mode 100644 index 000000000000..4eaf47e766ee --- /dev/null +++ b/manifests/a/Alibaba/QoderWork/0.5.6/Alibaba.QoderWork.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.QoderWork +PackageVersion: 0.5.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 038d47df400f07203ddeb9e3514076a5cabafee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AB=E3=81=9B=E3=81=86=E3=81=A1=E3=81=8D=E3=81=A3?= =?UTF-8?q?=E3=81=A1=E3=82=93?= Date: Wed, 3 Jun 2026 10:14:01 +0900 Subject: [PATCH 145/248] New version: ONFStudios.OreNoFusen version 3.6.0 (#382847) --- .../ONFStudios.OreNoFusen.installer.yaml | 17 +++++++ .../ONFStudios.OreNoFusen.locale.en-US.yaml | 48 +++++++++++++++++++ .../3.6.0/ONFStudios.OreNoFusen.yaml | 8 ++++ 3 files changed, 73 insertions(+) create mode 100644 manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.installer.yaml create mode 100644 manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.locale.en-US.yaml create mode 100644 manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.yaml diff --git a/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.installer.yaml b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.installer.yaml new file mode 100644 index 000000000000..d091272dbebf --- /dev/null +++ b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ONFStudios.OreNoFusen +PackageVersion: 3.6.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ReleaseDate: 2026-06-02 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\ore-no-fusen' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ore-no-fusen/ore-no-fusen/releases/download/v3.6.0/ore-no-fusen_3.6.0_x64-setup.exe + InstallerSha256: CC15DB48C5318258B102A88173A8A36583E2DE1247CA6E863B611F3A3DB17CCF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.locale.en-US.yaml b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.locale.en-US.yaml new file mode 100644 index 000000000000..93c58e03358c --- /dev/null +++ b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ONFStudios.OreNoFusen +PackageVersion: 3.6.0 +PackageLocale: en-US +Publisher: ONF Studios +PublisherUrl: https://github.com/ore-no-fusen +PublisherSupportUrl: https://github.com/ore-no-fusen/ore-no-fusen/issues +PackageName: 俺の付箋 +PackageUrl: https://github.com/ore-no-fusen/ore-no-fusen +License: MIT +LicenseUrl: https://github.com/ore-no-fusen/ore-no-fusen/blob/HEAD/LICENSE +Copyright: Copyright (c) ONF Studios +ShortDescription: A fast sticky note app that stays on your desktop +Description: |- + 俺の付箋 (Ore no Fusen) is a desktop sticky note app built with Tauri + Next.js. + Key features: + - Instant editing — cursor is ready on first click + - WYSIWYG rich text (bold, headings, lists, checkboxes) + - Auto-save with floating windows that stay on top + - Multi-window: each note is an independent window +Moniker: ore-no-fusen +Tags: +- desktop +- notes +- productivity +- sticky-notes +ReleaseNotes: |- + v3.6.0 + ✨ 新機能 / New Features + - add discord reply cron ingest (bfab44b) + - add feedback conversation board (948ec35) + 🐛 修正 / Bug Fixes + - clarify webpush error recovery guidance (5d289de) + - run discord ingest cron daily (3e9c1cd) + - use preview origin for feedback API (098a662) + - resolve Discord reply references (5df2b5c) + - recover Discord reply conversation id (c21e013) + 📦 その他 / Other + - 開発者とのやり取り(ユーザサポート機能)を追加 (107fdf6) + Full Changelog: v3.5.2...v3.6.0 +ReleaseNotesUrl: https://github.com/ore-no-fusen/ore-no-fusen/releases/tag/v3.6.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ore-no-fusen/ore-no-fusen/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.yaml b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.yaml new file mode 100644 index 000000000000..2e33531af711 --- /dev/null +++ b/manifests/o/ONFStudios/OreNoFusen/3.6.0/ONFStudios.OreNoFusen.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ONFStudios.OreNoFusen +PackageVersion: 3.6.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fe695faf3e2a6778a80a1b292ddf7a42cdab8009 Mon Sep 17 00:00:00 2001 From: Prasenjeet Kumar <70169921+prasenjeet-symon@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:45:16 +0530 Subject: [PATCH 146/248] [ogcode] New version: prasenjeet-symon.ogcode version 0.8.1 (#381861) Co-authored-by: Prasenjeet Symon --- .../prasenjeet-symon.ogcode.installer.yaml | 26 +++++++++++++++++++ .../prasenjeet-symon.ogcode.locale.en-US.yaml | 21 +++++++++++++++ .../ogcode/0.8.1/prasenjeet-symon.ogcode.yaml | 7 +++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.installer.yaml create mode 100644 manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.locale.en-US.yaml create mode 100644 manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.yaml diff --git a/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 000000000000..3b3300f54c38 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-31" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.8.1/ogcode_0.8.1_windows_arm64.zip + InstallerSha256: f9b6d9f0a4c5d72a59b35c7e164234e326cfaec3ccead7cf0b956dcd78fc883f + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.8.1/ogcode_0.8.1_windows_x86_64.zip + InstallerSha256: cb21d4467c2ca3be73660f1d8e699a7f66d602eac325f488fb697f830dae250e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 000000000000..d70957c336c3 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.yaml new file mode 100644 index 000000000000..73e2a4b3ce24 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.8.1/prasenjeet-symon.ogcode.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 171876d89eefbde415af53e137cea8a11c773797 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:15:32 +0800 Subject: [PATCH 147/248] New version: MetaCubeX.Mihomo version 1.19.26 (#381897) --- .../1.19.26/MetaCubeX.Mihomo.installer.yaml | 28 ++++++++ .../MetaCubeX.Mihomo.locale.en-US.yaml | 65 +++++++++++++++++++ .../Mihomo/1.19.26/MetaCubeX.Mihomo.yaml | 8 +++ 3 files changed, 101 insertions(+) create mode 100644 manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.installer.yaml create mode 100644 manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.locale.en-US.yaml create mode 100644 manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.yaml diff --git a/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.installer.yaml b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.installer.yaml new file mode 100644 index 000000000000..93c7e54e702f --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo +PackageVersion: 1.19.26 +InstallerType: zip +NestedInstallerType: portable +Commands: +- mihomo +ReleaseDate: 2026-05-31 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: mihomo-windows-386.exe + InstallerUrl: https://github.com/MetaCubeX/mihomo/releases/download/v1.19.26/mihomo-windows-386-v1.19.26.zip + InstallerSha256: 2BC633CDDBC72C8113B33750E1E82A3D84AD41FB61EEC8B969E900B592AB5345 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mihomo-windows-amd64.exe + InstallerUrl: https://github.com/MetaCubeX/mihomo/releases/download/v1.19.26/mihomo-windows-amd64-v1.19.26.zip + InstallerSha256: 955C689499FA8B5D2378423929BC8335C9A666BC1556A871737D67E233FA2261 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: mihomo-windows-arm64.exe + InstallerUrl: https://github.com/MetaCubeX/mihomo/releases/download/v1.19.26/mihomo-windows-arm64-v1.19.26.zip + InstallerSha256: 80D3FF2305B99CF974B520C655F5ABDDFBC0A322CB41B938013486DA2DDBC891 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.locale.en-US.yaml b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.locale.en-US.yaml new file mode 100644 index 000000000000..72cc39913e44 --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo +PackageVersion: 1.19.26 +PackageLocale: en-US +Publisher: MetaCubeX +PublisherUrl: https://github.com/MetaCubeX +PublisherSupportUrl: https://github.com/MetaCubeX/mihomo/issues +PackageName: Mihomo +PackageUrl: https://github.com/MetaCubeX/mihomo +License: GPL-3.0 +ShortDescription: 'A simple python pydantic model (type hint and autocompletion support) for Honkai: Star Rail parsed data from the Mihomo API.' +Moniker: clash-meta +Tags: +- clash +- clash-meta +- mihomo +ReleaseNotes: |- + What's Changed + - 52edebd1 feat: add snell version 4/5 outbound and inbound (#2817) by @xream + - 7a6a6509 feat: support OpenVPN CBC ciphers (#2818) by @Romanov Caesar + - ff98700d feat: support CHACHA20-POLY1305 data cipher for OpenVPN (#2798) by @Lanlan13-14 + - fc8c5a24 feat: support comp-lzo for OpenVPN (#2841) by @Zhiqiang Zhang + - 2dd7d599 feat: support MD5/SHA384/SHA512 OpenVPN auth methods by @wwqgtxx + - f1c36561 feat: support AES-192-GCM/AES-192-CBC OpenVPN data ciphers by @wwqgtxx + - f30a64f9 feat: support hysteria2 gecko obfs by @wwqgtxx + BUG & Fix + - 03e1f449 fix: interface structs do not copy correctly by @wwqgtxx + - 301d580d fix: compile issue of tailscale-wireguard-go dependency by @wwqgtxx + - 3809a03c fix: stack panic after dispatcher attach nil by @wwqgtxx + - 38cb06d3 fix: hysteria2 realm stun domain resolve by @wwqgtxx + - 4065583a fix: masque retry condition by @wwqgtxx + - 5639e93f fix: improve OpenVPN transport reliability (#2824) by @Romanov Caesar + - 8c26d61c fix: tproxy did not pass the additions correctly by @wwqgtxx + - a2aca027 fix: pinger in tailscale not under our control by @wwqgtxx + - a52a27ed fix: errors.ErrUnsupported backport by @wwqgtxx + - a531449b fix: missing param passing in vless listener config by @wwqgtxx + - b230c90d fix: shadowtls v3 client HMAC handling for TLS 1.3 HelloRetryRequest by @wwqgtxx + - d2fcf71c fix: tailscale panic when working with dialer-proxy by @wwqgtxx + - f69331f4 fix: config struct not exported by @wwqgtxx + Maintenance + - 060711fb chore: more netip.AddrPort using in tproxy by @wwqgtxx + - 0ddf4bbf chore: update sing-tun by @wwqgtxx + - 0dec35ed chore: always dial tcp on netstack for tailscale by @wwqgtxx + - 31ece04a chore: upgrade the embedded xsync.Map to v4.5.0 by @wwqgtxx + - 5b28a0ee chore: optimize sudoku packed hot paths (#2833) by @saba-futai + - 6e15299c chore: remove AF_ALG in tailscale-wireguard-go by @wwqgtxx + - 72f133f4 chore: more logging for tailscale debug by @wwqgtxx + - 8f2d84f9 chore: update mieru version to v3.33.0 (#2840) by @enfein + - a05c94b4 chore: make the proxydialer module no longer directly depend on the tunnel module by @wwqgtxx + - b1a07d20 chore: remove unnecessary member variables added by xsync/v3 by @wwqgtxx + - cb652ddb chore: make the handler-related SNAT key in NewPacket by @wwqgtxx + - d27f3201 chore: use pre-go1.27 tls.QUICConfig.ClientHelloInfoConn API for quic-go to avoid cloning tls.Config by @wwqgtxx + - d60b336d chore: use mihomo name & ver to tailscale reported ver to avoid update prompts (#2801) by @ayanamist + - d610afef chore: clear parameter passing by @wwqgtxx + - e9e23c4e chore: tailscale must be compiled under the with_gvisor build tag by @wwqgtxx + - f2da5b7c chore: reduce internal circular dependencies by @wwqgtxx + Full Changelog: https://github.com/MetaCubeX/mihomo/compare/v1.19.25...v1.19.26 +ReleaseNotesUrl: https://github.com/MetaCubeX/mihomo/releases/tag/v1.19.26 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://wiki.metacubex.one/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.yaml b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.yaml new file mode 100644 index 000000000000..e872b1522824 --- /dev/null +++ b/manifests/m/MetaCubeX/Mihomo/1.19.26/MetaCubeX.Mihomo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MetaCubeX.Mihomo +PackageVersion: 1.19.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e1e6643bd7ccba0384ee128d6a962bfcacb347e8 Mon Sep 17 00:00:00 2001 From: Antonio Orionus Date: Wed, 3 Jun 2026 04:15:47 +0300 Subject: [PATCH 148/248] New version: AntonioOrionus.Arroxy version 0.3.9 (#381909) --- .../AntonioOrionus.Arroxy.installer.yaml | 24 +++++++++ .../AntonioOrionus.Arroxy.locale.en-US.yaml | 52 +++++++++++++++++++ .../Arroxy/0.3.9/AntonioOrionus.Arroxy.yaml | 8 +++ 3 files changed, 84 insertions(+) create mode 100644 manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.installer.yaml create mode 100644 manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.locale.en-US.yaml create mode 100644 manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.yaml diff --git a/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.installer.yaml b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.installer.yaml new file mode 100644 index 000000000000..6d45dbebdec2 --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.3.9 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +ReleaseDate: 2026-05-31 +AppsAndFeaturesEntries: +- DisplayName: Arroxy 0.3.9 + ProductCode: 676f1cb1-b4d3-53ac-88ee-2c2f796d54e2 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antonio-orionus/Arroxy/releases/download/v0.3.9/Arroxy-Setup-0.3.9.exe + InstallerSha256: 058B1F6AD7D243D1EA06D71063A077C039053F418622946CBF5E6DC2D9324B48 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.locale.en-US.yaml b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.locale.en-US.yaml new file mode 100644 index 000000000000..753ca6cf83da --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.3.9 +PackageLocale: en-US +Publisher: Antonio Orionus +PublisherUrl: https://github.com/antonio-orionus +PublisherSupportUrl: https://github.com/antonio-orionus/Arroxy/issues +Author: Antonio Orionus +PackageName: Arroxy +PackageUrl: https://github.com/antonio-orionus/Arroxy +License: MIT +LicenseUrl: https://github.com/antonio-orionus/Arroxy/blob/HEAD/LICENSE +Copyright: Copyright © 2026 Antonio Orionus +ShortDescription: Free open-source YouTube downloader GUI based on yt-dlp for Windows, macOS, and Linux. Download videos, Shorts, 4K, 1080p60, HDR, and subtitles with no ads, tracking, cookies, or login. Supports 9 languages. +Description: Arroxy is a free, open-source desktop app for downloading YouTube videos and Shorts in up to 4K, 1080p60, HDR, and audio-only formats with no ads, tracking, or login required. +Moniker: arroxy +Tags: +- audio-downloader +- cross-platform +- desktop-app +- downloader-for-youtube +- media-downloader +- mp4-downloader +- video-download +- video-download-tool +- video-downloader +- youtube-4k-downloader +- youtube-download +- youtube-downloader +- youtube-shorts-download +- yt-dlp +- yt-dlp-gui +ReleaseNotes: |- + This release fixes the Intel Mac packaging issue and makes SponsorBlock outages non-fatal during downloads. + Highlights + Intel Mac Builds Include FFmpeg Again + The previous Intel macOS DMG could open, but it did not include the embedded ffmpeg and ffprobe binaries. Arroxy would then show ARX-004 and ask the user to pick working copies manually. + - Intel macOS packaging now resolves the requested build architecture correctly instead of falling back to the Apple Silicon runner architecture. + - The build now fails early if either embedded FFmpeg binary is missing, so a broken DMG cannot be published silently. + - The packaging logic has targeted test coverage for electron-builder's string and numeric architecture values. + SponsorBlock Outages No Longer Stop Downloads + When SponsorBlock is enabled, a temporary SponsorBlock API outage should not make the whole download fail. + - Arroxy now treats SponsorBlock lookup failures as a skipped SponsorBlock step and continues the download. + - The queue still records the skip state, so the download status remains honest without blocking the file. + What's Changed + - Ignore SponsorBlock API outages during downloads by @antonio-orionus in #51 + Full Changelog: v0.3.8...v0.3.9 +ReleaseNotesUrl: https://github.com/antonio-orionus/Arroxy/releases/tag/v0.3.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.yaml b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.yaml new file mode 100644 index 000000000000..b393bec7a919 --- /dev/null +++ b/manifests/a/AntonioOrionus/Arroxy/0.3.9/AntonioOrionus.Arroxy.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AntonioOrionus.Arroxy +PackageVersion: 0.3.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 11edbb9c8c8bc1519cf89d9b4a401fd2ee83f01f Mon Sep 17 00:00:00 2001 From: Josh Boys Date: Wed, 3 Jun 2026 09:16:00 +0800 Subject: [PATCH 149/248] New version: eddacraft.anvil v0.7.4-beta (#381918) --- .../0.7.4-beta/eddacraft.anvil.installer.yaml | 18 ++++++++++++++++++ .../eddacraft.anvil.locale.en-US.yaml | 18 ++++++++++++++++++ .../anvil/0.7.4-beta/eddacraft.anvil.yaml | 7 +++++++ 3 files changed, 43 insertions(+) create mode 100644 manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.installer.yaml create mode 100644 manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.locale.en-US.yaml create mode 100644 manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.yaml diff --git a/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.installer.yaml b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.installer.yaml new file mode 100644 index 000000000000..d19d57351594 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.4-beta' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: anvil.exe + PortableCommandAlias: anvil +Installers: + - Architecture: x64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.7.4-beta/eddacraft-anvil-x86_64-pc-windows-msvc.zip' + InstallerSha256: 'B8338D4D6D43C791B30FB25568A0607A25C224CAA0323DC0BDFD9DA0B55E19D2' + - Architecture: arm64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.7.4-beta/eddacraft-anvil-aarch64-pc-windows-msvc.zip' + InstallerSha256: '5ADCC70813A3A73B1A61C599FE2D934413A8060DFCE342A29E7B314836BC9800' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.locale.en-US.yaml b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.locale.en-US.yaml new file mode 100644 index 000000000000..2eb2464a6d43 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.4-beta' +PackageLocale: en-US +Publisher: eddacraft +PublisherUrl: https://eddacraft.ai +PackageName: Anvil +PackageUrl: https://github.com/eddacraft/anvil +License: Proprietary +ShortDescription: Deterministic guardrails for AI-assisted development workflows +Tags: + - ai + - cli + - developer-tools + - guardrails +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.yaml b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.yaml new file mode 100644 index 000000000000..d8ade7dd63b8 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.4-beta/eddacraft.anvil.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.4-beta' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eb511032732d9a98143d3d559cd32967d0ce1999 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:16:16 +0800 Subject: [PATCH 150/248] New version: HMCL.HMCL.Stable version 3.14.1 (#382124) --- .../3.14.1/HMCL.HMCL.Stable.installer.yaml | 15 ++++ .../3.14.1/HMCL.HMCL.Stable.locale.en-US.yaml | 24 ++++++ .../3.14.1/HMCL.HMCL.Stable.locale.zh-CN.yaml | 78 +++++++++++++++++++ .../HMCL/Stable/3.14.1/HMCL.HMCL.Stable.yaml | 8 ++ 4 files changed, 125 insertions(+) create mode 100644 manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.installer.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.en-US.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.zh-CN.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.yaml diff --git a/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.installer.yaml b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.installer.yaml new file mode 100644 index 000000000000..2c63b27b3b0f --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.14.1 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-05-15 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.14.1/HMCL-3.14.1.exe + InstallerSha256: 7416EECF41E7E0C3AF9D5D00C9DE3C02E6C2C42390BA0500BDC0C9CEC2B875A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.en-US.yaml new file mode 100644 index 000000000000..f73150604d1b --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.14.1 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.zh-CN.yaml new file mode 100644 index 000000000000..fddb53884962 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.14.1 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + 启动器 + - GP-5906: 导出启动脚本时如果脚本文件缺少扩展名则自动添加平台默认扩展名 (by Damon Lu) + - GP-5912: 渲染 HTML 内容时支持嵌套列表 (by neveler) + - GP-5863: 使用 tomlj 代替 toml4j 以适配新 TOML 标准 (by Calboot) + - GP-5987: 支持通过环境变量设置 HMCL 数据文件夹 (by Glavo) + - GP-5993: 增强对 x86-64 转译支持状态的检测 (by Glavo) + - GP-6045: 在感谢页面新增八蓝米科技 (by 8Mi_Yile) + - GP-6039: 更新软件名称和版本号位置的文档链接 (by Zkitefly) + - GP-6084: 使用 WebURL for Java 解析 URI (by Glavo) + 下载 + - GP-5637: 移除游戏内容下载页面内容简介中的换行 (by 辞庐) + - GP-5964: 将游戏内容的模组加载器标签放在标签列表的末尾 (by ENC_Euphony, Glavo) + - GP-5976: 安装模组和实例时禁止文件名中包含感叹号 (by Xirren, Glavo) + - GP-4558: 支持断点续传 (by Glavo) + 实例管理 + - GP-5867: 优化模组管理和数据包管理界面的全选功能 (by 辞庐) + 整合包 + - GP-5918: 整合包检查完整性时忽略已升级模组 (by Xirren) + - GP-6032: 导出 MultiMC 整合包时不再写入 MaxMemAlloc (by 辞庐) + 世界管理 + - GP-6036: 优化种子隐藏按钮 (by 辞庐) + 账户 + - GP-5611: 优化微软登录未购买提示 (by 辞庐) + - GP-6013: 优化外置登录账户对话链接样式 (by 辞庐) + 外观 + - GP-5948: 对不支持取消操作的任务对话框禁用取消按钮 (by 辞庐) + - GP-5784: 优化滚动条样式 (by 辞庐) + - GP-5956: 移除 ComponentSublist 内部元素的缩进 (by Glavo) + - GP-5968: 使用 jwebp 代替 TwelveMonkeys 加载 WebP 图像 (by Glavo) + - GP-5778: 在 macOS 下随明暗模式设置 NSAppearance (by Damon Lu, Glavo) + - GP-5991: 当鼠标未悬停在滚动条上时使滚动条半透明 (by Glavo) + - GP-6010: 优化设置页更新按钮 (by 辞庐) + - GP-5806: 选择背景壁纸时支持选择文件夹 (by mineDiamond, Glavo, 3gf8jv4dv) + - GP-6024: 陶瓦联机邀请码输入框添加非空校验 (by 辞庐) + - GP-6026: 移除关于页面 “版权” 项超链接 (by 辞庐) + - GP-6025: 优化输入框中错误提示与确认按钮的间距 (by 辞庐) + - GP-6053: 将“旁观者模式”改为“旁观模式” (by 辞庐) + - GP-6014: 优化“设置 > 通用”页面 (by 辞庐) + - GP-6075: 优化 LineSelectButton 的空值处理 (by Glavo) + 跨平台 + - GP-5981: 提供 DEB 安装包 (by Glavo) + 本地化 + - 优化软件文案,修订翻译 (by 3gf8jv4dv) + - GP-6069: 修订“设置 > 下载”页面中版本列表选项的简体中文翻译 (by 3gf8jv4dv) + 错误修复 + - GP-5955: 修复日志窗口选区越出屏幕时未正确取消选中的问题 (by ENC_Euphony) + - GP-5635: 修复可输入的组合框文本内容未与不可输入的组合框对齐的问题 (by 辞庐) + - GP-5971: 修复游戏内容下载页面无法加载部分内容的图标的问题 (by Glavo) + - GP-5966: 修复添加默认 JVM 参数时可能覆盖通过外部文件传递的参数的问题 (by Glavo) + - GP-5978: 修复模组加载器没有可用版本时缺少提示的问题 (by 3gf8jv4dv) + - GP-5986: 修复读取世界压缩包根目录时未关闭 Files.list stream 的问题 (by ENC_Euphony) + - GP-5988: 修复从 CurseForge 上下载整合包时数据包位置错误的问题 (by ENC_Euphony) + - GP-5819: 修复更新时不保存窗口位置的问题 (by 辞庐) + - GP-5994: 修复 CurseForge 源中内容不显示 Minecraft 26.x 版本的问题 (by Glavo) + - GP-6006: 修复微软登录完成页弹窗缺少圆角的问题 (by 辞庐) + - GP-6009: 修复愚人节版本 Minecraft 2.0 的 Legacy Fabric 下载列表为空的问题 (by Wulian233) + - GP-6012: 修复主页面更新提示未设置鼠标指针为手形的问题 (by 辞庐) + - GP-6023: 修复在世界管理中创建备份时启动器崩溃的问题 (by 辞庐) + - GP-6046: 修复皮肤预览模型左右两侧贴图错误的问题 (by ShulkerSakura) + - GP-6054: 修复特定场景下整合包实例版本号不显示的问题 (by 辞庐) + - GP-6067: 修复点击版本列表项目标签后标签消失的问题 (by 辞庐) + - GP-6068: 修复在使用 zlib-ng 的系统上 Forge/NeoForge 安装可能因哈希校验失败的问题 (by Glavo) + - GP-5789: 缓解离线皮肤 CSL 输入框输入时频繁弹出“操作失败”提示的问题 (by 辞庐) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.14.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.yaml b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.yaml new file mode 100644 index 000000000000..7796e2aac05d --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/3.14.1/HMCL.HMCL.Stable.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable +PackageVersion: 3.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1eb4ecccb52f28a997d6446f013480292262db3f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:16:31 +0800 Subject: [PATCH 151/248] New version: HMCL.HMCL.Stable.CNB version 3.14.1 (#382125) --- .../HMCL.HMCL.Stable.CNB.installer.yaml | 15 ++++ .../HMCL.HMCL.Stable.CNB.locale.en-US.yaml | 25 ++++++ .../HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml | 78 +++++++++++++++++++ .../CNB/3.14.1/HMCL.HMCL.Stable.CNB.yaml | 8 ++ 4 files changed, 126 insertions(+) create mode 100644 manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.installer.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.en-US.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml create mode 100644 manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.yaml diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.installer.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.installer.yaml new file mode 100644 index 000000000000..be888f464eff --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.14.1 +InstallerType: portable +Commands: +- hmcl-stable +ReleaseDate: 2026-05-15 +Installers: +- Architecture: neutral + InstallerUrl: https://cnb.cool/HMCL-dev/HMCL/-/releases/download/v3.14.1/HMCL-3.14.1.exe + InstallerSha256: 7416EECF41E7E0C3AF9D5D00C9DE3C02E6C2C42390BA0500BDC0C9CEC2B875A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.en-US.yaml new file mode 100644 index 000000000000..c70bc6f3894c --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.14.1 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Stable +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.9.1 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml new file mode 100644 index 000000000000..13aa1d244461 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.14.1 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 稳定版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotes: |- + 启动器 + - GP-5906: 导出启动脚本时如果脚本文件缺少扩展名则自动添加平台默认扩展名 (by Damon Lu) + - GP-5912: 渲染 HTML 内容时支持嵌套列表 (by neveler) + - GP-5863: 使用 tomlj 代替 toml4j 以适配新 TOML 标准 (by Calboot) + - GP-5987: 支持通过环境变量设置 HMCL 数据文件夹 (by Glavo) + - GP-5993: 增强对 x86-64 转译支持状态的检测 (by Glavo) + - GP-6045: 在感谢页面新增八蓝米科技 (by 8Mi_Yile) + - GP-6039: 更新软件名称和版本号位置的文档链接 (by Zkitefly) + - GP-6084: 使用 WebURL for Java 解析 URI (by Glavo) + 下载 + - GP-5637: 移除游戏内容下载页面内容简介中的换行 (by 辞庐) + - GP-5964: 将游戏内容的模组加载器标签放在标签列表的末尾 (by ENC_Euphony, Glavo) + - GP-5976: 安装模组和实例时禁止文件名中包含感叹号 (by Xirren, Glavo) + - GP-4558: 支持断点续传 (by Glavo) + 实例管理 + - GP-5867: 优化模组管理和数据包管理界面的全选功能 (by 辞庐) + 整合包 + - GP-5918: 整合包检查完整性时忽略已升级模组 (by Xirren) + - GP-6032: 导出 MultiMC 整合包时不再写入 MaxMemAlloc (by 辞庐) + 世界管理 + - GP-6036: 优化种子隐藏按钮 (by 辞庐) + 账户 + - GP-5611: 优化微软登录未购买提示 (by 辞庐) + - GP-6013: 优化外置登录账户对话链接样式 (by 辞庐) + 外观 + - GP-5948: 对不支持取消操作的任务对话框禁用取消按钮 (by 辞庐) + - GP-5784: 优化滚动条样式 (by 辞庐) + - GP-5956: 移除 ComponentSublist 内部元素的缩进 (by Glavo) + - GP-5968: 使用 jwebp 代替 TwelveMonkeys 加载 WebP 图像 (by Glavo) + - GP-5778: 在 macOS 下随明暗模式设置 NSAppearance (by Damon Lu, Glavo) + - GP-5991: 当鼠标未悬停在滚动条上时使滚动条半透明 (by Glavo) + - GP-6010: 优化设置页更新按钮 (by 辞庐) + - GP-5806: 选择背景壁纸时支持选择文件夹 (by mineDiamond, Glavo, 3gf8jv4dv) + - GP-6024: 陶瓦联机邀请码输入框添加非空校验 (by 辞庐) + - GP-6026: 移除关于页面 “版权” 项超链接 (by 辞庐) + - GP-6025: 优化输入框中错误提示与确认按钮的间距 (by 辞庐) + - GP-6053: 将“旁观者模式”改为“旁观模式” (by 辞庐) + - GP-6014: 优化“设置 > 通用”页面 (by 辞庐) + - GP-6075: 优化 LineSelectButton 的空值处理 (by Glavo) + 跨平台 + - GP-5981: 提供 DEB 安装包 (by Glavo) + 本地化 + - 优化软件文案,修订翻译 (by 3gf8jv4dv) + - GP-6069: 修订“设置 > 下载”页面中版本列表选项的简体中文翻译 (by 3gf8jv4dv) + 错误修复 + - GP-5955: 修复日志窗口选区越出屏幕时未正确取消选中的问题 (by ENC_Euphony) + - GP-5635: 修复可输入的组合框文本内容未与不可输入的组合框对齐的问题 (by 辞庐) + - GP-5971: 修复游戏内容下载页面无法加载部分内容的图标的问题 (by Glavo) + - GP-5966: 修复添加默认 JVM 参数时可能覆盖通过外部文件传递的参数的问题 (by Glavo) + - GP-5978: 修复模组加载器没有可用版本时缺少提示的问题 (by 3gf8jv4dv) + - GP-5986: 修复读取世界压缩包根目录时未关闭 Files.list stream 的问题 (by ENC_Euphony) + - GP-5988: 修复从 CurseForge 上下载整合包时数据包位置错误的问题 (by ENC_Euphony) + - GP-5819: 修复更新时不保存窗口位置的问题 (by 辞庐) + - GP-5994: 修复 CurseForge 源中内容不显示 Minecraft 26.x 版本的问题 (by Glavo) + - GP-6006: 修复微软登录完成页弹窗缺少圆角的问题 (by 辞庐) + - GP-6009: 修复愚人节版本 Minecraft 2.0 的 Legacy Fabric 下载列表为空的问题 (by Wulian233) + - GP-6012: 修复主页面更新提示未设置鼠标指针为手形的问题 (by 辞庐) + - GP-6023: 修复在世界管理中创建备份时启动器崩溃的问题 (by 辞庐) + - GP-6046: 修复皮肤预览模型左右两侧贴图错误的问题 (by ShulkerSakura) + - GP-6054: 修复特定场景下整合包实例版本号不显示的问题 (by 辞庐) + - GP-6067: 修复点击版本列表项目标签后标签消失的问题 (by 辞庐) + - GP-6068: 修复在使用 zlib-ng 的系统上 Forge/NeoForge 安装可能因哈希校验失败的问题 (by Glavo) + - GP-5789: 缓解离线皮肤 CSL 输入框输入时频繁弹出“操作失败”提示的问题 (by 辞庐) +ReleaseNotesUrl: https://docs.hmcl.net/changelog/stable.html#HMCL-3.14.1 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.yaml b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.yaml new file mode 100644 index 000000000000..65f3b8e24e31 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Stable/CNB/3.14.1/HMCL.HMCL.Stable.CNB.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Stable.CNB +PackageVersion: 3.14.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d7e8c891ec4779b8a16038d53733062053d7e66e Mon Sep 17 00:00:00 2001 From: PckgrBot <119904223+PckgrBot@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:16:45 +1000 Subject: [PATCH 152/248] New version: Snapmaker.OrcaSlicer version 2.3.3 (#382133) --- .../2.3.3/Snapmaker.OrcaSlicer.installer.yaml | 24 +++++++++++++++++++ .../Snapmaker.OrcaSlicer.locale.en-US.yaml | 22 +++++++++++++++++ .../2.3.3/Snapmaker.OrcaSlicer.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.installer.yaml create mode 100644 manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.locale.en-US.yaml create mode 100644 manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.yaml diff --git a/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.installer.yaml b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.installer.yaml new file mode 100644 index 000000000000..606da8e80d5d --- /dev/null +++ b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Snapmaker.OrcaSlicer +PackageVersion: 2.3.3 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Snapmaker_Orca +AppsAndFeaturesEntries: +- DisplayName: Snapmaker_Orca + ProductCode: Snapmaker_Orca +InstallationMetadata: + DefaultInstallLocation: Documents\Snapmaker_Orca +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Snapmaker/OrcaSlicer/releases/download/v2.3.3/Snapmaker_Orca_Windows_Installer_V2.3.3.exe + InstallerSha256: 3FF64FD4C5C59900933E03054D4668754FD2C14CB030E1DEFD417AE0AB5A78AC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-01 diff --git a/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.locale.en-US.yaml b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.locale.en-US.yaml new file mode 100644 index 000000000000..2f8e145f069c --- /dev/null +++ b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Snapmaker.OrcaSlicer +PackageVersion: 2.3.3 +PackageLocale: en-US +Publisher: Snapmaker +PublisherUrl: https://www.snapmaker.com/ +PublisherSupportUrl: https://support.snapmaker.com/ +Author: Snapmaker +PackageName: Snapmaker Orca Slicer +PackageUrl: https://www.snapmaker.com/snapmaker-orca +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/Snapmaker/OrcaSlicer/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Snapmaker +ShortDescription: Snapmaker Orca Slicer is a slicing software optimized for Snapmaker 3D printers, based on OrcaSlicer, offering advanced control, customization, and high-quality print preparation. +ReleaseNotesUrl: https://github.com/Snapmaker/OrcaSlicer/releases/tag/v2.3.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Snapmaker/OrcaSlicer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.yaml b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.yaml new file mode 100644 index 000000000000..412c24cded05 --- /dev/null +++ b/manifests/s/Snapmaker/OrcaSlicer/2.3.3/Snapmaker.OrcaSlicer.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Snapmaker.OrcaSlicer +PackageVersion: 2.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a2a27e19f735d0e08b5b8639c7f3e0563371bc8c Mon Sep 17 00:00:00 2001 From: Dvd-Znf Date: Wed, 3 Jun 2026 03:17:00 +0200 Subject: [PATCH 153/248] New version: Mozilla.Firefox.Nightly.MSIX version 153.2606.108.0 (#382152) --- ...ozilla.Firefox.Nightly.MSIX.installer.yaml | 30 +++++++++---------- ...lla.Firefox.Nightly.MSIX.locale.en-US.yaml | 4 +-- .../Mozilla.Firefox.Nightly.MSIX.yaml | 4 +-- 3 files changed, 19 insertions(+), 19 deletions(-) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{152.2605.1009.0 => 153.2606.108.0}/Mozilla.Firefox.Nightly.MSIX.installer.yaml (54%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{152.2605.1009.0 => 153.2606.108.0}/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml (92%) rename manifests/m/Mozilla/Firefox/Nightly/MSIX/{152.2605.1009.0 => 153.2606.108.0}/Mozilla.Firefox.Nightly.MSIX.yaml (74%) diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml similarity index 54% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml index 33ee2b7f6180..ab448a9ba827 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1009.0 +PackageVersion: 153.2606.108.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.17763.0 @@ -25,28 +25,28 @@ FileExtensions: PackageFamilyName: Mozilla.MozillaFirefoxNightly_jag0gd4e3s9p2 RestrictedCapabilities: - runFullTrust -ReleaseDate: 2026-05-10 +ReleaseDate: 2026-06-01 AppsAndFeaturesEntries: - DisplayName: Firefox Nightly Publisher: Mozilla Corporation Installers: - Architecture: x86 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-10-09-46-26-mozilla-central/firefox-152.0a1.multi.win32.installer.msix - InstallerSha256: 3D177E002DEEDD21152F52D9FA745DA7313A2A6B770029A088712D33D688FB49 - SignatureSha256: 0916CBD05988121370B52E28F88DC8B24A6E21B711ABC707193DDF25FC1A9A30 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-01-08-43-12-mozilla-central/firefox-153.0a1.multi.win32.installer.msix + InstallerSha256: 9371566D35CDD44BB8E0F48661E65E79A01CEE9528E5A3D7D4452215BE710E6B + SignatureSha256: CA83CBF4B3B990AF152E34CCC327AB2CE5F7A3AB6EC3D40969B99C15AF8C0C4A InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1009.0_x86__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.108.0_x86__jag0gd4e3s9p2' - Architecture: x64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-10-09-46-26-mozilla-central/firefox-152.0a1.multi.win64.installer.msix - InstallerSha256: CC7E5CC865E42D504AA61BC0D3D3AAABBEF4A0F10D2F3229839E023F3DA2714E - SignatureSha256: 93281B4D5FC418295B9F01855F0DE6F3C14736836F6D39DD5E7D6801D83DF826 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-01-08-43-12-mozilla-central/firefox-153.0a1.multi.win64.installer.msix + InstallerSha256: F982577A36F235154463CD624C00114753BBCAF57CABB01F381ECF23486F9D92 + SignatureSha256: 3075880477426544ED6DDF3B9EAB7E6A1BC59EC02CC951047B20CDE437BBB01D InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1009.0_x64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.108.0_x64__jag0gd4e3s9p2' - Architecture: arm64 - InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/05/2026-05-10-09-46-26-mozilla-central/firefox-152.0a1.multi.win64-aarch64.installer.msix - InstallerSha256: 4451645AEE91E4D8F5AB5B593251071F8B016E34477CE424B7C649692CDA2E71 - SignatureSha256: 29D0460B5FE764A405CE3CF801C75F136B63EE8712174C64876B2C77EE4276A7 + InstallerUrl: https://ftp.mozilla.org/pub/firefox/nightly/2026/06/2026-06-01-08-43-12-mozilla-central/firefox-153.0a1.multi.win64-aarch64.installer.msix + InstallerSha256: 562F3B691892D82CE335E59E2C3788E9CC05D422B6A5F2E6ABC9079321726D83 + SignatureSha256: D542C95E85650ACA73C273AFE9FA9794AD0B47BE4A1D9DD6DEC8D17610E50D05 InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_152.2605.1009.0_arm64__jag0gd4e3s9p2' + DefaultInstallLocation: '%ProgramFiles%/WindowsApps/Mozilla.MozillaFirefoxNightly_153.2606.108.0_arm64__jag0gd4e3s9p2' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml similarity index 92% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml index 1f19f016677c..e8f23f1dec2a 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1009.0 +PackageVersion: 153.2606.108.0 PackageLocale: en-US Publisher: Mozilla PublisherUrl: https://www.mozilla.org/ diff --git a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.yaml b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.yaml similarity index 74% rename from manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.yaml rename to manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.yaml index cc9157a2d01d..6ce1bd554a27 100644 --- a/manifests/m/Mozilla/Firefox/Nightly/MSIX/152.2605.1009.0/Mozilla.Firefox.Nightly.MSIX.yaml +++ b/manifests/m/Mozilla/Firefox/Nightly/MSIX/153.2606.108.0/Mozilla.Firefox.Nightly.MSIX.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 +# Created with komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Mozilla.Firefox.Nightly.MSIX -PackageVersion: 152.2605.1009.0 +PackageVersion: 153.2606.108.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From bf712de4bf3fa298a097e52f1635a64a5dffe267 Mon Sep 17 00:00:00 2001 From: oai-fork-bot <5058-sa-forksbot-github@openai.com> Date: Tue, 2 Jun 2026 18:17:16 -0700 Subject: [PATCH 154/248] New version: OpenAI.Codex version 0.136.0 (#382218) --- .../Codex/0.136.0/OpenAI.Codex.installer.yaml | 37 +++++ .../0.136.0/OpenAI.Codex.locale.en-US.yaml | 151 ++++++++++++++++++ .../o/OpenAI/Codex/0.136.0/OpenAI.Codex.yaml | 8 + 3 files changed, 196 insertions(+) create mode 100644 manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.installer.yaml create mode 100644 manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.locale.en-US.yaml create mode 100644 manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.yaml diff --git a/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.installer.yaml b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.installer.yaml new file mode 100644 index 000000000000..915fac30547d --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.installer.yaml @@ -0,0 +1,37 @@ +# Created with manual using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenAI.Codex +PackageVersion: 0.136.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- codex +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + - RelativeFilePath: codex-x86_64-pc-windows-msvc.exe + PortableCommandAlias: codex + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.136.0/codex-x86_64-pc-windows-msvc.exe.zip + InstallerSha256: D1A8D6835F87ECC030CA72FAB9A6FC3568A8ED759B2B3253768DDB4E6A29BF4D + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: codex-aarch64-pc-windows-msvc.exe + PortableCommandAlias: codex + - RelativeFilePath: codex-command-runner.exe + - RelativeFilePath: codex-windows-sandbox-setup.exe + InstallerUrl: https://github.com/openai/codex/releases/download/rust-v0.136.0/codex-aarch64-pc-windows-msvc.exe.zip + InstallerSha256: E714F9372C3D92BC3576DC6CA97F2AA0E9DF784BC886BD3AFF8B589B2D253C10 + Dependencies: + PackageDependencies: + - PackageIdentifier: BurntSushi.ripgrep.MSVC + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.locale.en-US.yaml b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.locale.en-US.yaml new file mode 100644 index 000000000000..7c0f45fa7651 --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.locale.en-US.yaml @@ -0,0 +1,151 @@ +# Created with manual using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenAI.Codex +PackageVersion: 0.136.0 +PackageLocale: en-US +Publisher: OpenAI, Inc. +PublisherUrl: https://github.com/openai +PublisherSupportUrl: https://github.com/openai/codex/issues +Author: OpenAI, Inc. +PackageName: Codex CLI +PackageUrl: https://github.com/openai/codex +License: Apache-2.0 +LicenseUrl: https://github.com/openai/codex/blob/HEAD/LICENSE +Copyright: Copyright 2025 OpenAI +CopyrightUrl: https://github.com/openai/codex/blob/HEAD/NOTICE +ShortDescription: Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line. +Moniker: codex +Tags: +- agent +- ai +- cli +- llm +- openai +ReleaseNotes: |- + New Features + - TUI markdown now keeps web links clickable with OSC 8 metadata, and cramped tables switch to readable key/value records without losing link targets. (#24472, #24636, #24825) + - Sessions can now be archived from the TUI with /archive or from the CLI with codex archive / codex unarchive; archived sessions are protected from resume/fork until restored. (#25027, #25021) + - App-server integrations can resume a thread with its initial turns page, see richer MCP server status, and launch stdio mode with codex app-server --stdio. (#23534, #24698, #24940) + - Remote execution setup now supports CODEX_API_KEY registration for approved OpenAI hosts, while remote-control websockets use short-lived server tokens instead of ChatGPT access tokens. (#24666, #24141) + - Windows admins get an alpha codex sandbox setup --elevated provisioning path, plus requirements support for allowed Windows sandbox implementations. (#24831, #23766) + - A feature-gated standalone image generation extension can run through the native Codex image artifact completion pipeline. (#24723, #24972) + Bug Fixes + - ChatGPT auth refreshes tokens before the five-minute expiry window and shows a relogin-required path for reused refresh tokens instead of collapsing into a generic cloud error. (#23546, #24830) + - Command-safety hardening prevents /diff from running repository-provided Git helpers/hooks, avoids PowerShell parser execution on non-Windows hosts, and rejects browser-origin exec-server websocket handshakes. (#24954, #24946, #24947) + - Sandboxed commands clean up more reliably after interruptions or denied Windows network attempts, and deny read rules stay enforced for safe-command and approval-bypass paths. (#22729, #19880, #23943) + - Resumed TUI sessions seed prompt history from the session transcript, multiline hook output renders as separate rows, and Vim normal-mode editing behaves correctly. (#24298, #24965, #25022) + - App-server filesystem watchers debounce later batches correctly, and standalone web search calls now show and restore completed search activity. (#24716, #24693) + - Bedrock auth now falls back to AWS_REGION / AWS_DEFAULT_REGION, and unsupported Bedrock GPT service tiers are no longer advertised or sent. (#25171, #25318) + Documentation + - Python SDK beta docs and package metadata now present the standard pip install openai-codex path, refreshed quickstarts, API reference, FAQ, and examples. (#24836, #24866, #24868, #24870) + - Python SDK examples and docs now use the public CodexConfig name for configuring Codex / AsyncCodex. (#24800) + - The bundled OpenAI Docs skill was updated with current Codex manual routing and a cached manual fetch helper. (#24914) + - Built-in tool schema descriptions now clarify defaults, optional fields, bounds, and enums across shell, Code Mode, MCP, image, goal, plan, multi-agent, and related tools. (#24794) + - App-server and exec-server docs now cover API-key remote registration, --stdio, runtime extra skill roots, and remote-control server-token behavior. (#24666, #24940, #24977, #24141) + Chores + - Python SDK releases can now be staged and published independently from runtime releases using python-v* tags while preserving the reviewed runtime dependency pin. (#24828, #24872) + - Updated MCP dependencies to rmcp 1.7.0 and refreshed compatibility code. (#24763) + - Refreshed Amazon Bedrock catalog metadata, including GPT-5.5, removal of unsupported OSS entries, and default-tier-only GPT model behavior. (#24701, #24960, #25318) + - Removed the stale app-server debug-client pieces and cleaned up the workspace after deletion. (#25063, #25064, #25065, #25066, #25067, #25068, #25069, #25070, #25075) + - Trimmed CI/build maintenance by moving Bazel Windows jobs to Codex runners, removing the libubsan workaround, and reverting the startup benchmark that broke musl builders. (#24952, #24782, #24937) + Changelog + Full Changelog: rust-v0.135.0...rust-v0.136.0 + - #22729 fix(linux-sandbox): preserve shell cleanup on interruption @viyatb-oai + - #24472 feat(tui): add OSC 8 web links to rich content @fcoury-oai + - #24636 feat(tui): render cramped markdown tables as key-value records [2 of 2] @fcoury-oai + - #24666 Allow API-key auth for remote exec-server registration @sdcoffey + - #24763 Update rmcp to 1.7.0 @anp-oai + - #24825 [codex] Fix hyperlink-aware key-value table rendering @sayan-oai + - #24800 [codex] Rename Python SDK AppServerConfig to CodexConfig @aibrahim-oai + - #24819 [codex] Remove redundant SQLite dynamic tool storage @sayan-oai + - #24828 [codex] Add independent beta release for the Python SDK @aibrahim-oai + - #24836 [codex] Prepare Python SDK beta documentation and package metadata @aibrahim-oai + - #24830 Treat refresh_token_reused 400s as relogin-required @alexsong-oai + - #24866 [codex] Simplify Python SDK install guidance @aibrahim-oai + - #24868 [codex] Remove Python SDK language classifiers @aibrahim-oai + - #24870 [codex] Remove Python SDK beta warning note @aibrahim-oai + - #24872 [codex] Stage Python SDK beta versions from release tags @aibrahim-oai + - #24758 Move memories root setup out of core config @jif-oai + - #24891 Stabilize Guardian client cache key handling @jif-oai + - #24892 Export Guardian prompt cache key helper @jif-oai + - #24893 Add Guardian review prompt cache key @jif-oai + - #24894 Assert Guardian prompt cache key reuse @jif-oai + - #24895 Thread Guardian cache key through session @jif-oai + - #24803 Use stable Guardian prompt cache keys @jif-oai + - #24902 [codex] Fix Guardian argument comment lint @jif-oai + - #24898 Fix memories namespace for Responses API tools @jif-oai + - #24897 Add Guardian review metrics @jif-oai + - #23546 [codex-cli] Refresh near-expiry ChatGPT access tokens before requests @cooper-oai + - #24915 Add thread start contributor facts @jif-oai + - #24916 Add turn error lifecycle contributor @jif-oai + - #24865 [codex] Store pending response items directly @pakrym-oai + - #24914 [codex] Update OpenAI Docs skill @vb-openai + - #24651 Add app-server startup benchmark crate @anp-oai + - #24925 Gate goal tools by thread eligibility @jif-oai + - #24782 Remove libubsan CI workaround @anp-oai + - #24813 extension-api: add TurnItemEmitter to tool calls @sayan-oai + - #23534 feat(app-server): include turns page on thread resume @btraut-openai + - #24698 Expose MCP server info as part of server status @gpeal + - #24903 Reap stale multi-agent slots @jif-oai + - #24936 Fix extension turn item emitter test event ordering @bolinfest + - #24700 [codex] Support ui visibility meta for tools @gpeal + - #24701 chore: add GPT-5.5 to the Amazon Bedrock catalog @celia-oai + - #23363 TUI: Unified mentions tweaks + polish mentions rendering @canvrno-oai + - #24937 Revert "Add app-server startup benchmark crate" @anp-oai + - #24928 Wire task completion into thread-idle lifecycle @jif-oai + - #24723 Add feature-gated standalone image generation extension @won-openai + - #24952 Move Bazel Windows jobs onto codex-runners @anp-oai + - #24940 Add codex app-server --stdio alias @anp-oai + - #24954 fix(tui): prevent repository-configured code execution in /diff @fcoury-oai + - #24949 [codex] Handle PowerShell UTF-8 setup failures @iceweasel-oai + - #24960 [codex] Remove Bedrock OSS models from catalog @celia-oai + - #23768 runtime: prepend zsh fork bin dir to PATH @bolinfest + - #19880 fix: cancel Windows sandbox on network denial @viyatb-oai + - #24947 fix(exec-server): reject websocket requests with Origin headers @viyatb-oai + - #24653 [codex] Add user input client ids @alexi-openai + - #23924 Surface filesystem permission profiles in prompt context @bolinfest + - #24108 windows-sandbox: pass workspace roots to runner @bolinfest + - #24974 windows-sandbox: fix capture cancellation test roots @bolinfest + - #24962 Tighten hook output event schemas @abhinav-oai + - #24141 feat(app-server): migrate remote control to server tokens @apanasenko-oai + - #24970 fix(config): use deny for Unix socket permissions @viyatb-oai + - #24946 [codex] Avoid PowerShell safety parsing off Windows @adrian-openai + - #24977 Add runtime extra skill roots API @xl-openai + - #24298 Seed prompt history from resumed messages @etraut-openai + - #23943 fix: preserve deny-read sandboxing for safe commands @bolinfest + - #24716 Fix fs/watch debounce batching @etraut-openai + - #24918 Use internal model context fragments for goal steering @jif-oai + - #24924 Use inject_if_running for active goal steering @jif-oai + - #25063 Drop the stale debug-client manifest @jif-oai + - #25064 Remove the generated debug-client README @jif-oai + - #25065 Delete debug-client app-server process plumbing @jif-oai + - #25066 Retire debug-client interactive command parsing @jif-oai + - #25067 Remove the debug-client CLI entrypoint @jif-oai + - #25068 Delete debug-client JSONL output helper @jif-oai + - #25069 Remove debug-client server event reader @jif-oai + - #25070 Drop debug-client prompt state tracking @jif-oai + - #25075 fix: main @jif-oai + - #24794 [codex] Improve built-in tool schema docs @jif-oai + - #25095 Handle goal usage limits from turn errors @jif-oai + - #25106 Remove stale rollout TODO tests @jif-oai + - #24965 Render multiline hook output in TUI @abhinav-oai + - #25031 [codex] Add model tool mode selector @aibrahim-oai + - #24693 Show activity for standalone web search calls @sayan-oai + - #25110 Move config document helpers into their own module @jif-oai + - #25013 feat: Add focused diagnostics for MCP HTTP send failures @xl-openai + - #24964 [codex] Wait for MCP readiness in core integration tests @anp-oai + - #24972 Route extension image generation through the native image completion pipeline @won-openai + - #24831 Add Windows sandbox provisioning setup command @iceweasel-oai + - #25017 Align TUI permissions labels with app @etraut-openai + - #25027 Add /archive slash command @etraut-openai + - #25035 Use session wording in /rename confirmation @etraut-openai + - #24161 Add subagent lineage metadata for responsesapi @owenlin0 + - #25116 [exec-server] Kill dropped filesystem helpers @erichoracek + - #24180 code-mode: introduce durable session interface @cconger +ReleaseNotesUrl: https://github.com/openai/codex/releases/tag/rust-v0.136.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://developers.openai.com/codex/cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.yaml b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.yaml new file mode 100644 index 000000000000..b09e9376fb7e --- /dev/null +++ b/manifests/o/OpenAI/Codex/0.136.0/OpenAI.Codex.yaml @@ -0,0 +1,8 @@ +# Created with manual using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenAI.Codex +PackageVersion: 0.136.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9d2da0a98790e9a45f096ec32910eea0322a56a4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:17:31 +0800 Subject: [PATCH 155/248] New version: Genesys.GenesysCloud version 2.50.909.0 (2.50.909) (#382243) --- .../Genesys.GenesysCloud.installer.yaml | 34 ++++++++++++++++++ .../Genesys.GenesysCloud.locale.en-US.yaml | 36 +++++++++++++++++++ .../Genesys.GenesysCloud.locale.zh-CN.yaml | 17 +++++++++ .../2.50.909.0/Genesys.GenesysCloud.yaml | 8 +++++ 4 files changed, 95 insertions(+) create mode 100644 manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.installer.yaml create mode 100644 manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.en-US.yaml create mode 100644 manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.zh-CN.yaml create mode 100644 manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.yaml diff --git a/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.installer.yaml b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.installer.yaml new file mode 100644 index 000000000000..530c3945f71a --- /dev/null +++ b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Genesys.GenesysCloud +PackageVersion: 2.50.909.0 +Scope: machine +UpgradeBehavior: install +Protocols: +- gcvideo +ReleaseDate: 2026-05-27 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://app.mypurecloud.com/directory-windows/build-assets/2.50.909-243/genesys-cloud-windows-2.50.909-x86.exe + InstallerSha256: A4CC72A245E4208C3623730AB57A342853AFA6ACE9ABC181AC96C389939583E8 + ProductCode: '{c242c0ca-f5d3-4150-95ff-aceeaf6574db}' + AppsAndFeaturesEntries: + - UpgradeCode: '{1FA949E8-10C8-4CF2-9A6E-47515E0442E9}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://app.mypurecloud.com/directory-windows/build-assets/2.50.909-243/genesys-cloud-windows-2.50.909-x86.msi + InstallerSha256: 7897E8FBE3453EF9281DDE9AB12C0833962CE8F8C441D09EE8C429F8B8E65F9E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{4B25D37B-CB6C-406F-A6C2-8EC1BAD5AED6}' + AppsAndFeaturesEntries: + - UpgradeCode: '{A0E8C487-C337-441C-83AF-90364DA4B793}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Genesys\GenesysCloud' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.en-US.yaml b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.en-US.yaml new file mode 100644 index 000000000000..405ea60ee25e --- /dev/null +++ b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Genesys.GenesysCloud +PackageVersion: 2.50.909.0 +PackageLocale: en-US +Publisher: Genesys Inc. +PublisherUrl: https://www.genesys.com/ +PublisherSupportUrl: https://help.mypurecloud.com/ +PrivacyUrl: https://www.genesys.com/company/legal/privacy-policy +Author: Genesys Cloud Services, Inc. +PackageName: GenesysCloud +PackageUrl: https://help.mypurecloud.com/articles/desktop-app/ +License: Proprietary +LicenseUrl: https://www.genesys.com/company/legal/terms-of-use +Copyright: Copyright © 2012-2026 Genesys +CopyrightUrl: https://www.genesys.com/company/legal/terms-of-use +ShortDescription: Open Genesys Cloud automatically at startup and run it in the background. +Description: |- + The Genesys Cloud desktop app is available for Windows and Mac: + - Use a dedicated application. Run Genesys Cloud as a stand-alone program, and keep it separate from your browser windows and tabs. + - Start Genesys Cloud automatically. Automatically open Genesys Cloud when your computer starts up, and avoid missing important communications. + - Run in silent mode. Close the window but continue to run Genesys Cloud in the background, allowing you to continue receiving chats and notifications. + - Update automatically. The desktop app notifies you when a newer version is available and prompts you to refresh or install it. +ReleaseNotes: |- + - Updated to Chromium 147.0.7727.138 + - Fixed Jabra integration issue where headset buttons failed to work via a dedicated USB receiver + - Disabled OnDeviceModelService utility process at startup to prevent resource consumption + - Fixed a possible crash during WinToast notifications + - Fixed Local Network Access (LNA) permission issues + - Changes to support multi-region / multi-org account switcher + - Increased the Jabra ringing timeout from 15 seconds to 3 minutes. +ReleaseNotesUrl: https://help.mypurecloud.com/release-notes-home/genesys-cloud-for-windows-desktop-app-release-notes/ +PurchaseUrl: https://www.genesys.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.zh-CN.yaml b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.zh-CN.yaml new file mode 100644 index 000000000000..d5b0decb3477 --- /dev/null +++ b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Genesys.GenesysCloud +PackageVersion: 2.50.909.0 +PackageLocale: zh-CN +License: 专有软件 +Copyright: 版权所有 © 2012-2026 Genesys +ShortDescription: 在开机时自动打开 Genesys Cloud 并在后台运行。 +Description: |- + Genesys Cloud 桌面应用支持 Windows 和 Mac 系统: + - 专属应用。将 Genesys Cloud 作为独立程序运行,与浏览器窗口和标签页分离。 + - 开机自启。电脑开机时自动打开 Genesys Cloud,避免错过重要通讯。 + - 静默运行。关闭窗口后仍可在后台持续运行,继续接收聊天消息和通知。 + - 自动更新。当有新版本可用时,桌面应用会通知并提示您刷新或安装。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.yaml b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.yaml new file mode 100644 index 000000000000..8a394fce3bb5 --- /dev/null +++ b/manifests/g/Genesys/GenesysCloud/2.50.909.0/Genesys.GenesysCloud.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Genesys.GenesysCloud +PackageVersion: 2.50.909.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 027cc100e4ad4773e3382cd0f91e2d22a9440de5 Mon Sep 17 00:00:00 2001 From: Pol Rivero <65060696+pol-rivero@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:17:52 +0200 Subject: [PATCH 156/248] New version: polrivero.GitHubDesktopPlus version 3.5.12-r0 (#382278) --- ...polrivero.GitHubDesktopPlus.installer.yaml | 34 +++++++++++++++++ ...rivero.GitHubDesktopPlus.locale.en-US.yaml | 37 +++++++++++++++++++ .../polrivero.GitHubDesktopPlus.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.installer.yaml create mode 100644 manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.locale.en-US.yaml create mode 100644 manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.yaml diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.installer.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.installer.yaml new file mode 100644 index 000000000000..a13022b4cada --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.installer.yaml @@ -0,0 +1,34 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.12-r0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ProductCode: GitHubDesktopPlus +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- Publisher: Pol Rivero + ProductCode: GitHubDesktopPlus +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\GitHubDesktopPlus' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pol-rivero/github-desktop-plus/releases/download/v3.5.12.0/GitHubDesktopPlus-v3.5.12.0-windows-x64.exe + InstallerSha256: 1A90D435BDFC4C3E6A7A9381173F33A421EBDDE8CD2B43D30FEA849512F3CFFD +- Architecture: arm64 + InstallerUrl: https://github.com/pol-rivero/github-desktop-plus/releases/download/v3.5.12.0/GitHubDesktopPlus-v3.5.12.0-windows-arm64.exe + InstallerSha256: E6BF57A58FE43F486DF196AD0DEB3B3AD0F27FDC06E1C76762BDD4BF947CDF05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.locale.en-US.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.locale.en-US.yaml new file mode 100644 index 000000000000..6c795a8dcf50 --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.12-r0 +PackageLocale: en-US +Publisher: pol-rivero +PublisherUrl: https://github.com/pol-rivero +PublisherSupportUrl: https://github.com/pol-rivero/github-desktop-plus/issues +Author: pol-rivero +PackageName: GitHub Desktop Plus +PackageUrl: https://github.com/pol-rivero/github-desktop-plus +License: MIT +LicenseUrl: https://github.com/pol-rivero/github-desktop-plus/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: A GitHub Desktop fork with advanced functionality and Bitbucket, GitLab integration. +Description: An up-to-date fork of GitHub Desktop with additional features including multiple account support, Bitbucket and GitLab integration, commit search, multiple stashes per branch, and more. +Moniker: github-desktop-plus +Tags: +- bitbucket +- desktop-app +- git +- github +- gitlab +ReleaseNotes: |- + Upstream: + - GitHub Desktop 3.5.12-beta1 release notes + - GitHub Desktop 3.5.12-beta2 release notes + - GitHub Desktop 3.5.12 release notes + Changes and improvements: + - [#167] Implemented a new feature to allow managing a repository's remotes from the app. + Select "Repository" > "Manage Remotes..." from the app's menu to view and manage the configured remotes. + Fixes: + - Fixed multiaccount support when publishing a newly created repository to GitHub. +ReleaseNotesUrl: https://github.com/pol-rivero/github-desktop-plus/releases/tag/v3.5.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.yaml b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.yaml new file mode 100644 index 000000000000..65bad13480e7 --- /dev/null +++ b/manifests/p/polrivero/GitHubDesktopPlus/3.5.12-r0/polrivero.GitHubDesktopPlus.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: polrivero.GitHubDesktopPlus +PackageVersion: 3.5.12-r0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1ac9a52cbbaab77787389a4a6055aa70a4f5906d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:21:34 +0800 Subject: [PATCH 157/248] New version: Mozilla.Firefox.an version 151.0.3 (#382562) --- .../151.0.3/Mozilla.Firefox.an.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.an.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.an.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.an.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.an.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.an.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.an.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.an.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.an.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.an.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.an.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.an.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.an.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.an.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.an.locale.zh-CN.yaml | 24 +++++++++++ .../an/151.0.3/Mozilla.Firefox.an.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.yaml diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.installer.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.installer.yaml new file mode 100644 index 000000000000..02193eec0936 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/an/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 7A76FC597E074D46A2757B828B66A148660D9DF6FA85F1016180F26A13E22D7D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/an/Firefox%20Setup%20151.0.3.exe + InstallerSha256: E7F149A4B605BE5120F1CB4DCC72FA5FA306B5667517A3CAA6D5B8BD13FFF3B4 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/an/Firefox%20Setup%20151.0.3.exe + InstallerSha256: E3C3B613543FA47C512958B51B918A0EC4DAA13EF328E9D417D5DAA2EB988B8E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.cs-CZ.yaml new file mode 100644 index 000000000000..57c5f9b1753e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.da-DK.yaml new file mode 100644 index 000000000000..4536f473a90b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.de-DE.yaml new file mode 100644 index 000000000000..5f4b20f37176 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.el-GR.yaml new file mode 100644 index 000000000000..ef33642f3c0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-GB.yaml new file mode 100644 index 000000000000..4c47aef50930 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-US.yaml new file mode 100644 index 000000000000..d1fa5be871a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (an) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.es-MX.yaml new file mode 100644 index 000000000000..fdd5705ff3cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.fr-FR.yaml new file mode 100644 index 000000000000..ab351f6be45e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.hu-HU.yaml new file mode 100644 index 000000000000..46faf16d50b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ja-JP.yaml new file mode 100644 index 000000000000..c0fb6d004320 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.nb-NO.yaml new file mode 100644 index 000000000000..d84a5b6f66d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ru-RU.yaml new file mode 100644 index 000000000000..7925375f7279 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ta-IN.yaml new file mode 100644 index 000000000000..82d430b658dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.zh-CN.yaml new file mode 100644 index 000000000000..f17dff21f50b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.yaml b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.yaml new file mode 100644 index 000000000000..c9564df39833 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0.3/Mozilla.Firefox.an.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c52a822d101cd4363746d76346520b358541f95d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:25:21 +0800 Subject: [PATCH 158/248] New version: Mozilla.Firefox.be version 151.0.3 (#382568) --- .../151.0.3/Mozilla.Firefox.be.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.be.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.be.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.be.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.be.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.be.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.be.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.be.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.be.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.be.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.be.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.be.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.be.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.be.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.be.locale.zh-CN.yaml | 24 +++++++++++ .../be/151.0.3/Mozilla.Firefox.be.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.yaml diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.installer.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.installer.yaml new file mode 100644 index 000000000000..2a67654d752c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/be/Firefox%20Setup%20151.0.3.exe + InstallerSha256: CE8B4E48CF0747568F8E20F4D832A7A112A01BA08F1297462530F4C93CAD27F3 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/be/Firefox%20Setup%20151.0.3.exe + InstallerSha256: DA01165C915C70B718DD8824CAA379C9B56C41EAB32CEB21C1FB41DA545B1B68 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/be/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 4A73AEA87D2B01718AF87068730096DB4D457F2955365A80E60D8C405F4E9A4D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f71d9d500f4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.da-DK.yaml new file mode 100644 index 000000000000..6e44db1bf018 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.de-DE.yaml new file mode 100644 index 000000000000..bb89746b675b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.el-GR.yaml new file mode 100644 index 000000000000..d87204395ea8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-GB.yaml new file mode 100644 index 000000000000..317fd46216b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-US.yaml new file mode 100644 index 000000000000..4c82155c5eb5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (be) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.es-MX.yaml new file mode 100644 index 000000000000..6a2a770b361f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.fr-FR.yaml new file mode 100644 index 000000000000..d0b6e8d95712 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.hu-HU.yaml new file mode 100644 index 000000000000..f4838c1b6a04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ja-JP.yaml new file mode 100644 index 000000000000..e35b3f6f56eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.nb-NO.yaml new file mode 100644 index 000000000000..0cc4f0b222d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ru-RU.yaml new file mode 100644 index 000000000000..645675bd5022 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ta-IN.yaml new file mode 100644 index 000000000000..b27d30b06a8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.zh-CN.yaml new file mode 100644 index 000000000000..48d0036c666f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.yaml b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.yaml new file mode 100644 index 000000000000..354e62b13169 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0.3/Mozilla.Firefox.be.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e5cd0cd5fac74a65afad0bfd6ec17f57df9d236c Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:28:00 +0800 Subject: [PATCH 159/248] Update: RedHat.Podman version 5.8.2 (#382333) --- .../r/RedHat/Podman/5.8.2/RedHat.Podman.installer.yaml | 4 ++-- .../RedHat/Podman/5.8.2/RedHat.Podman.locale.en-US.yaml | 4 ++-- .../RedHat/Podman/5.8.2/RedHat.Podman.locale.zh-CN.yaml | 9 --------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.installer.yaml b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.installer.yaml index adab8f653ac5..b0cc221deaf3 100644 --- a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.installer.yaml +++ b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.installer.yaml @@ -16,11 +16,11 @@ AppsAndFeaturesEntries: - UpgradeCode: '{F3E1F40A-A791-49B7-9BC6-050975293353}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/containers/podman/releases/download/v5.8.2/podman-installer-windows-amd64.exe + InstallerUrl: https://github.com/podman-container-tools/podman/releases/download/v5.8.2/podman-installer-windows-amd64.exe InstallerSha256: A836D0EE038DB37FE6686A1D8B894BFFB3B8288B857D3248B2F91597567611AD ProductCode: '{1679e486-4f38-49ac-8728-9066e8e8f45e}' - Architecture: arm64 - InstallerUrl: https://github.com/containers/podman/releases/download/v5.8.2/podman-installer-windows-arm64.exe + InstallerUrl: https://github.com/podman-container-tools/podman/releases/download/v5.8.2/podman-installer-windows-arm64.exe InstallerSha256: F04A2C6C57D8D138AD5FFDC321DF3CAA48497D62C155BDFCB535C42A39BA8298 ProductCode: '{69f506f0-180e-4a09-b891-a51209aff654}' ManifestType: installer diff --git a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.en-US.yaml b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.en-US.yaml index 860246fd16ff..1441b23d4102 100644 --- a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.en-US.yaml +++ b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.en-US.yaml @@ -11,7 +11,7 @@ Author: Red Hat Inc. PackageName: Podman PackageUrl: https://podman.io/ License: Apache-2.0 -LicenseUrl: https://github.com/containers/podman/blob/HEAD/LICENSE +LicenseUrl: https://github.com/podman-container-tools/podman/blob/HEAD/LICENSE ShortDescription: A daemonless container engine for developing, managing, and running OCI Containers Description: |- Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. @@ -40,7 +40,7 @@ ReleaseNotes: |- - Updated Buildah to v1.43.1 - Updated the containers/common library to v0.67.1 - Updated the containers/image library to v5.39.2 -ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.8.2 +ReleaseNotesUrl: https://github.com/podman-container-tools/podman/releases/tag/v5.8.2 Documentations: - DocumentLabel: Documentation DocumentUrl: https://podman.io/docs diff --git a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.zh-CN.yaml b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.zh-CN.yaml index 1561e83fdec5..127aa1ad52e1 100644 --- a/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.zh-CN.yaml +++ b/manifests/r/RedHat/Podman/5.8.2/RedHat.Podman.locale.zh-CN.yaml @@ -4,14 +4,6 @@ PackageIdentifier: RedHat.Podman PackageVersion: 5.8.2 PackageLocale: zh-CN -Publisher: Red Hat -PublisherUrl: https://podman.io/ -PublisherSupportUrl: https://podman.io/community -Author: Red Hat Inc. -PackageName: Podman -PackageUrl: https://podman.io/ -License: Apache-2.0 -LicenseUrl: https://github.com/containers/podman/blob/main/LICENSE ShortDescription: 用于开发、管理、运行 OCI 容器的无守护程序容器引擎 Description: Podman 是一个无守护程序、开源的原生 Linux 工具,旨在使用 Open Containers Initiative(OCI)容器和容器镜像让查找、运行、构建、共享和部署应用程序更加简单。Podman 提供了一个命令行接口(CLI),任何使用过 Docker 容器引擎的人都能快速上手。大多数用户可以简单地将 Docker 设置为 Podman 的别名(alias docker=podman),不会带来任何问题。与其它常见的容器引擎(Docker、CRI-O、containerd)类似,Podman 依赖于符合 OCI 标准的容器运行时(runc、crun、runv 等)来与操作系统对接并创建运行容器,这使得由 Podman 创建的运行容器与其它普通容器引擎创建的容器几乎没有区别。 Tags: @@ -19,7 +11,6 @@ Tags: - pod - 容器 - 镜像 -ReleaseNotesUrl: https://github.com/containers/podman/releases/tag/v5.8.2 Documentations: - DocumentLabel: 文档 DocumentUrl: https://podman.io/docs From e7afc4db00e5a0a1e6be321e613657ac1c55cbb8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:29:17 +0800 Subject: [PATCH 160/248] New version: Mozilla.Firefox.bg version 151.0.3 (#382570) --- .../151.0.3/Mozilla.Firefox.bg.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.bg.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.bg.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.bg.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.bg.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.bg.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.bg.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.bg.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.bg.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.bg.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.bg.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.bg.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.bg.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.bg.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.bg.locale.zh-CN.yaml | 24 +++++++++++ .../bg/151.0.3/Mozilla.Firefox.bg.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.yaml diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 000000000000..2f09a7dbfd1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/bg/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 33F21E39112D5ADCDC082D44074EDD701D96B89889111F1D5E14526A95887647 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/bg/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 6D0ED8A5732CEDA8E26171AFCAE3B2FD93BBB5F9AE2A3D205CC76B42078A1427 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/bg/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 75C42018A5663415D950314D2ED3B4BE6ABC0E7EA621F7E6174EEA1D9E38CE03 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 000000000000..37379b66035a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 000000000000..335bc90aeb66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 000000000000..5182a3ab2adf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 000000000000..1cfb13d43d26 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 000000000000..01ed0f04429a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 000000000000..4e33c081baff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (bg) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 000000000000..63fbd043fd33 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 000000000000..c714f05959e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 000000000000..68b7fc016b23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 000000000000..a9ca85c8a73e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 000000000000..0e0c792bb706 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 000000000000..c7dc725d83cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 000000000000..77b14fee906f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 000000000000..cb620fa0cec9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.yaml new file mode 100644 index 000000000000..eaf6b34aac9c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0.3/Mozilla.Firefox.bg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f4e3f6486c93794b0b457eed32e59d3ed3d1b8b6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:32:26 +0800 Subject: [PATCH 161/248] New version: Mozilla.Firefox.ca-valencia version 151.0.3 (#382577) --- ...Mozilla.Firefox.ca-valencia.installer.yaml | 40 +++++++++++++++++++ ...illa.Firefox.ca-valencia.locale.cs-CZ.yaml | 14 +++++++ ...illa.Firefox.ca-valencia.locale.da-DK.yaml | 14 +++++++ ...illa.Firefox.ca-valencia.locale.de-DE.yaml | 16 ++++++++ ...illa.Firefox.ca-valencia.locale.el-GR.yaml | 13 ++++++ ...illa.Firefox.ca-valencia.locale.en-GB.yaml | 20 ++++++++++ ...illa.Firefox.ca-valencia.locale.en-US.yaml | 39 ++++++++++++++++++ ...illa.Firefox.ca-valencia.locale.es-MX.yaml | 18 +++++++++ ...illa.Firefox.ca-valencia.locale.fr-FR.yaml | 17 ++++++++ ...illa.Firefox.ca-valencia.locale.hu-HU.yaml | 16 ++++++++ ...illa.Firefox.ca-valencia.locale.ja-JP.yaml | 14 +++++++ ...illa.Firefox.ca-valencia.locale.nb-NO.yaml | 16 ++++++++ ...illa.Firefox.ca-valencia.locale.ru-RU.yaml | 17 ++++++++ ...illa.Firefox.ca-valencia.locale.ta-IN.yaml | 20 ++++++++++ ...illa.Firefox.ca-valencia.locale.zh-CN.yaml | 24 +++++++++++ .../151.0.3/Mozilla.Firefox.ca-valencia.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.yaml diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.installer.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.installer.yaml new file mode 100644 index 000000000000..611eacbec879 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/ca-valencia/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 2423234ED5A40DB91FADA80B9FB77A1B0CEDD6AAA575E3FC9C2BD6CC9CE7A3C7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/ca-valencia/Firefox%20Setup%20151.0.3.exe + InstallerSha256: F3EE5D16B0446C5084D87BBDDB9FA5C6E7E62D19B78C63392F8B0DC3DA2B3965 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/ca-valencia/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 20989530BEAD3122EE0F208BE0C806B9308BE5D22E80EFC80B54E313AD898B17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml new file mode 100644 index 000000000000..00930ad805dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml new file mode 100644 index 000000000000..83eb63480743 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml new file mode 100644 index 000000000000..2e2584c5eec4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml new file mode 100644 index 000000000000..b9989d0ddbcf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml new file mode 100644 index 000000000000..4564db8885d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-US.yaml new file mode 100644 index 000000000000..96c57d4dbfce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ca-valencia) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml new file mode 100644 index 000000000000..5405dee03d0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml new file mode 100644 index 000000000000..6297a33697ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml new file mode 100644 index 000000000000..483b5b26f4c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml new file mode 100644 index 000000000000..54e3fbe85317 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml new file mode 100644 index 000000000000..de5a75099e8e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml new file mode 100644 index 000000000000..ec60f04f0230 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml new file mode 100644 index 000000000000..067ea88a55eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml new file mode 100644 index 000000000000..b95e2570dc75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.yaml new file mode 100644 index 000000000000..76a472193d33 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0.3/Mozilla.Firefox.ca-valencia.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca-valencia +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d2948122775abc5feb3ac365924f605b7749ef1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:35:47 +0800 Subject: [PATCH 162/248] New version: Mozilla.Firefox.cs version 151.0.3 (#382580) --- .../151.0.3/Mozilla.Firefox.cs.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.cs.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.cs.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.cs.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.cs.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.cs.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.cs.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.cs.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.cs.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.cs.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.cs.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.cs.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.cs.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.cs.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.cs.locale.zh-CN.yaml | 24 +++++++++++ .../cs/151.0.3/Mozilla.Firefox.cs.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.yaml diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.installer.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.installer.yaml new file mode 100644 index 000000000000..7f8206d41c58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/cs/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 8770AB8B3D437FFF7BE4C00E3D7D96A4CB64D46C5D2D35E208804A4FB0A7610C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/cs/Firefox%20Setup%20151.0.3.exe + InstallerSha256: CC81DCAD77318826C4E3B1D24AC5C64A40ADD6C13C697EED0B0D5B95704BD53E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/cs/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 980196378533635DBEACAEF035D6ED0DD0816EF0D361CDE5E84FDA15C5B7E5C7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3d2e2f93eb74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.da-DK.yaml new file mode 100644 index 000000000000..4ec8c50a4878 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.de-DE.yaml new file mode 100644 index 000000000000..b31e136fc9a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.el-GR.yaml new file mode 100644 index 000000000000..d48f72268074 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-GB.yaml new file mode 100644 index 000000000000..8afafce01f2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-US.yaml new file mode 100644 index 000000000000..2bb7fd9636f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (cs) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.es-MX.yaml new file mode 100644 index 000000000000..88ae88415404 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.fr-FR.yaml new file mode 100644 index 000000000000..57e4cd945bbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.hu-HU.yaml new file mode 100644 index 000000000000..c3b2a765a965 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ja-JP.yaml new file mode 100644 index 000000000000..0b8fd2333a3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.nb-NO.yaml new file mode 100644 index 000000000000..bc44f03ab57d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ru-RU.yaml new file mode 100644 index 000000000000..002b635e48a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ta-IN.yaml new file mode 100644 index 000000000000..2553f96703f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.zh-CN.yaml new file mode 100644 index 000000000000..6d90ce85d4b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.yaml new file mode 100644 index 000000000000..007cfe0a7adc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.3/Mozilla.Firefox.cs.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa7c608eb4da112ca1c9ab4b25f531a9ee3b00f1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:39:06 +0800 Subject: [PATCH 163/248] New version: Mozilla.Firefox.en-CA version 151.0.3 (#382588) --- .../Mozilla.Firefox.en-CA.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.en-CA.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.en-CA.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.en-CA.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.en-CA.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.en-CA.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.en-CA.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.en-CA.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.en-CA.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.en-CA.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.en-CA.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.en-CA.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.en-CA.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.en-CA.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.en-CA.locale.zh-CN.yaml | 24 +++++++++++ .../en-CA/151.0.3/Mozilla.Firefox.en-CA.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.yaml diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.installer.yaml new file mode 100644 index 000000000000..4b1025690abc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/en-CA/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 1D8BD9121F88D03F5FC71EC2EA4A561FAAEE692EBDC5AFB4C5B14C9F213275B5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/en-CA/Firefox%20Setup%20151.0.3.exe + InstallerSha256: C9D03BD518FF9942667A5BA4FDE8F853245026DA672392C798FEEF9CBE7FBA03 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/en-CA/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D17C0667310FB24ADD76EA7FFB499616EF53C65595526F4FBE6B9DF801E3656B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d7a8e61dbd1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.da-DK.yaml new file mode 100644 index 000000000000..ea63784c4b06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.de-DE.yaml new file mode 100644 index 000000000000..55f65ebf066a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.el-GR.yaml new file mode 100644 index 000000000000..978bf67f0cc4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-GB.yaml new file mode 100644 index 000000000000..d017206fa5e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-US.yaml new file mode 100644 index 000000000000..320ec43e39dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (en-CA) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.es-MX.yaml new file mode 100644 index 000000000000..edef4386b644 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.fr-FR.yaml new file mode 100644 index 000000000000..e1095fc7f356 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.hu-HU.yaml new file mode 100644 index 000000000000..686d4254beb5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ja-JP.yaml new file mode 100644 index 000000000000..1c99c0885ee2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.nb-NO.yaml new file mode 100644 index 000000000000..87e7d19c62d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ru-RU.yaml new file mode 100644 index 000000000000..4e8df4d8ee67 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ta-IN.yaml new file mode 100644 index 000000000000..5d4574584f78 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.zh-CN.yaml new file mode 100644 index 000000000000..be622bc7c859 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.yaml b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.yaml new file mode 100644 index 000000000000..b738651990ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/151.0.3/Mozilla.Firefox.en-CA.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8d1adb939c90d1c35115fca4a21524021ddc7315 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:42:35 +0800 Subject: [PATCH 164/248] New version: Mozilla.Firefox.eo version 151.0.3 (#382592) --- .../151.0.3/Mozilla.Firefox.eo.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.eo.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.eo.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.eo.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.eo.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.eo.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.eo.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.eo.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.eo.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.eo.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.eo.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.eo.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.eo.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.eo.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.eo.locale.zh-CN.yaml | 24 +++++++++++ .../eo/151.0.3/Mozilla.Firefox.eo.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.yaml diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.installer.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.installer.yaml new file mode 100644 index 000000000000..4834c588a22e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/eo/Firefox%20Setup%20151.0.3.exe + InstallerSha256: CA7A13887928F8024A94F3D17747DCB08550F2BBBABF6707D6889D2DC0237006 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/eo/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 6DFF15BB4B1DA67CC80621D0D4DDCAA9CCFA6171D874D8784949D05EB038B873 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/eo/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 5FD7CB780298359D86D7DB1037415A46D7CF64056832E17F2D5082BFF30ED920 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.cs-CZ.yaml new file mode 100644 index 000000000000..25f61177ea15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.da-DK.yaml new file mode 100644 index 000000000000..91d875a48edf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.de-DE.yaml new file mode 100644 index 000000000000..79f67e2113f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.el-GR.yaml new file mode 100644 index 000000000000..8265caf89f65 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-GB.yaml new file mode 100644 index 000000000000..69c926280baf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-US.yaml new file mode 100644 index 000000000000..f7e58da54cd9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (eo) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.es-MX.yaml new file mode 100644 index 000000000000..7b4bdf146472 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.fr-FR.yaml new file mode 100644 index 000000000000..29e531545839 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.hu-HU.yaml new file mode 100644 index 000000000000..ef95b7b71fa8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ja-JP.yaml new file mode 100644 index 000000000000..96c661779039 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.nb-NO.yaml new file mode 100644 index 000000000000..0e3b46f22745 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ru-RU.yaml new file mode 100644 index 000000000000..9d8d3e47864a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ta-IN.yaml new file mode 100644 index 000000000000..8a021c7138fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.zh-CN.yaml new file mode 100644 index 000000000000..3558f832dba1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.yaml new file mode 100644 index 000000000000..60f9c9459985 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.3/Mozilla.Firefox.eo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d23b0d4a2dfa214bdcc5087771b868b6506ec837 Mon Sep 17 00:00:00 2001 From: devolutionsbot <31221910+devolutionsbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:45:42 -0400 Subject: [PATCH 165/248] Add Devolutions Workspace version 2026.2.0.0 (#382681) --- .../Devolutions.Workspace.installer.yaml | 29 +++++++++++++++++++ .../Devolutions.Workspace.locale.en-US.yaml | 25 ++++++++++++++++ .../2026.2.0.0/Devolutions.Workspace.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.installer.yaml create mode 100644 manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.locale.en-US.yaml create mode 100644 manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.yaml diff --git a/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.installer.yaml b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.installer.yaml new file mode 100644 index 000000000000..c2ae21803f8d --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.installer.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2026.2.0.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Protocols: +- credential +- http +- https +ProductCode: '{2B7A36CE-B802-4B6B-8351-B944FC99F2DB}' +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- UpgradeCode: '{EA58A259-5C39-43E8-9183-EAAB09293D3F}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/Devolutions-2026.2.0.0-x64.msi + InstallerSha256: F7991B59AA161478352B1ADF701FC2673377BD8149F05FC2D874E5624D9030B5 +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.locale.en-US.yaml b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.locale.en-US.yaml new file mode 100644 index 000000000000..013df9cf679c --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2026.2.0.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: Devolutions Password Manager +PackageUrl: https://devolutions.net/workspace/ +License: Proprietary +LicenseUrl: https://devolutions.net/legal/customer-agreements +Copyright: Copyright (c) 2006-2026 Devolutions Inc. +ShortDescription: A single application to access your Authenticator, Devolutions Hub, and Devolutions Server accounts! +Moniker: workspace +Tags: +- devolutions +- workspace +- authenticator +- credentials +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.yaml b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.yaml new file mode 100644 index 000000000000..a4dcb6ad8b99 --- /dev/null +++ b/manifests/d/Devolutions/Workspace/2026.2.0.0/Devolutions.Workspace.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Devolutions.Workspace +PackageVersion: 2026.2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 + From 73506d563072630517a15b0876f8a954579917be Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 21:48:57 -0400 Subject: [PATCH 166/248] New version: GitHub.CopilotApp version 0.2.22 (#382726) --- .../0.2.22/GitHub.CopilotApp.installer.yaml | 56 +++++++++++++++++++ .../GitHub.CopilotApp.locale.en-US.yaml | 28 ++++++++++ .../CopilotApp/0.2.22/GitHub.CopilotApp.yaml | 8 +++ 3 files changed, 92 insertions(+) create mode 100644 manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.installer.yaml create mode 100644 manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.locale.en-US.yaml create mode 100644 manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.yaml diff --git a/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.installer.yaml new file mode 100644 index 000000000000..f68e1c7c20c6 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.22 +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.22/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: 7646D307DD92C28B496B13BF359A23B9813D7DAFBCEF902A22331CCE468E0CC8 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.22/GitHub-Copilot-windows-x64.msi + InstallerSha256: 344D5FBE6E39907FFCAB501D52C9DBC97A65D44064E34D395B69511FE8524D2A + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{D22EF4D2-935B-461C-9794-8C2DDAE24783}' + AppsAndFeaturesEntries: + - ProductCode: '{D22EF4D2-935B-461C-9794-8C2DDAE24783}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.22/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: 53537C367676A6DB7900CF4BE099D87B18F89694408BE07B3B1ECC92322878EF + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.22/GitHub-Copilot-windows-arm64.msi + InstallerSha256: 2F64D1B2A93AC6322CBF995078CC17866876C901DC98A616D3C159D043E28092 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{7DFB336B-BAC7-46A2-B090-7D5494E95466}' + AppsAndFeaturesEntries: + - ProductCode: '{7DFB336B-BAC7-46A2-B090-7D5494E95466}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 000000000000..c7ad8d475d9c --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.22 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v0.2.22 + + Fixed + - Fixed slash commands (e.g. /chronicle) being incorrectly displayed as incoming cross-session messages instead of normal user messages. + - Fixed the app becoming slow and unresponsive when opening a pull request or workspace with a very large diff. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v0.2.22 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.yaml new file mode 100644 index 000000000000..101e19f089af --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.22/GitHub.CopilotApp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 230f6819da1f5f6b87eb57df6af2143ee48ae2f0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:52:16 +0800 Subject: [PATCH 167/248] New version: Alibaba.DingTalkWorkspaceCLI version 1.0.33 (#382739) --- ...libaba.DingTalkWorkspaceCLI.installer.yaml | 21 ++++++++++ ...aba.DingTalkWorkspaceCLI.locale.en-US.yaml | 40 +++++++++++++++++++ ...ingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml | 22 ++++++++++ ...a.DingTalkWorkspaceCLI.locale.zh-Hans.yaml | 17 ++++++++ .../1.0.33/Alibaba.DingTalkWorkspaceCLI.yaml | 8 ++++ 5 files changed, 108 insertions(+) create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.installer.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.yaml diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 000000000000..3eda200d9a86 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.33 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.33/dws-windows-amd64.zip + InstallerSha256: 609F5086EFE609202F9DF3F2FD8E31FB93EB74E68DDF62ABA6D934D75844B4E2 +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.33/dws-windows-arm64.zip + InstallerSha256: 56419D5858352EBED19966CBC6F1FD57153F4EAB36DECB5CDDDA5BA74BA52E50 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 000000000000..f13d81a2880c --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.33 +PackageLocale: en-US +Publisher: DingTalk (Singapore) Private Limited +PublisherUrl: https://www.dingtalk.io/ +PublisherSupportUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/issues +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202102181006_34132.html +Author: DingTalk (Singapore) Private Limited +PackageName: DingTalk Workspace CLI +PackageUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli +License: Apache-2.0 +LicenseUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba Group +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010161503_40649.html +ShortDescription: dws — DingTalk Workspace on the command line, built for humans and AI agents. +Description: |- + dws — DingTalk Workspace on the command line, built for humans and AI agents. + Why dws? + - For humans — --help for usage, --dry-run to preview requests, -f table/json/raw for output formats. + - For AI agents — structured JSON responses + built-in Agent Skills, ready out of the box. + - For enterprise admins — zero-trust architecture: OAuth device-flow auth + domain allowlisting + least-privilege scoping. Not a single byte can bypass authentication and audit. +Moniker: dws +Tags: +- dingding +- dingtalk +ReleaseNotes: |- + Changelog + - 4e58e45d30cd3719c6a5c8b737cf2e0445437a99 feat(auth): add export/import for portable sandbox credentials (#357) + - 56a5edecef9411910e41292989ef6b3ee1bfdbc8 feat(pat): support batch chmod authorization flows (#389) + - 5ce7cb61b0d5aec47e7379be68a27f10827e6f86 feat(skill): dws skill setup with mono/multi modes (#332) + - 539d10f80f9f441c1bb4ec7d715988b111b68551 feat: 合并 pre-mcp-discovery 分支能力到 main(服务发现保持生产) (#391) + - 8c4bd7196425cd02670ac17cf6041ba006e4b884 fix(doc): align export progress output (#392) + - c75ed45c7042fd15316c37a655034b0cafc8b558 fix(keychain): add StorageDir for Windows to unblock v1.0.33 release (#394) + - 4ebc8d0d385f9b5e5fc7662852b45cb5e4a8a27c fix(plugin): silence stdio discovery handshake failures (Warn → Debug) (#380) +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.33 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..2b0236018bef --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.33 +PackageLocale: zh-Hans-CN +Publisher: 钉钉(中国)信息技术有限公司 +PublisherUrl: https://www.dingtalk.com/ +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010070946_49604.html +Author: 钉钉(中国)信息技术有限公司 +CopyrightUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_52441.html +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..cff31c2ac96d --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.33 +PackageLocale: zh-Hans +ShortDescription: dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 +Description: |- + dws — 钉钉工作台命令行工具,为人类和 AI Agent 而生。 + 为什么选择 dws? + - 为人类而设计 — --help 查看用法,--dry-run 预览请求,-f table/json/raw 切换格式。 + - 为 AI Agent 而设计 — 结构化 JSON 响应 + 内置 Agent Skills,开箱即用。 + - 为企业管理员而设计 — 零信任架构:OAuth 设备流认证 + 域名白名单 + 权限最小化。没有一个字节能绕过安全鉴权和审计。 +Tags: +- 钉钉 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 000000000000..c1065062ccff --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.33/Alibaba.DingTalkWorkspaceCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 277ed74af118f4e240a386dd8ffeaf632dbaa1e8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:55:33 +0800 Subject: [PATCH 168/248] New version: Beeper.Beeper version 4.2.892 (#382742) --- .../4.2.892/Beeper.Beeper.installer.yaml | 20 +++++++++ .../4.2.892/Beeper.Beeper.locale.en-US.yaml | 42 +++++++++++++++++++ .../4.2.892/Beeper.Beeper.locale.zh-CN.yaml | 31 ++++++++++++++ .../Beeper/Beeper/4.2.892/Beeper.Beeper.yaml | 8 ++++ 4 files changed, 101 insertions(+) create mode 100644 manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.installer.yaml create mode 100644 manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.en-US.yaml create mode 100644 manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.zh-CN.yaml create mode 100644 manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.yaml diff --git a/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.installer.yaml b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.installer.yaml new file mode 100644 index 000000000000..8985bf6b227e --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.2.892 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- beeper +ProductCode: 4005ec12-b235-5981-b49e-4005d478a398 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://beeper-desktop.download.beeper.com/builds/Beeper%20x64%204.2.892.exe + InstallerSha256: 1C5B37AD5A2BCF706F8888DEAC0BBEC1D09A180B4BB3D8AF36A39DD01C586B51 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.en-US.yaml b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.en-US.yaml new file mode 100644 index 000000000000..80d0643a788c --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.2.892 +PackageLocale: en-US +Publisher: Beeper Inc. +PublisherUrl: https://www.beeper.com/ +PublisherSupportUrl: https://help.beeper.com/ +PrivacyUrl: https://www.beeper.com/privacy +Author: Beeper Inc. +PackageName: Beeper +PackageUrl: https://www.beeper.com/download +License: Proprietary +LicenseUrl: https://www.beeper.com/terms +Copyright: © 2026 Beeper Inc. +ShortDescription: All your chats in one app. Yes, really. +Description: A single app to chat on iMessage, WhatsApp, and 13 other chat networks. You can search, snooze, or archive messages. And with a unified inbox, you’ll never miss a message again. +Moniker: beeper +Tags: +- chat +- discord +- google-chat +- im +- imessage +- instagram +- instant-messaging +- matrix +- message +- messenger +- signal +- slack +- talk +- telegram +- twitter +- whatsapp +ReleaseNotesUrl: https://beeper.notion.site +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.beeper.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.zh-CN.yaml b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.zh-CN.yaml new file mode 100644 index 000000000000..9dbbd7d54224 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.2.892 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在一个应用程序中完成所有聊天。没错,这是真的。 +Description: 只需一个 app,就能在 iMessage、WhatsApp 和其它 13 个聊天网络上聊天。你可以搜索、暂停或存档信息。有了统一的收件箱,你再也不会错过任何信息。 +Tags: +- discord +- google-chat +- im +- imessage +- instagram +- matrix +- messenger +- signal +- slack +- telegram +- twitter +- whatsapp +- 信息 +- 发送 +- 消息 +- 聊天 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.beeper.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.yaml b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.yaml new file mode 100644 index 000000000000..0e9f19ea1400 --- /dev/null +++ b/manifests/b/Beeper/Beeper/4.2.892/Beeper.Beeper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Beeper.Beeper +PackageVersion: 4.2.892 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7793315e297b3e90e83c1cd84b884789027865d3 Mon Sep 17 00:00:00 2001 From: Graham David <125028396+voyager2saturn@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:25:55 +0530 Subject: [PATCH 169/248] New version: MongoDB.DatabaseTools version 100.17.0 (#382065) --- .../MongoDB.DatabaseTools.installer.yaml | 27 +++++++++++++++ .../MongoDB.DatabaseTools.locale.en-US.yaml | 33 +++++++++++++++++++ .../100.17.0/MongoDB.DatabaseTools.yaml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.installer.yaml create mode 100644 manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.locale.en-US.yaml create mode 100644 manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.yaml diff --git a/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.installer.yaml b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.installer.yaml new file mode 100644 index 000000000000..937f71eb33e8 --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.17.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{18858C48-1A1B-4FC3-BDFD-74A4C586A17D}' +ReleaseDate: 2026-05-08 +AppsAndFeaturesEntries: +- DisplayName: MongoDB Tools 100 + ProductCode: '{18858C48-1A1B-4FC3-BDFD-74A4C586A17D}' + 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.17.0.msi + InstallerSha256: 6364E4D9ADE3ED4EE2E1D292617D50C6DB39FEA8182B25F99500A3CE122EC706 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.locale.en-US.yaml b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.locale.en-US.yaml new file mode 100644 index 000000000000..4f2d7837e2ee --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.17.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.12.0 diff --git a/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.yaml b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.yaml new file mode 100644 index 000000000000..784c15c2b00e --- /dev/null +++ b/manifests/m/MongoDB/DatabaseTools/100.17.0/MongoDB.DatabaseTools.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MongoDB.DatabaseTools +PackageVersion: 100.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 21bf3bd4ce47aae67a742fc8498a83a5008b3999 Mon Sep 17 00:00:00 2001 From: Tyler Rouze Date: Tue, 2 Jun 2026 20:56:06 -0500 Subject: [PATCH 170/248] New version: dbtLabs.dbt version 2.0.0-preview.181 (#382145) --- .../dbtLabs.dbt.installer.yaml | 19 ++++++++++++ .../dbtLabs.dbt.locale.en-US.yaml | 30 +++++++++++++++++++ .../dbt/2.0.0-preview.181/dbtLabs.dbt.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.installer.yaml create mode 100644 manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.locale.en-US.yaml create mode 100644 manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.yaml diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.installer.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.installer.yaml new file mode 100644 index 000000000000..e9b3f5cc2955 --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt +PackageVersion: 2.0.0-preview.181 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dbt.exe + PortableCommandAlias: dbt +Commands: +- dbt +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://public.cdn.getdbt.com/fs/cli/fs-v2.0.0-preview.181-x86_64-pc-windows-msvc.zip + InstallerSha256: c9e61ce4d047dec10d52fb96f30cfd15be926a4de8c801645191c805d185e78c +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.locale.en-US.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.locale.en-US.yaml new file mode 100644 index 000000000000..08f91b606027 --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.locale.en-US.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt +PackageVersion: 2.0.0-preview.181 +PackageLocale: en-US +Publisher: dbt Labs, Inc. +PublisherUrl: https://www.getdbt.com/ +PublisherSupportUrl: https://docs.getdbt.com/community/resources/getting-help +PrivacyUrl: https://www.getdbt.com/cloud/privacy-policy +Author: dbt Labs, Inc. +PackageName: dbt Fusion +PackageUrl: https://docs.getdbt.com/docs/fusion/install-fusion-cli +License: Fusion includes source-available (ELv2), open-source (Apache 2), and proprietary components. +LicenseUrl: https://www.getdbt.com/licenses-faq +Copyright: Copyright 2026 dbt Labs, Inc. +ShortDescription: The next-generation dbt CLI engine for faster SQL parsing, compilation, and execution against data warehouses. +Moniker: dbt +Description: |- + dbt Fusion is the next-generation dbt CLI engine that delivers significantly faster parsing, compilation, and execution for data transformation workflows. It connects to data platforms like Snowflake, BigQuery, Databricks, Postgres, and Redshift via ADBC adapters. Fusion can be used standalone from the command line or through the dbt VS Code extension for an integrated development experience. +Tags: +- analytics +- cli +- data +- dbt +- sql +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.getdbt.com/docs/fusion/install-fusion-cli +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.yaml b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.yaml new file mode 100644 index 000000000000..34eb398158f1 --- /dev/null +++ b/manifests/d/dbtLabs/dbt/2.0.0-preview.181/dbtLabs.dbt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dbtLabs.dbt +PackageVersion: 2.0.0-preview.181 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d91256fbe0cbf1325c9a20d9df6a5b831f03dfc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:56:27 +0800 Subject: [PATCH 171/248] New version: Mozilla.Firefox.et version 151.0.3 (#382599) --- .../151.0.3/Mozilla.Firefox.et.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.et.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.et.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.et.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.et.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.et.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.et.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.et.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.et.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.et.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.et.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.et.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.et.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.et.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.et.locale.zh-CN.yaml | 24 +++++++++++ .../et/151.0.3/Mozilla.Firefox.et.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.yaml diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.installer.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.installer.yaml new file mode 100644 index 000000000000..1add3d95a0b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/et/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D83231EF6A7C8535BCD20A057C3EF789E7D3535F60DCA065D15C63552760C267 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/et/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 563A6765A79D009AFF12E74B1FBFCDBE792DD08550196EAFE296BFFE261DA237 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/et/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 175747F83F86FF827E0B88781255BDD9D527DAFC3AA47F9ABD14A952485596C1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.cs-CZ.yaml new file mode 100644 index 000000000000..43c210c82981 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.da-DK.yaml new file mode 100644 index 000000000000..42a8c7b9f757 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.de-DE.yaml new file mode 100644 index 000000000000..cbac1b296abd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.el-GR.yaml new file mode 100644 index 000000000000..466d442c1087 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-GB.yaml new file mode 100644 index 000000000000..87fa1670c084 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-US.yaml new file mode 100644 index 000000000000..c32c09b45d68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (et) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.es-MX.yaml new file mode 100644 index 000000000000..dbc290d12801 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.fr-FR.yaml new file mode 100644 index 000000000000..dae07b3767ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.hu-HU.yaml new file mode 100644 index 000000000000..8cb313c2690f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ja-JP.yaml new file mode 100644 index 000000000000..7aeaae21315e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.nb-NO.yaml new file mode 100644 index 000000000000..165f15cd4b21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ru-RU.yaml new file mode 100644 index 000000000000..f71ce8bd8268 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ta-IN.yaml new file mode 100644 index 000000000000..71008df93a0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.zh-CN.yaml new file mode 100644 index 000000000000..e75854827d81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.yaml b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.yaml new file mode 100644 index 000000000000..80c6f96e65cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/151.0.3/Mozilla.Firefox.et.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 27c53232c1479c2d91514804a03a58d8806c7b46 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:56:31 +0800 Subject: [PATCH 172/248] New version: Mozilla.Firefox.fr version 151.0.3 (#382604) --- .../151.0.3/Mozilla.Firefox.fr.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.fr.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.fr.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.fr.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.fr.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.fr.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.fr.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.fr.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.fr.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.fr.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.fr.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.fr.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.fr.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.fr.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.fr.locale.zh-CN.yaml | 24 +++++++++++ .../fr/151.0.3/Mozilla.Firefox.fr.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.yaml diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.installer.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.installer.yaml new file mode 100644 index 000000000000..9c859ac91e44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/fr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D2E8BAC1F38F698F71B1AA878C4AC9B1D7403B09BB44F3DC2DA0CC1F48B25A95 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/fr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 6CF89894317009EFF18AB248131F04853CBE5CDB3F1C11974FCDDEBCF64EA96A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/fr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: B3A114C400A6A6C01A1B30D28B4E9CBA8699ABF8BE3676112D6C51193A519210 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b4099ca3b3c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.da-DK.yaml new file mode 100644 index 000000000000..d7a25f41c040 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.de-DE.yaml new file mode 100644 index 000000000000..9dff848deaf6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.el-GR.yaml new file mode 100644 index 000000000000..83b847a67986 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-GB.yaml new file mode 100644 index 000000000000..cad92feb7172 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-US.yaml new file mode 100644 index 000000000000..5f1add71ff1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (fr) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.es-MX.yaml new file mode 100644 index 000000000000..5450fc23f172 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.fr-FR.yaml new file mode 100644 index 000000000000..5c1986244fd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.hu-HU.yaml new file mode 100644 index 000000000000..77276a2c9b00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ja-JP.yaml new file mode 100644 index 000000000000..6cc194521f9e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.nb-NO.yaml new file mode 100644 index 000000000000..820164bbbc16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ru-RU.yaml new file mode 100644 index 000000000000..d8d871162bd9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ta-IN.yaml new file mode 100644 index 000000000000..bef9d3780a39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.zh-CN.yaml new file mode 100644 index 000000000000..1764d89728ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.yaml new file mode 100644 index 000000000000..8794fd6da1d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.3/Mozilla.Firefox.fr.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a90e777688c4dfc1a15eb41496a10bc687bc9c1d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:56:38 +0800 Subject: [PATCH 173/248] New version: Mozilla.Firefox.fur version 151.0.3 (#382605) --- .../Mozilla.Firefox.fur.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.fur.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.fur.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.fur.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.fur.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.fur.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.fur.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.fur.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.fur.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.fur.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.fur.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.fur.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.fur.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.fur.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.fur.locale.zh-CN.yaml | 24 +++++++++++ .../fur/151.0.3/Mozilla.Firefox.fur.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.yaml diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.installer.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.installer.yaml new file mode 100644 index 000000000000..91791fb32b78 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/fur/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 373898B1177AC1D9EA8C7E1AC9788042117ADF963E87EF7CA05B6815C6AA6A68 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/fur/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 40115E25D893DEA6B8AB6F0981D4C071B6EB71C2F398DE452AFD1F5DC7662B96 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/fur/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 2AA0DCC11F897F1BBB5E7850B3CEE988943C72E28771D5C29BBE2A8DB4372B1F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.cs-CZ.yaml new file mode 100644 index 000000000000..8743db496b79 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.da-DK.yaml new file mode 100644 index 000000000000..828e05afa1b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.de-DE.yaml new file mode 100644 index 000000000000..7e0a587318c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.el-GR.yaml new file mode 100644 index 000000000000..256c6468a1a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-GB.yaml new file mode 100644 index 000000000000..4c2fe95585a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-US.yaml new file mode 100644 index 000000000000..2db9dc4cac82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (fur) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.es-MX.yaml new file mode 100644 index 000000000000..12c243a56cea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.fr-FR.yaml new file mode 100644 index 000000000000..5ffdccdb2e42 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.hu-HU.yaml new file mode 100644 index 000000000000..5f310646dbf9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ja-JP.yaml new file mode 100644 index 000000000000..9ed2899e30c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.nb-NO.yaml new file mode 100644 index 000000000000..67773a3de6bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ru-RU.yaml new file mode 100644 index 000000000000..041c00e7a48b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ta-IN.yaml new file mode 100644 index 000000000000..41608df77244 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.zh-CN.yaml new file mode 100644 index 000000000000..18ca3e85e34d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.yaml b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.yaml new file mode 100644 index 000000000000..f4893b65caa5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0.3/Mozilla.Firefox.fur.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4c635ee7b3c45f7a5b786424e25c34dab86a0860 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:56:46 +0800 Subject: [PATCH 174/248] New version: Mozilla.Firefox.hr version 151.0.3 (#382614) --- .../151.0.3/Mozilla.Firefox.hr.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.hr.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.hr.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.hr.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.hr.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.hr.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.hr.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.hr.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.hr.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.hr.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.hr.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.hr.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.hr.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.hr.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.hr.locale.zh-CN.yaml | 24 +++++++++++ .../hr/151.0.3/Mozilla.Firefox.hr.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.yaml diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.installer.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.installer.yaml new file mode 100644 index 000000000000..086b57c6bf43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/hr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 26E4AC577E5BFF887C609F1541E1C89E152DC2EA55478EC2416AA3921BCD916B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/hr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 12B558073720A06DA3A1AAC1316E51B8ED6C113DAD929563B621C2B820107349 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/hr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 20862DAB0C8302222114ADABDAA52BF56F2D12BD9DC9CA7850D746997B3F3D22 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..5d858c760507 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.da-DK.yaml new file mode 100644 index 000000000000..5c7c9a3a7b5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.de-DE.yaml new file mode 100644 index 000000000000..fae847a51cae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.el-GR.yaml new file mode 100644 index 000000000000..28e4e00495f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-GB.yaml new file mode 100644 index 000000000000..7f9e41254d59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-US.yaml new file mode 100644 index 000000000000..4c30b6a5441d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hr) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.es-MX.yaml new file mode 100644 index 000000000000..d522f0ad361a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.fr-FR.yaml new file mode 100644 index 000000000000..123516956931 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.hu-HU.yaml new file mode 100644 index 000000000000..80b1bc859b1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ja-JP.yaml new file mode 100644 index 000000000000..8e048602028f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.nb-NO.yaml new file mode 100644 index 000000000000..9451845bc992 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ru-RU.yaml new file mode 100644 index 000000000000..bcb2a25f7899 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ta-IN.yaml new file mode 100644 index 000000000000..6ebf3957bb85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.zh-CN.yaml new file mode 100644 index 000000000000..f5d4510d993f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.yaml new file mode 100644 index 000000000000..1786e753ec6e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.3/Mozilla.Firefox.hr.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dc71a63e4303911e3da94c31ce24c7dec2509655 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:56:48 +0800 Subject: [PATCH 175/248] New version: Mozilla.Firefox.hsb version 151.0.3 (#382615) --- .../Mozilla.Firefox.hsb.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.hsb.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.hsb.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.hsb.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.hsb.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.hsb.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.hsb.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.hsb.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.hsb.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.hsb.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.hsb.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.hsb.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.hsb.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.hsb.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.hsb.locale.zh-CN.yaml | 24 +++++++++++ .../hsb/151.0.3/Mozilla.Firefox.hsb.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.yaml diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.installer.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.installer.yaml new file mode 100644 index 000000000000..503403a253a7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/hsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 78CCABFD777DBF7CA6E283E04F885C6188611CCAEB941958E87AF7085A2D3927 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/hsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: BFA9A5B4955FD2D52E74C3460C79FB98E91444B604CEDFB9563B2F5234666821 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/hsb/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 30CAB1250186AD229E0EA9B9C6E978CD02D1E50090CCA1835D6CA40A7F406A08 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.cs-CZ.yaml new file mode 100644 index 000000000000..802d121ccf53 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.da-DK.yaml new file mode 100644 index 000000000000..81c536f0d9f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.de-DE.yaml new file mode 100644 index 000000000000..8ca285bd1174 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.el-GR.yaml new file mode 100644 index 000000000000..f5ec77b219ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-GB.yaml new file mode 100644 index 000000000000..0b8e0d844e66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-US.yaml new file mode 100644 index 000000000000..950ad93abf58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hsb) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.es-MX.yaml new file mode 100644 index 000000000000..068b7794c9ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.fr-FR.yaml new file mode 100644 index 000000000000..dcf9a814a861 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.hu-HU.yaml new file mode 100644 index 000000000000..126f61ad6da4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ja-JP.yaml new file mode 100644 index 000000000000..5a6054aa7864 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.nb-NO.yaml new file mode 100644 index 000000000000..7eb48d3a84b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ru-RU.yaml new file mode 100644 index 000000000000..0249a2264778 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ta-IN.yaml new file mode 100644 index 000000000000..867b04aedbd9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..388dcc96355a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.yaml new file mode 100644 index 000000000000..d76f2332fe52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0.3/Mozilla.Firefox.hsb.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eeabe35118760f566de76150b55c1f462b01de43 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:57:06 +0800 Subject: [PATCH 176/248] New version: Mozilla.Firefox.hu version 151.0.3 (#382616) --- .../151.0.3/Mozilla.Firefox.hu.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.hu.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.hu.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.hu.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.hu.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.hu.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.hu.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.hu.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.hu.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.hu.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.hu.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.hu.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.hu.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.hu.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.hu.locale.zh-CN.yaml | 24 +++++++++++ .../hu/151.0.3/Mozilla.Firefox.hu.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.yaml diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.installer.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.installer.yaml new file mode 100644 index 000000000000..6df75d8b903b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/hu/Firefox%20Setup%20151.0.3.exe + InstallerSha256: F941EED03463F3A900F60F8250CD94C5E769B8BDAE38E1D8F36563579684202C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/hu/Firefox%20Setup%20151.0.3.exe + InstallerSha256: E700193F375DD35B6A0889D251C6BA99C775FC24EE041115052CD8F727E8C067 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/hu/Firefox%20Setup%20151.0.3.exe + InstallerSha256: AF1DEC96520CA96DE56B9B5FA29562393863769A4F417785F7CCBE9D6B28432E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.cs-CZ.yaml new file mode 100644 index 000000000000..e9248f7f8351 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.da-DK.yaml new file mode 100644 index 000000000000..6851e423ccdf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.de-DE.yaml new file mode 100644 index 000000000000..4b36d97debad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.el-GR.yaml new file mode 100644 index 000000000000..be7ec9efef66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-GB.yaml new file mode 100644 index 000000000000..67a220c9a80c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-US.yaml new file mode 100644 index 000000000000..42a351a54f2e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hu) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.es-MX.yaml new file mode 100644 index 000000000000..ba79225632f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.fr-FR.yaml new file mode 100644 index 000000000000..1126ff0b4a88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.hu-HU.yaml new file mode 100644 index 000000000000..d414cd6103f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ja-JP.yaml new file mode 100644 index 000000000000..91dbed580211 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.nb-NO.yaml new file mode 100644 index 000000000000..b86efd6765b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ru-RU.yaml new file mode 100644 index 000000000000..51a75828949b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ta-IN.yaml new file mode 100644 index 000000000000..9d5682509e09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.zh-CN.yaml new file mode 100644 index 000000000000..2bc872ef58a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.yaml b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.yaml new file mode 100644 index 000000000000..5011596ddbc6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0.3/Mozilla.Firefox.hu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a0888003b6d6d0c2d9580faa19fd55c93f08ea70 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 21:58:53 -0400 Subject: [PATCH 177/248] New version: Microsoft.SafetyScanner version 1.451.235.0 (#382769) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.451.235.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..c5c0f5201d4d --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.235.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.235.0&arch=x86 + InstallerSha256: E0C052F4FA8A9B83495990B11B65BBE2D2A9B2ADE04D727E330ADA7485C8DB19 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.235.0&arch=amd64 + InstallerSha256: 1AED8F8A13149167D9FFACCF620A47BE5C6FF5280C958EC2DFA8D34BB4C8D08A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..1b82a0c2baed --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.235.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..26d80672024e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.235.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.235.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b174bc73d9a12c6336dd42eb16490d46e83c8a0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:02:19 +0800 Subject: [PATCH 178/248] New version: chrox.Readest version 0.11.4 (#382775) --- .../0.11.4/chrox.Readest.installer.yaml | 29 +++++++ .../0.11.4/chrox.Readest.locale.en-US.yaml | 75 +++++++++++++++++++ .../0.11.4/chrox.Readest.locale.zh-CN.yaml | 17 +++++ .../c/chrox/Readest/0.11.4/chrox.Readest.yaml | 8 ++ 4 files changed, 129 insertions(+) create mode 100644 manifests/c/chrox/Readest/0.11.4/chrox.Readest.installer.yaml create mode 100644 manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.en-US.yaml create mode 100644 manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.zh-CN.yaml create mode 100644 manifests/c/chrox/Readest/0.11.4/chrox.Readest.yaml diff --git a/manifests/c/chrox/Readest/0.11.4/chrox.Readest.installer.yaml b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.installer.yaml new file mode 100644 index 000000000000..cb50d0a0169d --- /dev/null +++ b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.11.4 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +Protocols: +- readest +FileExtensions: +- azw +- azw3 +- cbz +- epub +- fb2 +- mobi +- pdf +ProductCode: Readest +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/readest/readest/releases/download/v0.11.4/Readest_0.11.4_x64-setup.exe + InstallerSha256: FF978823C0A755096ACEA849D295F1C601D9191F0A5FC05AA3E9DA12BB587F8E +- Architecture: arm64 + InstallerUrl: https://github.com/readest/readest/releases/download/v0.11.4/Readest_0.11.4_arm64-setup.exe + InstallerSha256: 8D1339C68FE0361312669B763599F5236FFD347FBF3E00A3A8AEB390C92FEE95 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.en-US.yaml b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.en-US.yaml new file mode 100644 index 000000000000..9b0688ee5330 --- /dev/null +++ b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.en-US.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.11.4 +PackageLocale: en-US +Publisher: bilingify +PublisherUrl: https://readest.com/ +PublisherSupportUrl: https://github.com/readest/readest/issues +PrivacyUrl: https://readest.com/privacy-policy +Author: Huang Xin +PackageName: Readest +PackageUrl: https://readest.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/readest/readest/blob/HEAD/LICENSE +Copyright: © 2026 Bilingify LLC. All rights reserved. +CopyrightUrl: https://readest.com/terms-of-service +ShortDescription: An open-source ebook reader designed for immersive and deep reading experiences. +Description: Readest is a modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface to elevate your reading experience. +Tags: +- ebook +- epub +- mobi +- pdf +- reader +- viewer +ReleaseNotes: |- + Release Highlight + - Library: You can now send a book file directly from the bookshelf selection popup + - Reading: Wide tables now scroll sideways, and oversized images or code blocks scroll in place instead of accidentally turning the page + - Reading: Fixed page backgrounds, textures, and full-page cover images that didn't display correctly in paginated and scrolled modes + - Reading: Fixed bright table and note backgrounds that didn't match the page in dark mode + - Reading: Fixed the reading ruler drifting while scrolling and a stray line at the bottom of the page + - Fonts: Fixed custom fonts disappearing after re-importing, and they now apply correctly inside books + - PDF: Fixed scanned PDFs not displaying in installed app builds + - Annotations: The annotation list now scrolls back to your nearest highlight, and exporting to Readwise works again on desktop + - Android: Fixed a freeze when long-pressing images, plus issues with copying text and opening books directly from other apps + - Fixes: Kept the book menu order stable, synced KOReader book covers, and fixed a Windows launch crash + What's Changed + - chore: fix release workflow by @chrox in https://github.com/readest/readest/pull/4372 + - chore: bump tauri plugins by @chrox in https://github.com/readest/readest/pull/4373 + - fix(release): don't clobber latest.json with a 404 "Not Found" body by @chrox in https://github.com/readest/readest/pull/4376 + - fix(reader): show fullscreen cover in scrolled mode (#4379) by @chrox in https://github.com/readest/readest/pull/4381 + - fix(pdf): ship jbig2.wasm so scanned PDFs render in packaged builds by @chrox in https://github.com/readest/readest/pull/4382 + - fix(reader): inline custom @font-face rules in iframe stylesheet by @loveheaven in https://github.com/readest/readest/pull/4383 + - fix(koplugin): upload local book cover so synced books show a cover (#4374) by @chrox in https://github.com/readest/readest/pull/4385 + - fix(reader): stop reading ruler creeping down on scroll (#4386) by @chrox in https://github.com/readest/readest/pull/4388 + - fix(metainfo): declare desktop and mobile device support by @chrox in https://github.com/readest/readest/pull/4395 + - fix(desktop): sanitize invalid .window-state.json before restore by @chrox in https://github.com/readest/readest/pull/4401 + - fix(reader): scroll wide EPUB tables horizontally by @Jesusm1229 in https://github.com/readest/readest/pull/4391 + - fix(reader): replace light callout backgrounds in dark mode by @Jesusm1229 in https://github.com/readest/readest/pull/4392 + - fix(reader): scroll oversized blocks in-place instead of turning the page (#4400) by @chrox in https://github.com/readest/readest/pull/4415 + - fix(reader): show background texture in paginated mode (#4399) by @chrox in https://github.com/readest/readest/pull/4417 + - fix(sync): mint reincarnation token on re-import of custom fonts/textures (#4410) by @chrox in https://github.com/readest/readest/pull/4416 + - fix(readwise): use Tauri HTTP transport in desktop app by @momadacoding in https://github.com/readest/readest/pull/4413 + - fix(reader): use Tauri clipboard plugin for copy on Android by @loveheaven in https://github.com/readest/readest/pull/4409 + - fix(android): open book directly when launched via 'Open with' by @loveheaven in https://github.com/readest/readest/pull/4407 + - fix(reader): stop footer progress info painting a stray focus ring (#4397) by @chrox in https://github.com/readest/readest/pull/4418 + - feat(library): send book file from bookshelf selection popup by @loveheaven in https://github.com/readest/readest/pull/4402 + - fix(library): use ghost cancel buttons in migrate-data dialog for e-ink (#4396) by @chrox in https://github.com/readest/readest/pull/4422 + - fix(library): stop bookshelf context menu shuffling its order (#4389) by @chrox in https://github.com/readest/readest/pull/4421 + - fix(txt): more robust author parser in TXT filenames by @chrox in https://github.com/readest/readest/pull/4423 + - refactor(share): make saveFile content nullable for path-based shares by @chrox in https://github.com/readest/readest/pull/4424 + - fix(reader): suppress Android image callout freezing the image viewer by @chrox in https://github.com/readest/readest/pull/4425 + - fix(reader): keep table background matching the page in dark mode (#4419) by @chrox in https://github.com/readest/readest/pull/4426 + - fix(reader): restore annotation list auto-scroll to the nearest item by @chrox in https://github.com/readest/readest/pull/4428 + - fix(reader): keep paginated page background inside its column (#4394) by @chrox in https://github.com/readest/readest/pull/4429 + - chore(i18n): translate new strings; commit pending agent memory notes by @chrox in https://github.com/readest/readest/pull/4430 + New Contributors + - @Jesusm1229 made their first contribution in https://github.com/readest/readest/pull/4391 + - @momadacoding made their first contribution in https://github.com/readest/readest/pull/4413 + Full Changelog: https://github.com/readest/readest/compare/v0.11.2...v0.11.4 +ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.11.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.zh-CN.yaml b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.zh-CN.yaml new file mode 100644 index 000000000000..7b0a7c550b7f --- /dev/null +++ b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.11.4 +PackageLocale: zh-CN +ShortDescription: 一款注重沉浸式深度阅读体验的开源电子书阅读器。 +Description: Readest 是一款多功能的现代电子书阅读器,专为书迷设计,提供无缝跨平台访问、强大的工具和直观的界面,提升您的阅读体验。 +Tags: +- epub +- mobi +- pdf +- 电子书 +- 阅读器 +ReleaseNotesUrl: https://github.com/readest/readest/releases/tag/v0.11.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/chrox/Readest/0.11.4/chrox.Readest.yaml b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.yaml new file mode 100644 index 000000000000..6e22e8e2fd5d --- /dev/null +++ b/manifests/c/chrox/Readest/0.11.4/chrox.Readest.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: chrox.Readest +PackageVersion: 0.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fdef3b19d8e611a8d5089c641a207979e3db5ad7 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:05:22 +0200 Subject: [PATCH 179/248] New version: TerraformLinters.tflint version 0.63.0 (#382798) --- .../TerraformLinters.tflint.installer.yaml | 25 ++++++++++ .../TerraformLinters.tflint.locale.en-US.yaml | 47 +++++++++++++++++++ .../0.63.0/TerraformLinters.tflint.yaml | 8 ++++ 3 files changed, 80 insertions(+) create mode 100644 manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.installer.yaml create mode 100644 manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.locale.en-US.yaml create mode 100644 manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.yaml diff --git a/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.installer.yaml b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.installer.yaml new file mode 100644 index 000000000000..1e4b6d9a933e --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TerraformLinters.tflint +PackageVersion: 0.63.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tflint.exe +Commands: +- tflint +FileExtensions: +- hcl +- tf +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/terraform-linters/tflint/releases/download/v0.63.0/tflint_windows_386.zip + InstallerSha256: 45FACE39A7F67B46E00716BA058843138D4578AD083D7395FFE0C609196AFA04 +- Architecture: x64 + InstallerUrl: https://github.com/terraform-linters/tflint/releases/download/v0.63.0/tflint_windows_amd64.zip + InstallerSha256: DE41FA9F690FA05FBD24E2E90F87E3690A31AC72068D7BC249A003E35501CFA7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.locale.en-US.yaml b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.locale.en-US.yaml new file mode 100644 index 000000000000..3c5a2e894cf5 --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TerraformLinters.tflint +PackageVersion: 0.63.0 +PackageLocale: en-US +Publisher: Terraform Linters +PublisherUrl: https://github.com/terraform-linters +PublisherSupportUrl: https://github.com/terraform-linters/tflint/issues +Author: Kazuma Watanabe +PackageName: TFLint +PackageUrl: https://github.com/terraform-linters/tflint +License: MPL-2.0 +LicenseUrl: https://github.com/terraform-linters/tflint/blob/HEAD/LICENSE +Copyright: Copyright (c) Terraform Linters +ShortDescription: A Pluggable Terraform Linter +Moniker: tflint +Tags: +- lint +- terraform +- tflint +ReleaseNotes: |- + What's Changed + Enhancements + - Add support for Terraform v1.15 by @wata727 in #2521 + - Bump tflint-ruleset-terraform to v0.15.0 by @wata727 in #2551 + Chores + - Migrate homebrew-core to third-party tap by @wata727 in #2531 + - Revise installation instructions in README.md by @wata727 in #2532 + - build(deps): Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 by @dependabot[bot] in #2535 + - build(deps): Bump the go-x group with 3 updates by @dependabot[bot] in #2536 + - Migrate homebrew auto bump action to GoReleaser by @wata727 in #2534 + - Fix variable reference for client-id in release.yml by @wata727 in #2537 + - build(deps): Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 by @dependabot[bot] in #2546 + - build(deps): Bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #2548 + - build(deps): Bump docker/metadata-action from 6.0.0 to 6.1.0 by @dependabot[bot] in #2549 + - build(deps): Bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #2550 + - build(deps): Bump the go-x group with 2 updates by @dependabot[bot] in #2547 + - build(deps): Bump google.golang.org/grpc from 1.81.0 to 1.81.1 by @dependabot[bot] in #2542 + - build(deps): Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 by @dependabot[bot] in #2540 + - build(deps): Bump golang from 1.26-alpine3.23 to 1.26.3-alpine3.23 by @dependabot[bot] in #2541 + - build(deps): Bump alpine from 3.23 to 3.23.4 by @dependabot[bot] in #2539 + - Add warning message to installation script by @wata727 in #2533 + Full Changelog: v0.62.1...v0.63.0 +ReleaseNotesUrl: https://github.com/terraform-linters/tflint/releases/tag/v0.63.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.yaml b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.yaml new file mode 100644 index 000000000000..e53fd79cc7aa --- /dev/null +++ b/manifests/t/TerraformLinters/tflint/0.63.0/TerraformLinters.tflint.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TerraformLinters.tflint +PackageVersion: 0.63.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 09994d19df391fc73bed068e4e2df6d601d50270 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 3 Jun 2026 04:08:32 +0200 Subject: [PATCH 180/248] Update: squidowl.halloy to 2026.7.1 (#382802) --- .../2026.7.1/squidowl.halloy.installer.yaml | 15 +++++++++ .../squidowl.halloy.locale.en-US.yaml | 33 +++++++++++++++++++ .../halloy/2026.7.1/squidowl.halloy.yaml | 7 ++++ 3 files changed, 55 insertions(+) create mode 100644 manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.installer.yaml create mode 100644 manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.locale.en-US.yaml create mode 100644 manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.yaml diff --git a/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.installer.yaml b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.installer.yaml new file mode 100644 index 000000000000..8035840af26e --- /dev/null +++ b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: squidowl.halloy +PackageVersion: 2026.7.1 +InstallerType: wix +ReleaseDate: 2026-06-02 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/squidowl/halloy/releases/download/2026.7.1/halloy-installer.msi + InstallerSha256: dcc3d18abf39d26ee6c97a661e4103c65c401a2f5e162aa4fd8028c4a5f0ad34 +ManifestType: installer +ManifestVersion: 1.10.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 diff --git a/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.locale.en-US.yaml b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.locale.en-US.yaml new file mode 100644 index 000000000000..1144b80a8ba1 --- /dev/null +++ b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: squidowl.halloy +PackageVersion: 2026.7.1 +PackageLocale: en-US +Publisher: Squidowl +PublisherUrl: https://squidowl.org/ +PublisherSupportUrl: https://halloy.squidowl.org/ +PackageName: Halloy +PackageUrl: https://github.com/squidowl/halloy/releases/tag/2026.7.1 +License: GPL-3.0-or-later +LicenseUrl: https://github.com/squidowl/halloy/blob/2026.7.1/LICENSE +Copyright: © 2022 - 2026 Casper Rogild Storm & Cory Forsstrom, Inc. All rights reserved. +ShortDescription: Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms. +Description: Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms. +Tags: + - irc + - halloy +ReleaseNotes: |- + Find full documentation at https://halloy.chat/ + + Fixed: + - Panic when a reply contains a multibyte character near the start of message + - Ensure messages don't get formatted if channel has +c mode (colour filter) + - User highlighting incorrectly matching contraction suffixes + + Thanks: + - Contributions: @luca020400, @aniketkotal + -Bug reports: @WinnerWind, @sco1, @classabbyamp, @aniketkotal + +ReleaseNotesUrl: https://github.com/squidowl/halloy/releases/tag/2026.7 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.yaml b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.yaml new file mode 100644 index 000000000000..8cde20a553de --- /dev/null +++ b/manifests/s/squidowl/halloy/2026.7.1/squidowl.halloy.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: squidowl.halloy +PackageVersion: 2026.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9e248cf634d1e81aac9f8a4590504f464c489230 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:10:22 +0800 Subject: [PATCH 181/248] New version: Amazon.AWSCLI version 2.34.59 (#382812) --- .../2.34.59/Amazon.AWSCLI.installer.yaml | 25 +++++++++++++++++ .../2.34.59/Amazon.AWSCLI.locale.en-US.yaml | 28 +++++++++++++++++++ .../2.34.59/Amazon.AWSCLI.locale.zh-CN.yaml | 14 ++++++++++ .../Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.yaml | 8 ++++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.installer.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.en-US.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.zh-CN.yaml create mode 100644 manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.yaml diff --git a/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..34599d5837c3 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.59 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{E01A10AD-DDE8-435E-9B8E-8E27BF4468F2}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{E01A10AD-DDE8-435E-9B8E-8E27BF4468F2}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.34.59.msi + InstallerSha256: 8482953AE4977B7300FCC2A9BA2ACD08DBD5EA29A57A57B5352C029C9DF2CD20 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..411fbef03bd6 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.59 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..17bf58748632 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.59 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.yaml new file mode 100644 index 000000000000..6b8d4db26c95 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.34.59/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.34.59 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ee9bea25547dd4a37373538af5fa9a742e2e31dd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:10:38 +0800 Subject: [PATCH 182/248] New version: Google.AntigravityIDE version 2.0.4 (#382821) --- .../Google.AntigravityIDE.installer.yaml | 158 ++++++++++++++++++ .../Google.AntigravityIDE.locale.en-US.yaml | 33 ++++ .../Google.AntigravityIDE.locale.zh-CN.yaml | 21 +++ .../2.0.4/Google.AntigravityIDE.yaml | 8 + 4 files changed, 220 insertions(+) create mode 100644 manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.installer.yaml create mode 100644 manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.en-US.yaml create mode 100644 manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.zh-CN.yaml create mode 100644 manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.yaml diff --git a/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.installer.yaml b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.installer.yaml new file mode 100644 index 000000000000..cb471ec9fc81 --- /dev/null +++ b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.installer.yaml @@ -0,0 +1,158 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityIDE +PackageVersion: 2.0.4 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- antigravity-ide +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.4-6381998290370560/windows-x64/Antigravity%20IDE.exe + InstallerSha256: C4A83FE97CA159D9E67F4908955526AB6EB03FC747CAB4AF1A8D05F803E3BC6D + ProductCode: '{AA73B3E3-C6C8-45C8-B1DC-4AE56C751432}_is1' +- Architecture: arm64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.4-6381998290370560/windows-arm64/Antigravity%20IDE.exe + InstallerSha256: 3C82AE95DE2643B47576409F58B5E07AA352D02E52E4D5DDD9A3E7CD0DCB59E4 + ProductCode: '{057BEF68-E891-4AD8-871C-3C9893C9F8A7}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.en-US.yaml b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.en-US.yaml new file mode 100644 index 000000000000..c3f6293e0399 --- /dev/null +++ b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityIDE +PackageVersion: 2.0.4 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity IDE +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Experience liftoffwith the next-generation IDE +Description: Google Antigravity is an agentic development platform, evolving the IDE into the agent-first era. Antigravity enables developers to operate at a higher, task-oriented level managing agents across workspaces, while retaining a familiar AI IDE experience at its core. Antigravity extracts agents into their own surface and provides them the tools needed to autonomously operate across the editor, terminal, and browser emphasizing verification and higher-level communication via tasks and artifacts. This capability enables agents to plan and execute more complex, end-to-end software tasks, elevating all aspects of development, from building features, UI iteration, and fixing bugs to research and generating reports. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.zh-CN.yaml b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.zh-CN.yaml new file mode 100644 index 000000000000..0e71d7db7eb9 --- /dev/null +++ b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityIDE +PackageVersion: 2.0.4 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 体验新一代 IDE 的升空之旅 +Description: Google Antigravity 是一个自主智能开发平台,将集成开发环境(IDE)带入以代理为中心的新时代。Antigravity 使开发者能够以更高层次的、面向任务的方式在多个工作区中管理代理,同时在其核心保留了开发者熟悉的 AI IDE 体验。Antigravity 将代理提取到独立的界面中,并为其提供在编辑器、终端和浏览器中自主运行所需的工具,强调通过任务和产物实现验证以及更高层次的通信。这一能力使代理能够规划并执行更复杂、端到端的软件开发任务,全面提升开发的各个方面,从功能开发、UI 迭代、缺陷修复到研究和报告生成。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.yaml b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.yaml new file mode 100644 index 000000000000..d07b28dd78b2 --- /dev/null +++ b/manifests/g/Google/AntigravityIDE/2.0.4/Google.AntigravityIDE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityIDE +PackageVersion: 2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a05958a363e7b5673244332c7b5d977a0245384 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:10:53 +0800 Subject: [PATCH 183/248] Update: KDE.Marknote version 1.6.0 (1736) (#382823) --- .../k/KDE/Marknote/1.6.0/KDE.Marknote.installer.yaml | 8 ++++---- .../k/KDE/Marknote/1.6.0/KDE.Marknote.locale.en-US.yaml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.installer.yaml b/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.installer.yaml index b7cfeb0179cd..370ce8a65929 100644 --- a/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.installer.yaml +++ b/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.installer.yaml @@ -9,14 +9,14 @@ ProductCode: marknote Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1729-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 29BDF37205BC57BBB5FFF5CBB13AAE6D66D0ADC0B2F86BCB100B0F099085D680 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1736-windows-cl-msvc2022-x86_64.exe + InstallerSha256: DBE7849F1A2B6B3F40C2D6FCCC397DD74824CE16BD3B7F24E1C021CAC98FD59A InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1729-windows-cl-msvc2022-x86_64.exe - InstallerSha256: 29BDF37205BC57BBB5FFF5CBB13AAE6D66D0ADC0B2F86BCB100B0F099085D680 + InstallerUrl: https://cdn.kde.org/ci-builds/office/marknote/master/windows/marknote-master-1736-windows-cl-msvc2022-x86_64.exe + InstallerSha256: DBE7849F1A2B6B3F40C2D6FCCC397DD74824CE16BD3B7F24E1C021CAC98FD59A InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.locale.en-US.yaml b/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.locale.en-US.yaml index 574426142bd0..64dc8d9641a4 100644 --- a/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.locale.en-US.yaml +++ b/manifests/k/KDE/Marknote/1.6.0/KDE.Marknote.locale.en-US.yaml @@ -19,6 +19,9 @@ Description: Marknote lets you create rich text notes and easily organise them i Tags: - editor - markdown +ReleaseNotes: |- + This release is packed with new features, including support for subfolders, an optional background blur effect, note search in the command bar, and emoji auto-completion. + You can find more information onhttps://carlschwan.eu/2026/05/30/marknote-1.6.0/ ReleaseNotesUrl: https://apps.kde.org/marknote/ ManifestType: defaultLocale ManifestVersion: 1.12.0 From ff1100e4b17f04c065f7d886a0046e447deefd95 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 22:11:07 -0400 Subject: [PATCH 184/248] New version: bluenviron.mediamtx version 1.19.0 (#382829) --- .../1.19.0/bluenviron.mediamtx.installer.yaml | 20 ++++++++ .../bluenviron.mediamtx.locale.en-US.yaml | 49 +++++++++++++++++++ .../mediamtx/1.19.0/bluenviron.mediamtx.yaml | 8 +++ 3 files changed, 77 insertions(+) create mode 100644 manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.installer.yaml create mode 100644 manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.locale.en-US.yaml create mode 100644 manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.yaml diff --git a/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.installer.yaml b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.installer.yaml new file mode 100644 index 000000000000..17c1925b649f --- /dev/null +++ b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: bluenviron.mediamtx +PackageVersion: 1.19.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mediamtx.exe +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/bluenviron/mediamtx/releases/download/v1.19.0/mediamtx_v1.19.0_windows_amd64.zip + InstallerSha256: 1E819779B6E5A2C693D7B1C19C4F917869325569C397BCC03E522F08F135E1C9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.locale.en-US.yaml b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.locale.en-US.yaml new file mode 100644 index 000000000000..00db543c3ac0 --- /dev/null +++ b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: bluenviron.mediamtx +PackageVersion: 1.19.0 +PackageLocale: en-US +Publisher: bluenviron +PublisherUrl: https://github.com/bluenviron +PublisherSupportUrl: https://github.com/bluenviron/mediamtx/issues +Author: aler9 +PackageName: mediamtx +PackageUrl: https://github.com/bluenviron/mediamtx +License: MIT +LicenseUrl: https://github.com/bluenviron/mediamtx/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 aler9 +CopyrightUrl: https://github.com/bluenviron/mediamtx/blob/main/LICENSE +ShortDescription: |- + Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, + publish, proxy, record and playback video and audio streams. +Description: |- + MediaMTX is a ready-to-use and zero-dependency real-time media server and media proxy that allows + to publish, read, proxy, record and playback video and audio streams. It has been conceived as a + "media router" that routes media streams from one end to the other. +Tags: +- go +- golang +- hls +- media-server +- obs-studio +- rtcp +- rtmp +- rtmp-proxy +- rtmp-server +- rtp +- rtsp +- rtsp-proxy +- rtsp-relay +- rtsp-server +- streaming +- webrtc +ReleaseNotes: |- + New major features + TODO + + Fixes and improvements + TODO +ReleaseNotesUrl: https://github.com/bluenviron/mediamtx/releases/tag/v1.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.yaml b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.yaml new file mode 100644 index 000000000000..0b6658493f2e --- /dev/null +++ b/manifests/b/bluenviron/mediamtx/1.19.0/bluenviron.mediamtx.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: bluenviron.mediamtx +PackageVersion: 1.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 33c866c58135553a4f32aef616ac2c834fe75d32 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:11:24 +0800 Subject: [PATCH 185/248] New version: Zoid.Meru version 3.47.0 (#382139) --- .../Zoid/Meru/3.47.0/Zoid.Meru.installer.yaml | 37 ++++++++++++++++++ .../Meru/3.47.0/Zoid.Meru.locale.en-US.yaml | 39 +++++++++++++++++++ .../Meru/3.47.0/Zoid.Meru.locale.zh-CN.yaml | 17 ++++++++ manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.yaml | 8 ++++ 4 files changed, 101 insertions(+) create mode 100644 manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.installer.yaml create mode 100644 manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.en-US.yaml create mode 100644 manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.zh-CN.yaml create mode 100644 manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.yaml diff --git a/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.installer.yaml new file mode 100644 index 000000000000..6dd758f648b6 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.47.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.47.0/Meru-Setup-3.47.0.exe + InstallerSha256: 23C55A8C159647A4FB2C2C90DE0E4A03CD908E1FC89D74A00694EA3239589ED0 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.47.0/Meru-Setup-3.47.0.exe + InstallerSha256: 23C55A8C159647A4FB2C2C90DE0E4A03CD908E1FC89D74A00694EA3239589ED0 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.47.0/Meru-Setup-3.47.0.exe + InstallerSha256: 23C55A8C159647A4FB2C2C90DE0E4A03CD908E1FC89D74A00694EA3239589ED0 + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.47.0/Meru-Setup-3.47.0.exe + InstallerSha256: 23C55A8C159647A4FB2C2C90DE0E4A03CD908E1FC89D74A00694EA3239589ED0 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 000000000000..88e1e6bd69d4 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.47.0 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Added + - macOS: External links opened with Cmd+click now open in your browser in the background without stealing focus + Changed + - Updated the Google Workspace app icons + Fixed + - Long account labels in the unified inbox no longer overflow into the subject column + Internal Changes + - Upgraded Electron to v42.3.0 +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.47.0 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 000000000000..40c17498b344 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.47.0 +PackageLocale: zh-CN +ShortDescription: 您值得拥有的 Gmail 体验 +Description: Meru 是一个开源桌面应用程序,它将您的 Gmail 使用体验从浏览器带到桌面。它提供了一种更简洁、更专注的方式来访问和管理您的 Gmail 帐户。 +Tags: +- gmail +- 电子邮件 +- 邮件 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.yaml b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.yaml new file mode 100644 index 000000000000..99b4f22a786f --- /dev/null +++ b/manifests/z/Zoid/Meru/3.47.0/Zoid.Meru.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.47.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f853ec5f9dda927ddd6c76aa747636805ec30db8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:11:40 +0800 Subject: [PATCH 186/248] New version: Brave.Brave.Nightly version 149.1.93.14 (#382153) --- .../Brave.Brave.Nightly.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Nightly.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Nightly.locale.zh-CN.yaml | 29 +++++++ .../149.1.93.14/Brave.Brave.Nightly.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.installer.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.yaml diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..171419e789d2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.installer.yaml @@ -0,0 +1,86 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.14 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Browser-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 160318D67810737929647BAD0734F5C957C2053B685DFAC9CA8BD5DC47C71059 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 7B0B2FE204CBEDDEBEE464CA48CEC5CEFF535F4078ADEF1176E544DA2D4333DE + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: F935B9F6B7FD0613E38D2D3D162129D7E74A75E6F022B7A845EE335AFE07A73D + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 5B2318BE5D21C175C04123DB67329CD9D006D81D6AD45EE82024D0124D04785B + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: CC39CDFE5925519A9CD8916E60D7643C23E85332E42554C753FC7ADA043A58F3 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.14/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: E2D98E10CCF997BE4AE00E4994E3C76C6CE9217936456E1B185A78B258AD97C0 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..234c81364102 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.14 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: Copyright © 2026 The Brave Authors. All rights reserved. +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly is our testing and development version of Brave. Releases are updated every night. +Description: |- + Nightly is our testing and development version of Brave. + The releases are updated every night and may contain bugs that can result in data loss. + Nightly automatically sends us crash reports when things go wrong. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..fcf2c7e80090 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.14 +PackageLocale: zh-CN +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/zh +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Nightly +PackageUrl: https://brave.com/download-nightly +License: MPL-2.0 +LicenseUrl: https://github.com/brave/brave-browser/blob/master/LICENSE +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +CopyrightUrl: https://brave.com/terms-of-use +ShortDescription: Brave Nightly 是 Brave 的测试和开发版本,每天晚上更新。 +Description: Nightly 是 Brave 的测试和开发版本,每天晚上更新,可能包含导致数据丢失的错误。当出现问题时,Nightly 会自动向我们发送崩溃报告。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..94148dc81bba --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/149.1.93.14/Brave.Brave.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Brave.Brave.Nightly +PackageVersion: 149.1.93.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 15b4a00baa75d41c7fe5739542d12f292b2ab14f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:11:57 +0800 Subject: [PATCH 187/248] New version: IBM.Aspera version 1.0.19 (#382204) --- .../Aspera/1.0.19/IBM.Aspera.installer.yaml | 21 ++++++++++ .../1.0.19/IBM.Aspera.locale.en-US.yaml | 39 +++++++++++++++++++ .../1.0.19/IBM.Aspera.locale.zh-CN.yaml | 25 ++++++++++++ manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.yaml | 8 ++++ 4 files changed, 93 insertions(+) create mode 100644 manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.installer.yaml create mode 100644 manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.en-US.yaml create mode 100644 manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.zh-CN.yaml create mode 100644 manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.yaml diff --git a/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.installer.yaml b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.installer.yaml new file mode 100644 index 000000000000..d5ed3e12bc54 --- /dev/null +++ b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IBM.Aspera +PackageVersion: 1.0.19 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +Protocols: +- aspera +ProductCode: '{5E3D846D-EA07-4078-945E-997902AAFB0C}' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- UpgradeCode: '{3A073F21-9753-5031-9262-278661F7B2E3}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.ibmaspera.com/dist/desktop/stable/windows/ibm-aspera-desktop-1.0.19-x64.msi + InstallerSha256: 6385A1ACE676A5F25157FA7FF48734A85A1C74BA91FD6AF612D8B5C17D591D3D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.en-US.yaml b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.en-US.yaml new file mode 100644 index 000000000000..c6fc44b81aa7 --- /dev/null +++ b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IBM.Aspera +PackageVersion: 1.0.19 +PackageLocale: en-US +Publisher: IBM +PublisherUrl: https://ibmaspera.com/ +PublisherSupportUrl: https://ibmaspera.com/help +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Aspera +PackageUrl: https://ibmaspera.com/help/downloads/desktop +License: Proprietary +Copyright: © Copyright IBM Corp. 2023, 2026 +ShortDescription: With IBM Aspera you can transfer files from web apps or directly through this app once you connect your IBM Aspera servers to it. +Description: |- + Aspera for desktop is a transfer client that powers high-speed file transfers between your computer and Aspera transfer servers. When used with a website that is integrated with Aspera, Aspera for desktop allows you to start uploads and downloads directly from the browser. + Does your company use Aspera? + Once you downloaded and installed Aspera for desktop, you are ready to get started. Open a web browser of your choice and navigate to your company's website that integrates with Aspera. The desktop app seamlessly integrates with websites and allows you to perform high-speed file transfer directly through your browser. Follow the instructions provided on the website to start transferring files. + Why do I need to use a desktop app to transfer files? + Users that are familiar with Google Drive or Box might be used to downloading and uploading files directly in the web browser without the need for a separate desktop application. However, web browsers are limited in the functions they provide for file transfers and often result in slow transfers and poor performance. + When integrating with Aspera, websites are able to offer users faster file transfers regardless of file size or physical distance. While Aspera does offer install-free solutions, the Aspera desktop app provides users with the best end to end high-speed file transfer experience. Additionally, the desktop app provides these features: + - High-speed file transfer + Reliably and securely transfer large files or directories at maximum speed regardless of network conditions or physical distance. + - Manage transfers + View past history and current transfer progress with the ability to pause and resume transfers. When used with Shares, the desktop app lets users transfer shared files faster and more reliably. + - Remotely view and manage content + Sign in to your IBM Aspera on Cloud (AoC), IBM Aspera Faspex 5, or IBM Aspera High-Speed Transfer Server (HSTS) accounts directly from the desktop app to browse and manage your account content. + - And much more! + To learn more about the new approach to fast data transfer, check out the Aspera website: https://www.ibm.com/products/aspera. +ReleaseNotes: |- + Enhancements + - Improved the application’s error view with a new Dismiss All action, making it faster to clear issues. Also fixed an issue where duplicate errors could occasionally appear in the list. + Resolved issues + - Resolved an issue where in-app package uploads to Faspex 5 were failing. +ReleaseNotesUrl: https://www.ibm.com/docs/en/aspera-for-desktop/1.0.x?topic=started-what-is-new-in-aspera-desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.zh-CN.yaml b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.zh-CN.yaml new file mode 100644 index 000000000000..346d76f24639 --- /dev/null +++ b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: IBM.Aspera +PackageVersion: 1.0.19 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 利用 IBM Aspera,您可以从 Web 应用程序传输文件,或者在将 IBM Aspera 服务器连接到该应用程序后直接通过该应用程序传输文件。 +Description: |- + Aspera 桌面版是一款高速传输客户端,可在您的计算机与 Aspera 传输服务器之间实现极速文件传输。当配合集成 Aspera 的网站使用时,您可以直接通过浏览器发起上传和下载操作。 + 您的企业是否正在使用 Aspera? + 下载并安装 Aspera 桌面版后,您即可开始使用。打开任意网页浏览器,访问您公司集成 Aspera 的网站。该桌面应用能与网站无缝集成,让您直接通过浏览器执行高速文件传输。请遵循网站提供的指引开始传输文件。 + 为何需要通过桌面应用传输文件? + 习惯使用 Google Drive 或 Box 的用户可能更熟悉直接在网页浏览器中上传下载文件,而无需额外安装桌面应用。然而,浏览器在文件传输功能方面存在局限,往往导致传输速度缓慢、性能低下。 + 通过集成 Aspera 技术,网站能为用户提供无视文件大小或地理距离的高速传输体验。虽然 Aspera 也提供免安装解决方案,但桌面应用能为用户带来端到端的最佳高速传输体验。此外,该应用还具备以下功能: + - 高速文件传输 + 无论网络条件或物理距离如何,都能以最高速度安全可靠地传输大型文件或目录 + - 传输管理 + 查看历史记录和当前传输进度,支持暂停/恢复操作。配合 Shares 功能使用时,可更快速可靠地传输共享文件 + - 远程查看管理内容 + 直接通过桌面应用登录 IBM Aspera on Cloud (AoC)、IBM Aspera Faspex 5 或 IBM Aspera 高速传输服务器(HSTS)账户,浏览和管理账户内容 + - 更多强大功能! + 了解革命性高速数据传输技术,请访问 Aspera 官网:https://www.ibm.com/products/aspera +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.yaml b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.yaml new file mode 100644 index 000000000000..b195ffca011a --- /dev/null +++ b/manifests/i/IBM/Aspera/1.0.19/IBM.Aspera.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IBM.Aspera +PackageVersion: 1.0.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d97029e1210ae968d087f6603a5a44130df8f78a Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:12:10 +0800 Subject: [PATCH 188/248] New package: MiniMax.MiniMaxCode version 3.0.35 (#382349) --- .../3.0.35/MiniMax.MiniMaxCode.installer.yaml | 31 +++++++++++++++ .../MiniMax.MiniMaxCode.locale.en-US.yaml | 38 +++++++++++++++++++ .../MiniMax.MiniMaxCode.locale.zh-CN.yaml | 36 ++++++++++++++++++ .../3.0.35/MiniMax.MiniMaxCode.yaml | 8 ++++ 4 files changed, 113 insertions(+) create mode 100644 manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.installer.yaml create mode 100644 manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.en-US.yaml create mode 100644 manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.zh-CN.yaml create mode 100644 manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.yaml diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.installer.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.installer.yaml new file mode 100644 index 000000000000..194335b2dc43 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.35 +InstallerType: nullsoft # electron-builder +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax +ProductCode: c3ad25b6-f8e2-5011-aa9b-70457ab9e042 +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.35.exe + InstallerSha256: AB85FB70095130C61AC5163CEE6B705AB66C4198E5E66C22384711F6E6629DD7 +- Architecture: arm64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.35.exe + InstallerSha256: AB85FB70095130C61AC5163CEE6B705AB66C4198E5E66C22384711F6E6629DD7 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.35.exe + InstallerSha256: 8A28AB3E59F7966C29901DB7DB1753171C28C1043515DD09A8C8265034C39CF4 +- InstallerLocale: zh-CN + Architecture: arm64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.35.exe + InstallerSha256: 8A28AB3E59F7966C29901DB7DB1753171C28C1043515DD09A8C8265034C39CF4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.en-US.yaml new file mode 100644 index 000000000000..b68e3dc831da --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.35 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/minimax +# PrivacyUrl: https://agent.minimax.io/doc/en/privacy-policy.html +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Code +# PackageUrl: https://agent.minimax.io/download +License: Proprietary +# LicenseUrl: https://agent.minimax.io/doc/en/terms-of-service.html +Copyright: © 2026 MiniMax +# CopyrightUrl: https://agent.minimax.io/doc/en/terms-of-service.html +ShortDescription: Remembers your habits, builds Agent teams, automates the repetitive work +# Description: +# Moniker: +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- minimax +- programming +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: https://platform.minimax.io/subscribe/token-plan +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..36badcf4c787 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.35 +PackageLocale: zh-CN +# Publisher: +PublisherUrl: https://www.minimaxi.com/ +# PublisherSupportUrl: +PrivacyUrl: https://agent.minimaxi.com/doc/zh/privacy-policy.html +Author: 上海稀宇科技有限公司 +# PackageName: +PackageUrl: https://agent.minimaxi.com/download +License: 专有软件 +LicenseUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +# Copyright: +CopyrightUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +ShortDescription: 你的专属 AI 搭档,记住关于你的一切,并在需要时召集小队解决问题 +# Description: +# Moniker: +Tags: +- minimax +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +# ReleaseNotes: +# ReleaseNotesUrl: +PurchaseUrl: https://platform.minimaxi.com/subscribe/token-plan +# InstallationNotes: +# Documentations: +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.yaml new file mode 100644 index 000000000000..c48c2a36450a --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.35/MiniMax.MiniMaxCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-2.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.35 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2af20e67b56c5bba2906a8de4fe3d850e110bbc7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:12:25 +0800 Subject: [PATCH 189/248] New version: CreativeForce.Luma version 2.2.0 (#382394) --- .../2.2.0/CreativeForce.Luma.installer.yaml | 38 +++++++++++++++++++ .../CreativeForce.Luma.locale.en-US.yaml | 23 +++++++++++ .../CreativeForce.Luma.locale.zh-CN.yaml | 10 +++++ .../Luma/2.2.0/CreativeForce.Luma.yaml | 8 ++++ 4 files changed, 79 insertions(+) create mode 100644 manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.installer.yaml create mode 100644 manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.en-US.yaml create mode 100644 manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.zh-CN.yaml create mode 100644 manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.yaml diff --git a/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.installer.yaml b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.installer.yaml new file mode 100644 index 000000000000..b72340daf842 --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.2.0 +UpgradeBehavior: install +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.2.0-win.exe + InstallerSha256: 070AFF34843E42B7DAE692A504BCDA83DB9897E023F57B2BEB485E12A6DA0202 + InstallerSwitches: + Upgrade: --updated + Custom: /currentuser + ProductCode: 7e2819b4-e614-5cd2-a0f7-7168a4dae796 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.2.0-win.exe + InstallerSha256: 070AFF34843E42B7DAE692A504BCDA83DB9897E023F57B2BEB485E12A6DA0202 + InstallerSwitches: + Upgrade: --updated + Custom: /allusers + ProductCode: 7e2819b4-e614-5cd2-a0f7-7168a4dae796 +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://download.creativeforce.io/released-files.042024/prod/luma/win/Luma-2.2.0-win.msi + InstallerSha256: C35574845C7C0EB4578F4F9C562922D70FF01FA3842D5445D8D98C8F820DC9E6 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{4B24A1E5-D542-41C2-A1E9-FB5CC063AC3D}' + AppsAndFeaturesEntries: + - UpgradeCode: '{71B15111-BB2F-566A-BBC4-D3737D388F73}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.en-US.yaml b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.en-US.yaml new file mode 100644 index 000000000000..60b2b76e2722 --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.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.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Creative Force +PublisherUrl: https://www.creativeforce.io/ +PublisherSupportUrl: https://help.creativeforce.io/ +PrivacyUrl: https://www.creativeforce.io/legal/privacy-policy/ +Author: CreativeForce.io, Inc +PackageName: Luma +PackageUrl: https://download.creativeforce.io/ +License: Proprietary +LicenseUrl: https://www.creativeforce.io/legal/eula/ +Copyright: Copyright © 2026 Creative Force, Inc. All rights reserved, +CopyrightUrl: https://www.creativeforce.io/legal/eula/ +ShortDescription: Enables video editing teams to manage tasks through a standalone app and Adobe Premiere Pro extension, with organized file management, detailed markings, and built-in quality checks for post-production. +Tags: +- premiere +- premiere-pro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.zh-CN.yaml b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.zh-CN.yaml new file mode 100644 index 000000000000..5256edd3337f --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.2.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 通过独立应用和 Adobe Premiere Pro 扩展程序让视频编辑团队能够管理任务,并为后期制作提供有序的文件管理、详细标记和内置质量检查。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.yaml b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.yaml new file mode 100644 index 000000000000..0b3e028b9a37 --- /dev/null +++ b/manifests/c/CreativeForce/Luma/2.2.0/CreativeForce.Luma.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CreativeForce.Luma +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 75036df20f32ad553a2e3b8950cfdb62bc3cc705 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:12:38 +0800 Subject: [PATCH 190/248] New version: AudioCodes.SyslogViewer version 2.32 (#382459) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../AudioCodes.SyslogViewer.installer.yaml | 12 ++++++------ .../AudioCodes.SyslogViewer.locale.en-US.yaml | 7 +++---- .../AudioCodes.SyslogViewer.locale.zh-CN.yaml | 2 +- .../{2.31 => 2.32}/AudioCodes.SyslogViewer.yaml | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) rename manifests/a/AudioCodes/SyslogViewer/{2.31 => 2.32}/AudioCodes.SyslogViewer.installer.yaml (70%) rename manifests/a/AudioCodes/SyslogViewer/{2.31 => 2.32}/AudioCodes.SyslogViewer.locale.en-US.yaml (86%) rename manifests/a/AudioCodes/SyslogViewer/{2.31 => 2.32}/AudioCodes.SyslogViewer.locale.zh-CN.yaml (96%) rename manifests/a/AudioCodes/SyslogViewer/{2.31 => 2.32}/AudioCodes.SyslogViewer.yaml (91%) diff --git a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.installer.yaml b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.installer.yaml similarity index 70% rename from manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.installer.yaml rename to manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.installer.yaml index 655244b7d34f..90a15a9894b1 100644 --- a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.installer.yaml +++ b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: AudioCodes.SyslogViewer -PackageVersion: "2.31" +PackageVersion: "2.32" InstallerType: inno Scope: machine UpgradeBehavior: install @@ -13,17 +13,17 @@ FileExtensions: - acpcap - acxlsx ProductCode: Syslog Viewer_is1 -ReleaseDate: 2026-03-19 +ReleaseDate: 2026-06-02 Installers: - Architecture: x86 InstallerUrl: https://tools.audiocodes.com/install/syslogViewer/syslogViewer-setup-32.exe - InstallerSha256: 8CB3BD30725C9EEB8AB03FDE5FD4EF3B4A039D25ED85540B76A9D4558CD952A0 + InstallerSha256: A7C79A28C05E1AC02C53124A9383D37537D24D5F0A857F3160AC88497726725D AppsAndFeaturesEntries: - - DisplayVersion: 2.31 (32 bit) + - DisplayVersion: 2.32 (32 bit) - Architecture: x64 InstallerUrl: https://tools.audiocodes.com/install/syslogViewer/syslogViewer-setup.exe - InstallerSha256: 7C8C6F9ACA52F4006B0C853F83B76D8B8CEF0A8F96D5C9DBE0B71ED56A5331BA + InstallerSha256: 2BAA3EFEC5C58A5C51AD002F25068323A0D11A7C7F0909CDB48D79FE6C80BBC7 AppsAndFeaturesEntries: - - DisplayVersion: "2.31" + - DisplayVersion: "2.32" ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.en-US.yaml b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.en-US.yaml similarity index 86% rename from manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.en-US.yaml rename to manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.en-US.yaml index 12390526a947..e2bf741a4888 100644 --- a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.en-US.yaml +++ b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: AudioCodes.SyslogViewer -PackageVersion: "2.31" +PackageVersion: "2.32" PackageLocale: en-US Publisher: AudioCodes Ltd. PublisherUrl: https://www.audiocodes.com/ @@ -21,9 +21,8 @@ Description: |- - Recording and displaying syslog messages from AudioCodes devices (SBC / Gateway / IP Phones) - Analyzing recorded logs (including support for interactive SIP Flow Diagram) ReleaseNotes: |- - - Fix regression in message timestamps in SIP Flow Diagram. - - Fix regression in HTML export in SIP Flow Diagram. - - Mark timestamps extracted from inline data with square brackets. + - Fix SDP marker in SIP Flow Diagram. + - Upgrade OpenSSL library to version 3.6.1 for main (Qt6) build. ReleaseNotesUrl: https://tools.audiocodes.com/install/syslogViewer/history.html ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.zh-CN.yaml b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.zh-CN.yaml similarity index 96% rename from manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.zh-CN.yaml rename to manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.zh-CN.yaml index 8541df33b078..d5239cafe3ec 100644 --- a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.locale.zh-CN.yaml +++ b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: AudioCodes.SyslogViewer -PackageVersion: "2.31" +PackageVersion: "2.32" PackageLocale: zh-CN License: 免费软件 ShortDescription: 用于捕获和分析 AudioCodes 会话边界控制器(SBC)、媒体网关和 IP 电话设备产生的日志的工具。 diff --git a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.yaml b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.yaml similarity index 91% rename from manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.yaml rename to manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.yaml index bb63a3262172..a8f4ea899eb9 100644 --- a/manifests/a/AudioCodes/SyslogViewer/2.31/AudioCodes.SyslogViewer.yaml +++ b/manifests/a/AudioCodes/SyslogViewer/2.32/AudioCodes.SyslogViewer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: AudioCodes.SyslogViewer -PackageVersion: "2.31" +PackageVersion: "2.32" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 From 5b8a9e7991fcf9744c77848aa6caecf487dd826b Mon Sep 17 00:00:00 2001 From: landkatze <180321152+landkatze@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:12:51 +0000 Subject: [PATCH 191/248] New version: Nikse.SubtitleEdit version 4.0.16.0 (#382496) --- .../Nikse.SubtitleEdit.installer.yaml | 87 +++++++++++++++++++ .../Nikse.SubtitleEdit.locale.en-US.yaml | 47 ++++++++++ .../Nikse.SubtitleEdit.locale.zh-CN.yaml | 25 ++++++ .../4.0.16.0/Nikse.SubtitleEdit.yaml | 8 ++ 4 files changed, 167 insertions(+) create mode 100644 manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.installer.yaml create mode 100644 manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.en-US.yaml create mode 100644 manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.zh-CN.yaml create mode 100644 manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.yaml diff --git a/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.installer.yaml b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.installer.yaml new file mode 100644 index 000000000000..b9a27f066305 --- /dev/null +++ b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.installer.yaml @@ -0,0 +1,87 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nikse.SubtitleEdit +PackageVersion: 4.0.16.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- aqt +- asc +- ass +- ats +- bcc +- c +- cac +- cap +- caption +- cip +- crk +- csv +- ctm +- detx +- dfxp +- dtc +- dv +- edl +- eztxml +- fcpxml +- flc +- gst +- html +- imtpro +- inqscr +- itt +- json +- jss +- lrc +- mvt +- pjs +- psl +- pst +- rt +- rtf +- sbv +- scc +- sif +- smi +- srt +- ssa +- stl +- stp +- sub +- subtitle +- tek +- titl +- tmx +- trs +- tts +- ttxt +- txt +- usf +- utx +- vid +- vtt +- xif +- xml +- xmp +- xsubtitle +- zeg +ProductCode: SubtitleEdit_is1 +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- ProductCode: SubtitleEdit_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Subtitle Edit' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/SubtitleEdit/subtitleedit/releases/download/4.0.16/SubtitleEdit-4.0.16-Setup.exe + InstallerSha256: 633e8b6f33ac04ddbaaccf487d0632341c5b3dd0823368b07e8212260eab8714 +- Architecture: x64 + InstallerUrl: https://github.com/SubtitleEdit/subtitleedit/releases/download/4.0.16/SubtitleEdit-4.0.16-Setup.exe + InstallerSha256: 633e8b6f33ac04ddbaaccf487d0632341c5b3dd0823368b07e8212260eab8714 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.en-US.yaml b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.en-US.yaml new file mode 100644 index 000000000000..130c8bec59a4 --- /dev/null +++ b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nikse.SubtitleEdit +PackageVersion: 4.0.16.0 +PackageLocale: en-US +Publisher: Nikse +PublisherUrl: https://www.nikse.dk/ +PublisherSupportUrl: https://www.nikse.dk/subtitleedit/help +Author: Nikolaj Olsson +PackageName: Subtitle Edit +PackageUrl: https://www.nikse.dk/subtitleedit +License: MIT +LicenseUrl: https://github.com/SubtitleEdit/subtitleedit/blob/HEAD/LICENSE +Copyright: Copyright 2001-2026, Nikse +ShortDescription: Subtitle Edit is a free and open source editor for video subtitles. +Moniker: subtitleedit +Tags: +- audio +- caption +- subtitle +- video +ReleaseNotes: |- + Change log + Files + SubtitleEdit-4.0.16-Setup.zip + Windows installer version, .NET 4.8, 64/32-bit (will run 64 bit on 64-bit OS - so do use 64-bit codecs/VLC on 64-bit OS!) + Thx to XhmikosR for creating the Windows installer :) + Thx to LeonCheung for gfx :) + SHA256 Checksum: 6b963d564fb21e2a858d6d12db5ef6a8ce14afd658c42cb7f978ff0cf76a79e7 + SubtitleEdit-4.0.16-Setup.exe SHA256 Checksum: 0811618a789c4f9f3b689c304ef8c9be947891aadfc6eb65f66b3a53a58d3bf8 + SE4016.zip + Portable version, .NET 4.8, 64/32-bit (will run 64 bit on 64-bit OS - so do use 64-bit codecs/VLC on 64-bit OS!) + This version is for Linux users too: https://www.nikse.dk/SubtitleEdit/Help#linux + SHA256 Checksum: d6979410b653e4f3dc3de3352ed6bfac9d47fa1e21f0f84d5d56eacf002c752e + SE4016FI.zip + Portable version of SE with Finnish dictionaries, .NET 4.8, 64/32-bit (will run 64 bit on 64-bit OS - so do use 64-bit codecs/VLC on 64-bit OS!) + Spell check component: http://voikko.sourceforge.net/ + Thx to vm for Finnish language file :) + Thx to SimplyTheBOSS for testing + OCR helper files :) + SHA256 Checksum: af106c728350c2762f7a8ff1f24ed49b9fa285324b0de6ff8ce26b22348e1a9f +ReleaseNotesUrl: https://github.com/SubtitleEdit/subtitleedit/releases/tag/4.0.16 +Documentations: +- DocumentLabel: Videos + DocumentUrl: https://www.nikse.dk/subtitleedit/video +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.zh-CN.yaml b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.zh-CN.yaml new file mode 100644 index 000000000000..45711de5b910 --- /dev/null +++ b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Nikse.SubtitleEdit +PackageVersion: 4.0.16.0 +PackageLocale: zh-CN +Publisher: Nikse +PublisherUrl: https://www.nikse.dk/ +PublisherSupportUrl: https://www.nikse.dk/subtitleedit/help +Author: Nikolaj Olsson +PackageName: Subtitle Edit +PackageUrl: https://www.nikse.dk/subtitleedit +License: GPL-3.0-only +LicenseUrl: https://github.com/SubtitleEdit/subtitleedit/blob/HEAD/LICENSE +Copyright: Copyright 2001-2026, Nikse +ShortDescription: Subtitle Edit 是一款免费开源的视频字幕编辑器。 +Tags: +- 字幕 +- 视频 +- 音频 +Documentations: +- DocumentLabel: 视频 + DocumentUrl: https://www.nikse.dk/subtitleedit/video +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.yaml b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.yaml new file mode 100644 index 000000000000..d95103aeba84 --- /dev/null +++ b/manifests/n/Nikse/SubtitleEdit/4.0.16.0/Nikse.SubtitleEdit.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nikse.SubtitleEdit +PackageVersion: 4.0.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 959ccee4468e10e1aa4400d72049243c300ba058 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:13:04 +0800 Subject: [PATCH 192/248] New version: Rizonesoft.Notepad3 version 7.26.602.1 (#382506) Co-authored-by: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> --- .../Rizonesoft.Notepad3.installer.yaml | 292 ++++++++++++++++++ .../Rizonesoft.Notepad3.locale.en-US.yaml | 103 ++++++ .../Rizonesoft.Notepad3.locale.zh-CN.yaml | 19 ++ .../7.26.602.1/Rizonesoft.Notepad3.yaml | 8 + 4 files changed, 422 insertions(+) create mode 100644 manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.installer.yaml create mode 100644 manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.en-US.yaml create mode 100644 manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.zh-CN.yaml create mode 100644 manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.yaml diff --git a/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.installer.yaml b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.installer.yaml new file mode 100644 index 000000000000..3f70c9b07c11 --- /dev/null +++ b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.installer.yaml @@ -0,0 +1,292 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Rizonesoft.Notepad3 +PackageVersion: 7.26.602.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- a51 +- ahk +- ahkl +- aidl +- am +- arcconfig +- arclint +- as +- asc +- asm +- asp +- aspx +- au3 +- avs +- avsi +- awk +- axl +- babelrc +- bas +- bash +- bat +- boo +- bsh +- c +- cakefile +- cc +- cfg +- cfm +- cgi +- cls +- clw +- cmake +- cmd +- cnf +- cobra +- coffee +- conf +- cpp +- cs +- csh +- css +- csv +- csx +- ctest +- ctl +- cxx +- d +- dart +- dd +- dfm +- di +- diff +- diz +- dlg +- dob +- doc +- dpk +- dpr +- dsm +- dsp +- dsr +- dsw +- dtd +- editorconfig +- empy +- eslintrc +- f +- f03 +- f08 +- f15 +- f2k +- f90 +- f95 +- fbp +- ffs_gui +- for +- fpd +- fpp +- frm +- ftn +- gemspec +- gmk +- go +- gs +- h +- har +- hf +- hh +- hpp +- hsql +- hss +- hta +- htaccess +- htc +- htd +- htm +- html +- htt +- hxx +- ia +- idl +- iface +- in +- inc +- inf +- ini +- inl +- ipynb +- isl +- islu +- iss +- itcl +- jad +- java +- jd +- jl +- js +- jscop +- jse +- jshintrc +- jsm +- json +- jsonc +- jsonld +- jsp +- kix +- kt +- ktm +- kts +- lang +- latex +- less +- lfm +- log +- lpr +- lua +- luadoc +- luax +- m +- m4 +- mak +- make +- manifest +- markdown +- matlab +- md +- mdown +- mht +- midl +- mjs +- mk +- mkd +- mkdn +- mm +- msc +- msvc +- mysql +- nfo +- nim +- nimrod +- ninja +- nse +- nsh +- nsi +- nzb +- odl +- oem +- pag +- pas +- patch +- pch +- php +- php3 +- phtml +- pkb +- pl +- plist +- plx +- pm +- po +- pod +- podspec +- pp +- prefs +- prettierrc +- pri +- pro +- prop +- properties +- ps1 +- psc1 +- psd1 +- psm1 +- pxd +- pxi +- py +- pyw +- pyx +- qs +- r +- rake +- rakefile +- rb +- rbw +- rc +- rc2 +- rct +- rda +- rdata +- rdf +- rds +- reg +- resx +- rh +- rjs +- rs +- rss +- ruby +- rust +- s +- sass +- sce +- sci +- scp +- scriptlet +- scss +- sed +- sh +- shtml +- sif +- sql +- stp +- sty +- stylelintrc +- svg +- sx +- tcl +- tcsh +- te +- tex +- texi +- texinfo +- text +- theme +- tm +- tmp +- toml +- tpl +- txi +- txt +- url +- vala +- vb +- vbs +- vcproj +- vhd +- vhdl +- wlua +- wtx +- wxcp +- xaml +- xhtml +- xml +- xpm +- xrc +- xsd +- xsl +- xslt +- xul +- yaml +- yml +- zsh +ProductCode: Notepad3_is1 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_7.26.602.1/Notepad3_7.26.602.1_x86_Setup.exe + InstallerSha256: 42375FD4F4801FF0F2999FBC6D56848E0466A96ED89C1C1BE8AF0051AC875D0D +- Architecture: x64 + InstallerUrl: https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_7.26.602.1/Notepad3_7.26.602.1_x64_Setup.exe + InstallerSha256: 9CF68B38BCC1AA679050B9069174AB222383BA004C37BDD47056CAFC71626BE9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.en-US.yaml b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.en-US.yaml new file mode 100644 index 000000000000..3803979c2cd1 --- /dev/null +++ b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.en-US.yaml @@ -0,0 +1,103 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Rizonesoft.Notepad3 +PackageVersion: 7.26.602.1 +PackageLocale: en-US +Publisher: Rizonesoft +PublisherUrl: https://www.rizonesoft.com/ +PublisherSupportUrl: https://github.com/rizonesoft/Notepad3/issues +Author: Rizonetech (Pty) Ltd +PackageName: Notepad3 +PackageUrl: https://www.rizonesoft.com/downloads/notepad3/ +License: Freeware +LicenseUrl: https://github.com/rizonesoft/Notepad3/blob/HEAD/Build%2FDocs%2FLicense.txt +Copyright: Copyright © 2008-2026 Rizonesoft +CopyrightUrl: https://github.com/rizonesoft/Notepad3/blob/HEAD/Build%2FDocs%2FLicense.txt +ShortDescription: Notepad like text editor based on the Scintilla source code. +Description: Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. +Tags: +- code +- coding +- editing +- editor +- programming +ReleaseNotes: |- + NEW: + - Bug-Report and Feature Request issue templates (#5915). + - Custom coloring non printable characters (#5900). + - Smart hotkey Ctrl+N and Alt+L in case of existing file under caret/selection (#5895). + - Open file/folder from selection + bare-path hyperlink hotspots (#5885). + - Open Containing Folder (sel) and Open File from Selection (#5884). + - Copy as RTF (Rich-Text-Format) - keeps syntax highlighting (#5881). + - Open hyperlink in background via Ctrl+Shift+LClick (#5880). + - Documentation for customizing themes (#5867). + - AHK v2 Lexer, fixing existing AHK_L lexer (LEX) (#5860). + - Add HotStringOption to AHK lexer (LEX) (#5860). + - Option to show non-print characters (#5850). + - Hex/binary status-bar output modes with click-to-copy and binary literal input (TIN) (#5834). + - Matching braces (Ctrl+B and with selection Ctrl+Shift+B) inside blocks (#5819). + - Add homebrew JSON5 lexer (#5796). + + CHANGES: + - TinyExpr++ render logical results as "true"/"false (TIN) (#5914). + - TinyExpr++ description of single = is parsed as == (TIN) (#5912). + - Refactor multi-selection expression evaluation logic (#5872). + - Code-cleanup and hardening (#5863). + - grepWin, pass target directory on command line instead of via INI (GRE) (#5857). + - Polish "Page Setup..." dialog (#5834). + - Extend navigation documentation (#5834). + - Moving all *.txt files to Docs folder (for Setup, PAF and Portable) (#5811). + - InfBoxLng for saving files (#5806). + - Github actions: no build on doc change only (#5798). + - Extend and cleanup documentation (#5797). + - Update to Scintilla v5.6.2 , Lexilla v5.4.9 (#5796). + - Breaking change: drop Regex file extension pattern in favor of usual wildcard (#5793). + + FIXES: + - Incr/decr number handler, support bin, keep hex cases (#5883). + - Drag&drop files - temp handling (immediate deleted on drop) (#5863). + - AHK case insensitive (LEX) (#5860). + - Lexer AHK_L minor issues (LEX) (#5860). + - Enhance existing homebrew AHK lexer (LEX) (#5860). + - Small optimization of PCRE2 regEx backward search (PCR) (#5836). + - Modernize and align Lexilla lib related Style-Lexers definitions (LEX) (#5836). + - Hardening of JSON5 lexer (#5843). + - Small correction of factory default position (#5836). + - Minor fixes for change-history navigation (#5834). + - Skip paste board minimizing if nothing to paste (#5831). + - Modern print dialog, fixing minor issues (#5831). + - Hardening of INI file handling for multi instances workflows (#5810). + - MRU file history, bookmark, caret pos, selection maintenance (#5810). + - Find/replace pattern history (#5808). + - Buffer handling consistency (#5806). + - Using help dialog of natural size with vertical scroll-bar (#5805). + - Misleading code-page detection not install in system throws error on file loading (#5802). + - Multi-line InfoBox issue (#5800). + - File extension wildcard lexer matching (#5799). + - Dynamic sizing of InfoboxLng (#5794). + - ".LOG" feature + enhancements around file-vars + docs (#5791). + - InfoBoxLng proportional dynamic sizing (#5790). + - About requester show ARM compilation, missing file path on open non-existent file (#5790). + + REMOVED: + - HTML CSS styling trial artefacts (LEX) (#5860). + - Readme* from ANSI-Art extension (-> README.md) (#5800). + - Revert experimental CSS styling for HTML Lexer (#5787). + + CHANGES Versions in Tools or Libraries: + - Update Scintilla (SCI) Library version 5.6.2 (2026-04-29) (#5796). + - Update Lexilla (LEX) Library version 5.4.9 (2026-04-29) (#5796). + - Update TinyExpr++ (TIN) version 1.1.0 (2026-01-16) (#5707). + - Update grepWin (GRE) version 2.1.12.1434 (2025-09-24) (#5635). + - Update UCHARDET (UCH) encoding detector version 0.0.8 (2022-12-08) (#5562). + - Update PCR2 (PCR) Regex engine version 10.47 (2025-10-21) (#5559). + - Update MiniPath (MIN) version 1.0.2.191 (2022-12-13) (#4359). + + TRANSLATIONS (MUI): +ReleaseNotesUrl: https://github.com/rizonesoft/Notepad3/releases/tag/RELEASE_7.26.602.1 +Documentations: +- DocumentLabel: Document + DocumentUrl: https://www.rizonesoft.com/documents/notepad3/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.zh-CN.yaml b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.zh-CN.yaml new file mode 100644 index 000000000000..a5a631f6d6d7 --- /dev/null +++ b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Rizonesoft.Notepad3 +PackageVersion: 7.26.602.1 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 基于 Scintilla 源代码的类记事本文本编辑器。 +Description: Notepad3 是一款基于 Scintilla 的轻快的文本编辑器,具有语法高亮功能。虽然内存占用小,但功能强大,足以处理大多数编程工作。 +Tags: +- 代码 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.rizonesoft.com/documents/notepad3/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.yaml b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.yaml new file mode 100644 index 000000000000..226910bb460d --- /dev/null +++ b/manifests/r/Rizonesoft/Notepad3/7.26.602.1/Rizonesoft.Notepad3.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Rizonesoft.Notepad3 +PackageVersion: 7.26.602.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e72301b467bbc30f9598035e92e97769cf13b55c Mon Sep 17 00:00:00 2001 From: abakum Date: Wed, 3 Jun 2026 05:13:18 +0300 Subject: [PATCH 193/248] New version: abakum.crocson version 1.11.61 (#382546) Co-authored-by: github-actions[bot] --- .../1.11.61/abakum.crocson.installer.yaml | 13 ++++++++++++ .../1.11.61/abakum.crocson.locale.en-US.yaml | 20 +++++++++++++++++++ .../crocson/1.11.61/abakum.crocson.yaml | 7 +++++++ 3 files changed, 40 insertions(+) create mode 100644 manifests/a/abakum/crocson/1.11.61/abakum.crocson.installer.yaml create mode 100644 manifests/a/abakum/crocson/1.11.61/abakum.crocson.locale.en-US.yaml create mode 100644 manifests/a/abakum/crocson/1.11.61/abakum.crocson.yaml diff --git a/manifests/a/abakum/crocson/1.11.61/abakum.crocson.installer.yaml b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.installer.yaml new file mode 100644 index 000000000000..33e8005cd912 --- /dev/null +++ b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.installer.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: abakum.crocson +PackageVersion: 1.11.61 +Installers: + - Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/abakum/crocson/releases/download/v1.11.61/crocson.exe + InstallerSha256: ff0b49c90c921d938113508d5563b4ecc9a233c436068e5f2c4bfb4813d6aabe + Commands: + - crocson +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/abakum/crocson/1.11.61/abakum.crocson.locale.en-US.yaml b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.locale.en-US.yaml new file mode 100644 index 000000000000..0f95a8fafd2d --- /dev/null +++ b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: abakum.crocson +PackageVersion: 1.11.61 +PackageLocale: en-US +Publisher: abakum +PackageName: crocson +PackageUrl: https://github.com/abakum/crocson +License: ISC +LicenseUrl: https://github.com/abakum/crocson/blob/main/LICENSE +ShortDescription: GUI for croc - secure file transfer tool +Description: Crocson is a GUI for croc, a tool for securely transferring files and folders between computers. +Tags: + - croc + - file-transfer + - gui + - portable +ReleaseNotesUrl: https://github.com/abakum/crocson/releases/tag/v1.11.61 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/abakum/crocson/1.11.61/abakum.crocson.yaml b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.yaml new file mode 100644 index 000000000000..3e0ff5b1373f --- /dev/null +++ b/manifests/a/abakum/crocson/1.11.61/abakum.crocson.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: abakum.crocson +PackageVersion: 1.11.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 83324099edd5c13b044e2f6165fb343527e4eef4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:13:44 +0800 Subject: [PATCH 194/248] New version: Mozilla.Firefox.kn version 151.0.3 (#382628) --- .../151.0.3/Mozilla.Firefox.kn.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.kn.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.kn.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.kn.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.kn.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.kn.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.kn.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.kn.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.kn.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.kn.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.kn.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.kn.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.kn.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.kn.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.kn.locale.zh-CN.yaml | 24 +++++++++++ .../kn/151.0.3/Mozilla.Firefox.kn.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.yaml diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.installer.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.installer.yaml new file mode 100644 index 000000000000..f17355718ffd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/kn/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 91B2FD182890859A4A00DA8E3E1DCD53C0C2268C621EF129C8916800A3DA4A5C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/kn/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 09E1DC338B13B1DBD329561D1CFADA7D0573063DB66851A053B857B7D351CFA1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/kn/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 572199E21AB27A43625E4149720EDAB62A454916BE955A33BE4819FD27A221B7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.cs-CZ.yaml new file mode 100644 index 000000000000..a29d95516895 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.da-DK.yaml new file mode 100644 index 000000000000..01036c800bb5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.de-DE.yaml new file mode 100644 index 000000000000..23a381a6265c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.el-GR.yaml new file mode 100644 index 000000000000..549fbc6bf21c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-GB.yaml new file mode 100644 index 000000000000..e4a5512fd845 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-US.yaml new file mode 100644 index 000000000000..b5c56b73b51e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (kn) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.es-MX.yaml new file mode 100644 index 000000000000..613bba1287c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.fr-FR.yaml new file mode 100644 index 000000000000..1e7bd56d236a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.hu-HU.yaml new file mode 100644 index 000000000000..dbf45a36bd0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ja-JP.yaml new file mode 100644 index 000000000000..08811c75ab6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.nb-NO.yaml new file mode 100644 index 000000000000..bbfa093203ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ru-RU.yaml new file mode 100644 index 000000000000..38e5922a8cb3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ta-IN.yaml new file mode 100644 index 000000000000..3f703eb152b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.zh-CN.yaml new file mode 100644 index 000000000000..f2980e9ee799 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.yaml b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.yaml new file mode 100644 index 000000000000..2b78dd3326ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0.3/Mozilla.Firefox.kn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From be9626b9bffc47d56e4a73ab3784d23255240ad4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:14:08 +0800 Subject: [PATCH 195/248] New version: Mozilla.Firefox.lij version 151.0.3 (#382630) --- .../Mozilla.Firefox.lij.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.lij.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.lij.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.lij.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.lij.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.lij.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.lij.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.lij.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.lij.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.lij.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.lij.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.lij.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.lij.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.lij.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.lij.locale.zh-CN.yaml | 24 +++++++++++ .../lij/151.0.3/Mozilla.Firefox.lij.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.yaml diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.installer.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.installer.yaml new file mode 100644 index 000000000000..c9986ab7d542 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/lij/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 31D4B2B31ECC3BA7376738CB7F80752E48BEBCAAF14316B749CF4DF29DDD6145 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/lij/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 962F8888C28F432638DE4210258B718CAA6A9431D8281993B4B86EA879725EEA +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/lij/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 2AA82655F9F0628540BBB33D76FCA7B9500BA96219A46D230812E7D94CA2857D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.cs-CZ.yaml new file mode 100644 index 000000000000..fe8e88b62dc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.da-DK.yaml new file mode 100644 index 000000000000..788abd1cdcee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.de-DE.yaml new file mode 100644 index 000000000000..4e1e211aac8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.el-GR.yaml new file mode 100644 index 000000000000..503cb4fc8117 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-GB.yaml new file mode 100644 index 000000000000..c21ec3b1db4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-US.yaml new file mode 100644 index 000000000000..cf64060039bf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (lij) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.es-MX.yaml new file mode 100644 index 000000000000..346ea4a205c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.fr-FR.yaml new file mode 100644 index 000000000000..2aa7a71e761a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.hu-HU.yaml new file mode 100644 index 000000000000..ac1fec3e3343 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ja-JP.yaml new file mode 100644 index 000000000000..dd37998bbd66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.nb-NO.yaml new file mode 100644 index 000000000000..7d1b4137cfbc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ru-RU.yaml new file mode 100644 index 000000000000..07451208ebf6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ta-IN.yaml new file mode 100644 index 000000000000..35126a330b02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.zh-CN.yaml new file mode 100644 index 000000000000..e2ea170905a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.yaml new file mode 100644 index 000000000000..367c1bfeb120 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.3/Mozilla.Firefox.lij.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fce9d6f88fdac819b26fe37d4d67a696bbb76577 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:14:32 +0800 Subject: [PATCH 196/248] New version: Mozilla.Firefox.lt version 151.0.3 (#382631) --- .../151.0.3/Mozilla.Firefox.lt.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.lt.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.lt.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.lt.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.lt.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.lt.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.lt.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.lt.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.lt.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.lt.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.lt.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.lt.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.lt.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.lt.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.lt.locale.zh-CN.yaml | 24 +++++++++++ .../lt/151.0.3/Mozilla.Firefox.lt.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.yaml diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.installer.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.installer.yaml new file mode 100644 index 000000000000..0932cfc828d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/lt/Firefox%20Setup%20151.0.3.exe + InstallerSha256: CAE36A27BAC9AD1C793858AE25D6BE933D1A9F644C75F131087FE92EEE236AD1 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/lt/Firefox%20Setup%20151.0.3.exe + InstallerSha256: EF0FE24DA4315EFD1120854CEF1BF73C526C457E42EBCC99931BD14FBB9D70CC +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/lt/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D7A8496B1FD613CF50DC85DA2A964C6BFCA65B42983F2719A3FAEF4477190E19 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.cs-CZ.yaml new file mode 100644 index 000000000000..902930f258e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.da-DK.yaml new file mode 100644 index 000000000000..c297e9d87c1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.de-DE.yaml new file mode 100644 index 000000000000..97af292b999d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.el-GR.yaml new file mode 100644 index 000000000000..3b0e3ffe5b0a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-GB.yaml new file mode 100644 index 000000000000..d7bbb0917306 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-US.yaml new file mode 100644 index 000000000000..566e5de9f37e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (lt) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.es-MX.yaml new file mode 100644 index 000000000000..6810a78691de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.fr-FR.yaml new file mode 100644 index 000000000000..00fb7f7b04a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.hu-HU.yaml new file mode 100644 index 000000000000..ab2f2ea42d49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ja-JP.yaml new file mode 100644 index 000000000000..965d7f386e54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.nb-NO.yaml new file mode 100644 index 000000000000..13d008cda709 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ru-RU.yaml new file mode 100644 index 000000000000..e722b5d759dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ta-IN.yaml new file mode 100644 index 000000000000..0a851c3a5565 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.zh-CN.yaml new file mode 100644 index 000000000000..41ca51636386 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.yaml b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.yaml new file mode 100644 index 000000000000..e7baa8052a54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/151.0.3/Mozilla.Firefox.lt.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6c8f690c84a41d582c010503af60eaa43beb2518 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:14:47 +0800 Subject: [PATCH 197/248] New version: Vercel.Zero version 0.2.1 (#382749) --- .../Zero/0.2.1/Vercel.Zero.installer.yaml | 18 +++++++ .../Zero/0.2.1/Vercel.Zero.locale.en-US.yaml | 50 +++++++++++++++++++ .../Zero/0.2.1/Vercel.Zero.locale.zh-CN.yaml | 28 +++++++++++ .../v/Vercel/Zero/0.2.1/Vercel.Zero.yaml | 8 +++ 4 files changed, 104 insertions(+) create mode 100644 manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.installer.yaml create mode 100644 manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.en-US.yaml create mode 100644 manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.zh-CN.yaml create mode 100644 manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.yaml diff --git a/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.installer.yaml b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.installer.yaml new file mode 100644 index 000000000000..5ab8d5308584 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.2.1 +InstallerType: portable +Commands: +- zero +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.2.1/zero-win32-x64.exe + InstallerSha256: 3E49972D94DC31F9B63847A0CC96FDB45240C0D54A2D1C6EDED30049B16B0AF3 +- Architecture: arm64 + InstallerUrl: https://github.com/vercel-labs/zerolang/releases/download/v0.2.1/zero-win32-arm64.exe + InstallerSha256: 3C0286BCB27592CB3AF7FDE54E529A960D38AE97C483791D7894AD3948791C0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.en-US.yaml b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.en-US.yaml new file mode 100644 index 000000000000..04e8e2b6cd24 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.2.1 +PackageLocale: en-US +Publisher: Vercel, Inc. +PublisherUrl: https://vercel.com/ +PublisherSupportUrl: https://github.com/vercel-labs/zerolang/issues +Author: Vercel, Inc. +PackageName: Zero +PackageUrl: https://zerolang.ai/ +License: Apache-2.0 +LicenseUrl: https://github.com/vercel-labs/zerolang/blob/HEAD/LICENSE +Copyright: Copyright 2026 Vercel, Inc. +ShortDescription: The programming language for agents +Description: |- + Zero is an experiment in building an agent-first programming language. + The project is exploring what changes when agents are primary users from day one: a language that can be learned on the fly, tooling that exposes structured facts for debugging and repair, and a standard library broad enough that most programs do not start with a dependency search. + Zero is pre-1 and intentionally unstable. The project will make breaking changes while it searches for the language, library, and tooling patterns that work best for agents. Treat today's syntax and APIs as something to explore, not something to memorize. If that sounds useful, try it with us: run examples, inspect the structured output, and send feedback about what helps agents work better. + Security vulnerabilities should be expected. Zero is not ready for production systems, sensitive data, or trusted infrastructure. If you plan to run or develop Zero, do so in an isolated, disposable environment. + What Zero Is Aiming For + - Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback. + - Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks. + - Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on. + - Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable. + - Regularity over syntax: prefer one obvious way to express most things, even when that makes code more explicit than a human might choose in another language. +Moniker: zerolang +Tags: +- agent +- language +- programming +- programming-language +ReleaseNotes: |- + - Adds extern C call support with target-aware header preprocessing, stricter link-plan validation, direct object linking, graph metadata fixes, and diagnostics for missing or unsafe C import inputs. + - Expands the standard library across memory, collections, search, sort, ASCII, formatting, text, parsing, math, random, time, codec, JSON, URL, hosted I/O, filesystem, HTTP, testing, and logging helpers. + - Strengthens memory-safety diagnostics for Maybe guards, owned moves, mutable span aliases, span lifetime escapes, aggregate reassignment, scalar match fallthrough, and exported safety facts. + - Improves direct backend correctness across Mach-O, ELF64, COFF, x64, and AArch64 paths, including byte-view bounds, checksum helpers, open slices, usize runtime returns, and indexed store handling. + - Retires row source parsing from the public source boundary, keeps canonical .0 text as the supported input surface, and rejects stale row graph artifact paths. + - Refreshes docs, examples, skills, command contracts, conformance fixtures, stdlib contracts, target-matrix checks, compiler metrics, and reliability smoke coverage around the current workflows. + Contributors + - @ctate + - @ihasq + - @PeterXMR +ReleaseNotesUrl: https://github.com/vercel-labs/zerolang/releases/tag/v0.2.1 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.zh-CN.yaml b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.zh-CN.yaml new file mode 100644 index 000000000000..e4571d079356 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.2.1 +PackageLocale: zh-CN +ShortDescription: 智能体的编程语言 +Description: |- + Zero 是构建 Agent 优先编程语言的一次实验。 + 该项目正在探索当 Agent 从第一天起就作为主要用户时会发生什么:一种可以即学即用的语言,一套能为调试和修复提供结构化事实的工具链,以及一个足够广泛、使得大多数程序无需从搜索依赖开始的标准库。 + Zero 目前处于 1.0 版本前的阶段,且特意保持了不稳定性。在探索最适合 Agent 的语言、库和工具模式的过程中,该项目将不断进行破坏性改动。请将现有的语法和 API 视为探索对象,而非需要记忆的内容。如果你觉得这很有用,欢迎加入我们:运行示例,检查结构化输出,并就如何帮助 Agent 更好工作提供反馈。 + 应当预见到安全漏洞的存在。Zero 尚未准备好用于生产系统、敏感数据或受信任的基础设施。如果你计划运行或开发 Zero,请在隔离且可丢弃的环境中进行。 + Zero 的目标 + - Agent 优先的可学习性:精简且规律的语言表面,让 Agent 能够通过示例、文档和编译器反馈快速上手。 + - 标准库深度:常用能力应存在于文档齐全、连贯的库 API 中,而不是分散的依赖堆栈里。 + - 确定性工具链:诊断信息、图事实、大小报告、解释和修复方案应具备足够的结构化程度,以便 Agent 检查和执行。 + - 直接的开发者体验:检查、运行、格式化、检查和修复代码应当快速、可复制且可脚本化。 + - 规律性胜过语法:倾向于用一种显而易见的方式来表达大多数事物,即使这使得代码比人类在其他语言中选择的表达方式更加显式。 +Tags: +- 智能体 +- 编程 +- 编程语言 +- 语言 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zerolang.ai/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.yaml b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.yaml new file mode 100644 index 000000000000..95cb9a3bcda2 --- /dev/null +++ b/manifests/v/Vercel/Zero/0.2.1/Vercel.Zero.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vercel.Zero +PackageVersion: 0.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99e72af2cdbcce0f41440c684d3cc957202de775 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:15:03 -0300 Subject: [PATCH 198/248] New version: GrafanaLabs.Alloy version 1.16.2 (#382796) --- .../1.16.2/GrafanaLabs.Alloy.installer.yaml | 25 +++++++++++++++++ .../GrafanaLabs.Alloy.locale.en-US.yaml | 28 +++++++++++++++++++ .../Alloy/1.16.2/GrafanaLabs.Alloy.yaml | 8 ++++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.installer.yaml create mode 100644 manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.locale.en-US.yaml create mode 100644 manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.yaml diff --git a/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.installer.yaml b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.installer.yaml new file mode 100644 index 000000000000..2bcb91e8a867 --- /dev/null +++ b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Alloy +PackageVersion: 1.16.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: Alloy +AppsAndFeaturesEntries: +- DisplayName: Alloy v1.11.3 + ProductCode: Alloy +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GrafanaLabs\Alloy' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/grafana/alloy/releases/download/v1.16.2/alloy-installer-windows-amd64.exe + InstallerSha256: 1221E7B04C8B15D3574E2AF3CD277ED7146B377A4991788405D4E7F13165829B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.locale.en-US.yaml b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.locale.en-US.yaml new file mode 100644 index 000000000000..2ea3ad80eaa2 --- /dev/null +++ b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Alloy +PackageVersion: 1.16.2 +PackageLocale: en-US +Publisher: Grafana Labs +PublisherUrl: https://grafana.com/ +PublisherSupportUrl: https://grafana.com/help/ +PrivacyUrl: https://grafana.com/legal/privacy-policy/ +Author: Grafana Labs +PackageName: Alloy +PackageUrl: https://github.com/grafana/alloy +License: Apache-2.0 +LicenseUrl: https://github.com/grafana/alloy/blob/HEAD/LICENSE +ShortDescription: Grafana Alloy +Description: OpenTelemetry Collector distribution with programmable pipelines. +Moniker: alloy +Tags: +- alloy +- collector +- opentelemetry +- otel +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://grafana.com/docs/alloy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.yaml b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.yaml new file mode 100644 index 000000000000..6cd550e8cff9 --- /dev/null +++ b/manifests/g/GrafanaLabs/Alloy/1.16.2/GrafanaLabs.Alloy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GrafanaLabs.Alloy +PackageVersion: 1.16.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c3091eaddf68511bd5ed907fbfff288d67ecf286 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:15:19 +0800 Subject: [PATCH 199/248] New version: ElectronicArts.EADesktop version 13.720.0.6233 (#382814) --- .../ElectronicArts.EADesktop.installer.yaml | 28 ++++++++++++++++++ ...ElectronicArts.EADesktop.locale.en-US.yaml | 29 +++++++++++++++++++ ...ElectronicArts.EADesktop.locale.zh-CN.yaml | 27 +++++++++++++++++ .../ElectronicArts.EADesktop.yaml | 8 +++++ 4 files changed, 92 insertions(+) create mode 100644 manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.installer.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.en-US.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.zh-CN.yaml create mode 100644 manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.yaml diff --git a/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.installer.yaml b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.installer.yaml new file mode 100644 index 000000000000..88b196ee8a54 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.720.0.6233 +InstallerType: burn +Scope: machine +InstallerSwitches: + Silent: /passive /norestart + SilentWithProgress: /passive /norestart + InstallLocation: InstallFolder="" + Custom: /norestart +UpgradeBehavior: uninstallPrevious +Protocols: +- ealink +- link2ea +- origin +- origin2 +ProductCode: '{511e8523-c2f1-45c0-9af0-70c5f89b4735}' +AppsAndFeaturesEntries: +- ProductCode: '{511e8523-c2f1-45c0-9af0-70c5f89b4735}' + UpgradeCode: '{ADF2591E-00D2-4FFF-9BF4-9CCDAE6BDC67}' +Installers: +- Architecture: x86 + InstallerUrl: https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller-13.720.0.6233-13959799.exe + InstallerSha256: D7CBFA3E4FF09CFAC038AA64751CA63B00E8D4BC484ECF901AE4B7C00789E74B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.en-US.yaml b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.en-US.yaml new file mode 100644 index 000000000000..70c9c9b9c9fb --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/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.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.720.0.6233 +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: © 2026 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.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.zh-CN.yaml b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..1fbb72716892 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/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.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.720.0.6233 +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: © 2026 Electronic Arts Inc. +ShortDescription: 在一个地方游玩精彩的 PC 游戏并与朋友交流。 +Description: 根据玩家的反馈,我们开发了 EA Desktop 应用程序,作为 PC 平台的最新迭代。测试版包括新功能和整体改进,为更快、更智能、更互联的桌面应用程序提供动力。 +Tags: +- ea +- ea-desktop +- origin +- 启动器 +- 商店 +- 游戏 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.yaml b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.yaml new file mode 100644 index 000000000000..99e667cef057 --- /dev/null +++ b/manifests/e/ElectronicArts/EADesktop/13.720.0.6233/ElectronicArts.EADesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ElectronicArts.EADesktop +PackageVersion: 13.720.0.6233 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f6254193f4bdc08724f4f8b84ddab187304a44d6 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 22:15:44 -0400 Subject: [PATCH 200/248] New version: Microsoft.SafetyScanner version 1.451.236.0 (#382833) --- .../Microsoft.SafetyScanner.installer.yaml | 18 +++++++++++++++ .../Microsoft.SafetyScanner.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.451.236.0/Microsoft.SafetyScanner.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.installer.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.yaml diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..3ad3ffd6aceb --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.236.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.236.0&arch=x86 + InstallerSha256: AA1D3590E499E7790BDFB316EAE3691B8D21124372040D4D696120A83AD94A5F +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.236.0&arch=amd64 + InstallerSha256: 66278B93811992DA1D0171F161E90A41F223944F74C62AB1A7D70236429EAA8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..5d2c9bf580c9 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.236.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..a40d73d87807 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.236.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.236.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fe14d957d092feb8db154eb0c6ede70756daada9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:16:17 +0800 Subject: [PATCH 201/248] New version: Sourcegraph.Amp version 0.0.1780433882-g06340c (#382844) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..68c1ef543c99 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780433882-g06340c +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780433882-g06340c/amp-windows-x64-baseline.exe + InstallerSha256: 57DC4B1543D292372541E436EC415FBF788F36B4E5CAA44F1352D577CC7D8E7D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..c8bd54f35328 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780433882-g06340c +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..ff6858980af2 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780433882-g06340c +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..b905bd4ace63 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780433882-g06340c/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780433882-g06340c +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 964c420c9c3206510d507f34f307234f81a7f5e7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:16:33 +0800 Subject: [PATCH 202/248] New version: TinyHumansAI.OpenHuman version 0.57.11 (#382845) --- .../TinyHumansAI.OpenHuman.installer.yaml | 26 +++++++++++ .../TinyHumansAI.OpenHuman.locale.en-US.yaml | 44 +++++++++++++++++++ .../TinyHumansAI.OpenHuman.locale.zh-CN.yaml | 28 ++++++++++++ .../0.57.11/TinyHumansAI.OpenHuman.yaml | 8 ++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.installer.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.en-US.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.zh-CN.yaml create mode 100644 manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.yaml diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.installer.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.installer.yaml new file mode 100644 index 000000000000..89c172cb93b8 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.11 +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.11/OpenHuman_0.57.11_x64-setup.exe + InstallerSha256: 6E2B26CC87219572B75431C2851D17B566371A2E50E7E3A6E6057AADC9311ABB + ProductCode: OpenHuman +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/tinyhumansai/openhuman/releases/download/v0.57.11/OpenHuman_0.57.11_x64_en-US.msi + InstallerSha256: A3AD8A160A7CFE5E789401412D48F0CE555CB4491C9998A8FAE20FF611F5DB97 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DE4BBF3B-5DD1-4CB2-B429-84678574D730}' + AppsAndFeaturesEntries: + - UpgradeCode: '{54052255-0CFF-5EA8-82D1-C533E6DE0990}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.en-US.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.en-US.yaml new file mode 100644 index 000000000000..2083ab6f88fa --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.11 +PackageLocale: en-US +Publisher: openhuman +PublisherUrl: https://tinyhumans.ai/ +PublisherSupportUrl: https://github.com/tinyhumansai/openhuman/issues +PackageName: OpenHuman +PackageUrl: https://tinyhumans.ai/openhuman +License: GPL-3.0 +LicenseUrl: https://github.com/tinyhumansai/openhuman/blob/HEAD/LICENSE +ShortDescription: Your Personal AI super intelligence. Private, Simple and extremely powerful. +Description: |- + OpenHuman is an open-source AI assistant designed to be the memory and doer for everything you do across your tools. Built on Rust + Tauri and licensed under GNU GPL3, it closes the gap between what AI models can do and what they actually know about you. + Every model in the world, all 200+ of them, shares the same fundamental limitation: they are stateless. You type a prompt, get a response, and the context evaporates. Even the ones with "memory" store a few bullet points. A few bullet points is a sticky note, not intelligence. + OpenHuman solves this with a stack that's calmly, deliberately different: + - A local-first Memory Tree. Every source you connect. Gmail, Slack, GitHub, Notion, your own notes, flows through a deterministic pipeline: canonical Markdown, ≤3k-token chunks, scored, folded into per-source / per-topic / per-day summary trees. Stored in SQLite on your machine. No vector-soup black box. + - An Obsidian-style wiki on top of it. The same chunks the agent reasons over land as .md files in a vault you can open in Obsidian, browse, edit, and link by hand. Inspired by Karpathy's obsidian-wiki workflow. You can't trust a memory you can't read. + - 118+ third-party integrations. One-click OAuth into Gmail, GitHub, Slack, Notion, Stripe, Calendar, Drive, Linear, Jira and more - no API keys to wire by hand, no plugin marketplace to navigate. + - Auto-fetch. Every twenty minutes, OpenHuman pulls fresh data from every active connection and folds it into the Memory Tree without you asking, so the agent already has tomorrow's context this morning. + - An agent built for big data. Smart token compression (TokenJuice) compacts verbose tool output before it ever enters the model's context, so sweeping through your last six months of email costs single-digit dollars. Automatic model routing sends each task to the right model - hint:reasoning to a frontier model, hint:fast to a cheap one, vision to vision - all under one subscription. Optional local AI via Ollama keeps embeddings and summarization on-device. + - Batteries included. A complete agent toolbelt is wired in by default: web search, a web-fetch scraper, a full coder toolset (filesystem, git, lint, test, grep), browser & computer control, cron & scheduling, memory tools, agent coordination for spawning sub-agents, and native voice - STT in, TTS out, mascot lip-sync, and a live Google Meet agent that joins meetings, transcribes them into your Memory Tree, and can speak back into the call. No "install a plugin to read files" friction. + - Simple, UI-first. A clean desktop experience and short onboarding paths take you from install to a working agent in a few clicks - no config-first setup, no terminal required. The agent has a face: a desktop mascot that speaks, reacts to its surroundings, joins your Google Meets as a real participant, remembers you across weeks, and keeps thinking in the background even when you've stopped typing. + Together, these turn OpenHuman into something fundamentally different from a chatbot. It is an AI agent that consumes large amounts of personal data at low cost, maintains a persistent and evolving understanding of your world, and takes proactive actions on your behalf. +Tags: +- ai +- knowledge-base +- large-language-model +- llm +- llm-wiki +- wiki +ReleaseNotes: |- + What's Changed + - Add vault file-system watcher implementation by @manucian-official in https://github.com/tinyhumansai/openhuman/pull/3183 + - fix(subconscious): degrade WAL journal mode to fix Intelligence tab hang on shm-incompatible filesystems by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/3233 + Full Changelog: https://github.com/tinyhumansai/openhuman/compare/v0.57.10...v0.57.11 +ReleaseNotesUrl: https://github.com/tinyhumansai/openhuman/releases/tag/v0.57.11 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://tinyhumans.gitbook.io/openhuman +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.zh-CN.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.zh-CN.yaml new file mode 100644 index 000000000000..da2945625cf2 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.11 +PackageLocale: zh-CN +ShortDescription: 你的个人 AI 超级智能。私密、简单且极其强大。 +Description: |- + OpenHuman 是一个开源的 AI 助手,旨在成为你在各类工具中一切行为的记忆中枢与执行者。基于 Rust + Tauri 构建,并采用 GNU GPL3 许可证发布,它弥合了 AI 模型能力与其对你真实了解之间的鸿沟。 + 全球范围内的每一个模型,无论数量多么庞大(超过 200 个),都面临同一个根本性局限:它们是无状态的。你输入一条提示,得到一个回复,上下文随即消失。即便是那些声称具备“记忆”功能的模型,也仅能存储几条简略要点。几条要点不过是一张便利贴,而非真正的智能。 + OpenHuman 通过一套冷静而深思熟虑的技术栈解决了这一问题: + - 本地优先的记忆树(Memory Tree)。你连接的每一个数据源——Gmail、Slack、GitHub、Notion、你的个人笔记——都会流经一条确定性的处理管道:标准化为 Markdown 格式,切分为不超过 3k token 的片段,经过评分后折叠成按来源 / 主题 / 日期分类的摘要树。所有内容均存储在你本地设备的 SQLite 数据库中,没有向量“浓汤”式的黑箱。 + - 在其之上构建了一个类似 Obsidian 的知识库。AI 代理所推理使用的相同文本片段会以 .md 文件的形式存入一个你可以用 Obsidian 打开的“保险库”中,供你浏览、编辑和手动链接。灵感源自 Karpathy 的 obsidian-wiki 工作流。如果你无法直接阅读记忆内容,就无法真正信任它。 + - 支持 118+ 个第三方集成。一键 OAuth 登录 Gmail、GitHub、Slack、Notion、Stripe、日历、网盘、Linear、Jira 等——无需手动配置 API 密钥,也无需在插件市场中摸索。 + - 自动抓取(Auto-fetch)。每二十分钟,OpenHuman 会自动从所有活跃连接中拉取最新数据,并将其整合进记忆树,无需你主动操作,确保助手在今天早上就已经掌握明天所需的上下文。 + - 面向大数据设计的代理架构。智能的 token 压缩技术(TokenJuice)会在冗长的工具输出进入模型上下文之前对其进行压缩,因此扫描你过去六个月的邮件成本仅为个位数美元。自动模型路由机制将不同任务分配给最适合的模型——提示词 hint:reasoning 发往高性能前沿模型,hint:fast 路由至低成本模型,视觉任务交由视觉模型处理——全部包含在同一订阅中。通过 Ollama 可选的本地 AI 支持,使嵌入和摘要处理全程在设备端完成。 + - 开箱即用。完整的代理工具集默认集成:网络搜索、网页抓取器、完整编程工具包(文件系统、git、lint、test、grep)、浏览器与电脑控制、定时任务与调度、记忆工具、用于生成子代理的协调机制,以及原生语音支持——语音转文字输入(STT),文字转语音输出(TTS),角色口型同步,还有一个能加入 Google Meet 会议、将会议内容转录进你的记忆树并可在通话中发言的实时会议代理。无需“安装插件才能读取文件”这类繁琐步骤。 + - 简洁、以用户界面为先。清爽的桌面体验和简短的新手引导路径让你只需几次点击即可从安装过渡到使用运行中的代理——无需先行配置,也不需要命令行操作。代理拥有一个具象化的形象:一个会说话、能感知周围环境变化的桌面吉祥物,它可以作为真实参与者加入你的 Google Meet 会议,能跨数周记住你,在你停止输入后仍在后台持续思考。 + 上述特性共同使 OpenHuman 成为一种与传统聊天机器人截然不同的存在。它是一个能够以低成本处理大量个人数据、持续且不断演进地理解你世界的 AI 代理,并能代表你主动采取行动。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 知识库 +- 维基 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.yaml b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.yaml new file mode 100644 index 000000000000..ac0f67a12a79 --- /dev/null +++ b/manifests/t/TinyHumansAI/OpenHuman/0.57.11/TinyHumansAI.OpenHuman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TinyHumansAI.OpenHuman +PackageVersion: 0.57.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 13ed464f31ab3797b069d744cbff7aa741e0087d Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 3 Jun 2026 04:16:49 +0200 Subject: [PATCH 203/248] Added MSI: Webroot.SecureAnywhere version 9.0.44.46 (#382846) --- .../Webroot.SecureAnywhere.installer.yaml | 21 +++++++++++-------- .../Webroot.SecureAnywhere.locale.en-US.yaml | 4 ++-- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.installer.yaml b/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.installer.yaml index 0c7413be2bd9..1d3c83015abd 100644 --- a/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.installer.yaml +++ b/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.installer.yaml @@ -1,20 +1,23 @@ -# Automatically updated by the winget bot at 2026/May/17 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Webroot.SecureAnywhere PackageVersion: 9.0.44.46 -InstallerLocale: en-US +ReleaseDate: 2026-05-14 Platform: - Windows.Desktop -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent - Custom: /exeshowaddremove /lang=en -ReleaseDate: 2023-06-05 Installers: - Architecture: x86 + InstallerType: msi + InstallerUrl: https://anywhere.webrootcloudav.com/zerol/wsainstall.msi + InstallerSha256: df8ec1c7931df21957c509dae34f4d6e82ca4c2ceded2792528b22c0e0958b79 +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerLocale: en-US + InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent + Custom: /exeshowaddremove /lang=en InstallerUrl: https://anywhere.webrootcloudav.com/zerol/wsainstall.exe InstallerSha256: D2408D7601EFB11192CB72D9E826EA4E6BD968580169B83A480972A0F0D6156E ManifestType: installer diff --git a/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.locale.en-US.yaml b/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.locale.en-US.yaml index 5295b60d6eb9..f91f570b1c0d 100644 --- a/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.locale.en-US.yaml +++ b/manifests/w/Webroot/SecureAnywhere/9.0.44.46/Webroot.SecureAnywhere.locale.en-US.yaml @@ -1,4 +1,3 @@ -# Automatically updated by the winget bot at 2026/May/17 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Webroot.SecureAnywhere @@ -11,7 +10,7 @@ PrivacyUrl: https://www.webroot.com/us/en/legal/privacy Author: Webroot PackageName: Webroot SecureAnywhere PackageUrl: https://www.webroot.com/us/en/home/products/av -License: © 2004 - 2021 Webroot Inc. +License: © 2004 - 2026 Webroot Inc. LicenseUrl: https://eula.webrootanywhere.com ShortDescription: Webroot SecureAnywhere® AntiVirus protects you from online threats. Moniker: webroot-secureanywhere @@ -19,5 +18,6 @@ Tags: - security - antivirus - webroot +ReleaseNotesUrl: https://answers.webroot.com/Webroot/ukp.aspx?pid=12&vw=1&solutionid=857 ManifestType: defaultLocale ManifestVersion: 1.12.0 From b23ce5ee07fbbf071326d2c7c967b2a2fcfdb910 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 22:17:03 -0400 Subject: [PATCH 204/248] New version: Blitz.Blitz version 2.1.580 (#382848) --- .../Blitz/2.1.580/Blitz.Blitz.installer.yaml | 22 +++++++++++++++ .../2.1.580/Blitz.Blitz.locale.en-US.yaml | 28 +++++++++++++++++++ .../b/Blitz/Blitz/2.1.580/Blitz.Blitz.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.installer.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.locale.en-US.yaml create mode 100644 manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.yaml diff --git a/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.installer.yaml new file mode 100644 index 000000000000..60e828341d94 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.580 +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.580.exe + InstallerSha256: 37E7EA1A2065372BB1E633B6EE2C9971D2209EE2E4533D476BF1261217738269 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 000000000000..b7585bd55302 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.580 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.yaml new file mode 100644 index 000000000000..736e3168c5d5 --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.580/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.580 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a5934ef6018c884d251f7b8f6ccd5ca54118ed26 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:17:20 +0800 Subject: [PATCH 205/248] New version: CognitionAI.Devin version 2026.5.26-3 (#382851) --- .../CognitionAI.Devin.installer.yaml | 21 +++++++++++++ .../CognitionAI.Devin.locale.en-US.yaml | 31 +++++++++++++++++++ .../CognitionAI.Devin.locale.zh-CN.yaml | 21 +++++++++++++ .../Devin/2026.5.26-3/CognitionAI.Devin.yaml | 8 +++++ 4 files changed, 81 insertions(+) create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.installer.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.en-US.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.zh-CN.yaml create mode 100644 manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.yaml diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.installer.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.installer.yaml new file mode 100644 index 000000000000..6c921e4ae125 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CognitionAI.Devin +PackageVersion: 2026.5.26-3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\devin.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-3/devin-2026.5.26-3-x86_64-pc-windows.zip + InstallerSha256: 4E243F85AFD46A08793015436FBE1792BF7A7E5D0ADE8DBB9100BB125D349FE3 +- Architecture: arm64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-3/devin-2026.5.26-3-aarch64-pc-windows.zip + InstallerSha256: 57FF84AEDD4780CB43C69DF3704E4FAE5A7559DB6BCFEDBA62433FDCA21CA4E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.en-US.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.en-US.yaml new file mode 100644 index 000000000000..bbc0b9dc0e7c --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.Devin +PackageVersion: 2026.5.26-3 +PackageLocale: en-US +Publisher: Cognition AI, Inc. +PublisherUrl: https://devin.ai/ +PrivacyUrl: https://cognition.ai/privacy-policy +Author: Cognition AI, Inc. +PackageName: Devin for Terminal +PackageUrl: https://cli.devin.ai/docs +License: Proprietary +LicenseUrl: https://cognition.ai/terms-of-service +ShortDescription: A fast and minimal agent that lives both in your terminal and in the cloud. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +ReleaseNotesUrl: https://cli.devin.ai/docs/changelog/stable +PurchaseUrl: https://devin.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cli.devin.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.zh-CN.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.zh-CN.yaml new file mode 100644 index 000000000000..a2376e9189f9 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.Devin +PackageVersion: 2026.5.26-3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款快速且极简的智能体,既可在终端本地运行,也可在云端部署。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cli.devin.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.yaml b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.yaml new file mode 100644 index 000000000000..64872867dad2 --- /dev/null +++ b/manifests/c/CognitionAI/Devin/2026.5.26-3/CognitionAI.Devin.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CognitionAI.Devin +PackageVersion: 2026.5.26-3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ac9c126af3f11658f7f4c9f5e77985095a430a99 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:17:34 +0200 Subject: [PATCH 206/248] New version: Open-Component-Model.ocm-cli version 0.43.0 (#382853) --- ...pen-Component-Model.ocm-cli.installer.yaml | 19 +++++++++++ ...-Component-Model.ocm-cli.locale.en-US.yaml | 32 +++++++++++++++++++ .../0.43.0/Open-Component-Model.ocm-cli.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.installer.yaml create mode 100644 manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.locale.en-US.yaml create mode 100644 manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.yaml diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.installer.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.installer.yaml new file mode 100644 index 000000000000..868f380b856b --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.43.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ocm.exe +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.43.0/ocm-0.43.0-windows-amd64.zip + InstallerSha256: D5816001E223ABB9B7DBE7D945993E88499B77C6688D285EB5B92879080B6078 +- Architecture: arm64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.43.0/ocm-0.43.0-windows-arm64.zip + InstallerSha256: 9414BE6B60E211BF4EEC50724E5A61B0CCDFB7D49224E614CCCC1EB30018A723 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.locale.en-US.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.locale.en-US.yaml new file mode 100644 index 000000000000..7ffc9ec8b661 --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.43.0 +PackageLocale: en-US +Publisher: SAP SE +PublisherUrl: https://github.com/open-component-model +PublisherSupportUrl: https://github.com/open-component-model/ocm/issues +PackageName: ocm-cli +PackageUrl: https://github.com/open-component-model/ocm +License: Apache-2.0 +LicenseUrl: https://github.com/open-component-model/ocm/blob/HEAD/LICENSE +ShortDescription: Open Component Model Command Line Interface (ocm-cli) +Tags: +- ocm +- open-component-model +ReleaseNotes: |- + What's Changed + ⬆️ Dependencies + - chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 by @dependabot[bot] in #1955 + - chore(deps): bump the go group across 1 directory with 7 updates by @dependabot[bot] in #1957 + - chore(deps): bump github.com/in-toto/in-toto-golang from 0.10.0 to 0.11.0 by @dependabot[bot] in #1954 + - chore(deps): bump the go group with 10 updates by @dependabot[bot] in #1960 + 🧰 Maintenance + - chore: bump VERSION to 0.43.0-dev by @ocmbot[bot] in #1944 + - chore: adjust license and add banner by @frewilhelm in #1951 + - chore(releases-043): cherry-pick: #1980 and #1978 by @frewilhelm in #1985 + Full Changelog: v0.42...v0.43.0 +ReleaseNotesUrl: https://github.com/open-component-model/ocm/releases/tag/v0.43.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.yaml new file mode 100644 index 000000000000..64123d14a250 --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.43.0/Open-Component-Model.ocm-cli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.43.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7da6fb1a5a8d2f9d583194b9c59b53fcbcf9e023 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:17:49 +0200 Subject: [PATCH 207/248] New version: Gleam.Gleam version 1.17.0 (#382854) --- .../Gleam/1.17.0/Gleam.Gleam.installer.yaml | 19 ++++++++++++ .../1.17.0/Gleam.Gleam.locale.en-US.yaml | 29 +++++++++++++++++++ .../g/Gleam/Gleam/1.17.0/Gleam.Gleam.yaml | 8 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.installer.yaml create mode 100644 manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.locale.en-US.yaml create mode 100644 manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.yaml diff --git a/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.installer.yaml b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.installer.yaml new file mode 100644 index 000000000000..44172b9f85dd --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.17.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gleam.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Erlang.ErlangOTP +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/gleam-lang/gleam/releases/download/v1.17.0/gleam-v1.17.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 4790B0E35C6ACF441EAC0746130417913EB4B099D7D10D0C843792C69886BBBE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.locale.en-US.yaml b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.locale.en-US.yaml new file mode 100644 index 000000000000..cc9d55c7eb8c --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.17.0 +PackageLocale: en-US +Publisher: Gleam +PublisherUrl: https://github.com/gleam-lang +PublisherSupportUrl: https://github.com/gleam-lang/gleam/issues +PackageName: Gleam +PackageUrl: https://gleam.run/ +License: Apache-2.0 +LicenseUrl: https://github.com/gleam-lang/gleam/blob/main/LICENCE +ShortDescription: Gleam is a friendly language for building type-safe systems that scale! +Description: The power of a type system, the expressiveness of functional programming, and the reliability of the highly concurrent, fault tolerant Erlang runtime, with a familiar and modern syntax. +Tags: +- elixr +- erlang +- functional-programming +- javascript +- programming-language +- statically-typed +ReleaseNotes: https://github.com/gleam-lang/gleam/blob/v1.17.0/CHANGELOG.md +ReleaseNotesUrl: https://github.com/gleam-lang/gleam/releases/tag/v1.17.0 +Documentations: +- DocumentLabel: Gleam Documentation + DocumentUrl: https://gleam.run/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.yaml b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.yaml new file mode 100644 index 000000000000..8af8f1a81cab --- /dev/null +++ b/manifests/g/Gleam/Gleam/1.17.0/Gleam.Gleam.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Gleam.Gleam +PackageVersion: 1.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0bb28548dc7cf66907173f639ea69eb7dd02884f Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:18:04 +0200 Subject: [PATCH 208/248] New version: divVerent.AAAAXY version 1.7.77 (#382855) --- .../1.7.77/divVerent.AAAAXY.installer.yaml | 16 ++++++ .../1.7.77/divVerent.AAAAXY.locale.en-US.yaml | 54 +++++++++++++++++++ .../AAAAXY/1.7.77/divVerent.AAAAXY.yaml | 8 +++ 3 files changed, 78 insertions(+) create mode 100644 manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.installer.yaml create mode 100644 manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.locale.en-US.yaml create mode 100644 manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.yaml diff --git a/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.installer.yaml b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.installer.yaml new file mode 100644 index 000000000000..1f1ee2dec5ca --- /dev/null +++ b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: divVerent.AAAAXY +PackageVersion: 1.7.77 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aaaaxy-windows-amd64.exe +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/divVerent/aaaaxy/releases/download/v1.7.77/aaaaxy-windows-amd64-v1.7.77.zip + InstallerSha256: 6E7D6CCDC542F65184CC5B6448F4A6143C3DCB0329165DA059210EDE9F49DB25 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.locale.en-US.yaml b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.locale.en-US.yaml new file mode 100644 index 000000000000..0ad1ef930170 --- /dev/null +++ b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: divVerent.AAAAXY +PackageVersion: 1.7.77 +PackageLocale: en-US +Publisher: divVerent +PublisherUrl: https://divverent.github.io/ +PublisherSupportUrl: https://github.com/divVerent/aaaaxy/issues +Author: divVerent +PackageName: AAAAXY +PackageUrl: https://divverent.github.io/aaaaxy +License: Apache-2.0 +LicenseUrl: https://github.com/divVerent/aaaaxy/blob/HEAD/LICENSE +ShortDescription: A nonlinear 2D puzzle platformer taking place in impossible spaces. +Description: |- + AAAAXY is a nonlinear 2D puzzle platformer taking place in impossible spaces. + + Although your general goal is reaching the surprising end of the game, + you are encouraged to set your own goals while playing. + Exploration will be rewarded, and secrets await you! + + So jump and run around, and enjoy losing your sense of orientation in this World of Wicked Weirdness. + Find out what Van Vlijmen will make you do. + Pick a path, get inside a Klein Bottle, + recognize some memes, and by all means: don't look up. + + And beware of a minor amount of trolling. + + To reach the end, a new player will take about 4 to 6 hours, + a full playthrough can be finished in about 1 hour and the end can be reached in about 15 minutes. +Moniker: aaaaxy +Tags: +- 2d +- game +- game-development +- impossible-spaces +- jumpnrun +- non-euclidean +- puzzle +- puzzle-game +ReleaseNotes: |- + Changes since v1.7.61: + - Build: run strip-nondeterminism after advzip. + - Engine: modules update. + - iOS: force the iOS 26 SDK. + - Level: allow the hidden Shepard sequences to be transposed freely. + - Translations: some updates to Arabic. +ReleaseNotesUrl: https://github.com/divVerent/aaaaxy/releases/tag/v1.7.77 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://divverent.github.io/aaaaxy/userguide.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.yaml b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.yaml new file mode 100644 index 000000000000..b76cde3f8396 --- /dev/null +++ b/manifests/d/divVerent/AAAAXY/1.7.77/divVerent.AAAAXY.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: divVerent.AAAAXY +PackageVersion: 1.7.77 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 02442c74076cca3d98f3a23862230d6bcbda9a28 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:18:17 -0700 Subject: [PATCH 209/248] Automatic update of Argente.MalwareCleaner from 3.0.7.5 to 3.0.7.6 (#382861) --- .../Argente.MalwareCleaner.installer.yaml | 25 +++++++++++++++++++ .../Argente.MalwareCleaner.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.MalwareCleaner.locale.zh-CN.yaml | 10 ++++++++ .../3.0.7.6/Argente.MalwareCleaner.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.installer.yaml create mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.en-US.yaml create mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.yaml diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.installer.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.installer.yaml new file mode 100644 index 000000000000..62c23aeb733c --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.7.6 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Malware Cleaner 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx86 + InstallerSha256: 546F4BAA1518BBD9D2AEFD798A64A415FAE09D334EEC41800F840DF1C0822455 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx64 + InstallerSha256: A826B160811F97CF7A9040A1AFA7DA383DBEE7686135A768897158AFC2CD9469 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerarm64 + InstallerSha256: D545323567D81261A6760E212244CD7B6FCE795988C91C4A7CBB02F8E143160F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.en-US.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.en-US.yaml new file mode 100644 index 000000000000..799cc5fb2c16 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.7.6 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Malware Cleaner +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Detect and remove all types of malware. The perfect complement to your antivirus, ensuring your system is free of threats while protecting your data and privacy. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.zh-CN.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.zh-CN.yaml new file mode 100644 index 000000000000..8a77dcfa09a0 --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.7.6 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并清除所有类型的恶意软件。作为您防病毒软件的完美补充,确保您的系统免受威胁,同时保护您的数据和隐私。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.yaml new file mode 100644 index 000000000000..215393587d8f --- /dev/null +++ b/manifests/a/Argente/MalwareCleaner/3.0.7.6/Argente.MalwareCleaner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.MalwareCleaner +PackageVersion: 3.0.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e32dba309e19e3c9bdc50548391d31e9bffd7412 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:18:30 -0700 Subject: [PATCH 210/248] Automatic update of Argente.SoftwareUpdater from 1.0.6.9 to 1.0.7.0 (#382863) --- .../Argente.SoftwareUpdater.installer.yaml | 25 +++++++++++++++++++ .../Argente.SoftwareUpdater.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.SoftwareUpdater.locale.zh-CN.yaml | 10 ++++++++ .../1.0.7.0/Argente.SoftwareUpdater.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.installer.yaml create mode 100644 manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.en-US.yaml create mode 100644 manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.yaml diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.installer.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.installer.yaml new file mode 100644 index 000000000000..267effe256b5 --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.7.0 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Software Updater 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterx86 + InstallerSha256: 7ED85FD01EAB392387D1B8EDEB436E74A3982F9EDE5448643D9A4A7366737D60 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterx64 + InstallerSha256: 8F68C96F0D65B1C8EB4D848169DFFD4BAAC660051E9B16972A8CFC627BD043FB +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/softwareupdaterarm64 + InstallerSha256: 2F6454181847251D68DE90E372EEC62DA95AB55ECD8EE28C3E0CAEC5BFF4742E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.en-US.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.en-US.yaml new file mode 100644 index 000000000000..db025bf7b0ab --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.7.0 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Software Updater +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Detect and automatically update your programs to keep the system secure, stable, and up to date with the latest versions. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.zh-CN.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.zh-CN.yaml new file mode 100644 index 000000000000..59b76a9c6d92 --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.7.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并自动更新您的程序,以保持系统安全、稳定,并始终使用最新版本。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.yaml b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.yaml new file mode 100644 index 000000000000..3887552a131f --- /dev/null +++ b/manifests/a/Argente/SoftwareUpdater/1.0.7.0/Argente.SoftwareUpdater.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.SoftwareUpdater +PackageVersion: 1.0.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f6f44f35fbddd06d4bebacd2df580f663ea68e60 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:18:42 -0700 Subject: [PATCH 211/248] Automatic update of Argente.StartupManager from 4.0.6.7 to 4.0.6.8 (#382866) --- .../Argente.StartupManager.installer.yaml | 25 +++++++++++++++++++ .../Argente.StartupManager.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.StartupManager.locale.zh-CN.yaml | 10 ++++++++ .../4.0.6.8/Argente.StartupManager.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.installer.yaml create mode 100644 manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.en-US.yaml create mode 100644 manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.yaml diff --git a/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.installer.yaml b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.installer.yaml new file mode 100644 index 000000000000..cdd316a97547 --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.6.8 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Startup Manager 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerx86 + InstallerSha256: A60100B309BC90ECD4DD28309C5BB6D81EBAE964C6C4C1482D3BB06A7A42C617 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerx64 + InstallerSha256: BCE581A12D2F007F2F80F7800690D6486F14DADA136D0D67CB84F14A450C2744 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/startupmanagerarm64 + InstallerSha256: 91F3247D3B98E80FEA953CD29288FCB34193594763C18F6FF965B205223BE285 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.en-US.yaml b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.en-US.yaml new file mode 100644 index 000000000000..045ff88e954a --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.6.8 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Startup Manager +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Manage all applications that start with Windows® when your computer boots. Gain speed and security by disabling or removing startup applications that slow down system startup. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.zh-CN.yaml b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..8977e960f0d7 --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.6.8 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 管理计算机启动时随 Windows® 启动的所有应用程序。通过禁用或删除拖慢系统启动速度的应用程序,提升系统运行速度和安全性。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.yaml b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.yaml new file mode 100644 index 000000000000..d09d62de5348 --- /dev/null +++ b/manifests/a/Argente/StartupManager/4.0.6.8/Argente.StartupManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.StartupManager +PackageVersion: 4.0.6.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 48913f49f866ccc1115a1ee2c9a5f5630c491507 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:19:07 +0800 Subject: [PATCH 212/248] New version: Mozilla.Firefox.mr version 151.0.3 (#382634) --- .../151.0.3/Mozilla.Firefox.mr.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.mr.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.mr.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.mr.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.mr.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.mr.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.mr.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.mr.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.mr.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.mr.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.mr.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.mr.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.mr.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.mr.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.mr.locale.zh-CN.yaml | 24 +++++++++++ .../mr/151.0.3/Mozilla.Firefox.mr.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.yaml diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.installer.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.installer.yaml new file mode 100644 index 000000000000..4b03bc43a211 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/mr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: FE300182C034D7A53A14D2E16968C603EBD94FB555924C52AA6AC726248CC50B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/mr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: F5B8D526D3B27242131C8D1CED36C7C972D31D73C1937465E520C7C87DDA4987 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/mr/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 82AC5BA6693C5563E98CE62E11B56A097C573FFD089C51170352E45449F6FE41 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..5d16100f712d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.da-DK.yaml new file mode 100644 index 000000000000..2953d7cfe555 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.de-DE.yaml new file mode 100644 index 000000000000..99b0d30f48a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.el-GR.yaml new file mode 100644 index 000000000000..100d8440cecd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-GB.yaml new file mode 100644 index 000000000000..f20c624283a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-US.yaml new file mode 100644 index 000000000000..f35c3d2d14df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (mr) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.es-MX.yaml new file mode 100644 index 000000000000..3b3e72be12b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.fr-FR.yaml new file mode 100644 index 000000000000..9c3eb4e6c466 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.hu-HU.yaml new file mode 100644 index 000000000000..4e03986964c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ja-JP.yaml new file mode 100644 index 000000000000..b8636ae3a733 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.nb-NO.yaml new file mode 100644 index 000000000000..91f321f20ada --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ru-RU.yaml new file mode 100644 index 000000000000..defdd02bae30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ta-IN.yaml new file mode 100644 index 000000000000..3421e76f8ac7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.zh-CN.yaml new file mode 100644 index 000000000000..ec0f6dd2fc39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.yaml b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.yaml new file mode 100644 index 000000000000..3b679c937ca1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/151.0.3/Mozilla.Firefox.mr.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1cff38723957057627091a087e350a154b0ee74d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:19:32 +0800 Subject: [PATCH 213/248] New version: Mozilla.Firefox.ne-NP version 151.0.3 (#382639) --- .../Mozilla.Firefox.ne-NP.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.ne-NP.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.ne-NP.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.ne-NP.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.ne-NP.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.ne-NP.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.ne-NP.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.ne-NP.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.ne-NP.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.ne-NP.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.ne-NP.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.ne-NP.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.ne-NP.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.ne-NP.locale.zh-CN.yaml | 24 +++++++++++ .../ne-NP/151.0.3/Mozilla.Firefox.ne-NP.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.yaml diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.installer.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.installer.yaml new file mode 100644 index 000000000000..2f397f5b1313 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/ne-NP/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 74D6AE2F74285CC210EC011A7E9DBB208127A4A9FC88D4777C25BB5241EA412E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/ne-NP/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 2BCDCE673F23F1938CDF6887BFC351A96E8AC2ACB2FA1F6EEBE02C5ACBC1E26C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/ne-NP/Firefox%20Setup%20151.0.3.exe + InstallerSha256: E4DA76216CFC067D222947E66924BAAB542B411D1D57328B2F9F615A01F92328 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml new file mode 100644 index 000000000000..2782def343bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.da-DK.yaml new file mode 100644 index 000000000000..5e5cc5b38878 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.de-DE.yaml new file mode 100644 index 000000000000..5f5e1775f55f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.el-GR.yaml new file mode 100644 index 000000000000..4dd2ffcd2408 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-GB.yaml new file mode 100644 index 000000000000..4743873bc84a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-US.yaml new file mode 100644 index 000000000000..46e1f0e86613 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ne-NP) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.es-MX.yaml new file mode 100644 index 000000000000..0ce815236cd8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml new file mode 100644 index 000000000000..0246a3ec592b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml new file mode 100644 index 000000000000..d74ada780ef1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml new file mode 100644 index 000000000000..5657d55418c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml new file mode 100644 index 000000000000..a0adeb7dba92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml new file mode 100644 index 000000000000..9c008b032b87 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml new file mode 100644 index 000000000000..e5d99119b258 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml new file mode 100644 index 000000000000..877dff9711e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.yaml new file mode 100644 index 000000000000..8c2e342114b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0.3/Mozilla.Firefox.ne-NP.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ne-NP +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2aa9fbd8a7c0e36b01b7d9740950ac9cf8840bf8 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:10 -0700 Subject: [PATCH 214/248] Automatic update of Argente.SystemRepair from 1.0.7.4 to 1.0.7.5 (#382867) --- .../Argente.SystemRepair.installer.yaml | 25 +++++++++++++++++++ .../Argente.SystemRepair.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.SystemRepair.locale.zh-CN.yaml | 10 ++++++++ .../1.0.7.5/Argente.SystemRepair.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.installer.yaml create mode 100644 manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.en-US.yaml create mode 100644 manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.yaml diff --git a/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.installer.yaml b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.installer.yaml new file mode 100644 index 000000000000..40a682502a58 --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.7.5 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente System Repair 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairx86 + InstallerSha256: A6F168D8DCA70AF8A2D19D540829C891C8817CF1AACA08C60D50F6AC796EF6D1 +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairx64 + InstallerSha256: C3D0F37FCAC3C7639D616506E2F6AE02C52B8A8622D590B7CFC6E956025F863A +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/systemrepairarm64 + InstallerSha256: BA5F630D8A23076EEFCA0B6FC93EF5F55F2B004653D5BD82E60A005A66EB9F20 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.en-US.yaml b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.en-US.yaml new file mode 100644 index 000000000000..3fc66390fbbd --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.7.5 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente System Repair +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Repair all types of system errors and optimize it automatically to keep it stable, secure, and running at peak performance. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.zh-CN.yaml b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.zh-CN.yaml new file mode 100644 index 000000000000..a0392ed53f52 --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.7.5 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自动修复所有类型的系统错误,并优化系统以保持其稳定、安全并以最佳性能运行。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.yaml b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.yaml new file mode 100644 index 000000000000..aa70b451c157 --- /dev/null +++ b/manifests/a/Argente/SystemRepair/1.0.7.5/Argente.SystemRepair.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.SystemRepair +PackageVersion: 1.0.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f4cff77b0b435055339e6a00fe9cef62095bd666 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:23 -0700 Subject: [PATCH 215/248] Automatic update of Argente.SystemManager from 1.0.2.3 to 1.0.2.4 (#382862) --- .../Argente.SystemManager.installer.yaml | 25 +++++++++++++++++++ .../Argente.SystemManager.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.SystemManager.locale.zh-CN.yaml | 10 ++++++++ .../1.0.2.4/Argente.SystemManager.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.installer.yaml create mode 100644 manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.en-US.yaml create mode 100644 manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.yaml diff --git a/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.installer.yaml b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.installer.yaml new file mode 100644 index 000000000000..50f8e4bba5e5 --- /dev/null +++ b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.SystemManager +PackageVersion: 1.0.2.4 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente System Manager 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/systemmanagerx86 + InstallerSha256: 3EC9E1C0C134A2ED5BD82D260B3E74D79DA983564E919B7E2AC3CF08C7AA782D +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/systemmanagerx64 + InstallerSha256: 7E7D2AA20FB2A17E61A42AB09251C4BA7AD10A3E0747B4CC2BE70C5FB35061B4 +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/systemmanagerarm64 + InstallerSha256: 20E48986F8C83C1F785B836C4219D57D975760F2AFBD843DEBF294D49140E067 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.en-US.yaml b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.en-US.yaml new file mode 100644 index 000000000000..795eeb244ba1 --- /dev/null +++ b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemManager +PackageVersion: 1.0.2.4 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente System Manager +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Automate system configuration, install or uninstall applications, and automatically optimize system performance with ease. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.zh-CN.yaml b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..77978992eb63 --- /dev/null +++ b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.SystemManager +PackageVersion: 1.0.2.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 轻松实现系统配置自动化,安装或卸载应用程序,并自动优化系统性能。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.yaml b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.yaml new file mode 100644 index 000000000000..5bf0e1234d02 --- /dev/null +++ b/manifests/a/Argente/SystemManager/1.0.2.4/Argente.SystemManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.SystemManager +PackageVersion: 1.0.2.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0005ea2a06583bd65690bf29911575c16b69e8ec Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:35 -0700 Subject: [PATCH 216/248] Automatic update of Argente.RegistryCleaner from 4.0.7.8 to 4.0.7.9 (#382868) --- .../Argente.RegistryCleaner.installer.yaml | 25 +++++++++++++++++++ .../Argente.RegistryCleaner.locale.en-US.yaml | 20 +++++++++++++++ .../Argente.RegistryCleaner.locale.zh-CN.yaml | 10 ++++++++ .../4.0.7.9/Argente.RegistryCleaner.yaml | 8 ++++++ 4 files changed, 63 insertions(+) create mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.installer.yaml create mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.en-US.yaml create mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.zh-CN.yaml create mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.yaml diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.installer.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.installer.yaml new file mode 100644 index 000000000000..1d5ee12795eb --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.7.9 +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden + SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden +UpgradeBehavior: install +ProductCode: Argente Registry Cleaner 3.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerx86 + InstallerSha256: 31ED41CB3BCFA7C1F6322486F54BC1CD46BAAC24CD469A1FF3D991FE063D14EA +- Architecture: x64 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerx64 + InstallerSha256: 7F75ED5D8445C43069A5B77C383518C5CDC24DF10EE6F1F3E50CA2E27DEE814F +- Architecture: arm64 + InstallerUrl: https://argenteutilities.com/en/download/registrycleanerarm64 + InstallerSha256: 888B9C11E4675556B67F25FAC77DF99A73802D9199F27D5033EEB3DAA69E1DD0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.en-US.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.en-US.yaml new file mode 100644 index 000000000000..d1ec11396bd0 --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.7.9 +PackageLocale: en-US +Publisher: Raúl Argente +PublisherUrl: https://argenteutilities.com/ +PublisherSupportUrl: https://argenteutilities.com/en/support +PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy +Author: Raúl Argente +PackageName: Argente Registry Cleaner +PackageUrl: https://argenteutilities.com/en/downloads +License: Proprietary +LicenseUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +Copyright: Copyright © 2008 - 2026 Raúl Argente +CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal +ShortDescription: Detect and remove errors in the Windows® registry to improve system performance and stability. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.zh-CN.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.zh-CN.yaml new file mode 100644 index 000000000000..1b892e2d3eb6 --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.7.9 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 检测并清除 Windows® 注册表中的错误,以提高系统性能和稳定性。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.yaml new file mode 100644 index 000000000000..9380484ff2b3 --- /dev/null +++ b/manifests/a/Argente/RegistryCleaner/4.0.7.9/Argente.RegistryCleaner.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Argente.RegistryCleaner +PackageVersion: 4.0.7.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4aaa2ac340c9e0cce42c64176f230236a25b5fbb Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:48 -0700 Subject: [PATCH 217/248] Automatic update of CDESoftware.BTM-2026 from 2026.147.1517 to 2026.151.1019 (#382874) --- .../CDESoftware.BTM-2026.installer.yaml | 14 +++++++++++ .../CDESoftware.BTM-2026.locale.en-US.yaml | 25 +++++++++++++++++++ .../2026.151.1019/CDESoftware.BTM-2026.yaml | 8 ++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.installer.yaml create mode 100644 manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.locale.en-US.yaml create mode 100644 manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.yaml diff --git a/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.installer.yaml b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.installer.yaml new file mode 100644 index 000000000000..9e9acd59ff19 --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.151.1019 +InstallerType: exe +InstallerSwitches: + Silent: /exenoui /qn /norestart +Installers: +- Architecture: x86 + InstallerUrl: https://static.cdesoftware.com/btm2026/BTM2026INSTALLER.EXE + InstallerSha256: 32B87E4703CCDE99353D4EEB6D25088E1D24D0BBB7A67BAB8386E509441EEDBA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.locale.en-US.yaml b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.locale.en-US.yaml new file mode 100644 index 000000000000..a862916dd488 --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.151.1019 +PackageLocale: en-US +Publisher: CDE Software +PublisherUrl: https://cdesoftware.com +PublisherSupportUrl: https://support.cdesoftware.com +PrivacyUrl: https://www.cdesoftware.com/privacy-policy/ +Author: CDE Software +PackageName: BTM-2026 +PackageUrl: https://cdesoftware.com +License: Proprietary +Copyright: Copyright (C) 2026 CDE Software +ShortDescription: CDE Software BTM-2026 is a bowling tournament software management program +Description: CDE Software BTM-2026 is a bowling tournament software management program +Tags: +- bowling tournament software +- bowling +- tournament +ReleaseNotesUrl: https://downloads.cdesoftware.com/btm2026\VersionHistory.txt +PurchaseUrl: https://shop.cdesoftware.com +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.yaml b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.yaml new file mode 100644 index 000000000000..01d3e1f392fc --- /dev/null +++ b/manifests/c/CDESoftware/BTM-2026/2026.151.1019/CDESoftware.BTM-2026.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CDESoftware.BTM-2026 +PackageVersion: 2026.151.1019 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From adeccb5581d05f0ebd1b45955951bc334a501ff4 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:21:00 -0700 Subject: [PATCH 218/248] Automatic update of Dewesoft.DewesoftM from 26.4.22.705 to 26.5.28.1110 (#382882) --- .../Dewesoft.DewesoftM.installer.yaml | 18 +++++++++++++++ .../Dewesoft.DewesoftM.locale.en-US.yaml | 22 +++++++++++++++++++ .../26.5.28.1110/Dewesoft.DewesoftM.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.installer.yaml create mode 100644 manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.locale.en-US.yaml create mode 100644 manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.yaml diff --git a/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.installer.yaml b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.installer.yaml new file mode 100644 index 000000000000..b1c2cee79043 --- /dev/null +++ b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.installer.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Dewesoft.DewesoftM +PackageVersion: 26.5.28.1110 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.16299.0 +Installers: +- Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.dewesoft.com/other-software/DewesoftM.msix + InstallerSha256: 060715D140E60584AC2DDC3E7A7B5DDCCD5D2003D0705C9909D9B8243B64720D + SignatureSha256: FA8153D19A01D5DDD8C8792197AE7A58EA46A08D79075272341737EDCFA88CB0 + PackageFamilyName: DewesoftM_fkqdmqhs6zc02 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.locale.en-US.yaml b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.locale.en-US.yaml new file mode 100644 index 000000000000..85c099b47fdc --- /dev/null +++ b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Dewesoft.DewesoftM +PackageVersion: 26.5.28.1110 +PackageLocale: en-US +Publisher: Dewesoft d.o.o. +PackageName: DewesoftM +PackageUrl: https://dewesoft.com/products/dewesoftm +License: Proprietary (Likely trialware) +ShortDescription: The cross-platform companion for your Dewesoft data acquisition system. Use it to configure hardware, perform calibrations, and monitor live measurement signals through intuitive widgets on any device. +Tags: +- opendaq +- dewesoft-daq +- dewesoftdaq +- obsidian-r8 +- iolite +- dewesoft-sirius-x +- dewesoft-sirius-xhs +- com.dewesoft +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.yaml b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.yaml new file mode 100644 index 000000000000..a4e6708a4cad --- /dev/null +++ b/manifests/d/Dewesoft/DewesoftM/26.5.28.1110/Dewesoft.DewesoftM.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Dewesoft.DewesoftM +PackageVersion: 26.5.28.1110 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b689a3889744dc8c3ed0086434c0a059f3b44761 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:21:13 -0700 Subject: [PATCH 219/248] Automatic update of Automattic.PocketCasts from 2.2.0 to 2.3.0 (#382883) --- .../2.3.0/Automattic.PocketCasts.installer.yaml | 12 ++++++++++++ .../2.3.0/Automattic.PocketCasts.locale.en-US.yaml | 13 +++++++++++++ .../PocketCasts/2.3.0/Automattic.PocketCasts.yaml | 8 ++++++++ 3 files changed, 33 insertions(+) create mode 100644 manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.installer.yaml create mode 100644 manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.locale.en-US.yaml create mode 100644 manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.yaml diff --git a/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.installer.yaml b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.installer.yaml new file mode 100644 index 000000000000..7ec871313642 --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.3.0 +InstallerType: portable +Installers: +- Architecture: x86 + InstallerUrl: https://pocketcasts.com/get/windows + InstallerSha256: B7F46365D8977CAFD5D092BB832FB04832B19B4015E4B2AD58D804027012874A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.locale.en-US.yaml b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.locale.en-US.yaml new file mode 100644 index 000000000000..a8634c175de7 --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Automattic Inc. +PackageName: Pocket Casts +License: Proprietary +Copyright: Copyright © 2025 Automattic Inc. +ShortDescription: No matter how you listen to podcasts, Pocket Casts has you covered. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.yaml b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.yaml new file mode 100644 index 000000000000..5ef7c29bba0d --- /dev/null +++ b/manifests/a/Automattic/PocketCasts/2.3.0/Automattic.PocketCasts.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Automattic.PocketCasts +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ab8e800fe805b78ee77a6cdaa1adda884062a289 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:21:26 -0700 Subject: [PATCH 220/248] Automatic update of LGUG2Z.komorebi.Nightly 0.1.42 (#382884) --- .../Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml | 4 ++-- .../Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml | 2 +- .../komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml index 04cd8430e868..ccb440dc9e7d 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/17 +# Automatically updated by the winget bot at 2026/Jun/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly @@ -9,6 +9,6 @@ ProductCode: '{685A27C4-5E40-4A63-B204-3037691574E4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-x86_64.msi - InstallerSha256: E38694A512AD7AF023070CC021106B9F2861B63F7A0033D110EA142F901EC974 + InstallerSha256: A08239812D2965A60A649B7220B20514D438A0C9FB24B94BEAB995FE1DD294D7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml index 9adb22711b87..90e97fafc5e7 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/17 +# Automatically updated by the winget bot at 2026/Jun/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly diff --git a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml index b5fac58c25a2..97af458c14c8 100644 --- a/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml +++ b/manifests/l/LGUG2Z/komorebi/Nightly/0.1.42/LGUG2Z.komorebi.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/17 +# Automatically updated by the winget bot at 2026/Jun/03 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: LGUG2Z.komorebi.Nightly From 2a7c9fd12d317e9c8568ac13a302bad75d66352e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:21:43 +0800 Subject: [PATCH 221/248] New version: kawayiYokami.P-ai version 0.10.16 (#382885) --- .../0.10.16/kawayiYokami.P-ai.installer.yaml | 16 ++++++ .../kawayiYokami.P-ai.locale.en-US.yaml | 53 +++++++++++++++++++ .../kawayiYokami.P-ai.locale.zh-CN.yaml | 43 +++++++++++++++ .../P-ai/0.10.16/kawayiYokami.P-ai.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.installer.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.en-US.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.zh-CN.yaml create mode 100644 manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.yaml diff --git a/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.installer.yaml b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.installer.yaml new file mode 100644 index 000000000000..6834d8699165 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.16 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: P-ai +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kawayiYokami/P-ai/releases/download/v0.10.16/P-ai_0.10.16_x64-setup.exe + InstallerSha256: C0D7DACAFA5CE1FBDD77096DF6373BFD60C499FCCCCBD43848100E23FDD5335A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.en-US.yaml b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.en-US.yaml new file mode 100644 index 000000000000..8c109ca7f69b --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.16 +PackageLocale: en-US +Publisher: yokami +PublisherUrl: https://github.com/kawayiYokami +PublisherSupportUrl: https://github.com/kawayiYokami/P-ai/issues +PackageName: P-ai +PackageUrl: https://github.com/kawayiYokami/P-ai +License: GPL-3.0 +LicenseUrl: https://github.com/kawayiYokami/P-ai/blob/HEAD/LICENSE +ShortDescription: A ready-to-use self-growing desktop AI assistant for long-running tasks, memory, agents, tool reviews, MCP, and high-concurrency workspace automation. +Description: |- + A self-growing desktop AI work system — ready-to-use, with agent delegation, long-term memory, tool review, MCP, and high-concurrency workspace automation. + PAI is an actively evolving desktop AI work system. It is not a chat client — it is a complete desktop system organized around conversations, tasks, memory, departments, tools, review, and remote messaging. The backend uses Rust async concurrency and streaming architecture to guarantee response speed; the frontend uses Vue 3 + DaisyUI for a clean interface. All data is stored locally, with no intermediate servers. + + Entry & Efficiency + Global hotkey summon, voice wakeup, background voice input, quick screenshot — PAI brings desktop AI access to "summon anytime, handle anything, continue anywhere." Supports local sessions, remote sessions, and multiple parallel sessions; quick commands can trigger common operations in one keystroke. + Organization & Personas + Multiple departments and personas can be independently configured, each with its own avatar and private memory. Tasks and sessions are separated by department, identity, and responsibility. Local sessions support multi-agent group chat; remote sessions support WeChat, Feishu, DingTalk, OneBot, and other protocols. + Interface & Interaction + UI, chat style, colors, and fonts are all customizable, with multiple windows running in parallel. Fast response, clean but not bare-bones. + Capabilities & Tools + A complete capability set is pre-built: LLM can execute operation scripts to control the computer and send reactions proactively; common Skills are built-in; full image-to-text, native PDF and Office reading are supported; tool modifications are reversible; tool execution and code changes can undergo multi-angle AI review. API provider onboarding is streamlined and ready to use. + Memory & Context + Long conversations are dynamically compressed and archived; a single session can persist indefinitely, with context staying effective through continuous compression and organization. The memory system is low-cost and comprehensive — the more you use it, the better the AI understands you. + Engineering & Reliability + High performance, concurrent, fast to respond. Local sessions support message delivery, session branching, and manual delegation; remote sessions support sending and receiving files and images. Built-in proactive planning mode, delegation system, and persona system; LLM can autonomously manage MCP, skills, personas, and departments. Tool execution has a review chain; code changes can be validated from multiple angles. + + Real Usage Scenarios + The following are not hypotheticals — they actually happened: + - Starting from v0.8, PAI has been used to develop PAI itself for over 1 month, producing 407 commits and 496 file changes + - Users have been using PAI continuously for financial analysis and news monitoring for over 3 months + - Users have been using PAI via WeChat remote contacts to produce Xiaohongshu content for over 3 months, with over a thousand published posts + - Users have been using PAI to analyze research papers for over 2 months and published multiple papers based on it + - Users have been using PAI for scheduled web scraping, accumulating over 500M of data + - A user ran PAI continuously for 20 hours on a programming task — it reviewed, resolved, researched online, and passed on its own + - Users have been using PAI long-term to create game guides + - Users have been using PAI long-term to operate games and complete daily tasks + - Users run dozens of sessions simultaneously, using PAI to monitor multiple online channels at once + - After extended use, users consistently report it gets smoother over time — the AI understands them better +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: 'Full Changelog: https://github.com/kawayiYokami/P-ai/compare/v0.10.15...v0.10.16' +ReleaseNotesUrl: https://github.com/kawayiYokami/P-ai/releases/tag/v0.10.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.zh-CN.yaml b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.zh-CN.yaml new file mode 100644 index 000000000000..185db256fb42 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.16 +PackageLocale: zh-CN +ShortDescription: 开箱即用的自我成长型桌面 AI 助理,面向长期任务、记忆、部门协作、工具审查、MCP 与高并发工作区自动化。 +Description: |- + 一个可自我成长的桌面 AI 工作系统——开箱即用,支持智能体委派、长期记忆、工具评审、MCP(任务-能力-规划)、以及高并发的工作空间自动化。 + PAI 是一个持续进化的桌面 AI 工作系统。它不是一个聊天客户端——而是一个围绕对话、任务、记忆、部门、工具、评审和远程消息构建的完整桌面系统。后端采用 Rust 异步并发与流式架构,确保响应速度;前端使用 Vue 3 + DaisyUI 实现简洁界面。所有数据本地存储,无中间服务器。 + + 入口与效率 + 全局热键唤起、语音唤醒、后台语音输入、快速截图——PAI 将桌面 AI 的使用体验做到“随时召唤、随地处理、无缝延续”。支持本地会话、远程会话及多个并行会话;快捷命令一键触发常见操作。 + 组织与角色 + 可独立配置多个部门与角色,每个角色拥有独立头像与私有记忆。任务与会话按部门、身份与职责分离。本地会话支持多智能体群聊;远程会话支持微信、飞书、钉钉、OneBot 等多种协议。 + 界面与交互 + UI、聊天样式、颜色与字体均可自定义,支持多窗口并行运行。响应迅速,界面清爽而不简陋。 + 能力与工具 + 内置完整能力体系:大模型可执行操作脚本以控制电脑,并主动发送反馈;常用技能已预置;全面支持图文理解、原生 PDF 与 Office 文件阅读;工具修改可逆;工具执行与代码变更支持多角度 AI 评审。API 提供商接入流程简化,即接即用。 + 记忆与上下文 + 长对话动态压缩归档;单一会话可无限延续,上下文通过持续压缩与整理保持有效。记忆系统成本低且覆盖面广——使用越久,AI 越懂你。 + 工程与可靠性 + 高性能、高并发、响应迅速。本地会话支持消息传递、会话分支与手动委派;远程会话支持文件与图片收发。内置主动规划模式、委派系统与角色系统;大模型可自主管理 MCP、技能、角色与部门。工具执行具备评审链路,代码变更支持多维度验证。 + + 真实使用场景 + 以下并非设想,而是真实发生的情况: + - 自 v0.8 版本起,PAI 已用于自身开发超过一个月,产生 407 次提交和 496 个文件变更 + - 用户连续使用 PAI 进行金融分析与新闻监控超过三个月 + - 用户通过微信远程连接使用 PAI 创作小红书内容超过三个月,发布帖子超千篇 + - 用户使用 PAI 分析科研论文超过两个月,并基于其成果发表多篇论文 + - 用户使用 PAI 执行定时网页抓取,累计获取数据超 5 亿条 + - 一位用户让 PAI 连续运行 20 小时完成编程任务——自行审查、解决问题、在线调研并最终通过 + - 用户长期使用 PAI 制作游戏攻略 + - 用户长期使用 PAI 操作游戏并完成日常任务 + - 用户同时运行数十个会话,利用 PAI 同时监控多个线上渠道 + - 长期使用后,用户普遍反馈系统运行愈发顺畅——AI 对用户的理解日益深入 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.yaml b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.yaml new file mode 100644 index 000000000000..757d1a67e697 --- /dev/null +++ b/manifests/k/kawayiYokami/P-ai/0.10.16/kawayiYokami.P-ai.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kawayiYokami.P-ai +PackageVersion: 0.10.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 059ea194def583855460f5a3127e28287ffcf02a Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:21:55 -0700 Subject: [PATCH 222/248] Automatic update of FileCloud.FileCloudDrive from 23.251.0.9130 to 23.253.0.9256 (#382886) --- .../FileCloud.FileCloudDrive.installer.yaml | 33 +++++++++++++++++++ ...FileCloud.FileCloudDrive.locale.en-US.yaml | 23 +++++++++++++ .../FileCloud.FileCloudDrive.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.installer.yaml create mode 100644 manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.locale.en-US.yaml create mode 100644 manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.yaml diff --git a/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.installer.yaml b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.installer.yaml new file mode 100644 index 000000000000..c93b1d6aba19 --- /dev/null +++ b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.installer.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FileCloud.FileCloudDrive +PackageVersion: 23.253.0.9256 +InstallerLocale: en-US +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://downloads.filecloud.com/tonido/live/installer/x86-win32/FileCloudDrive2eSetup.exe + InstallerSha256: 9B7D856A0B7489B9E3E4BFA7D2EF363D8144720507126FC5050287142835383F + ProductCode: '{EC50370E-83B4-40AA-818A-9B723D915D99}_is1' + ReleaseDate: 2025-08-20 + AppsAndFeaturesEntries: + - ProductCode: '{EC50370E-83B4-40AA-818A-9B723D915D99}_is1' + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://downloads.filecloud.com/tonido/live/installer/x86-win32/FileCloudDrive2eSetup_withFFO.msi + InstallerSha256: DE8FA1BC82EDCB2F78DCB0774430CB2DB31C84306C5209D0A26C30ECDEF05EFE + ProductCode: '{6FF9A507-BC67-4A59-A41A-1D216A2BA1A3}' + ReleaseDate: 2025-08-21 + AppsAndFeaturesEntries: + - ProductCode: '{7CE53A5C-69D9-406B-AE5C-B3E45DE8655E}' + UpgradeCode: '{A1C1C780-AF9F-4935-ADCF-E0DEC824E3B1}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.locale.en-US.yaml b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.locale.en-US.yaml new file mode 100644 index 000000000000..d639da34fb34 --- /dev/null +++ b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FileCloud.FileCloudDrive +PackageVersion: 23.253.0.9256 +PackageLocale: en-US +Publisher: CodeLathe Technologies Inc +PublisherUrl: https://www.filecloud.com/ +PublisherSupportUrl: https://www.filecloud.com/supportdocs/fcdoc/latest/server +PackageName: FileCloud Drive +PackageUrl: https://www.filecloud.com/additional-downloads/ +License: Proprietary +LicenseUrl: https://www.filecloud.com/filecloud-online-tos/ +Copyright: Copyright © 2024 FileCloud. All Rights Reserved. +ShortDescription: Mount your Cloud as Drive Letter on Windows and Mac OSX. +Description: Mount your Cloud as Drive Letter on Windows +PurchaseUrl: https://www.filecloud.com/pricing/ +InstallationNotes: |- + NOTE: You need a FileCloud license to use these client apps. + + See https://www.filecloud.com/additional-downloads/#onpremisesTrial +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.yaml b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.yaml new file mode 100644 index 000000000000..59f54628ba78 --- /dev/null +++ b/manifests/f/FileCloud/FileCloudDrive/23.253.0.9256/FileCloud.FileCloudDrive.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FileCloud.FileCloudDrive +PackageVersion: 23.253.0.9256 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e6cddc4878d3d178e333fd1c5f97f97b0a5874da Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:22:09 -0700 Subject: [PATCH 223/248] Automatic update of Lingbao.EasyClaw from 1.3.57 to 1.3.59.588 (#382887) --- .../Lingbao.EasyClaw.installer.yaml | 25 +++++++++++++++++ .../Lingbao.EasyClaw.locale.en-US.yaml | 28 +++++++++++++++++++ .../Lingbao.EasyClaw.locale.zh-CN.yaml | 23 +++++++++++++++ .../EasyClaw/1.3.59.588/Lingbao.EasyClaw.yaml | 8 ++++++ 4 files changed, 84 insertions(+) create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.installer.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.en-US.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.zh-CN.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.yaml diff --git a/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.installer.yaml b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.installer.yaml new file mode 100644 index 000000000000..d106fd5bc80a --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.59.588 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- easyclaw +FileExtensions: +- easyclaw +ProductCode: easyclaw +Installers: +- Architecture: x64 + InstallerUrl: https://aibot-install-cdn.easyclaw.com/public/package/easyclawsetup.exe + InstallerSha256: 960BCA3A665E31064685852FEB4D8E69B8A9DC4BCAC81DCC81E4143A400D00AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.en-US.yaml new file mode 100644 index 000000000000..2e9ce3aa1795 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.59.588 +PackageLocale: en-US +Publisher: EasyClaw Team +PublisherUrl: https://easyclaw.com/ +PrivacyUrl: https://easyclaw.com/privacy +Author: DocuAgile Pte. Ltd. +PackageName: EasyClaw +PackageUrl: https://easyclaw.com/ +License: Proprietary +LicenseUrl: https://easyclaw.com/license +Copyright: Copyright (C) 2026 DocuAgile Pte. Ltd. All rights reserved. +CopyrightUrl: https://easyclaw.com/license +ShortDescription: The AI Assistant That Just Works. Based on the OpenClaw framework. One-click install. Zero configuration. No API key required. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.zh-CN.yaml new file mode 100644 index 000000000000..8d576ee30961 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.59.588 +PackageLocale: zh-CN +PublisherUrl: https://easyclaw.com/zh-cn +PrivacyUrl: https://easyclaw.com/zh-cn/privacy +PackageUrl: https://easyclaw.com/zh-cn +License: 专有软件 +LicenseUrl: https://easyclaw.com/zh-cn/license +CopyrightUrl: https://easyclaw.com/zh-cn/license +ShortDescription: 开箱即用的 AI 助手,基于 OpenClaw 框架打造。一键安装,免除繁琐配置,无需提供 API Key。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.yaml b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.yaml new file mode 100644 index 000000000000..0813582c1419 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/1.3.59.588/Lingbao.EasyClaw.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw +PackageVersion: 1.3.59.588 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b78e4a6afcd0592e31260868fbc17d651569d4e4 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:22:21 -0700 Subject: [PATCH 224/248] Automatic update of Discord.Discord.Development 1.0.993 (#382892) --- ...Discord.Discord.Development.installer.yaml | 40 +++++------ ...cord.Discord.Development.locale.en-US.yaml | 66 +++++++++---------- ...cord.Discord.Development.locale.zh-CN.yaml | 58 ++++++++-------- .../1.0.993/Discord.Discord.Development.yaml | 16 ++--- 4 files changed, 90 insertions(+), 90 deletions(-) diff --git a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.installer.yaml index 95ddb59ef0d9..54495e7568c7 100644 --- a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.installer.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.993 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Protocols: -- discord -ProductCode: DiscordDevelopment -Installers: -- Architecture: x64 - InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.993/DiscordDevelopmentSetup.exe - InstallerSha256: 965D8F99F425139B37B1975ABBFC8903B7116FFBA6F344E6E2E1CFE6CF12AE67 -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.993 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.993/DiscordDevelopmentSetup.exe + InstallerSha256: D5DA644D1611BC07DED00B87B5A72BF13FB3703E98FDA2B1E079AC2F797ED800 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.en-US.yaml index e6811e7b1490..645812521859 100644 --- a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.en-US.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.en-US.yaml @@ -1,33 +1,33 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.993 -PackageLocale: en-US -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: Proprietary -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: Your Place to Talk and Hang Out -Description: |- - Discord is the easiest way to talk over voice, video, and text. - Talk, chat, hang out, and stay close with your friends and communities. -Moniker: discord-development -Tags: -- chat -- community -- gaming -- hang-out -- talk -- video -- voice -- voice-chat -PurchaseUrl: https://discord.com/nitro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.993 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.zh-CN.yaml index 23efe47df2c3..29a7f8e93106 100644 --- a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.zh-CN.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.locale.zh-CN.yaml @@ -1,29 +1,29 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.993 -PackageLocale: zh-CN -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: 专有软件 -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: 玩耍聊天的地方 -Description: |- - Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 - 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 -Tags: -- 开黑 -- 游戏 -- 聊天 -- 语音 -- 语音聊天 -PurchaseUrl: https://discord.com/nitro -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.993 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.yaml index 37c109737a55..ef51fa5fdda1 100644 --- a/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.993/Discord.Discord.Development.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.993 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.993 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1041b3cef6a5662731305bee0835cb1672267ecd Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:22:34 -0700 Subject: [PATCH 225/248] Automatic deletion of Flowseal.TGWSProxy 1.7.0.0 (#382899) --- .../1.7.0.0/Flowseal.TGWSProxy.installer.yaml | 12 ------------ .../1.7.0.0/Flowseal.TGWSProxy.locale.ru-RU.yaml | 13 ------------- .../TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.yaml | 8 -------- 3 files changed, 33 deletions(-) delete mode 100644 manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.installer.yaml delete mode 100644 manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.locale.ru-RU.yaml delete mode 100644 manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.yaml diff --git a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.installer.yaml b/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.installer.yaml deleted file mode 100644 index ade8d662b866..000000000000 --- a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.installer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Flowseal.TGWSProxy -PackageVersion: 1.7.0.0 -InstallerType: portable -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/Flowseal/tg-ws-proxy/releases/latest/download/TgWsProxy_windows.exe - InstallerSha256: 5341120DE342B40FA0207749942691E32A417471F81C94AE7FD787D353477179 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.locale.ru-RU.yaml b/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.locale.ru-RU.yaml deleted file mode 100644 index 013a0009f761..000000000000 --- a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.locale.ru-RU.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Flowseal.TGWSProxy -PackageVersion: 1.7.0.0 -PackageLocale: ru-RU -Publisher: Flowseal -PackageName: TG WS Proxy -License: MIT License -Copyright: Copyright (c) Flowseal. MIT License. -ShortDescription: Local MTProto proxy server for partial bypassing of Telegram loading -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.yaml b/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.yaml deleted file mode 100644 index a7a1494221fe..000000000000 --- a/manifests/f/Flowseal/TGWSProxy/1.7.0.0/Flowseal.TGWSProxy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Flowseal.TGWSProxy -PackageVersion: 1.7.0.0 -DefaultLocale: ru-RU -ManifestType: version -ManifestVersion: 1.12.0 From 86fdcd48c0d5e045bdeac9d0f37443cc6bda4e58 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:35:50 +0800 Subject: [PATCH 226/248] New version: GitHub.GitHubDesktop version 3.5.12 (#382202) --- .../GitHub.GitHubDesktop.installer.yaml | 58 +++++++++++++++++++ .../GitHub.GitHubDesktop.locale.en-US.yaml | 28 +++++++++ .../GitHub.GitHubDesktop.locale.zh-CN.yaml | 26 +++++++++ .../3.5.12/GitHub.GitHubDesktop.yaml | 8 +++ 4 files changed, 120 insertions(+) create mode 100644 manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.installer.yaml create mode 100644 manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.en-US.yaml create mode 100644 manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.zh-CN.yaml create mode 100644 manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.yaml diff --git a/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.installer.yaml b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.installer.yaml new file mode 100644 index 000000000000..bcdfebec8f4a --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.installer.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.5.12 +UpgradeBehavior: install +Protocols: +- github-windows +- x-github-client +- x-github-desktop-auth +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.5.12-c6aad713/GitHubDesktopSetup-x64.exe + InstallerSha256: 338E6FE3430DDB7DB3E370F11B98E2D6A25998D5D7BDC7D714B77CFB5B13AFC0 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.5.12-c6aad713/GitHubDesktopSetup-x64.msi + InstallerSha256: 33658FEF56AB64D7650CA625F19ABA9B027C4D69A1CC8BF1E695695EBD68602E + ProductCode: '{CE51E159-17E3-4CE3-BDF4-890706DE4EDA}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + ProductCode: '{CE51E159-17E3-4CE3-BDF4-890706DE4EDA}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.githubusercontent.com/releases/3.5.12-c6aad713/GitHubDesktopSetup-arm64.exe + InstallerSha256: BEDF3558FE5F01F64A29637256456C8C16CEB29FF11951CA4774B405E6B7BF2D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: GitHubDesktop +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://desktop.githubusercontent.com/releases/3.5.12-c6aad713/GitHubDesktopSetup-arm64.msi + InstallerSha256: 7C936706036842E27C5AE5D714F80B8BDDC05C4B4BB9B4A59169A182EA2A148A + ProductCode: '{3DAC15F1-013B-4A4C-AB40-A7180DDDAEC9}' + AppsAndFeaturesEntries: + - DisplayName: GitHub Desktop Deployment Tool + ProductCode: '{3DAC15F1-013B-4A4C-AB40-A7180DDDAEC9}' + UpgradeCode: '{00D8E2EE-13EA-5BEB-87F0-70EFC46A7D4A}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.en-US.yaml b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..85ca38575efd --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.5.12 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: Focus on what matters instead of fighting with Git. +Description: GitHub Desktop is an open-source Electron-based GitHub app. It is written in TypeScript and uses React. +Moniker: github-desktop +Tags: +- git +- github +ReleaseNotes: '[Fixed] Items in lists such as branches and changed files are properly announced by screen readers on Windows - #22219' +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.github.com/desktop +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.zh-CN.yaml b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..39f7ae26556e --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.5.12 +PackageLocale: zh-CN +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/ +PublisherSupportUrl: https://github.com/desktop/desktop/issues +PrivacyUrl: https://docs.github.com/github/site-policy/github-privacy-statement +Author: GitHub, Inc. +PackageName: GitHub Desktop +PackageUrl: https://github.com/apps/desktop +License: MIT +LicenseUrl: https://github.com/desktop/desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) GitHub, Inc. +ShortDescription: 专注于重要的事情,而不是与 Git 对着干。 +Description: GitHub Desktop 是一款基于 Electron 的开源 GitHub 应用。它由 TypeScript 编写,并使用了 React。 +Tags: +- git +- github +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.github.com/desktop +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.yaml b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.yaml new file mode 100644 index 000000000000..273b993697a2 --- /dev/null +++ b/manifests/g/GitHub/GitHubDesktop/3.5.12/GitHub.GitHubDesktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.GitHubDesktop +PackageVersion: 3.5.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2f0a43cc2032bb518a86aa7c0c30bd42a36a75f5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:36:14 +0800 Subject: [PATCH 227/248] New version: Mozilla.Firefox.nl version 151.0.3 (#382640) --- .../151.0.3/Mozilla.Firefox.nl.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.nl.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.nl.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.nl.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.nl.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.nl.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.nl.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.nl.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.nl.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.nl.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.nl.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.nl.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.nl.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.nl.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.nl.locale.zh-CN.yaml | 24 +++++++++++ .../nl/151.0.3/Mozilla.Firefox.nl.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.yaml diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.installer.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.installer.yaml new file mode 100644 index 000000000000..c1cff7b79157 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/nl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D7BE65A9E0C94581F9C474AB9B3A60B840E76E5FBF6136567ADD651EF07F176B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/nl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 370D95443AFA71198B193A2BFA9422F5FC5A1F3024EF1D27289F79E1BAF6B80B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/nl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 9BC9FE1B67EBBF9451EFB8B21E89F882EC28446B2DEA1490A2A4B10047594219 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..a2661fd4795f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.da-DK.yaml new file mode 100644 index 000000000000..79089466da71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.de-DE.yaml new file mode 100644 index 000000000000..2c23852746b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.el-GR.yaml new file mode 100644 index 000000000000..ca4e83224d80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-GB.yaml new file mode 100644 index 000000000000..3ea8cd80bede --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-US.yaml new file mode 100644 index 000000000000..a5064b673e92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (nl) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.es-MX.yaml new file mode 100644 index 000000000000..3607fc0d9ff2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.fr-FR.yaml new file mode 100644 index 000000000000..5a0b3d2f2567 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.hu-HU.yaml new file mode 100644 index 000000000000..9e10d4ad6034 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ja-JP.yaml new file mode 100644 index 000000000000..e6686159cf09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.nb-NO.yaml new file mode 100644 index 000000000000..96bc09289fc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ru-RU.yaml new file mode 100644 index 000000000000..a717b3862a73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ta-IN.yaml new file mode 100644 index 000000000000..cab28045b2f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.zh-CN.yaml new file mode 100644 index 000000000000..6a3cc395b2ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.yaml new file mode 100644 index 000000000000..243752bba1d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.3/Mozilla.Firefox.nl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nl +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3d09906c1a9fec13aa723a8fe4682b7267226ef2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:36:38 +0800 Subject: [PATCH 228/248] New version: Mozilla.Firefox.pl version 151.0.3 (#382644) --- .../151.0.3/Mozilla.Firefox.pl.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.pl.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.pl.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.pl.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.pl.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.pl.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.pl.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.pl.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.pl.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.pl.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.pl.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.pl.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.pl.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.pl.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.pl.locale.zh-CN.yaml | 24 +++++++++++ .../pl/151.0.3/Mozilla.Firefox.pl.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.yaml diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.installer.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.installer.yaml new file mode 100644 index 000000000000..0a2d6dc8d7d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/pl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: D260AFD24427DF1131556782F1BAC0FC2746AA0813C3D9CFF14A9D73004A1514 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/pl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 4BF0086886B922F8E08F59520FBD1259B0EC2B5C5F4F6BF8FEE08E10B0C934AA +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/pl/Firefox%20Setup%20151.0.3.exe + InstallerSha256: A0B0684BFEAEC8C6EC1AE754AF3675F33894427F5D815873266F55AE03965899 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4bdecb999814 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.da-DK.yaml new file mode 100644 index 000000000000..480bad3e5e5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.de-DE.yaml new file mode 100644 index 000000000000..5cf5e4c933b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.el-GR.yaml new file mode 100644 index 000000000000..5dd188c7de41 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-GB.yaml new file mode 100644 index 000000000000..44f27d551887 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-US.yaml new file mode 100644 index 000000000000..eda74565ddd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (pl) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.es-MX.yaml new file mode 100644 index 000000000000..44ba4c31289c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.fr-FR.yaml new file mode 100644 index 000000000000..63ad2c0897d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.hu-HU.yaml new file mode 100644 index 000000000000..f06cdf82384c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ja-JP.yaml new file mode 100644 index 000000000000..f4eedd1b14d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.nb-NO.yaml new file mode 100644 index 000000000000..5953172df6a7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ru-RU.yaml new file mode 100644 index 000000000000..f1424d2fa998 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ta-IN.yaml new file mode 100644 index 000000000000..17ec6ed8d67b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.zh-CN.yaml new file mode 100644 index 000000000000..840f8950148e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.yaml b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.yaml new file mode 100644 index 000000000000..a6278ffb9861 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0.3/Mozilla.Firefox.pl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pl +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cd5faa2f9f10144685cf287e11b77ffeac12aee6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:37:01 +0800 Subject: [PATCH 229/248] New version: Mozilla.Firefox.rm version 151.0.3 (#382647) --- .../151.0.3/Mozilla.Firefox.rm.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.rm.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.rm.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.rm.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.rm.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.rm.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.rm.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.rm.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.rm.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.rm.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.rm.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.rm.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.rm.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.rm.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.rm.locale.zh-CN.yaml | 24 +++++++++++ .../rm/151.0.3/Mozilla.Firefox.rm.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.yaml diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.installer.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.installer.yaml new file mode 100644 index 000000000000..ebd3d93293e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/rm/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 7DB8EC9EC93C75D99C9C6C1530C48347735319121B1468A74E66AA8E22EF9395 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/rm/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 82049161B484BBD2397840BAE8D923FBC43601AFF63250ECE1F93BA201E0CBB0 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/rm/Firefox%20Setup%20151.0.3.exe + InstallerSha256: F77224A4C20C9C43C017DBF080B6D509692D7726E2BDBC97C7A58BD68DCDF2E8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ddf4f5462225 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.da-DK.yaml new file mode 100644 index 000000000000..686ab1aeaaec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.de-DE.yaml new file mode 100644 index 000000000000..0fc083afc635 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.el-GR.yaml new file mode 100644 index 000000000000..ad502a8519b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-GB.yaml new file mode 100644 index 000000000000..8a9ac85ff5e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-US.yaml new file mode 100644 index 000000000000..39e5af8e375f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (rm) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.es-MX.yaml new file mode 100644 index 000000000000..646ca254c12a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.fr-FR.yaml new file mode 100644 index 000000000000..618666c746d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.hu-HU.yaml new file mode 100644 index 000000000000..72d0ed3dfe14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ja-JP.yaml new file mode 100644 index 000000000000..ced10be912a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.nb-NO.yaml new file mode 100644 index 000000000000..b91b4f7a1d34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ru-RU.yaml new file mode 100644 index 000000000000..93bd1f7c5ece --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ta-IN.yaml new file mode 100644 index 000000000000..c8797e777a66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.zh-CN.yaml new file mode 100644 index 000000000000..e37280f9cdc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.yaml b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.yaml new file mode 100644 index 000000000000..c2b8586fe35e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0.3/Mozilla.Firefox.rm.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.rm +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c92a796f98e7ac0c44f2447b7971958f8ccfdc26 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:37:33 +0800 Subject: [PATCH 230/248] New version: LuisPater.CLIProxyAPI version 7.1.41 (#382871) --- .../LuisPater.CLIProxyAPI.installer.yaml | 18 ++++++++ .../LuisPater.CLIProxyAPI.locale.en-US.yaml | 41 +++++++++++++++++++ .../LuisPater.CLIProxyAPI.locale.zh-CN.yaml | 24 +++++++++++ .../7.1.41/LuisPater.CLIProxyAPI.yaml | 8 ++++ 4 files changed, 91 insertions(+) create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.installer.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.en-US.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml create mode 100644 manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.yaml diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..6ac2743880bd --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.41 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.41/CLIProxyAPI_7.1.41_windows_amd64.zip + InstallerSha256: E47CF3C379B444BC9273FE345819771CEF31A64A3B0FA4085DAB539372F51135 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..5d3604b9dae6 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.41 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Changelog + - d7102484076297570fb075b286acf07089e8a20c Merge pull request #3676 from eltmon/add-panopticon-to-users + - 28c7f41cbadef853d55bcd885205980b4fa05c24 docs(readme): update project descriptions and add Panopticon link + - 0e3c809ceb6f023815e123a6ec287a1034ddd25d fix(codex): handle non-empty reasoning and content items, add test for trailing empty messages + - 35ab084fc35c7a77fab82791a3ddc653f1ca0cf3 refactor(runtime): enhance NewUtlsHTTPClient with context-based RoundTripper +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.41 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..93c6cd48f126 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.41 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..56f01d5742c8 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.41/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.41 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6343efbaf5f06266d28c3cf93988f6f1b4e45f0e Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 22:37:47 -0400 Subject: [PATCH 231/248] New version: GitHub.CopilotApp version 0.2.23 (#382891) --- .../0.2.23/GitHub.CopilotApp.installer.yaml | 56 +++++++++++++++++++ .../GitHub.CopilotApp.locale.en-US.yaml | 28 ++++++++++ .../CopilotApp/0.2.23/GitHub.CopilotApp.yaml | 8 +++ 3 files changed, 92 insertions(+) create mode 100644 manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.installer.yaml create mode 100644 manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.locale.en-US.yaml create mode 100644 manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.yaml diff --git a/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.installer.yaml b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.installer.yaml new file mode 100644 index 000000000000..6845ed7b78ae --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.installer.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.23 +UpgradeBehavior: install +ReleaseDate: 2026-06-03 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.23/GitHub-Copilot-windows-x64-setup.exe + InstallerSha256: CBF8C5DE5161CD8176AEFF0E8DF6C97B7A1B73F0219A55945B51AE10B8CE3B99 + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.23/GitHub-Copilot-windows-x64.msi + InstallerSha256: 15155C302DA0AA78E2E03F099A5DFA407066006F48DBCB45F4387D6BA281F134 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{FC76AB53-B69F-4FFF-A681-9372DED2B3F8}' + AppsAndFeaturesEntries: + - ProductCode: '{FC76AB53-B69F-4FFF-A681-9372DED2B3F8}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/github/app/releases/download/v0.2.23/GitHub-Copilot-windows-arm64-setup.exe + InstallerSha256: 97BEE209C1595FEF0253EFD72EBCE56B8179FF5847E0CB8E7C21493B16808DEE + ProductCode: GitHub Copilot + AppsAndFeaturesEntries: + - ProductCode: GitHub Copilot + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/github/app/releases/download/v0.2.23/GitHub-Copilot-windows-arm64.msi + InstallerSha256: 9283A95C738FA9FC61C7720663DA1DB282CC73CF9D29CBFB0E5D025B6B2E4780 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{BABE234C-B982-4CAB-8519-C89935D1E507}' + AppsAndFeaturesEntries: + - ProductCode: '{BABE234C-B982-4CAB-8519-C89935D1E507}' + UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.locale.en-US.yaml b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.locale.en-US.yaml new file mode 100644 index 000000000000..a329b4f5d754 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.23 +PackageLocale: en-US +Publisher: GitHub Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +Author: GitHub Inc. +PackageName: GitHub Copilot +PackageUrl: https://github.com/features/preview/github-app +License: Proprietary +ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place. +Description: |- + The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs. + + The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself. +Moniker: copilot-app +ReleaseNotes: |- + What's new in v0.2.23 + + Fixed + - Fixed automatic sync incorrectly resetting local branch checkouts, which could silently discard local commits or move the branch behind its expected position. + - Fixed canvas panels disappearing while a modal overlay (such as the command palette or settings dialog) was open; the canvas now stays visible beneath the overlay. +ReleaseNotesUrl: https://github.com/github/app/releases/tag/v0.2.23 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.yaml b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.yaml new file mode 100644 index 000000000000..f17794575491 --- /dev/null +++ b/manifests/g/GitHub/CopilotApp/0.2.23/GitHub.CopilotApp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GitHub.CopilotApp +PackageVersion: 0.2.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8330b318437829f7aede2f0f5b9cf9f33cd11859 Mon Sep 17 00:00:00 2001 From: Rick Fleming Date: Tue, 2 Jun 2026 21:38:01 -0500 Subject: [PATCH 232/248] New version: Acqusys.Taskeract version 2.3.6 (#382896) --- .../Taskeract/2.3.6/Acqusys.Taskeract.installer.yaml | 12 ++++++++++++ .../2.3.6/Acqusys.Taskeract.locale.en-US.yaml | 12 ++++++++++++ .../a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.installer.yaml create mode 100644 manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.locale.en-US.yaml create mode 100644 manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.yaml diff --git a/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.installer.yaml b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.installer.yaml new file mode 100644 index 000000000000..890eceb0e6e0 --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Acqusys.Taskeract +PackageVersion: 2.3.6 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://f001.backblazeb2.com/file/taskeract-pub/releases/v2.3.6/Taskeract_2.3.6_x64-setup.exe + InstallerSha256: B32762CCD400FE045F0426A88D6C9A998B83344302088672E47B83C1C55C039D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.locale.en-US.yaml b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.locale.en-US.yaml new file mode 100644 index 000000000000..0f2ef0cd2d4e --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Acqusys.Taskeract +PackageVersion: 2.3.6 +PackageLocale: en-US +Publisher: Acqusys, LLC +PackageName: Taskeract +License: Proprietary +ShortDescription: Desktop app for orchestrating AI coding agents +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.yaml b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.yaml new file mode 100644 index 000000000000..b716c78fd58f --- /dev/null +++ b/manifests/a/Acqusys/Taskeract/2.3.6/Acqusys.Taskeract.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Acqusys.Taskeract +PackageVersion: 2.3.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fb61bc3bff7eafac96437c62f9f333e135748cff Mon Sep 17 00:00:00 2001 From: Daniele Corsini Date: Wed, 3 Jun 2026 05:01:58 +0200 Subject: [PATCH 233/248] New version: Corsinvest.cv4pve.diag version 2.4.0 (#382047) --- .../Corsinvest.cv4pve.diag.installer.yaml | 23 ++++ .../Corsinvest.cv4pve.diag.locale.en-US.yaml | 113 ++++++++++++++++++ .../diag/2.4.0/Corsinvest.cv4pve.diag.yaml | 8 ++ 3 files changed, 144 insertions(+) create mode 100644 manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.installer.yaml create mode 100644 manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.locale.en-US.yaml create mode 100644 manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.yaml diff --git a/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.installer.yaml b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.installer.yaml new file mode 100644 index 000000000000..c23297488788 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Corsinvest.cv4pve.diag +PackageVersion: 2.4.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cv4pve-diag.exe + PortableCommandAlias: cv4pve-diag +ReleaseDate: 2026-06-01 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Corsinvest/cv4pve-diag/releases/download/v2.4.0/cv4pve-diag.exe-win-x86.zip + InstallerSha256: F435A14CAFD5EFE1E0371A8A8CE511CEC31C7F871FE170A00AD9B3FCA65AC330 +- Architecture: x64 + InstallerUrl: https://github.com/Corsinvest/cv4pve-diag/releases/download/v2.4.0/cv4pve-diag.exe-win-x64.zip + InstallerSha256: 0CB6069C0B3220BC300635AB5D3FD70612A70F16A16F7B26DE77DAE79EF28E04 +- Architecture: arm64 + InstallerUrl: https://github.com/Corsinvest/cv4pve-diag/releases/download/v2.4.0/cv4pve-diag.exe-win-arm64.zip + InstallerSha256: 1A19E84D1B9F51905A1BD43FEDCCCFB57BAF9FBB71AF889DA93210FD2AA25F1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.locale.en-US.yaml b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.locale.en-US.yaml new file mode 100644 index 000000000000..dba48a770a26 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.locale.en-US.yaml @@ -0,0 +1,113 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Corsinvest.cv4pve.diag +PackageVersion: 2.4.0 +PackageLocale: en-US +Publisher: Corsinvest Srl +PublisherUrl: https://www.corsinvest.it/ +PublisherSupportUrl: https://www.corsinvest.it/cv4pve +PrivacyUrl: https://www.corsinvest.it/privacy +Author: Corsinvest Srl +PackageName: cv4pve-diag +PackageUrl: https://github.com/Corsinvest/cv4pve-diag +License: GPL-3.0 +LicenseUrl: https://github.com/Corsinvest/cv4pve-diag/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2019-2025 Corsinvest Srl +CopyrightUrl: https://github.com/Corsinvest/cv4pve-diag/blob/master/LICENSE.md +ShortDescription: Diagnostic Tool for Proxmox VE +Description: |- + cv4pve-diag is a comprehensive diagnostic tool for Proxmox VE that performs health checks + and system analysis on your virtualization infrastructure. + + Features: + - Node health and status monitoring + - VM/Container diagnostics and configuration validation + - Storage capacity and performance checks + - Replication and backup status verification + - Snapshot age monitoring + - Multiple output formats (Text, HTML, JSON, Markdown) + - Customizable severity thresholds + - Support for ignore patterns +Moniker: cv4pve-diag +Tags: +- corsinvest +- diagnostic +- health-check +- monitoring +- proxmox +- proxmoxve +- virtualization +- vm +ReleaseNotes: |- + Compliance reporting + cv4pve-diag can now produce compliance-aware reports alongside the usual diagnostic output. Diagnostic findings are tagged with the normative controls they satisfy — so when an admin user has no two-factor authentication, the same finding doubles as evidence of a gap against ISO 27001 A.5.17, NIS2 Art. 21(j), DORA Art. 9 and PCI DSS 8.4.2. + - 40+ diagnostic checks are mapped to compliance controls across 14 frameworks: ISO 27001:2022, NIS2, DORA, PCI DSS v4.0, GDPR, AgID (Italian PA), ENS (Spanish PA, RD 311/2022), BSI C5:2020 (German cloud baseline), SOC 2 (AICPA Trust Services Criteria), NIST SP 800-53 rev.5 (Moderate baseline subset), ISO/IEC 27017 (cloud), ISO/IEC 27018 (PII in cloud), CIS Controls v8 and NIST CSF 2.0. Each finding can carry several control ids — for example, the "admin user without two-factor authentication" finding now references controls across most frameworks at once. + - New --compliance= command-line option. When passed, the report is filtered to keep only the findings mapped to that standard, and a ControlId column is added so each finding shows the specific control identifier (e.g. A.5.17, Art.21(j)). + - Works with every output format: Text, Markdown, HTML, JSON, Excel. The Excel header carries the selected standard so the file is self-describing. + - New IncludeOkResult setting (top-level): when enabled, passing checks are also written to the report (as Ok results). Useful for full audit-style reports that need to prove a control was verified, not only that it was violated. + - Full explanation, list of standards, control catalog and disclaimer in the new docs/compliance.md. + > Important: the compliance mapping is technical and informative only — it covers the subset of each standard that can be verified from the Proxmox VE state. It does not replace a formal audit. See the disclaimer in docs/compliance.md for full scope and limits. + New diagnostic checks + Two new observability checks fill a gap on long-term monitoring evidence: + - IC0018 — No external metric server configured on the cluster. Without an InfluxDB / Graphite metric server, long-term monitoring relies only on the volatile per-node RRD, which is reset on reboot — auditors typically require persistent historical data for incident investigation. + - IC0019 — Metric servers exist but every one of them is disabled — same effect as IC0018, but worth surfacing separately because the fix is just toggling the existing configuration on. + - IG0016 — VM has a machine type pinned to an old version while the node already offers a newer one (e.g. pc-i440fx-6.2 while pc-i440fx-9.2 is available). Pinning is correct for stability, but old machine versions accumulate deprecated CPU / microcode behaviour and miss QEMU bug-fixes; tagged against the patch-management controls. Upgrade requires a VM stop/start. + - IC0020 — Pool with members but no ACL entry at /pool/. The pool exists as an organisational tag but is not used as a privilege boundary, which is the point of pools. + - IC0021 — API token without a comment. Without a comment the token's purpose / owner cannot be attributed at audit time, making safe revocation impossible. + - WC0019 — Two or more enabled backup jobs run on the same storage at the same systemd-calendar schedule, causing I/O contention and longer overall runtime. + - WN0045 — Node clock drifts more than 5 seconds from another cluster node. Even when each node looks fine vs NTP, mutual drift is a frequent silent cause of corosync token retransmits, HA fencing instability and broken log correlation. + In addition, a wider set of pre-existing checks now also carries compliance tags (TFA on transitive admins, account lifecycle, firewall logging, certificate management, PVE patch level, container privileged-access checks, …) — the diagnostic logic and codes are unchanged, but findings now reference the relevant ISO 27001 / NIS2 / DORA / PCI DSS controls. The full mapping per area is in docs/compliance.md; the full list of checks is in docs/checks.md. + Reporting & output + - --compliance= (see above) adds the ControlId column to every report format. + - Output format inferred from --output-file extension: passing --output-file=report.xlsx (or .html / .json / .md) now produces the matching format automatically, even without an explicit --output. Previously the file would be saved with the wrong content for the extension. + - Excel report header now includes the selected compliance standard, when applicable. + Documentation + The README has been restructured around the most common reading paths. Long content has moved into dedicated docs so the README stays scannable: + - New docs/checks.md — full catalog of every diagnostic check with code, description and severity. + - New docs/settings.md — full settings.json reference with field-by-field defaults, performance tuning recipes and CVE scanning configuration. + - New docs/compliance.md — what the compliance mapping is, list of standards and controls, --compliance CLI usage, and the audit disclaimer. + - New docs/ignored-issues.md — full guide to suppressing accepted findings. + Fixes + - Error code collision fixed (WG0025): the code was incorrectly used both for the per-VM/CT CPU threshold check and for "HA guest has no replication job". The HA replication check now has its own code (WG0043). Ignore rules referencing WG0025 for HA replication need to be updated — WG0025 from now on means only CPU threshold breach. + - Error code collision fixed (WN0023): the code was used both for "TLS certificate expires within 30 days" and for "ZFS pool disk usage above threshold". The ZFS pool usage check now uses the new WN0044 code. Ignore rules referencing WN0023 for ZFS pool usage need to be updated — WN0023 from now on means only certificate expiration warning. + - Cross-node checks skipped on single-node setups (CN0001, CN0002, WN0005, WN0006, WN0007, WN0008, WN0009): these checks compare a node against its peers. On a host with no peers they are now skipped entirely instead of emitting empty / vacuously-true results. Single-node compliance gaps are already surfaced by IC0017, IC0002, IC0003. + - All remaining cluster fetches are now resilient: a failing call (access, HA, replication, firewall options/rules, pools, status, log, tasks, RRD) no longer aborts the analysis. The affected check is skipped and a WG0042 Warning is recorded, consistently with what was already in place for per-node and per-guest fetches. + New checks + Access: + - WC0013 — User holds Administrator role transitively via a group but has no TFA. + - WC0014 — Disabled user still has Administrator role on /. + - WC0015 — root@pam has API tokens with no privilege separation (token holds full root rights). + - WC0016 — User is still enabled past its expiration date. + - IC0010 — Administrator ACL on / with Propagate disabled — children resources do not inherit. + - IC0011 — External realm (LDAP / AD / OpenID) does not enforce TFA at realm level. + Backup: + - WC0017 — Enabled backup job has no schedule — it will never run automatically. + - WC0018 — Recent backup task ended with a non-OK status. + - IC0012 — Backup job is currently disabled. + Firewall: + - IC0013 — Cluster firewall has enabled rules but none configure logging — no audit trail. + - IC0014 — Cluster firewall has 10+ disabled rules — stale configuration. + Cluster: + - IC0015 — 10+ error-level entries in the recent cluster journal. + - IC0016 — 10%+ of recent cluster tasks failed — investigate recurring errors. + - IC0017 — Cluster has a single node — HA, quorum and replication provide no real protection. + Per guest: + - IG0015 — Running guest is not covered by any HA resource. + - WG0043 — HA guest has no enabled replication job — on non-shared storage the failover target will have no recent data. (Originally landed as WG0025; reassigned to fix a code collision — see Fixes above.) + CVE checks + - Removed the Debian Security Tracker check (CN0014 / WN0041) and the Cve.DebianTrackerEnabled setting. PVE's /apt/versions API only exposes a curated list of Proxmox-distributed packages (proxmox-ve, pve-manager, kernel, qemu-server, …), which is not what the Debian Security Tracker indexes. The two sets do not overlap, so the check was producing zero findings by design. For a Debian-wide audit run debsecan directly on each node. + - CN0015 / WN0042 (NVD) — the NVD query now uses virtualMatchString (instead of cpeName with a * version wildcard, which NVD rejects with 404), so the check actually runs and returns Proxmox VE CVEs across all versions. + - NVD fetch failures now emit a WG0042 warning instead of leaving the check silently empty. + - NVD CVE entries with no CVSS score or no description are skipped. + > Migration: if your settings.json contains "DebianTrackerEnabled": true, just remove that line. The rest of the Cve section keeps working as before. + What's Changed + - feat: tighter CVE checks + xUnit test project by @franklupo in #46 + - feat: 16 new diagnostic checks derived from cv4pve-report compliance by @franklupo in #47 + - feat(resilience): wrap remaining cluster fetches with ToSafe* by @franklupo in #48 + - fix(cve): NVD query + remove Debian Tracker (zero-match by design) by @franklupo in #49 + - feat(compliance): v2.4.0 — full compliance reporting, 14 frameworks, 5 new checks by @franklupo in #50 + Full Changelog: v2.3.0...v2.4.0 +ReleaseNotesUrl: https://github.com/Corsinvest/cv4pve-diag/releases/tag/v2.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.yaml b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.yaml new file mode 100644 index 000000000000..54c36b994f44 --- /dev/null +++ b/manifests/c/Corsinvest/cv4pve/diag/2.4.0/Corsinvest.cv4pve.diag.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Corsinvest.cv4pve.diag +PackageVersion: 2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a1cb414aa118e151c1c995157ed1b86bbfdf74cb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:05:32 +0800 Subject: [PATCH 234/248] New version: Microsoft.WindowsCloudIOProtectionDriver version 0.0.910 (#382209) --- ...dowsCloudIOProtectionDriver.installer.yaml | 22 +++++++++++++++ ...sCloudIOProtectionDriver.locale.en-US.yaml | 28 +++++++++++++++++++ ...sCloudIOProtectionDriver.locale.zh-CN.yaml | 16 +++++++++++ ...rosoft.WindowsCloudIOProtectionDriver.yaml | 8 ++++++ 4 files changed, 74 insertions(+) create mode 100644 manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.installer.yaml create mode 100644 manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.zh-CN.yaml create mode 100644 manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.yaml diff --git a/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.installer.yaml b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.installer.yaml new file mode 100644 index 000000000000..67d2b0202731 --- /dev/null +++ b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsCloudIOProtectionDriver +PackageVersion: 0.0.910 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" +AppsAndFeaturesEntries: +- UpgradeCode: '{482AB6CD-2B17-420E-B8CD-C82DBC4968DC}' +Installers: +- Architecture: x64 + InstallerUrl: https://res-1.cdn.office.net/assets/wcio-protection/msi/15a5a6b8-c845-4c5f-a7d1-48d8a7a8c989/wcio_protection_driver_installer_x64_0.0.910.msi + InstallerSha256: 3B8F7C9CDB1AD1886B2D0D8BF1206DB8CFDBF1B54AE13EC03BE0195704653837 + ProductCode: '{E4C714B4-6227-40CC-9BD1-6F7D0284B009}' +- Architecture: arm64 + InstallerUrl: https://res-1.cdn.office.net/assets/wcio-protection/msi/15a5a6b8-c845-4c5f-a7d1-48d8a7a8c989/wcio_protection_driver_installer_arm_0.0.910.msi + InstallerSha256: 3BECB51412AC0210E8084EFEBDB79AC2257629B918DCC3B09DDBC68A2386C165 + ProductCode: '{DF35CF9F-D452-4BEC-B1DA-6E12E9FF4575}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.en-US.yaml b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.en-US.yaml new file mode 100644 index 000000000000..69290ae66d3d --- /dev/null +++ b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsCloudIOProtectionDriver +PackageVersion: 0.0.910 +PackageLocale: en-US +Publisher: Microsoft +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows Cloud IO Protection driver +PackageUrl: https://learn.microsoft.com/windows-365/enterprise/windows-cloud-input-protection +License: Proprietary +Copyright: Copyright (c) Microsoft Corporation. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Securing Input for Windows 365 Cloud PCs +Description: |- + Windows 365 Cloud PCs already encrypt sessions and enforce identity-based authentication methods like MFA to prevent hijacking and man-in-the-middle attacks. However, endpoint device resident threats targeting windows cloud sessions such as key loggers that can still compromise sensitive data, leading to compliance risks and financial loss. + Windows Cloud IO Protection addresses this gap with a kernel-level driver and system-level encryption that securely routes keystrokes directly to the Cloud PC, bypassing OS layers vulnerable to malware. When this feature is enabled on a Cloud PC or Azure Virtual Desktop session host, it enforces a strict trust model: + - Only protected endpoint physical devices can connect. + - Endpoints must have the Windows Cloud IO Protect MSI installed to be protected. + If the MSI is missing, the connection is blocked and an error message appears. This ensures a secure channel between the Windows app and the Cloud PC/Azure Virtual Desktop session host, delivering uncompromised input protection. +Tags: +- windows-365 +- windows365 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.zh-CN.yaml b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.zh-CN.yaml new file mode 100644 index 000000000000..efdd88f3c587 --- /dev/null +++ b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsCloudIOProtectionDriver +PackageVersion: 0.0.910 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 确保 Windows 365 云电脑的输入安全 +Description: |- + Windows 365 云电脑已对会话进行加密,并强制执行基于身份的多重身份验证(MFA)等方法,以防止会话劫持和中间人攻击。然而,针对 Windows 云会话的端点设备驻留威胁(如键盘记录器)仍可能窃取敏感数据,导致合规风险和财务损失。 + Windows Cloud IO 保护通过内核级驱动程序和系统级加密填补了这一安全缺口,它将键盘输入直接安全路由至云电脑,绕过易受恶意软件攻击的操作系统层。当在云电脑或 Azure 虚拟桌面会话主机上启用此功能时,系统将强制执行严格的信任模型: + - 仅受保护的物理端点设备可以连接。 + - 端点必须安装 Windows Cloud IO Protect MSI 才能受到保护。 + 若未安装该 MSI,连接将被阻止并显示错误消息。这确保了 Windows 应用程序与云电脑/Azure 虚拟桌面会话主机之间的安全通道,提供无妥协的输入保护。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.yaml b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.yaml new file mode 100644 index 000000000000..546ec5a5892c --- /dev/null +++ b/manifests/m/Microsoft/WindowsCloudIOProtectionDriver/0.0.910/Microsoft.WindowsCloudIOProtectionDriver.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.WindowsCloudIOProtectionDriver +PackageVersion: 0.0.910 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86ba6cf0a7bfe3336d7a497b5dcd43b36650ce66 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 2 Jun 2026 20:09:18 -0700 Subject: [PATCH 235/248] New version: dune-admin 0.20.0 (#382389) Co-authored-by: goreleaserbot --- .../0.20.0/Icehunter.dune-admin.installer.yaml | 18 ++++++++++++++++++ .../Icehunter.dune-admin.locale.en-US.yaml | 17 +++++++++++++++++ .../0.20.0/Icehunter.dune-admin.yaml | 7 +++++++ 3 files changed, 42 insertions(+) create mode 100644 manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.installer.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.locale.en-US.yaml create mode 100644 manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.yaml diff --git a/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..2be3fe1b5a11 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.20.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-02" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.20.0/dune-admin_windows_amd64.zip + InstallerSha256: 122906f02b3686d633804adaa1f2ce63065683775fbeac34961b6a3f57a96f04 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..84e6055d1499 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.yaml new file mode 100644 index 000000000000..5c9959baec6f --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.20.0/Icehunter.dune-admin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 47dac34664adb1a5794bc14076f32d3f1c5387ab Mon Sep 17 00:00:00 2001 From: Hal <13111745+loonghao@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:11:01 +0800 Subject: [PATCH 236/248] New version: loonghao.vx version 0.9.13 (#382412) --- .../vx/0.9.13/loonghao.vx.installer.yaml | 25 +++++++++++++++ .../vx/0.9.13/loonghao.vx.locale.en-US.yaml | 31 +++++++++++++++++++ .../l/loonghao/vx/0.9.13/loonghao.vx.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/l/loonghao/vx/0.9.13/loonghao.vx.installer.yaml create mode 100644 manifests/l/loonghao/vx/0.9.13/loonghao.vx.locale.en-US.yaml create mode 100644 manifests/l/loonghao/vx/0.9.13/loonghao.vx.yaml diff --git a/manifests/l/loonghao/vx/0.9.13/loonghao.vx.installer.yaml b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.installer.yaml new file mode 100644 index 000000000000..7cdcb1c53d77 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.installer.yaml @@ -0,0 +1,25 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: loonghao.vx +PackageVersion: 0.9.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vx.exe + PortableCommandAlias: vx +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/loonghao/vx/releases/download/v0.9.13/vx-x86_64-pc-windows-msvc.zip + InstallerSha256: 19172818C8B4AEDF4F1F5CFFA9FC4C5BE85ADC881901F48C28F4798088A3C42C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.13/loonghao.vx.locale.en-US.yaml b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.locale.en-US.yaml new file mode 100644 index 000000000000..a009fe9c02c3 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: loonghao.vx +PackageVersion: 0.9.13 +PackageLocale: en-US +Publisher: loonghao +PublisherUrl: https://github.com/loonghao +PublisherSupportUrl: https://github.com/loonghao/vx/issues +PackageName: vx +PackageUrl: https://github.com/loonghao/vx +License: MIT +LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE +ShortDescription: Universal Development Tool Manager +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. +Tags: +- cli +- development +- go +- nodejs +- python +- rust +- tool-manager +- version-manager +ReleaseNotes: |- + 0.9.13 (2026-06-02) + Features + - support legacy python and ai skills checks (e8a60c5) +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/v0.9.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/loonghao/vx/0.9.13/loonghao.vx.yaml b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.yaml new file mode 100644 index 000000000000..82f6942d38c3 --- /dev/null +++ b/manifests/l/loonghao/vx/0.9.13/loonghao.vx.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: loonghao.vx +PackageVersion: 0.9.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a853230f73de6e095782720152b8540cecfd4122 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:11:26 +0800 Subject: [PATCH 237/248] New version: Mozilla.Firefox.sk version 151.0.3 (#382653) --- .../151.0.3/Mozilla.Firefox.sk.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.sk.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.sk.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.sk.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.sk.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.sk.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.sk.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.sk.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.sk.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.sk.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.sk.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.sk.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.sk.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.sk.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.sk.locale.zh-CN.yaml | 24 +++++++++++ .../sk/151.0.3/Mozilla.Firefox.sk.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.yaml diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.installer.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.installer.yaml new file mode 100644 index 000000000000..d938c4051801 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/sk/Firefox%20Setup%20151.0.3.exe + InstallerSha256: A380766F248D99DCC64ED9EA7EDB7AE470823F085653300F1A379714506D5FD6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/sk/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 59C057B21141658B636958F981CE158E8B400FEC9B4D633126608A5046B16C80 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/sk/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 83690CEB344F189A31E806C87DDE57822D8A3FD4F54A29BE545D91A94BBCEE1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..a3819df9fcbc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.da-DK.yaml new file mode 100644 index 000000000000..73941dccd7ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.de-DE.yaml new file mode 100644 index 000000000000..8b8f09456e5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.el-GR.yaml new file mode 100644 index 000000000000..2f0d0cdefe4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-GB.yaml new file mode 100644 index 000000000000..f4e95c9594ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-US.yaml new file mode 100644 index 000000000000..5b7b8d01f9e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (sk) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.es-MX.yaml new file mode 100644 index 000000000000..5394a155e8ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.fr-FR.yaml new file mode 100644 index 000000000000..2935ba0aa3b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.hu-HU.yaml new file mode 100644 index 000000000000..c8558da894dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ja-JP.yaml new file mode 100644 index 000000000000..82cb5b879f2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.nb-NO.yaml new file mode 100644 index 000000000000..e304d5a6153b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ru-RU.yaml new file mode 100644 index 000000000000..32b95e9a76d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ta-IN.yaml new file mode 100644 index 000000000000..035d56a9feaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.zh-CN.yaml new file mode 100644 index 000000000000..ce2051b471d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.yaml b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.yaml new file mode 100644 index 000000000000..bd193cfd279a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sk/151.0.3/Mozilla.Firefox.sk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sk +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6dc6cbe8c2f485ca7cb7c8fab9c6fb7c22769d6d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:11:52 +0800 Subject: [PATCH 238/248] New version: Mozilla.Firefox.sv-SE version 151.0.3 (#382658) --- .../Mozilla.Firefox.sv-SE.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.sv-SE.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.sv-SE.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.sv-SE.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.sv-SE.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.sv-SE.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.sv-SE.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.sv-SE.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.sv-SE.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.sv-SE.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.sv-SE.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.sv-SE.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.sv-SE.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.sv-SE.locale.zh-CN.yaml | 24 +++++++++++ .../sv-SE/151.0.3/Mozilla.Firefox.sv-SE.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.yaml diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.installer.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.installer.yaml new file mode 100644 index 000000000000..b26ae484fd46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/sv-SE/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 359392993B658E4C162E75E3CAB7263D57029D70F1180A5FDD10E0A18F6ED565 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/sv-SE/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 1F39A21218AEC379F810E2B632C1BD8E944E0DBE4899303B291A1C911F91CC0F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/sv-SE/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 279613007CE67EBF9095276DB475BB6F52A3645EF902C90DB1DC4CF5A5FEA702 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml new file mode 100644 index 000000000000..cdce042aed34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.da-DK.yaml new file mode 100644 index 000000000000..1c189db14e23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.de-DE.yaml new file mode 100644 index 000000000000..a99d82d0906d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.el-GR.yaml new file mode 100644 index 000000000000..f9d9b13ba6b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-GB.yaml new file mode 100644 index 000000000000..26d24bf8aae4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-US.yaml new file mode 100644 index 000000000000..b6290684cfce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (sv-SE) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.es-MX.yaml new file mode 100644 index 000000000000..6a6257471b1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml new file mode 100644 index 000000000000..7a5b51e68fec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml new file mode 100644 index 000000000000..a1f0f6a39bca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml new file mode 100644 index 000000000000..fd3ac8bf002a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml new file mode 100644 index 000000000000..b3258f7e912e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml new file mode 100644 index 000000000000..1f3f9530d062 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml new file mode 100644 index 000000000000..b94e632139b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml new file mode 100644 index 000000000000..3d350e9bdd5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.yaml new file mode 100644 index 000000000000..24f3f7d634b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.3/Mozilla.Firefox.sv-SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 49fc7445bfd756587c8deb338aa43ebc9bf7620d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:12:18 +0800 Subject: [PATCH 239/248] New version: Mozilla.Firefox.ta version 151.0.3 (#382660) --- .../151.0.3/Mozilla.Firefox.ta.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.ta.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.ta.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.ta.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.ta.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.ta.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.ta.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.ta.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.ta.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.ta.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.ta.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.ta.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.ta.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.ta.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.ta.locale.zh-CN.yaml | 24 +++++++++++ .../ta/151.0.3/Mozilla.Firefox.ta.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.yaml diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.installer.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.installer.yaml new file mode 100644 index 000000000000..2daf69e3b97f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/ta/Firefox%20Setup%20151.0.3.exe + InstallerSha256: C0D30A175608644419F9D4056BB7EDD11FF50ED57131425EE2C5388AEBAF1F5A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/ta/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 59BD4E1EFA37DE8D1B139E03CB3377408377BD0569CF693831747FA8030B990C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/ta/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 1F265FC4C0E9DFC82736F48173B152DBD72E96F1A2192D89BC2BDD13D399CA00 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1b1939b6a727 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.da-DK.yaml new file mode 100644 index 000000000000..c444e9592ae8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.de-DE.yaml new file mode 100644 index 000000000000..3a4485061f70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.el-GR.yaml new file mode 100644 index 000000000000..4b36bf0bf5d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-GB.yaml new file mode 100644 index 000000000000..e3b489456163 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-US.yaml new file mode 100644 index 000000000000..c4ab007ec82a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ta) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.es-MX.yaml new file mode 100644 index 000000000000..78a9674fbcf7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.fr-FR.yaml new file mode 100644 index 000000000000..6d0b7ec1eacc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.hu-HU.yaml new file mode 100644 index 000000000000..1cca0552e807 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ja-JP.yaml new file mode 100644 index 000000000000..0398b19b2d11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.nb-NO.yaml new file mode 100644 index 000000000000..c9a1f60bf3a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ru-RU.yaml new file mode 100644 index 000000000000..829dbd01b3d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ta-IN.yaml new file mode 100644 index 000000000000..51d667738f3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.zh-CN.yaml new file mode 100644 index 000000000000..ac0b779d574b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.yaml new file mode 100644 index 000000000000..15d3f1f47b22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.3/Mozilla.Firefox.ta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f38376589adfcc1c8eca628d3f20f515c10d48c5 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 2 Jun 2026 23:12:32 -0400 Subject: [PATCH 240/248] New version: Anchore.Syft version 1.45.0 (#382807) --- .../Syft/1.45.0/Anchore.Syft.installer.yaml | 20 ++++++ .../1.45.0/Anchore.Syft.locale.en-US.yaml | 61 +++++++++++++++++++ .../a/Anchore/Syft/1.45.0/Anchore.Syft.yaml | 8 +++ 3 files changed, 89 insertions(+) create mode 100644 manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.installer.yaml create mode 100644 manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.locale.en-US.yaml create mode 100644 manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.yaml diff --git a/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.installer.yaml b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.installer.yaml new file mode 100644 index 000000000000..cea0df076c9c --- /dev/null +++ b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anchore.Syft +PackageVersion: 1.45.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: syft.exe +UpgradeBehavior: install +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anchore/syft/releases/download/v1.45.0/syft_1.45.0_windows_amd64.zip + InstallerSha256: D50095A7D125AC8C0E27F1E2CE770EF8696D6452D08FDE61F5ADB863C16341FD +- Architecture: arm64 + InstallerUrl: https://github.com/anchore/syft/releases/download/v1.45.0/syft_1.45.0_windows_arm64.zip + InstallerSha256: 04C75A5F6ED818115871083BA4BA032B4146C8DBC2C8AB5AF8378CCB353A4E02 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.locale.en-US.yaml b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.locale.en-US.yaml new file mode 100644 index 000000000000..afe0dabca5ca --- /dev/null +++ b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anchore.Syft +PackageVersion: 1.45.0 +PackageLocale: en-US +Publisher: Anchore Inc +PublisherUrl: https://anchore.com/ +PublisherSupportUrl: https://github.com/anchore/syft/issues +PackageName: Syft +PackageUrl: https://github.com/anchore/syft +License: Apache-2.0 +LicenseUrl: https://github.com/anchore/syft/blob/HEAD/LICENSE +ShortDescription: CLI tool and library for generating a Software Bill of Materials from container images and filesystems +Description: Syft is a powerful and easy-to-use open-source tool for generating Software Bill of Materials (SBOMs) for container images and filesystems. It provides detailed visibility into the packages and dependencies in your software, helping you manage vulnerabilities, license compliance, and software supply chain security. +Moniker: syft +Tags: +- containers +- cyclonedx +- docker +- go +- golang +- hacktoberfest +- oci +- sbom +- spdx +- static-analysis +- tool +ReleaseNotes: |- + Added Features + - Add support for ZapAddOns as jar files [#4654 #4932 @douglasclarke] + - MySQL binary classifier should distinguish between MySQL Cluster (ndb) and MySQL [#3297 #4907 @witchcraze] + - Catalog ingress-nginx binary [#4818 #4857 @witchcraze] + + Bug Fixes + - Support helm binary various versions [#4820 #4922 @witchcraze] + - Support julia binary various versions [#4867 #4945 @witchcraze] + - Support deno binary old versions [#4865 #4939 @witchcraze] + - Compressed kernel modules are not scanned by the linux-kernel-cataloger [#4721 #4740 @will-bates11] + - Yarn Berry lockfile parser incorrectly deduplicates packages with multiple resolutions [#4691 #4838 @calumleslie] + - Possible misdetection of AWS-LC as OpenSSL 1.1.1 [#4539 #4882 @witchcraze] + - Support elixir binary rc versions [#4819 #4851 @ChrisJr404] + - Exclude path ending with a slash are discarded [#4839 #4892 @ChrisJr404] + - Incorrect CPE for .NET Runtime [#4738 #4743 @PGrayCS] + - fix parsing of debian/copyright files [#4708 #4754 @Bahtya] + - Grype ignores python requirements in arbitrary equality (===) format [#4834 #4835 @cyphercodes] + - valkey is detected as both of valkey and redis [#4591 #4619 @witchcraze] + - TypeByName missing "nuget" case causes UnknownPkg when reading SPDX SBOMs [#4837 #4848 @ChrisJr404] + + Additional Changes + - hoist name normalization regexp to package level [#4926 @matiasinsaurralde] + - bump the actions-minor-patch group across 1 directory with 6 updates [#4946 @dependabot] + - bump the actions-minor-patch group across 2 directories with 2 updates [#4936 @dependabot] + - bump the actions-minor-patch group across 1 directory with 4 updates [#4927 @dependabot] + - bump the actions-minor-patch group across 1 directory with 2 updates [#4920 @dependabot] + - bump the actions-minor-patch group across 1 directory with 2 updates [#4897 @dependabot] + - update CPE dictionary index [#4831 @anchore-oss-update-bot] + (Full Changelog) +ReleaseNotesUrl: https://github.com/anchore/syft/releases/tag/v1.45.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.yaml b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.yaml new file mode 100644 index 000000000000..e7fc76294a2a --- /dev/null +++ b/manifests/a/Anchore/Syft/1.45.0/Anchore.Syft.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anchore.Syft +PackageVersion: 1.45.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e5513907c226aa32ed477a6f1e9e9b6f6b579665 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:13:05 +0800 Subject: [PATCH 241/248] New version: Anthropic.ClaudeCode version 2.1.161 (#382839) --- .../Anthropic.ClaudeCode.installer.yaml | 18 ++++++ .../Anthropic.ClaudeCode.locale.en-US.yaml | 64 +++++++++++++++++++ .../Anthropic.ClaudeCode.locale.zh-CN.yaml | 31 +++++++++ .../2.1.161/Anthropic.ClaudeCode.yaml | 8 +++ 4 files changed, 121 insertions(+) create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.installer.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.yaml diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..7b8ccdd992a1 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.161 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.161/win32-x64/claude.exe + InstallerSha256: 3B0B64CAF3428FAC3751BD1903C350870B34F9E7A4390AC7C2FDB3A711656A04 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.161/win32-arm64/claude.exe + InstallerSha256: F4A7D910FC5A8B46AFC14C36108C46C8B0DEEB8F316C6B7E4EDE77868CE70ACF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..8c2f53741aa4 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.161 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - OTEL_RESOURCE_ATTRIBUTES values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo + - claude agents rows now show done/total before the detail when work is fanned out; peek shows the longest-running item + - /mcp now collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row + - Parallel tool calls: a failed Bash command no longer cancels other calls in the same batch — each tool returns its own result independently + - Fullscreen mode: clipboard now uses wl-copy/xclip/xsel on Linux when available, copies to both the clipboard and PRIMARY selection for middle-click paste, and the "hold for native selection" hint now shows the correct key per terminal + - Fixed the /effort dialog, workflow animations, and prompt keyword shimmer not honoring the "Reduce motion" setting + - Fixed forceLoginOrgUUID/forceLoginMethod managed-settings policies blocking third-party provider sessions (Bedrock, Vertex, Foundry, Mantle) alongside the org pin (regression in 2.1.146) + - Fixed background subagent output corrupting claude -p stdout when using --output-format text or json + - Fixed /usage-credits starting a re-login for Team and Enterprise admins instead of pointing to the organization's usage settings page + - Fixed /autofix-pr reporting "cannot run on the default branch" when the session is inside a git worktree or another repository + - Fixed --resume picker not showing sessions from the current directory when it isn't a git worktree (e.g., jj workspaces) + - Fixed Windows hooks that invoke bash explicitly (e.g., /usr/bin/bash script.sh) failing with "command not found" or "cannot execute binary file" + - Fixed OpenTelemetry log events (user_prompt, api_request, tool_result, tool_decision) being silently dropped when emitted before telemetry initialization completed + - Fixed claude mcp list/get/add printing secrets to the terminal: ${VAR} references are no longer expanded, and credential headers and URL secrets are redacted + - Fixed Workflow agents spawned with isolation: "worktree" in background sessions being blocked from editing files inside their own worktree + - Fixed background sessions dispatched from claude agents booting on a stale model from the daemon's environment instead of the model in settings.json + - Fixed a potential crash when rendering Write tool results after resuming a session + - Fixed completed subagents getting stuck showing as running when an error occurs while finalizing their result + - Fixed EADDRINUSE errors from tools that bind Unix sockets under $TMPDIR when CLAUDE_CODE_TMPDIR is set to a deep path + - Improved terminal rendering performance by stabilizing the layout engine's JIT compilation profile + - Improved rendering performance for large file writes + - [VSCode] Added a tip suggesting disabling terminal GPU acceleration (or running /terminal-setup) to fix garbled glyphs +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21161 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..bf2f9a1064c2 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.161 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.yaml new file mode 100644 index 000000000000..ddec3fc8ebce --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.161/Anthropic.ClaudeCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.161 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 94e310211fc14ae4ca206287a7f9c184b2e0c2fe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:20:30 +0800 Subject: [PATCH 242/248] New version: Mozilla.Firefox.ff version 151.0.3 (#382602) --- .../151.0.3/Mozilla.Firefox.ff.installer.yaml | 40 +++++++++++++++++++ .../Mozilla.Firefox.ff.locale.cs-CZ.yaml | 14 +++++++ .../Mozilla.Firefox.ff.locale.da-DK.yaml | 14 +++++++ .../Mozilla.Firefox.ff.locale.de-DE.yaml | 16 ++++++++ .../Mozilla.Firefox.ff.locale.el-GR.yaml | 13 ++++++ .../Mozilla.Firefox.ff.locale.en-GB.yaml | 20 ++++++++++ .../Mozilla.Firefox.ff.locale.en-US.yaml | 39 ++++++++++++++++++ .../Mozilla.Firefox.ff.locale.es-MX.yaml | 18 +++++++++ .../Mozilla.Firefox.ff.locale.fr-FR.yaml | 17 ++++++++ .../Mozilla.Firefox.ff.locale.hu-HU.yaml | 16 ++++++++ .../Mozilla.Firefox.ff.locale.ja-JP.yaml | 14 +++++++ .../Mozilla.Firefox.ff.locale.nb-NO.yaml | 16 ++++++++ .../Mozilla.Firefox.ff.locale.ru-RU.yaml | 17 ++++++++ .../Mozilla.Firefox.ff.locale.ta-IN.yaml | 20 ++++++++++ .../Mozilla.Firefox.ff.locale.zh-CN.yaml | 24 +++++++++++ .../ff/151.0.3/Mozilla.Firefox.ff.yaml | 8 ++++ 16 files changed, 306 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.yaml diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.installer.yaml new file mode 100644 index 000000000000..d0a7f520f5a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-02 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win32/ff/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 685E33854C7F8928086F109AB696E069F7EB5F7DC0B628DFCBA97C7F10C4C77B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64/ff/Firefox%20Setup%20151.0.3.exe + InstallerSha256: CB227247A7138B05EF7C78D0C6BB7811D6A830AEBFC2B6B4A6CED33B59D2D5EE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.3/win64-aarch64/ff/Firefox%20Setup%20151.0.3.exe + InstallerSha256: 9A602A28AF02EFFF03D15D78C87B15BFD7B61EECEFF56B6D921D05A5CC2E0964 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1d93337de6e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.da-DK.yaml new file mode 100644 index 000000000000..b5c8e29f2a2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.de-DE.yaml new file mode 100644 index 000000000000..0c7a4f0a08f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.el-GR.yaml new file mode 100644 index 000000000000..e800b2de3b4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-GB.yaml new file mode 100644 index 000000000000..17be8db38f7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-US.yaml new file mode 100644 index 000000000000..ee875e5236b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ff) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.3, first offered to Release channel users on June 2, 2026 + + Fixed + - Fixed an issue where selecting or pasting text in a text field inside a table cell could disrupt the page layout. (Bug 2041235) + - Fixed an issue where the VPN toolbar button icon could appear larger than intended. (Bug 2042454) + - Reference link to 151.0.2 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.3/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.es-MX.yaml new file mode 100644 index 000000000000..ac0f2999bf76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.fr-FR.yaml new file mode 100644 index 000000000000..112db44b2b87 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.hu-HU.yaml new file mode 100644 index 000000000000..f905a425eae7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ja-JP.yaml new file mode 100644 index 000000000000..5729ffada601 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.nb-NO.yaml new file mode 100644 index 000000000000..7bfc1343f685 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ru-RU.yaml new file mode 100644 index 000000000000..6954c4cfe3c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ta-IN.yaml new file mode 100644 index 000000000000..e16d9d693bcd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.zh-CN.yaml new file mode 100644 index 000000000000..8594af4c7ed5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.yaml new file mode 100644 index 000000000000..044413b3fba5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.3/Mozilla.Firefox.ff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 151.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1852bac622fb2e06d699617cc52624d563d023fe Mon Sep 17 00:00:00 2001 From: Vivor Loong <51329027+justnullname@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:32:20 +0800 Subject: [PATCH 243/248] New version: justnullname.QuickView version 6.2.10 (#382151) --- .../justnullname.QuickView.installer.yaml | 31 +++++++ .../justnullname.QuickView.locale.en-US.yaml | 83 +++++++++++++++++++ .../6.2.10/justnullname.QuickView.yaml | 8 ++ 3 files changed, 122 insertions(+) create mode 100644 manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.installer.yaml create mode 100644 manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.locale.en-US.yaml create mode 100644 manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.yaml diff --git a/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.installer.yaml b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.installer.yaml new file mode 100644 index 000000000000..3a9eb33b869d --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.2.10 +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /CURRENTUSER +InstallerSuccessCodes: +- -1073741819 +UpgradeBehavior: install +ProductCode: '{D175135F-5C7A-4E7B-B41E-C638E75C421A}_is1' +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- ProductCode: '{D175135F-5C7A-4E7B-B41E-C638E75C421A}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v6.2.10/QuickView_Installer_v6.2.10_X64.exe + InstallerSha256: 7A96A3176C6D774CEC473D3011140126939EA2D82D4F9524FC4899825029A5F4 +- Architecture: arm64 + InstallerUrl: https://github.com/justnullname/QuickView/releases/download/v6.2.10/QuickView_Installer_v6.2.10_ARM64.exe + InstallerSha256: 37BB20E66E05EB5E05496D1B4B86F4126918647DEA2023CEC7E4C130BEC7ADDC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.locale.en-US.yaml b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.locale.en-US.yaml new file mode 100644 index 000000000000..9871ba7a2062 --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.2.10 +PackageLocale: en-US +Publisher: justnullname +PublisherUrl: https://github.com/justnullname +PublisherSupportUrl: https://github.com/justnullname/QuickView/issues +PackageName: QuickView +PackageUrl: https://github.com/justnullname/QuickView +License: GPL-3.0 +LicenseUrl: https://github.com/justnullname/QuickView/blob/HEAD/LICENSE +ShortDescription: A blazingly fast, lightweight image viewer for Windows powered by Direct2D and SIMD. +Description: |- + QuickView is a high-performance image viewer for Windows, built with Direct2D hardware acceleration + and Google Highway SIMD optimization. It supports 80+ image formats including JPEG XL, AVIF, HEIC, + WebP, and RAW files. Features include HDR display support, portable mode, and GPU-accelerated rendering. +Tags: +- avif +- direct2d +- hdr +- heic +- image-viewer +- jxl +- photo-viewer +- raw +- simd +- webp +ReleaseNotes: |- + QuickView v6.2.10 - High-Performance HDR, Comic Evolution & Watcher System + Release Date: 2026-06-01 + QuickView v6.2.10 is a major architectural milestone. This release features a complete overhaul of the rendering pipeline, deep virtualized comic archive support, an automated real-time directory watcher, ICC color-gamut warnings, digital drawing overlay support, and a high-performance Clang compilation matrix. + Note: Press F1 at any time to open the interactive Shortcut & Help overlay to review the latest operations and features. + 🔍 Robust Directory Auto-Scanning (#192) + QuickView now automatically refreshes the image list when files are added, deleted, or renamed in the active directory. + - Background Directory Watcher: Implemented a dedicated background monitoring thread utilizing native FindFirstChangeNotificationW to listen to directory activities in real-time. + - 300ms Event Debouncer: Employs a robust debouncer that groups rapid file-system notifications to prevent UI stuttering and thread contention during event storms. + - Safe Index Reconciliation: Changes are dispatched safely back to the main thread via standard Windows messages, guaranteeing thread-safe, 0-lock list synchronization and immediate visual hot-reloads. + 📚 Zero-Overhead Comic & Archive VFS (#186) + You can now scan and browse image archives with zero overhead. + - DOD Virtual File System: Features a high-performance Data-Oriented Design (DOD) VFS that extracts and reads .zip, .rar, .cbz, and .cbr archives directly in memory with 0-disk writing. + - Comic Dual Page Mode: Smart adjacent page stitching with dynamic scale adjustments for a seamless double-spread comic book viewing experience. + - High-Performance Unrar: Integrates a single-threaded custom unrar-mini engine for lightning-fast archive traversal. + 🌈 Next-Gen HDR Pipeline (#131) + HDR handling has been reworked around standard luminance semantics for PQ/HLG, scRGB, scene-linear images, and gain-map content. + - HLG inverse OETF & CPU system gamma 1.2: Corrected HLG inverse OETF decoding math and added CPU-side OOTF system gamma scaling (1.2) for perfect accuracy with untagged and HLG-native sources. + - Branchless GPU HLG Math: Ported fully vectorized, branchless lerp-step shaders to accelerate HLG-to-linear conversion directly on the GPU. + - Microsoft Advanced Color scRGB Exposure Routing: Fully aligned tone-mapping parameters with Microsoft scRGB standard guidelines (absolute HDR at gain 1.0, SDR/relative elements scaled correctly by SdrWhite / 80.0). + - Smart Spline Tone-Map Passthrough: Added automated spline bypass detection. When an HDR image's peak fits completely within the screen's luminance boundaries, the spline shader is dynamically bypassed in favor of a zero-overhead colorimetric clip, saving precious GPU cycles. + - 64bpp FP16 and PQ Splines: Switched the entire composition pipeline to high-precision 64bpp FP16 linear color space. Integrates scientific-grade libplacebo-style Spline tone-mapping in PQ space. + - BT.2408 Exposure Gain & Highlight Desaturation: Reduces washed-out tones and color clipping with standard-aware exposure gain routing and high-dynamic color space desaturation. + - Reinhard Extended Perceptual Mapping: Includes customizable Reinhard perceptual scaling parameters with user-friendly sliders in the Settings panel. + - Highway SIMD Acceleration: SIMD-accelerated HDR peak luminance estimation for FP16 and U16 imagery. + - AVIF & JXL HDR Polish: JXL half-float output and AVIF EOTF handling improve HDR color and luminance consistency. + 🎨 Gamut Warning & Soft-Proof Comparison + Color management is now fully professional. + - 65x65x65 3D LUT Gamut Warning: Real-time identification of out-of-gamut pixels in soft-proofing mode using high-precision LUT analysis. + - Soft-Proof Compare Integration: When soft-proofing is enabled and you enter Compare Mode (C Key), QuickView now automatically triggers a side-by-side comparison of the original image versus the soft-proofed image (with target ICC rendering profile applied). + - 1s Debounce Buffer: Optimized the gamut warnings with a debouncer to guarantee 0-latency scrolling. + 📐 Draggable EXIF Info Panel & Tracing Overlay Mode + - Draggable EXIF Overlay (#179): EXIF Info Panel is now fully draggable across the screen, with automatic screen bounds confinement and layout memory persistence across sessions. + - Overlay (Tracing) Mode: Semi-transparent background mode powered by DirectComposition node transparency. + - Mouse Click-Through: Toggleable mouse passthrough (WM_EX_TRANSPARENT) allows digital artists to overlay reference drawings directly over their favorite drawing canvases. + - Shortcuts: Press Ctrl + Shift + O to toggle Tracing Mode, Alt + Up/Down Arrow to adjust opacity, and Shift + Esc to exit click-through. + 🛠️ Clang-cl & CMake Build Overhaul (#177) + QuickView has completely abandoned legacy MSVC solutions for a modern, cross-platform build system. + - CMake & Ninja Matrix: Built using CMake and the ultra-fast Ninja compiler backend. + - Clang-cl and LTO: Optimized with clang-cl.exe utilizing Full Link-Time Optimization (LTO) and zero-exception (-fno-exceptions) flags, leading to massive standalone executable footprint compression and improved execution speeds. + - Static Single Binary: Packaged with a custom x64-windows-static-clang triplet to ensure zero runtime dependencies. + ⚡ Underlying Performance & Instructions + - GeekGlass Context Menu Tuning: Skipped D2D effect initialization inside DWM acrylic-blurred context menus, avoiding massive runtime WARP JIT memory allocations and rendering spikes. + - stb_image.h to v2.30: Synchronized stb image libraries to the latest stable v2.30 and eliminated CodeQL integer overflow warnings in core image loading routines. + - Modern CPU Acceleration: Extended Highway SIMD implementations to take full advantage of modern AVX-512 (AVX3) and emerging AVX10.2 vector lanes. + - Memory Engine Arena: Specialized memory arenas and VFS block pools to eliminate heap fragmentation during prefetch and caching. + - Fluid UI Animations: Switched thumbnail animations to use a dedicated asynchronous PostMessage loop to maintain 60fps responsiveness. + - Fast-Lane Boot (#172): Streamlined window creation and thread startup for an instantaneous boot cycle. + 🤝 Acknowledgments + A special thank you to all the community developers and contributors who reported issues, shared complex HDR samples, and assisted in testing archive parsing. + Full Changelog: v5.3.0...v6.2.10 +ReleaseNotesUrl: https://github.com/justnullname/QuickView/releases/tag/v6.2.10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.yaml b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.yaml new file mode 100644 index 000000000000..05187234d627 --- /dev/null +++ b/manifests/j/justnullname/QuickView/6.2.10/justnullname.QuickView.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: justnullname.QuickView +PackageVersion: 6.2.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8b2f06e5c48101fd654f234d24c51c763b213f6b Mon Sep 17 00:00:00 2001 From: qr243vbi Date: Wed, 3 Jun 2026 06:32:33 +0300 Subject: [PATCH 244/248] NekoBox 5.11.16 Pull Request (#382174) --- .../5.11.16/qr243vbi.NekoBox.installer.yaml | 30 ++++++++++++++++++ .../qr243vbi.NekoBox.locale.en-US.yaml | 31 +++++++++++++++++++ .../NekoBox/5.11.16/qr243vbi.NekoBox.yaml | 7 +++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.installer.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.locale.en-US.yaml create mode 100644 manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.yaml diff --git a/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.installer.yaml b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.installer.yaml new file mode 100644 index 000000000000..eef3c4f2292a --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.16 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NekoBox +ReleaseDate: 2026-06-01 +AppsAndFeaturesEntries: +- ProductCode: NekoBox + DisplayName: NekoBox + Publisher: qr243vbi +InstallModes: + - silentWithProgress + - silent +InstallerSwitches: + Silent: "/S /NOSCRIPT=1 /WINGET=1" + SilentWithProgress: "/S /NOSCRIPT=1 /WINGET=1" +InstallationMetadata: + DefaultInstallLocation: '%AppData%\NekoBox' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.16/nekobox-5.11.16-windows64-installer.exe + InstallerSha256: 400EAC48BCB24A36AA488A2050ECC87E148E519479BA29651F2E08F2CF0B4628 +- Architecture: arm64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.16/nekobox-5.11.16-windows-arm64-installer.exe + InstallerSha256: B2BD3F8A10D7C4B01A5379ED9913202746449939066C9CDF2228C27AEAA28582 +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.locale.en-US.yaml b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.locale.en-US.yaml new file mode 100644 index 000000000000..e405a24652c6 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.16 +PackageLocale: en-US +Publisher: qr243vbi +PublisherUrl: https://github.com/qr243vbi +PublisherSupportUrl: https://github.com/qr243vbi/nekobox/issues +PackageName: NekoBox +PackageUrl: https://github.com/qr243vbi/nekobox +License: GPL-3.0 +LicenseUrl: https://github.com/qr243vbi/nekobox/blob/HEAD/LICENSE +ShortDescription: Cross-platform GUI proxy utility (Empowered by sing-box) +Tags: +- sing-box +- v2ray +- VLESS +- Vmess +- ShadowSocks +- Tor +- Mieru +- Trojan +- Hysteria +- Wireguard +- NyameBox +- TUIC +- SSH +- VPN +- ShadowTLS +- AnyTLS +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.yaml b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.yaml new file mode 100644 index 000000000000..44c4b4bcfb28 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.16/qr243vbi.NekoBox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 \ No newline at end of file From 1179d07a4112b3fe3743b0ff9f33edda2066b8a7 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:33:02 -0700 Subject: [PATCH 245/248] Automatic update of ENERCALC.ENERCALC from 20.26.05.05 to 20.26.06.02 (#382859) --- .../ENERCALC.ENERCALC.installer.yaml | 22 +++++++++++++ .../ENERCALC.ENERCALC.locale.en-US.yaml | 32 +++++++++++++++++++ .../ENERCALC.ENERCALC.locale.zh-CN.yaml | 21 ++++++++++++ .../20.26.06.02/ENERCALC.ENERCALC.yaml | 8 +++++ 4 files changed, 83 insertions(+) create mode 100644 manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.installer.yaml create mode 100644 manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.en-US.yaml create mode 100644 manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.zh-CN.yaml create mode 100644 manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.yaml diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.installer.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.installer.yaml new file mode 100644 index 000000000000..8c011ab61605 --- /dev/null +++ b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.26.06.02 +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: A20E78EC54F1B5237E341B94DCBAD3C33C0247AA650F83108F235BAAF6180EAB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.en-US.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.en-US.yaml new file mode 100644 index 000000000000..cd8f48a57238 --- /dev/null +++ b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.26.06.02 +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 - 2026 +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.12.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.zh-CN.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.zh-CN.yaml new file mode 100644 index 000000000000..3da5f53e3dd9 --- /dev/null +++ b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.26.06.02 +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.12.0 diff --git a/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.yaml b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.yaml new file mode 100644 index 000000000000..2f4ae6cdd19f --- /dev/null +++ b/manifests/e/ENERCALC/ENERCALC/20.26.06.02/ENERCALC.ENERCALC.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/02 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ENERCALC.ENERCALC +PackageVersion: 20.26.06.02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9018d88933da1298aaa6c531882fed62df8465b6 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:33:14 -0700 Subject: [PATCH 246/248] Automatic update of Lingbao.EasyClaw.CN from 1.3.57 to 1.3.59.588 (#382888) --- .../Lingbao.EasyClaw.CN.installer.yaml | 25 +++++++++++++++++ .../Lingbao.EasyClaw.CN.locale.en-US.yaml | 20 ++++++++++++++ .../Lingbao.EasyClaw.CN.locale.zh-CN.yaml | 27 +++++++++++++++++++ .../CN/1.3.59.588/Lingbao.EasyClaw.CN.yaml | 8 ++++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.installer.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.en-US.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.zh-CN.yaml create mode 100644 manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.yaml diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.installer.yaml new file mode 100644 index 000000000000..f6dc928e88ba --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.59.588 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Protocols: +- easyclaw +FileExtensions: +- easyclaw +ProductCode: easyclawcn +Installers: +- Architecture: x64 + InstallerUrl: https://aibot-install-cdn.easyclaw.cn/public/package/easyclawcnsetup.exe + InstallerSha256: 3F790C99C73B9A8068A3991ECCEB60C8AA6DD0BE7ADB46551EC63D2D0B81F47C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.en-US.yaml new file mode 100644 index 000000000000..1bfedea0dcfc --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.59.588 +PackageLocale: en-US +Author: Beijing Lingbao Intelligent Technology Co., Ltd. +License: Proprietary +ShortDescription: The AI Assistant That Just Works. Based on the OpenClaw framework. One-click install. Zero configuration. No API key required. +Tags: +- agent +- agentic +- ai +- chatbot +- claw +- large-language-model +- llm +- openclaw +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..8d475f59ac79 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.59.588 +PackageLocale: zh-CN +Publisher: EasyClaw Team +PublisherUrl: https://easyclaw.cn/ +PrivacyUrl: https://www.easyclaw.cn/privacy/easyclaw-dl-privacy.html +Author: 北京灵豹智能科技有限公司 +PackageName: EasyClaw +PackageUrl: https://easyclaw.cn/ +License: 专有软件 +LicenseUrl: https://www.easyclaw.cn/privacy/easyclaw-license-cn.html +Copyright: 北京灵豹智能科技有限公司 版权所有 +CopyrightUrl: https://www.easyclaw.cn/privacy/easyclaw-license-cn.html +ShortDescription: 开箱即用的 AI 助手,基于 OpenClaw 框架打造。一键安装,免除繁琐配置,无需提供 API Key。 +Tags: +- openclaw +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +- 龙虾 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.yaml new file mode 100644 index 000000000000..21e468d268b6 --- /dev/null +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.59.588/Lingbao.EasyClaw.CN.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/03 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lingbao.EasyClaw.CN +PackageVersion: 1.3.59.588 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 807f2b925c24d4b44abb2e2a615ed7da0213dc7c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:33:29 +0800 Subject: [PATCH 247/248] New version: Sourcegraph.Amp version 0.0.1780443895-gb1eab3 (#382890) --- .../Sourcegraph.Amp.installer.yaml | 17 +++++++++ .../Sourcegraph.Amp.locale.en-US.yaml | 36 +++++++++++++++++++ .../Sourcegraph.Amp.locale.zh-CN.yaml | 25 +++++++++++++ .../Sourcegraph.Amp.yaml | 8 +++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..f163dbe8d8e8 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780443895-gb1eab3 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1780443895-gb1eab3/amp-windows-x64-baseline.exe + InstallerSha256: 1A6C60B8201BF03AE10B3900BF25F7E7572678A5BF2D3730A075F9DC858B7A24 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..31b265c3b48b --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780443895-gb1eab3 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..4225e0202e39 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780443895-gb1eab3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..106f9d016b62 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1780443895-gb1eab3/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1780443895-gb1eab3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f10669cb46541943e4d0594c48300a673a36757d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:33:44 +0800 Subject: [PATCH 248/248] New version: Anthropic.Claude version 1.10628.0 (#382905) --- .../1.10628.0/Anthropic.Claude.installer.yaml | 66 +++++++++++++++++++ .../Anthropic.Claude.locale.en-US.yaml | 24 +++++++ .../Anthropic.Claude.locale.zh-CN.yaml | 15 +++++ .../Claude/1.10628.0/Anthropic.Claude.yaml | 8 +++ 4 files changed, 113 insertions(+) create mode 100644 manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.installer.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.yaml diff --git a/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..bbf91d6ff9f2 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.installer.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.0 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.10628.0/Claude-b4f860bb5e61a4289cf2a8bca78f006ebde1bb3f.msix + InstallerSha256: 3A5E5B89B6FB237BF70064EFBBC7379F32469DC0391523A8507F52CBF946F6CA + SignatureSha256: 152BD3BECE984E21143654C7786CE6DFE453977F1353A627C5B9EF34CE8DFA75 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.10628.0/Claude-b4f860bb5e61a4289cf2a8bca78f006ebde1bb3f.msix + InstallerSha256: 5E4C53ED4992D0E6B305DFA2A14ABE919CD1FEFE33452D739E7758425C267984 + SignatureSha256: EA6A05D6BBD1BF026A6A5317677DA312474C8DC21ECF132FA3DFB9B04D918149 + PackageFamilyName: Claude_pzs8sxrjxfjjc + Capabilities: + - internetClient + RestrictedCapabilities: + - localSystemServices + - packagedServices + - runFullTrust + - unvirtualizedResources +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.10628.0/Claude-b4f860bb5e61a4289cf2a8bca78f006ebde1bb3f.exe + InstallerSha256: 5BD56CDA5FD018CF13B91FDFDB8FBFC6842142679F9B5A50AB3343E2B21F1153 + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +- Architecture: arm64 + InstallerType: exe + Scope: user + InstallerUrl: https://downloads.claude.ai/releases/win32/arm64/1.10628.0/Claude-b4f860bb5e61a4289cf2a8bca78f006ebde1bb3f.exe + InstallerSha256: C21CFBEEAB73D8400802ED7788E75350D0CBDFB14D382A1214011AC4EDCED01D + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + UpgradeBehavior: install + ProductCode: AnthropicClaude + AppsAndFeaturesEntries: + - Publisher: Anthropic PBC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..6578313c2e1e --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.0 +PackageLocale: en-US +Publisher: Anthropic, PBC +PublisherSupportUrl: https://docs.google.com/document/d/11rLWQYaReoZrRaoyPU3_gbgmDgLOKBVjEa-lvPDiWXE/edit +Author: Anthropic PBC +PackageName: Claude +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Your AI partner on desktop. Fast, focused, and designed for deep work. +Moniker: claude +Tags: +- ai +- artificial-intelligence +- artificialintelligence +- chatbot +- large-language-model +- llm +PurchaseUrl: https://www.anthropic.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..76ae8fd34324 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.locale.zh-CN.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.yaml new file mode 100644 index 000000000000..44899aa019de --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.10628.0/Anthropic.Claude.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anthropic.Claude +PackageVersion: 1.10628.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0