From 8242b5025ab88ad1d1c15fe3bb924e0be0f7abce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralph=20K=C3=BCpper?= Date: Tue, 19 May 2026 20:32:02 +0200 Subject: [PATCH 001/325] New version: PerryTS.Perry version 0.5.890 (#373726) --- .../0.5.890/PerryTS.Perry.installer.yaml | 20 ++++++++++++++++ .../0.5.890/PerryTS.Perry.locale.en-US.yaml | 24 +++++++++++++++++++ .../PerryTS/Perry/0.5.890/PerryTS.Perry.yaml | 8 +++++++ 3 files changed, 52 insertions(+) create mode 100644 manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.installer.yaml create mode 100644 manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.locale.en-US.yaml create mode 100644 manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.yaml diff --git a/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.installer.yaml b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.installer.yaml new file mode 100644 index 000000000000..67a620fd1fc8 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PerryTS.Perry +PackageVersion: 0.5.890 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: perry.exe + PortableCommandAlias: perry +Dependencies: + PackageDependencies: + - PackageIdentifier: LLVM.LLVM +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PerryTS/perry/releases/download/v0.5.890/perry-windows-x86_64.zip + InstallerSha256: 02A2221D81F5C7BADF6E714BFEC18CAC9572237F63BA85A3C09ECEC286EF39BF +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-12 diff --git a/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.locale.en-US.yaml b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.locale.en-US.yaml new file mode 100644 index 000000000000..6c1020a5d3c7 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.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: PerryTS.Perry +PackageVersion: 0.5.890 +PackageLocale: en-US +Publisher: PerryTS +PublisherUrl: https://github.com/PerryTS +PublisherSupportUrl: https://github.com/PerryTS/perry/issues +PackageName: Perry +PackageUrl: https://github.com/PerryTS/perry +License: MIT +LicenseUrl: https://github.com/PerryTS/perry/blob/main/LICENSE +ShortDescription: Native TypeScript compiler that compiles TypeScript to native executables +Description: Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and Cranelift for code generation. +Tags: +- typescript +- compiler +- native +- rust +- cranelift +ReleaseNotesUrl: https://github.com/PerryTS/perry/releases/tag/v0.5.890 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.yaml b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.yaml new file mode 100644 index 000000000000..e7aa974d9607 --- /dev/null +++ b/manifests/p/PerryTS/Perry/0.5.890/PerryTS.Perry.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: PerryTS.Perry +PackageVersion: 0.5.890 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2c325214e0c0a35f53ea2ab770b5345a73473dea Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 20 May 2026 02:33:20 +0800 Subject: [PATCH 002/325] New package: GrainIntelligence.Grain version 2026.25.1 (#373903) --- .../GrainIntelligence.Grain.installer.yaml | 21 ++++++++++ .../GrainIntelligence.Grain.locale.en-US.yaml | 39 +++++++++++++++++++ .../GrainIntelligence.Grain.locale.zh-CN.yaml | 36 +++++++++++++++++ .../2026.25.1/GrainIntelligence.Grain.yaml | 8 ++++ 4 files changed, 104 insertions(+) create mode 100644 manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.installer.yaml create mode 100644 manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.en-US.yaml create mode 100644 manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.zh-CN.yaml create mode 100644 manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.yaml diff --git a/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.installer.yaml b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.installer.yaml new file mode 100644 index 000000000000..78b6ae601144 --- /dev/null +++ b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GrainIntelligence.Grain +PackageVersion: 2026.25.1 +InstallerType: nullsoft # electron-builder +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- grain +- grain-sprout +ProductCode: 9d87770c-315b-5b41-8504-6dfc2a111417 +ReleaseDate: 2026-05-01 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/250821jjedgsc/Grain%20Setup%202026.25.1%20-%20Build%20260501bx7m0q6rp-x64.exe + InstallerSha256: BBEB15C13F63F0EF4BD86F3F60BFB3C0E14CA0821E237D70010766E963CAEC7F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.en-US.yaml b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.en-US.yaml new file mode 100644 index 000000000000..dfc79ff68c98 --- /dev/null +++ b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GrainIntelligence.Grain +PackageVersion: 2026.25.1 +PackageLocale: en-US +Publisher: Grain +PublisherUrl: https://grain.com/ +PublisherSupportUrl: https://support.grain.com/ +PrivacyUrl: https://grain.com/privacy-policy +Author: Grain Intelligence, Inc. +PackageName: Grain +PackageUrl: https://grain.com/download +License: Proprietary +LicenseUrl: https://grain.com/terms +Copyright: © 2026 Grain Intelligence Inc. All rights reserved. +CopyrightUrl: https://grain.com/terms +ShortDescription: The AI notetaker for agents and teams +Description: 'Grain is an AI notetaker and conversation intelligence platform that records video calls, Slack huddles, and in-person meetings to provide accurate summaries, insights, and coaching feedback. Unlike other notetaking tools, Grain captures all meeting content: video, desktop captured audio, and resulting transcripts and notes. We make it easy to share meaningful data with your clients and collaborators, and to transform your meeting data into actionable insights and deliverables using AI technology.' +# Moniker: +Tags: +- caption +- conference +- meeting +- simultaneous-interpreting +- subtitle +- transcribe +- translate +- translation +- translator +# ReleaseNotes: +ReleaseNotesUrl: https://grain.com/release-notes +PurchaseUrl: https://grain.com/pricing +# InstallationNotes: +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://grain.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.zh-CN.yaml b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.zh-CN.yaml new file mode 100644 index 000000000000..6d87379bbbe1 --- /dev/null +++ b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: GrainIntelligence.Grain +PackageVersion: 2026.25.1 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +# PackageName: +# PackageUrl: +License: 专有软件 +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 适用于智能体和团队的 AI 笔记助手 +Description: Grain 是一款 AI 笔记和对话智能平台,可录制视频通话、Slack 语音会议以及线下会议,提供准确的摘要、洞察和辅导反馈。与其他笔记工具不同,Grain 能够捕捉会议的全部内容:视频、桌面录制的音频,以及生成的文字记录和笔记。我们让您可以轻松地与客户和协作者共享有意义的数据,并利用 AI 技术将会议数据转化为可执行的洞察和成果。 +# Moniker: +Tags: +- 会议 +- 同传 +- 同声传译 +- 字幕 +- 翻译 +- 转录 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://grain.com/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.yaml b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.yaml new file mode 100644 index 000000000000..c68906e3e92f --- /dev/null +++ b/manifests/g/GrainIntelligence/Grain/2026.25.1/GrainIntelligence.Grain.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.2 $debug=NVS1.CRLF.7-6-1.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GrainIntelligence.Grain +PackageVersion: 2026.25.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f4428cd76e0ad8ad89ee3bbdad763c2c7f14dd9a Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Wed, 20 May 2026 04:34:36 +1000 Subject: [PATCH 003/325] New version: Speakeasy.speakeasy 1.763.0 (#373997) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.763.0/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..c6c147bae2cd --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.763.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-13" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.0/speakeasy_windows_386.zip + InstallerSha256: d9138e74b7bc1c13f4b54fe3dd4af41ac8035c22dab69c87a2b385b7c8aa80dd + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.0/speakeasy_windows_arm64.zip + InstallerSha256: ae9966479a05e24b1fe9601a5b607b90693e5d23d61f6f8c76fd6e365d69aab4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.0/speakeasy_windows_amd64.zip + InstallerSha256: e5e467e1e4b8d6e22ed6003f861a2b1c562fbb4a903f5655eed2d8084783fe27 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..687d761ebb89 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.locale.en-US.yaml @@ -0,0 +1,28 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.763.0 +PackageLocale: en-US +Publisher: Speakeasy +PublisherUrl: https://www.speakeasy.com +PublisherSupportUrl: https://github.com/speakeasy-api/speakeasy/issues +PackageName: speakeasy +PackageUrl: https://www.speakeasy.com +License: elastic +LicenseUrl: https://github.com/speakeasy-api/speakeasy/blob/main/LICENSE +Copyright: 2024 Speakeasy, Inc +ShortDescription: Speakeasy CLI makes validating API specs and generating idiomatic SDKs easy! +Description: |- + This CLI is a tool for interacting with the Speakeasy platform - the CLI brings the functionality of Speakeasy into your development workflow. It can be run locally or in your CI/CD pipeline to validate your API specs, generate SDKs and more. + + Current functions of the CLI include: + + Generating idiomatic client SDKs from OpenAPI 3.x specs: + Live: Go, Python3, Typescript(Node), Java, PHP, Ruby, Terraform + Validating the correctness of OpenAPI3 specs. The CLI has a built in command to validate your spec and post helpful error messages. + Authenticating with the platform and managing API keys. +Moniker: speakeasy +ReleaseNotes: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.763.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.763.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..092fd88dba35 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.0/Speakeasy.speakeasy.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Speakeasy.speakeasy +PackageVersion: 1.763.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 135e155e2c632f9fafd77822675282f850bbbfba Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:34:51 +0800 Subject: [PATCH 004/325] New version: Mozilla.Firefox.ESR.et version 140.11.0 (#376446) --- .../Mozilla.Firefox.ESR.et.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.et.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.et.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.et.locale.zh-CN.yaml | 25 +++++++++++ .../et/140.11.0/Mozilla.Firefox.ESR.et.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.installer.yaml new file mode 100644 index 000000000000..b229e98730a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.et +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/et/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 76A4A799BDFD5C65C84E91F2BB0DD50793371ECD78516A88EFC6F4ED6B99FCCF + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 et) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/et/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C930F4C5CB7F0C40BD3C035F2D7268911EE115D127B235D0D6B8DAA1E7BBE619 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 et) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/et/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 1F53828F6A61422CB2843BC2DAE6C9BB1BBEDBCA6049CBD52FA7B08133A910F2 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 et) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.de-DE.yaml new file mode 100644 index 000000000000..6486f4f93be1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.de-DE.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: Mozilla.Firefox.ESR.et +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (et) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.en-US.yaml new file mode 100644 index 000000000000..a8383883657b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.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: Mozilla.Firefox.ESR.et +PackageVersion: 140.11.0 +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 ESR (et) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.locale.zh-CN.yaml new file mode 100644 index 000000000000..f1edbe55c577 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.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: Mozilla.Firefox.ESR.et +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (et) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.yaml b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.et.yaml new file mode 100644 index 000000000000..dc97353655de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/et/140.11.0/Mozilla.Firefox.ESR.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.ESR.et +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 777b6aacc8309ed8447536b27390ac447eb611dc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:35:04 +0800 Subject: [PATCH 005/325] New version: Mozilla.Firefox.ESR.gd version 140.11.0 (#376456) --- .../Mozilla.Firefox.ESR.gd.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.gd.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.gd.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml | 25 +++++++++++ .../gd/140.11.0/Mozilla.Firefox.ESR.gd.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.installer.yaml new file mode 100644 index 000000000000..76bee8e6a621 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gd +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/gd/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 7CF5FAFED0E879B79550578444597FF5DF605D5631C9F6455D984B0FEE168458 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 gd) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/gd/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 69719507FE771848B42BD18952727E99E1A15F28C02852EDD54A1D029A9A1FA6 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 gd) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/gd/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 61E8E2B0A4B1EB0268431A81105214BF6F77C2E99A661E0D804A500C912BED51 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 gd) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.de-DE.yaml new file mode 100644 index 000000000000..a0eda8cfe171 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.de-DE.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: Mozilla.Firefox.ESR.gd +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gd) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.en-US.yaml new file mode 100644 index 000000000000..5c41766b6186 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.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: Mozilla.Firefox.ESR.gd +PackageVersion: 140.11.0 +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 ESR (gd) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.locale.zh-CN.yaml new file mode 100644 index 000000000000..729eb6ad2c40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.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: Mozilla.Firefox.ESR.gd +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (gd) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.yaml b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.yaml new file mode 100644 index 000000000000..0263070fe671 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gd/140.11.0/Mozilla.Firefox.ESR.gd.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.ESR.gd +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 625bb1afaa79250623a7c6e401bd156c72d80ccc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:35:20 +0800 Subject: [PATCH 006/325] New version: Mozilla.Firefox.ESR.hr version 140.11.0 (#376463) --- .../Mozilla.Firefox.ESR.hr.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.hr.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.hr.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.hr.locale.zh-CN.yaml | 25 +++++++++++ .../hr/140.11.0/Mozilla.Firefox.ESR.hr.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.installer.yaml new file mode 100644 index 000000000000..c76205cc9d16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.hr +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/hr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 28CD6D8EB63A5B3C0904994374CA60CD6CA37D2D98C0A73B4C78FBD2E0A1DD85 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 hr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/hr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 79D639F7ECD9B5C1BC4D1482FA56D534CFCB60D5F84489482EE2FC58307FBE08 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 hr) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/hr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A8F2BEAAAF87C8865DA433C58AF4D1BA2B323BA4CB088A07DE002B60585F1485 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 hr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.de-DE.yaml new file mode 100644 index 000000000000..7ef6456718bf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.de-DE.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: Mozilla.Firefox.ESR.hr +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (hr) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.en-US.yaml new file mode 100644 index 000000000000..5206703013fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.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: Mozilla.Firefox.ESR.hr +PackageVersion: 140.11.0 +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 ESR (hr) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.locale.zh-CN.yaml new file mode 100644 index 000000000000..ba3fec332028 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.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: Mozilla.Firefox.ESR.hr +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (hr) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.yaml b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.hr.yaml new file mode 100644 index 000000000000..6e2d99c705d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/hr/140.11.0/Mozilla.Firefox.ESR.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.ESR.hr +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d702bd7848f538e8851abf5f58694661546b8af Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:35:34 +0800 Subject: [PATCH 007/325] New version: Mozilla.Firefox.ESR.te version 140.11.0 (#376509) --- .../Mozilla.Firefox.ESR.te.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.te.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.te.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.te.locale.zh-CN.yaml | 25 +++++++++++ .../te/140.11.0/Mozilla.Firefox.ESR.te.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.installer.yaml new file mode 100644 index 000000000000..e176095b7640 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.te +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/te/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 0BCD1E3A1C6374E93CC44D0CD664EBB527D95D8013B16F1FB7052D6C4F2D74B7 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 te) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/te/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 1B969B0B101415594AD44FBFA066788CC1A19C0234C35FB53B3602294B39A5F9 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 te) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/te/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 0C4074E2D222437D2FE88167D0D2B8B5ECE875CED52612ADAB6F0ABABC7E9F04 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 te) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.de-DE.yaml new file mode 100644 index 000000000000..f41a5caa05e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.de-DE.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: Mozilla.Firefox.ESR.te +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (te) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.en-US.yaml new file mode 100644 index 000000000000..04d70978bf05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.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: Mozilla.Firefox.ESR.te +PackageVersion: 140.11.0 +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 ESR (te) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.locale.zh-CN.yaml new file mode 100644 index 000000000000..fe36f2b08a0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.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: Mozilla.Firefox.ESR.te +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (te) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.yaml b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.yaml new file mode 100644 index 000000000000..30485b37849f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/te/140.11.0/Mozilla.Firefox.ESR.te.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.ESR.te +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From defce7a5bd64a284223f4eb928b84bfe735b3dbd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:35:49 +0800 Subject: [PATCH 008/325] New version: Mozilla.Firefox.ESR.uz version 140.11.0 (#376520) --- .../Mozilla.Firefox.ESR.uz.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.uz.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.uz.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.uz.locale.zh-CN.yaml | 25 +++++++++++ .../uz/140.11.0/Mozilla.Firefox.ESR.uz.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.installer.yaml new file mode 100644 index 000000000000..6f1986161222 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.uz +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/uz/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 9DA8ACAC766719C3657C180916BC5E8D90EEE6ABD92D54CDE4D4A5F7AE3D9ECE + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 uz) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/uz/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: D05EA629E1CE1F77CB990AAAC03C77C071FC09304E6DF57A2B847C0E4215152C + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 uz) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/uz/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 0671A0A2BC095AFC2C6E31A1BB4BA3F20528CEB9CA06747E26408D472E6AD603 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 uz) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.de-DE.yaml new file mode 100644 index 000000000000..bde381060044 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.de-DE.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: Mozilla.Firefox.ESR.uz +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (uz) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.en-US.yaml new file mode 100644 index 000000000000..165001581bf0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.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: Mozilla.Firefox.ESR.uz +PackageVersion: 140.11.0 +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 ESR (uz) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.locale.zh-CN.yaml new file mode 100644 index 000000000000..ead95fbca291 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.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: Mozilla.Firefox.ESR.uz +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (uz) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.yaml b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.yaml new file mode 100644 index 000000000000..b69d28aeaaa7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/uz/140.11.0/Mozilla.Firefox.ESR.uz.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.ESR.uz +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 61048dc1975897f802fa24125a68aa6729c8ca83 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:36:04 +0800 Subject: [PATCH 009/325] New version: Mozilla.Firefox.ESR.zh-TW version 140.11.0 (#376528) --- .../Mozilla.Firefox.ESR.zh-TW.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.zh-TW.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.zh-TW.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.zh-TW.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.zh-TW.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.installer.yaml new file mode 100644 index 000000000000..3fc1ba8c972a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.zh-TW +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/zh-TW/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4D4686217231B300FE6DE62BB5653B7D227CAFA01AC5CE79ECFFA89C58A6D860 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 zh-TW) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/zh-TW/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2ACDEACD11343980228FF3EAD20F97B87CA5068C68A61637208544568476D23D + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 zh-TW) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/zh-TW/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 71DA132B478A975A0BB4966339EDA6DDEB3D270057E3192C61E80494C99C8EAC + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 zh-TW) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.de-DE.yaml new file mode 100644 index 000000000000..c3cd04efde1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.de-DE.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: Mozilla.Firefox.ESR.zh-TW +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (zh-TW) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.en-US.yaml new file mode 100644 index 000000000000..0b99ccb6596d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.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: Mozilla.Firefox.ESR.zh-TW +PackageVersion: 140.11.0 +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 ESR (zh-TW) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.locale.zh-CN.yaml new file mode 100644 index 000000000000..b4e7b87f64d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.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: Mozilla.Firefox.ESR.zh-TW +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (zh-TW) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.yaml b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.yaml new file mode 100644 index 000000000000..1e7eada61305 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/zh-TW/140.11.0/Mozilla.Firefox.ESR.zh-TW.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.ESR.zh-TW +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 216b0180eb161750a6d9bd506ee0dd8275477b38 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 14:36:16 -0400 Subject: [PATCH 010/325] New version: JetBrains.dotPeek version 2026.1.2 (#376534) --- .../2026.1.2/JetBrains.dotPeek.installer.yaml | 28 +++++++++++++++++++ .../JetBrains.dotPeek.locale.en-US.yaml | 20 +++++++++++++ .../dotPeek/2026.1.2/JetBrains.dotPeek.yaml | 8 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.installer.yaml create mode 100644 manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.yaml diff --git a/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.installer.yaml b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.installer.yaml new file mode 100644 index 000000000000..f17c8b0dc028 --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.installer.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotPeek +PackageVersion: 2026.1.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotPeek.2026.1.2.web.exe + InstallerSha256: 0062542153E2544F502EE512A20E1A6A7197520DFE5742113ADD9B4952D06DB7 +- Architecture: x86 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotPeek.2026.1.2.web.exe + InstallerSha256: 0062542153E2544F502EE512A20E1A6A7197520DFE5742113ADD9B4952D06DB7 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.locale.en-US.yaml b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.locale.en-US.yaml new file mode 100644 index 000000000000..48b16927eee1 --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotPeek +PackageVersion: 2026.1.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains dotPeek +PackageUrl: https://www.jetbrains.com/profiler/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: .NET performance profiler +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.yaml b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.yaml new file mode 100644 index 000000000000..8c7da4477f28 --- /dev/null +++ b/manifests/j/JetBrains/dotPeek/2026.1.2/JetBrains.dotPeek.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: JetBrains.dotPeek +PackageVersion: 2026.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 277132cd83c45645a6fdb5f397f1dc5d00dba4ff Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:36:57 +0800 Subject: [PATCH 011/325] New version: Mozilla.Firefox.bs version 151.0 (#376539) --- .../151.0/Mozilla.Firefox.bs.installer.yaml | 40 ++++++ .../Mozilla.Firefox.bs.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.bs.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.bs.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.bs.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.bs.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.bs.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.bs.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.bs.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.bs.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.bs.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.bs.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.bs.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.bs.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.bs.locale.zh-CN.yaml | 24 ++++ .../Firefox/bs/151.0/Mozilla.Firefox.bs.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.yaml diff --git a/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.installer.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.installer.yaml new file mode 100644 index 000000000000..7670e6d33f4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/bs/Firefox%20Setup%20151.0.exe + InstallerSha256: 2A9E3AEE51D2DABEFE966EDD4F7D2E1EA1B9C37D67CBDEBE425CFE2FA223B010 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/bs/Firefox%20Setup%20151.0.exe + InstallerSha256: B7EDFAEC89B351FF682BCC394CB5355F464FBCCD551B81A696D2C950E4F6AE44 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/bs/Firefox%20Setup%20151.0.exe + InstallerSha256: 520391A591D7B49B2E3AB41E1A6830FDD51630736CCACF1C0430C104CC67633D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.cs-CZ.yaml new file mode 100644 index 000000000000..bc9fcddbed32 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.da-DK.yaml new file mode 100644 index 000000000000..bd9db27646ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.de-DE.yaml new file mode 100644 index 000000000000..d6f99a28c483 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.el-GR.yaml new file mode 100644 index 000000000000..6464ddc93b92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.en-GB.yaml new file mode 100644 index 000000000000..c940739b8398 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.en-US.yaml new file mode 100644 index 000000000000..64c0e054b0a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bs +PackageVersion: "151.0" +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 (bs) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.es-MX.yaml new file mode 100644 index 000000000000..bebefb1e835c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.fr-FR.yaml new file mode 100644 index 000000000000..e5da4a8d6f1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.hu-HU.yaml new file mode 100644 index 000000000000..79cd283ee85b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ja-JP.yaml new file mode 100644 index 000000000000..44e6ad1ea24c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.nb-NO.yaml new file mode 100644 index 000000000000..71914d51004a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ru-RU.yaml new file mode 100644 index 000000000000..5d37afea53cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.ta-IN.yaml new file mode 100644 index 000000000000..692b7a8dc5ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.locale.zh-CN.yaml new file mode 100644 index 000000000000..82e875529f25 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +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/bs/151.0/Mozilla.Firefox.bs.yaml b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.yaml new file mode 100644 index 000000000000..8076ce687f2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0/Mozilla.Firefox.bs.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.bs +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e0c3feaaa282231a1201c80149f870a588be6092 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:37:19 +0800 Subject: [PATCH 012/325] New version: Mozilla.Firefox.el version 151.0 (#376554) --- .../151.0/Mozilla.Firefox.el.installer.yaml | 40 ++++++ .../Mozilla.Firefox.el.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.el.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.el.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.el.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.el.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.el.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.el.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.el.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.el.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.el.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.el.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.el.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.el.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.el.locale.zh-CN.yaml | 24 ++++ .../Firefox/el/151.0/Mozilla.Firefox.el.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.yaml diff --git a/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.installer.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.installer.yaml new file mode 100644 index 000000000000..e65c9442e9b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/el/Firefox%20Setup%20151.0.exe + InstallerSha256: 660F3D5D3D5A662B1D8DF17D2716C10FFD1427FAF500F63BA5BAACA21D003C78 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/el/Firefox%20Setup%20151.0.exe + InstallerSha256: 00376F9B32CB9BA77E2941E6778CA7138DECE0D6DFFD97B4DD1F4481920CD130 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/el/Firefox%20Setup%20151.0.exe + InstallerSha256: 8C83185B0688516940872DB7AD29E3F14C91D1F40E2F4D06639C220C83E288A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.cs-CZ.yaml new file mode 100644 index 000000000000..78cd202079a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.da-DK.yaml new file mode 100644 index 000000000000..924b37028340 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.de-DE.yaml new file mode 100644 index 000000000000..e3392ce43294 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.el-GR.yaml new file mode 100644 index 000000000000..a9d116715862 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.en-GB.yaml new file mode 100644 index 000000000000..084e08130ef0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.en-US.yaml new file mode 100644 index 000000000000..63d0853bef19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: "151.0" +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 (el) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.es-MX.yaml new file mode 100644 index 000000000000..08712d5d82e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.fr-FR.yaml new file mode 100644 index 000000000000..7d2f60b90e57 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.hu-HU.yaml new file mode 100644 index 000000000000..8de63287370a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ja-JP.yaml new file mode 100644 index 000000000000..796ab1834bcc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.nb-NO.yaml new file mode 100644 index 000000000000..d53196c598ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ru-RU.yaml new file mode 100644 index 000000000000..4a91ba46258f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.ta-IN.yaml new file mode 100644 index 000000000000..d4887fdbad33 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.locale.zh-CN.yaml new file mode 100644 index 000000000000..83740c6e5386 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +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/el/151.0/Mozilla.Firefox.el.yaml b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.yaml new file mode 100644 index 000000000000..062d8673cafc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0/Mozilla.Firefox.el.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.el +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fbc669c54920cd3a07ab7adadc14ef31542ae1ff Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:37:38 +0800 Subject: [PATCH 013/325] New version: Mozilla.Firefox.fi version 151.0 (#376572) --- .../151.0/Mozilla.Firefox.fi.installer.yaml | 40 ++++++ .../Mozilla.Firefox.fi.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.fi.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.fi.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.fi.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.fi.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.fi.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.fi.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.fi.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.fi.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.fi.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.fi.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.fi.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.fi.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.fi.locale.zh-CN.yaml | 24 ++++ .../Firefox/fi/151.0/Mozilla.Firefox.fi.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.yaml diff --git a/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.installer.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.installer.yaml new file mode 100644 index 000000000000..19d36ffbd1b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/fi/Firefox%20Setup%20151.0.exe + InstallerSha256: D99CE527BFA666590D1A70C6ED449B83C24411ACE74E0E23B5DCB3907E4C5233 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/fi/Firefox%20Setup%20151.0.exe + InstallerSha256: 80A2B963D693658EBE12044704F653E5BE660471FB19A6C52EAD26D2B9103FE9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/fi/Firefox%20Setup%20151.0.exe + InstallerSha256: A3C04B42B98C8B4296DD9FD556D3F278773218E58EA16FEB96EAB0D83DCCEB28 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.cs-CZ.yaml new file mode 100644 index 000000000000..031de6bf276d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.da-DK.yaml new file mode 100644 index 000000000000..7af002d5d642 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.de-DE.yaml new file mode 100644 index 000000000000..1b60ef6ee318 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.el-GR.yaml new file mode 100644 index 000000000000..c81b03fc67f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.en-GB.yaml new file mode 100644 index 000000000000..14224b0a6756 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.en-US.yaml new file mode 100644 index 000000000000..8bf771a78faa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fi +PackageVersion: "151.0" +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 (fi) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.es-MX.yaml new file mode 100644 index 000000000000..8d12b2fd7d94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.fr-FR.yaml new file mode 100644 index 000000000000..e0e47c648bf0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.hu-HU.yaml new file mode 100644 index 000000000000..fe2472d776a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ja-JP.yaml new file mode 100644 index 000000000000..0b800e2b14cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.nb-NO.yaml new file mode 100644 index 000000000000..dadd626c44e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ru-RU.yaml new file mode 100644 index 000000000000..307c2625b3a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.ta-IN.yaml new file mode 100644 index 000000000000..6832cd38ec3b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.locale.zh-CN.yaml new file mode 100644 index 000000000000..5f82f6d644cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +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/fi/151.0/Mozilla.Firefox.fi.yaml b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.yaml new file mode 100644 index 000000000000..a3b95d539d3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/151.0/Mozilla.Firefox.fi.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.fi +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From aec76e856b3e277f09e59dcdaf32ea200f3bd4b9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:38:03 +0800 Subject: [PATCH 014/325] New version: Mozilla.Firefox.fr version 151.0 (#376573) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/fr/151.0/Mozilla.Firefox.fr.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.yaml diff --git a/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.installer.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.installer.yaml new file mode 100644 index 000000000000..d1628fe2e88b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/fr/Firefox%20Setup%20151.0.exe + InstallerSha256: 9B6E39BB203C97C75C1B89648D9CA53CD10250B18D39D8E3C0428EF4AFE2B4A9 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/fr/Firefox%20Setup%20151.0.exe + InstallerSha256: D7280C1A6DB5E5550D74C0332FBA3B4946A9F4C6EDAFF32AEEBD6E96C9F9C98D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/fr/Firefox%20Setup%20151.0.exe + InstallerSha256: FDAA8C5E62FC7C29C442A9603AEA491F1E8E03C962581615A76899D54A3EB942 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..df17c91d02db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.da-DK.yaml new file mode 100644 index 000000000000..74ee20361bce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.de-DE.yaml new file mode 100644 index 000000000000..0820096c3105 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.el-GR.yaml new file mode 100644 index 000000000000..c8a21df2726b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.en-GB.yaml new file mode 100644 index 000000000000..b9c9f64fb71e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.en-US.yaml new file mode 100644 index 000000000000..b7fb0739abea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.es-MX.yaml new file mode 100644 index 000000000000..d94945697049 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.fr-FR.yaml new file mode 100644 index 000000000000..33a7fca65790 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.hu-HU.yaml new file mode 100644 index 000000000000..a487169dbe04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ja-JP.yaml new file mode 100644 index 000000000000..17b5765ea93d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.nb-NO.yaml new file mode 100644 index 000000000000..03d7fe3e38df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ru-RU.yaml new file mode 100644 index 000000000000..817931adbbf8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.ta-IN.yaml new file mode 100644 index 000000000000..265645589eae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.locale.zh-CN.yaml new file mode 100644 index 000000000000..9032040d1a4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +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/Mozilla.Firefox.fr.yaml b/manifests/m/Mozilla/Firefox/fr/151.0/Mozilla.Firefox.fr.yaml new file mode 100644 index 000000000000..f0768c9bf833 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1bf74aa286cba6de2f8b23cbdd7bbb78eee5c8ab Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:38:28 +0800 Subject: [PATCH 015/325] New version: Mozilla.Firefox.fur version 151.0 (#376574) --- .../151.0/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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.fur.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.yaml diff --git a/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.installer.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.installer.yaml new file mode 100644 index 000000000000..16bf3612e037 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/fur/Firefox%20Setup%20151.0.exe + InstallerSha256: 26130D47DCC4A4552E7D18D658928F4BB2D139428886038DEB86B4AE6BCB8422 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/fur/Firefox%20Setup%20151.0.exe + InstallerSha256: 3CB9DAF123AA33803852349A3C1FFB5730EAA308D1427F39FF7B1684D5CAEB8E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/fur/Firefox%20Setup%20151.0.exe + InstallerSha256: 5AA8814480602C78AA7D2F6209CA56447959CFCEDF9ED50F858186A14D6CE05B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.cs-CZ.yaml new file mode 100644 index 000000000000..460823d3b5ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.da-DK.yaml new file mode 100644 index 000000000000..f49a7a2784b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.de-DE.yaml new file mode 100644 index 000000000000..ecaece67f37a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.el-GR.yaml new file mode 100644 index 000000000000..de03556dafc7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.en-GB.yaml new file mode 100644 index 000000000000..0cbda687265e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.en-US.yaml new file mode 100644 index 000000000000..370659e1bd4b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.es-MX.yaml new file mode 100644 index 000000000000..a77fbe74e0f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.fr-FR.yaml new file mode 100644 index 000000000000..da6db5a50d3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.hu-HU.yaml new file mode 100644 index 000000000000..f22c042e1fb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ja-JP.yaml new file mode 100644 index 000000000000..17142f49869f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.nb-NO.yaml new file mode 100644 index 000000000000..f9eb39e0a910 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ru-RU.yaml new file mode 100644 index 000000000000..4caab9e8f05f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.ta-IN.yaml new file mode 100644 index 000000000000..2d6df38bc4e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.locale.zh-CN.yaml new file mode 100644 index 000000000000..e926b5d88611 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +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/Mozilla.Firefox.fur.yaml b/manifests/m/Mozilla/Firefox/fur/151.0/Mozilla.Firefox.fur.yaml new file mode 100644 index 000000000000..8a3e42e4ede9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cb2b74eeba62c14551c16eab947ca7ecc585a5e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:38:52 +0800 Subject: [PATCH 016/325] New version: Mozilla.Firefox.he version 151.0 (#376581) --- .../151.0/Mozilla.Firefox.he.installer.yaml | 40 ++++++ .../Mozilla.Firefox.he.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.he.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.he.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.he.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.he.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.he.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.he.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.he.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.he.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.he.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.he.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.he.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.he.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.he.locale.zh-CN.yaml | 24 ++++ .../Firefox/he/151.0/Mozilla.Firefox.he.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.yaml diff --git a/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.installer.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.installer.yaml new file mode 100644 index 000000000000..6fe17ba927ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/he/Firefox%20Setup%20151.0.exe + InstallerSha256: 1BF0FC13F955B9E84940BEF3AFD82552ECD7FDECBD9EB8B5E4B446E190BBFE42 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/he/Firefox%20Setup%20151.0.exe + InstallerSha256: 7EF7532B6DCA5F19B0E917DAB1C8B5875C1989150DFE844BC6DD717B7A964C56 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/he/Firefox%20Setup%20151.0.exe + InstallerSha256: 0A0F8B8B50091B0A57DF42D4F2C4010388EC60B464C0306D241403EEF48B67F1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ab3609629ea0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.da-DK.yaml new file mode 100644 index 000000000000..f014f2ebbfa0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.de-DE.yaml new file mode 100644 index 000000000000..404553b86937 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.el-GR.yaml new file mode 100644 index 000000000000..e2c020d71b90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.en-GB.yaml new file mode 100644 index 000000000000..cfb93743d5a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.en-US.yaml new file mode 100644 index 000000000000..322b1b510ca8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: "151.0" +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 (he) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.es-MX.yaml new file mode 100644 index 000000000000..465f10119dc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.fr-FR.yaml new file mode 100644 index 000000000000..21b435e51265 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.hu-HU.yaml new file mode 100644 index 000000000000..3e550cd564f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ja-JP.yaml new file mode 100644 index 000000000000..b647c6db0959 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.nb-NO.yaml new file mode 100644 index 000000000000..9f1a59ccf735 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ru-RU.yaml new file mode 100644 index 000000000000..aac24cfbc773 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.ta-IN.yaml new file mode 100644 index 000000000000..9ae9d719e79b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.locale.zh-CN.yaml new file mode 100644 index 000000000000..457f23f766d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +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/he/151.0/Mozilla.Firefox.he.yaml b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.yaml new file mode 100644 index 000000000000..db1c884adaff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0/Mozilla.Firefox.he.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.he +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a329ec32f3a528c3b5d56e535daf029ecd0863a4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:39:14 +0800 Subject: [PATCH 017/325] New version: Mozilla.Firefox.hsb version 151.0 (#376584) --- .../151.0/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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.hsb.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.yaml diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.installer.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.installer.yaml new file mode 100644 index 000000000000..94be937247d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/hsb/Firefox%20Setup%20151.0.exe + InstallerSha256: 8A2B3153638C094E1BFC887DA87D5BF714A9C3423425833009BAF7BF0D2BA36C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/hsb/Firefox%20Setup%20151.0.exe + InstallerSha256: BCE256E71479F7C3928383A9059375CDB37742D8B5EE98BDFCD3F6BEFD027683 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/hsb/Firefox%20Setup%20151.0.exe + InstallerSha256: 52035EC15B608A55D917FA6D97C25F289044F629A81BC467089C06ACEFD085AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b29eff38a493 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.da-DK.yaml new file mode 100644 index 000000000000..e4f39de04c96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.de-DE.yaml new file mode 100644 index 000000000000..4a2495726dcf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.el-GR.yaml new file mode 100644 index 000000000000..b0daed54ec1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.en-GB.yaml new file mode 100644 index 000000000000..412c1a4351b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.en-US.yaml new file mode 100644 index 000000000000..c4cf4d2fd37b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.es-MX.yaml new file mode 100644 index 000000000000..b29cb58caa22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.fr-FR.yaml new file mode 100644 index 000000000000..a40a383fdab0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.hu-HU.yaml new file mode 100644 index 000000000000..5bb03ed1fc31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ja-JP.yaml new file mode 100644 index 000000000000..9942cc76b2af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.nb-NO.yaml new file mode 100644 index 000000000000..9e2e2299fed1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ru-RU.yaml new file mode 100644 index 000000000000..80924a76a278 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.ta-IN.yaml new file mode 100644 index 000000000000..d26d3a2b9853 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..c2924376a46a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +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/Mozilla.Firefox.hsb.yaml b/manifests/m/Mozilla/Firefox/hsb/151.0/Mozilla.Firefox.hsb.yaml new file mode 100644 index 000000000000..1d31afc62e9e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 162fdfeda4a9c8ad203f889c3b1543a7e78c82ee Mon Sep 17 00:00:00 2001 From: NessZerra <90105158+Finesssee@users.noreply.github.com> Date: Wed, 20 May 2026 01:39:18 +0700 Subject: [PATCH 018/325] New version: Finesssee.Win-CodexBar version 0.27.1 (#376587) --- .../Finesssee.Win-CodexBar.installer.yaml | 20 +++++++++++++ .../Finesssee.Win-CodexBar.locale.en-US.yaml | 29 +++++++++++++++++++ .../0.27.1/Finesssee.Win-CodexBar.yaml | 7 +++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.installer.yaml create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.locale.en-US.yaml create mode 100644 manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.yaml diff --git a/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.installer.yaml b/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.installer.yaml new file mode 100644 index 000000000000..140edce703bd --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.27.1/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.27.1 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: WinCodexBar_is1 +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- ProductCode: WinCodexBar_is1 + DisplayName: CodexBar 0.27.1 + DisplayVersion: 0.27.1 + Publisher: CodexBar Contributors +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Finesssee/Win-CodexBar/releases/download/v0.27.1/CodexBar-0.27.1-Setup.exe + InstallerSha256: 6BC5B1B25416F2FABE517D4C83F109D2B82EA295B5381A2C291E4C3237C9351D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.locale.en-US.yaml b/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.locale.en-US.yaml new file mode 100644 index 000000000000..3509f9b8aa3d --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.27.1/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.27.1 +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.27.1 completes the upstream CodexBar 0.27 Windows/Tauri port with Grok billing support, Claude and OpenAI Admin API usage, MiniMax billing summaries, OpenCode Go Zen balance display, Kiro overage parsing, and a new loopback codexbar serve command. +ReleaseNotesUrl: https://github.com/Finesssee/Win-CodexBar/releases/tag/v0.27.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.yaml b/manifests/f/Finesssee/Win-CodexBar/0.27.1/Finesssee.Win-CodexBar.yaml new file mode 100644 index 000000000000..6d9b6632dad5 --- /dev/null +++ b/manifests/f/Finesssee/Win-CodexBar/0.27.1/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.27.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e6cca5978f5ff074dff526618c546c89ee3c1e4c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:39:55 +0800 Subject: [PATCH 019/325] New version: Mozilla.Firefox.kab version 151.0 (#376594) --- .../151.0/Mozilla.Firefox.kab.installer.yaml | 40 ++++++ .../Mozilla.Firefox.kab.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.kab.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.kab.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.kab.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.kab.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.kab.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.kab.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.kab.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.kab.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.kab.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.kab.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.kab.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.kab.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.kab.locale.zh-CN.yaml | 24 ++++ .../kab/151.0/Mozilla.Firefox.kab.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.yaml diff --git a/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.installer.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.installer.yaml new file mode 100644 index 000000000000..e92d0f4ed222 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/kab/Firefox%20Setup%20151.0.exe + InstallerSha256: 5F4FA84F88EAC4442E444E5C135F531D2B19988FC75CEB8D79EA0ECC234E3DB4 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/kab/Firefox%20Setup%20151.0.exe + InstallerSha256: 586BEB0584FBBEB72A4E47F71A7844A876DCC899D0B7D539CB545F79E9C2D919 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/kab/Firefox%20Setup%20151.0.exe + InstallerSha256: B43AA1591F433648D3159FEBBDACA77BF6C7D90D09F3AF7A4A535913E2B2447D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f1585006e0f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.da-DK.yaml new file mode 100644 index 000000000000..4bf7f6ee8688 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.de-DE.yaml new file mode 100644 index 000000000000..08f99681b71d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.el-GR.yaml new file mode 100644 index 000000000000..9c42b13674ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.en-GB.yaml new file mode 100644 index 000000000000..5703f93ca205 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.en-US.yaml new file mode 100644 index 000000000000..eb35637cc531 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kab +PackageVersion: "151.0" +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 (kab) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.es-MX.yaml new file mode 100644 index 000000000000..6d435e7ade19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.fr-FR.yaml new file mode 100644 index 000000000000..32c7961e09f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.hu-HU.yaml new file mode 100644 index 000000000000..79f97bae347c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ja-JP.yaml new file mode 100644 index 000000000000..b1feadb9bb16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.nb-NO.yaml new file mode 100644 index 000000000000..cea05a1c1c04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ru-RU.yaml new file mode 100644 index 000000000000..c93b623201a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.ta-IN.yaml new file mode 100644 index 000000000000..e0718caae664 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.locale.zh-CN.yaml new file mode 100644 index 000000000000..9a71fc4a52ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +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/kab/151.0/Mozilla.Firefox.kab.yaml b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.yaml new file mode 100644 index 000000000000..f5b884d39e60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kab/151.0/Mozilla.Firefox.kab.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.kab +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 84a32b8a6e1a25db277bd20ec5a8ef97f5a07993 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:40:19 +0800 Subject: [PATCH 020/325] New version: Mozilla.Firefox.nn-NO version 151.0 (#376612) --- .../Mozilla.Firefox.nn-NO.installer.yaml | 40 ++++++ .../Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.nn-NO.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.nn-NO.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.nn-NO.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.nn-NO.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.nn-NO.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.nn-NO.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.nn-NO.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.nn-NO.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.nn-NO.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.nn-NO.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.nn-NO.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.nn-NO.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.nn-NO.locale.zh-CN.yaml | 24 ++++ .../nn-NO/151.0/Mozilla.Firefox.nn-NO.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.yaml diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.installer.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.installer.yaml new file mode 100644 index 000000000000..5e10fc5800c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/nn-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: 0B6E3937073DCB3AA82E04930AA7524F4A249FB24D3BE7CF35263E20A5F62482 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/nn-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: 6A9C3D7763F15B89ECF4CBE452F50EE3A5E01149F559F9D0939EA7C6F1FEF476 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/nn-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: 292F7C02BD960C75F333EED0DBB0D3A7DF9127A119864162558DC69F581185B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4a9f16f94efd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.da-DK.yaml new file mode 100644 index 000000000000..b78fc2800a02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.de-DE.yaml new file mode 100644 index 000000000000..7b306804624a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.el-GR.yaml new file mode 100644 index 000000000000..3e25d8133c9b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-GB.yaml new file mode 100644 index 000000000000..127a834cef8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-US.yaml new file mode 100644 index 000000000000..fa8e58b3c2dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nn-NO +PackageVersion: "151.0" +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 (nn-NO) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.es-MX.yaml new file mode 100644 index 000000000000..2ab7d98a0ed1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.fr-FR.yaml new file mode 100644 index 000000000000..a1ca6a8a2f5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.hu-HU.yaml new file mode 100644 index 000000000000..7ff559e40050 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ja-JP.yaml new file mode 100644 index 000000000000..32f50a691a6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.nb-NO.yaml new file mode 100644 index 000000000000..d895cd9fdcf8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ru-RU.yaml new file mode 100644 index 000000000000..c7f63ff7e51a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.ta-IN.yaml new file mode 100644 index 000000000000..858bf68e23ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..92614ec54a3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +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/nn-NO/151.0/Mozilla.Firefox.nn-NO.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.yaml new file mode 100644 index 000000000000..0c09874d3199 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0/Mozilla.Firefox.nn-NO.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.nn-NO +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ea114166e64f00bd997d1073b5f12fd697e03944 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:40:45 +0800 Subject: [PATCH 021/325] New version: Mozilla.Firefox.oc version 151.0 (#376613) --- .../151.0/Mozilla.Firefox.oc.installer.yaml | 40 ++++++ .../Mozilla.Firefox.oc.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.oc.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.oc.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.oc.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.oc.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.oc.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.oc.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.oc.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.oc.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.oc.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.oc.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.oc.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.oc.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.oc.locale.zh-CN.yaml | 24 ++++ .../Firefox/oc/151.0/Mozilla.Firefox.oc.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.yaml diff --git a/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.installer.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.installer.yaml new file mode 100644 index 000000000000..7826c6d48338 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/oc/Firefox%20Setup%20151.0.exe + InstallerSha256: 350B47DA93EB945B813B82A526B91E4077C2CB91C5371990CB2F94907DA3DB3E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/oc/Firefox%20Setup%20151.0.exe + InstallerSha256: 32983D0DF9A69D306A12E761D708E8B620CD64A4E6B33FE88444FEFB472D458F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/oc/Firefox%20Setup%20151.0.exe + InstallerSha256: 6D7EBC1388674CEF3BBF2F842B40A6DB861DF2CA3442A9B6FF1DA23EEC196062 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.cs-CZ.yaml new file mode 100644 index 000000000000..74f890ffba3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.da-DK.yaml new file mode 100644 index 000000000000..6b07491ad147 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.de-DE.yaml new file mode 100644 index 000000000000..82f0071c7054 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.el-GR.yaml new file mode 100644 index 000000000000..fc8c4fee55a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.en-GB.yaml new file mode 100644 index 000000000000..dfeb15c375ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.en-US.yaml new file mode 100644 index 000000000000..609c5b6b015c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.oc +PackageVersion: "151.0" +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 (oc) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.es-MX.yaml new file mode 100644 index 000000000000..12db1051afb5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.fr-FR.yaml new file mode 100644 index 000000000000..2eee917f1fb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.hu-HU.yaml new file mode 100644 index 000000000000..4019f0fe23e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ja-JP.yaml new file mode 100644 index 000000000000..c387a841cc5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.nb-NO.yaml new file mode 100644 index 000000000000..ce1e9a110150 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ru-RU.yaml new file mode 100644 index 000000000000..4c8a214ca756 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.ta-IN.yaml new file mode 100644 index 000000000000..06e60471ed74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a6c7651923a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +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/oc/151.0/Mozilla.Firefox.oc.yaml b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.yaml new file mode 100644 index 000000000000..48746c02ca46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/oc/151.0/Mozilla.Firefox.oc.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.oc +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c825327a8af2aea254afef2df139c18e03d02173 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:40:50 +0800 Subject: [PATCH 022/325] New version: FactSet.FactSetWorkstation version 2016.71.043.056 (2016.71E) (#376629) --- .../FactSet.FactSetWorkstation.installer.yaml | 24 +++++++++++++++++++ ...ctSet.FactSetWorkstation.locale.en-US.yaml | 20 ++++++++++++++++ ...ctSet.FactSetWorkstation.locale.zh-CN.yaml | 10 ++++++++ .../FactSet.FactSetWorkstation.yaml | 8 +++++++ 4 files changed, 62 insertions(+) create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.installer.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.en-US.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.zh-CN.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.yaml diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.installer.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.installer.yaml new file mode 100644 index 000000000000..54a8a5c24e50 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.056 +InstallerType: wix +InstallerSwitches: + InstallLocation: FACTSET_PROGRAMDIR="" +UpgradeBehavior: install +Protocols: +- ec +- fdschart +- fdsup +FileExtensions: +- ecx +ProductCode: '{5554B5EC-2E8C-4EE3-A214-23F9EFCAF691}' +AppsAndFeaturesEntries: +- UpgradeCode: '{36A5E6F0-5C4B-429A-9A60-F5BCD50FCD6C}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.factset.com/software/workstation/FactSet_Workstation_2016_71E_x64.msi + InstallerSha256: 1241CCE42BB512065DB67FF7C595D581F5652CE5B786AB908CDC1B4333557CAC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.en-US.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.en-US.yaml new file mode 100644 index 000000000000..cb163fcee2ef --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.056 +PackageLocale: en-US +Publisher: FactSet Research Systems Inc. +PublisherUrl: https://www.factset.com/ +PublisherSupportUrl: https://www.factset.com/client-support +PrivacyUrl: https://www.factset.com/legal +Author: FactSet Research Systems Inc. +PackageName: FactSet Workstation +PackageUrl: https://www.factset.com/marketplace/catalog/product/factset-workstation +License: Proprietary +LicenseUrl: https://www.factset.com/legal +Copyright: Copyright © 2026 FactSet +CopyrightUrl: https://www.factset.com/legal +ShortDescription: Seamlessly combine hundreds of data sources in one user-friendly research solution, and surface fresh insights and opportunities with unique datasets, customizable charting, and sophisticated screening options. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.zh-CN.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.locale.zh-CN.yaml new file mode 100644 index 000000000000..a598637d7477 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.056 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 无缝整合数百种数据源于一体化的用户友好研究方案中,通过独特数据集、可定制图表及高级筛选功能,精准捕捉新洞察与投资机遇。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.yaml new file mode 100644 index 000000000000..f4565090b155 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.056/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.056 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cac9c5de79bd42f7655141536ca08ac4f640a861 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:41:11 +0800 Subject: [PATCH 023/325] New version: JetBrains.dotUltimate version 2026.1.2 (#376633) --- .../JetBrains.dotUltimate.installer.yaml | 31 +++++++++++++++ .../JetBrains.dotUltimate.locale.en-US.yaml | 39 +++++++++++++++++++ .../JetBrains.dotUltimate.locale.zh-CN.yaml | 33 ++++++++++++++++ .../2026.1.2/JetBrains.dotUltimate.yaml | 8 ++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.installer.yaml create mode 100644 manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.yaml diff --git a/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.installer.yaml b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.installer.yaml new file mode 100644 index 000000000000..830164f42306 --- /dev/null +++ b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.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: JetBrains.dotUltimate +PackageVersion: 2026.1.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotUltimate.2026.1.2.exe + InstallerSha256: ACDA6180332475B0BA448ECBBE25E2FE115D3E9D12C6843E888E573CABF37E93 + InstallerSwitches: + Custom: /SpecificProductNames=* /VsVersion=* +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotUltimate.2026.1.2.exe + InstallerSha256: ACDA6180332475B0BA448ECBBE25E2FE115D3E9D12C6843E888E573CABF37E93 + InstallerSwitches: + Custom: /SpecificProductNames=* /VsVersion=* /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.en-US.yaml b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.en-US.yaml new file mode 100644 index 000000000000..2739c0a17442 --- /dev/null +++ b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.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: JetBrains.dotUltimate +PackageVersion: 2026.1.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains dotUltimate +PackageUrl: https://www.jetbrains.com/dotnet/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: All .NET tools, ReSharper C++, and JetBrains Rider, together in one pack +Moniker: dotultimate +Tags: +- .net +- c# +- csharp +- develop +- development +- dotcover +- dotmemory +- dotnet +- dotpeek +- dottrace +- resharper +- rider +ReleaseNotes: |- + ReSharper 2026.1.2 + This update contains a number of bug fixes important for the stability and performance of ReSharper and other JetBrains .NET tools. + For the full list of resolved issues, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.zh-CN.yaml b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.zh-CN.yaml new file mode 100644 index 000000000000..f4c093e40181 --- /dev/null +++ b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotUltimate +PackageVersion: 2026.1.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains dotUltimate +PackageUrl: https://www.jetbrains.com/zh-cn/dotnet/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: 在一个包中提供所有 .NET 工具、ReSharper C ++ 和 JetBrains Rider +Tags: +- .net +- c# +- csharp +- dotcover +- dotmemory +- dotnet +- dotpeek +- dottrace +- resharper +- rider +- 开发 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.yaml b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.yaml new file mode 100644 index 000000000000..b9c6f0e516d6 --- /dev/null +++ b/manifests/j/JetBrains/dotUltimate/2026.1.2/JetBrains.dotUltimate.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotUltimate +PackageVersion: 2026.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 57f35914e83dba35b91f0ba378375aad14001c1b Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 11:43:00 -0700 Subject: [PATCH 024/325] Automatic deletion of VirtualDesktop.Streamer 1.34.16 (#370373) --- .../VirtualDesktop.Streamer.installer.yaml | 17 ----------------- .../VirtualDesktop.Streamer.locale.en-US.yaml | 13 ------------- .../1.34.16/VirtualDesktop.Streamer.yaml | 8 -------- 3 files changed, 38 deletions(-) delete mode 100644 manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.installer.yaml delete mode 100644 manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.locale.en-US.yaml delete mode 100644 manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.yaml diff --git a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.installer.yaml b/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.installer.yaml deleted file mode 100644 index c01d281692b9..000000000000 --- a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: VirtualDesktop.Streamer -PackageVersion: 1.34.16 -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /q -ReleaseDate: 2026-02-12 -Installers: -- Architecture: x64 - InstallerUrl: https://files.vrdesktop.net/files/VirtualDesktop.Streamer.Setup.exe - InstallerSha256: E731717F31E9C21ADEAC5F88C0277C927A2B1D004F3EE86035DEA1FA7ED871F5 -ManifestType: installer -ManifestVersion: 1.10.0 - diff --git a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.locale.en-US.yaml b/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.locale.en-US.yaml deleted file mode 100644 index 1f4bd2c003f7..000000000000 --- a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: VirtualDesktop.Streamer -PackageVersion: 1.34.16 -PackageLocale: en-US -Publisher: Virtual Desktop, Inc. -PackageName: Virtual Desktop Streamer -License: Proprietary -Copyright: Copyright (C) 2022 Virtual Desktop, Inc. -ShortDescription: Watch movies, browse the web or play games on a giant virtual screen. -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.yaml b/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.yaml deleted file mode 100644 index 05c2751ca1d4..000000000000 --- a/manifests/v/VirtualDesktop/Streamer/1.34.16/VirtualDesktop.Streamer.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.14.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: VirtualDesktop.Streamer -PackageVersion: 1.34.16 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 844fd48e4eb970eaa8b3711a2ac1e28a79b9bc19 Mon Sep 17 00:00:00 2001 From: Josh65-2201 <26977075+Josh65-2201@users.noreply.github.com> Date: Tue, 19 May 2026 19:49:22 +0100 Subject: [PATCH 025/325] FilesCommunity.FilesPreview version 4.1.1.0 (#372955) --- ...FilesCommunity.FilesPreview.installer.yaml | 48 +++++++++++++++++++ ...esCommunity.FilesPreview.locale.en-US.yaml | 16 +++++++ .../4.1.1.0/FilesCommunity.FilesPreview.yaml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.installer.yaml create mode 100644 manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.locale.en-US.yaml create mode 100644 manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.yaml diff --git a/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.installer.yaml b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.installer.yaml new file mode 100644 index 000000000000..d186cd58e4dd --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FilesCommunity.FilesPreview +PackageVersion: 4.1.1.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +InstallerType: msix +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 7z +- gz +- jar +- mrpack +- rar +- tar +- zip +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCLibs.Desktop.14 + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.8 +PackageFamilyName: FilesPreview_1y0xx7n9077q4 +Capabilities: +- internetClient +- privateNetworkClientServer +- removableStorage +RestrictedCapabilities: +- allowElevation +- broadFileSystemAccess +- packageManagement +- runFullTrust +- unvirtualizedResources +AppsAndFeaturesEntries: +- Publisher: Yair A +Installers: +- Architecture: arm64 + InstallerUrl: https://cdn.files.community/files/preview/Files.Package_4.1.1.0_Test/Files.Package_4.1.1.0_x64_arm64.msixbundle + InstallerSha256: f2a6cc989a26d26e80760dab7929076e6aadb2e4fa93bbc8dfe0dd90eba2b6a4 +- Architecture: x64 + InstallerUrl: https://cdn.files.community/files/preview/Files.Package_4.1.1.0_Test/Files.Package_4.1.1.0_x64_arm64.msixbundle + InstallerSha256: f2a6cc989a26d26e80760dab7929076e6aadb2e4fa93bbc8dfe0dd90eba2b6a4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-11 diff --git a/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.locale.en-US.yaml b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.locale.en-US.yaml new file mode 100644 index 000000000000..400cc8dc18e5 --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FilesCommunity.FilesPreview +PackageVersion: 4.1.1.0 +PackageLocale: en-US +Publisher: Files Community +PublisherUrl: https://files.community/ +PackageName: Files - Preview +PackageUrl: https://github.com/files-community/Files +License: MIT +LicenseUrl: https://github.com/files-community/Files/blob/main/LICENSE +ShortDescription: A modern file manager that helps users organize their files and folders +Moniker: filesPreview +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.yaml b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.yaml new file mode 100644 index 000000000000..f84e26be8c54 --- /dev/null +++ b/manifests/f/FilesCommunity/FilesPreview/4.1.1.0/FilesCommunity.FilesPreview.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: FilesCommunity.FilesPreview +PackageVersion: 4.1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8c404fd385fc635761974c3afdbe3b73efeeac44 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:49:37 +0800 Subject: [PATCH 026/325] New version: ZhipuAI.ZCode version 2.3.0 (#375309) --- .../ZCode/2.3.0/ZhipuAI.ZCode.installer.yaml | 31 ++++++++++++++ .../2.3.0/ZhipuAI.ZCode.locale.en-US.yaml | 33 +++++++++++++++ .../2.3.0/ZhipuAI.ZCode.locale.zh-CN.yaml | 40 +++++++++++++++++++ .../z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.yaml | 8 ++++ 4 files changed, 112 insertions(+) create mode 100644 manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.installer.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.en-US.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.zh-CN.yaml create mode 100644 manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.yaml diff --git a/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 000000000000..55b51c0bd080 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 2.3.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-05-16 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.3.0/ZCode-2.3.0-win-x64.exe + InstallerSha256: 16FBF65A12BD1693CE870EE50162BA519BDBDC0E15837C95C614217A737A1A33 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn.zcode-ai.com/zcode/electron/releases/2.3.0/ZCode-2.3.0-win-x64.exe + InstallerSha256: 16FBF65A12BD1693CE870EE50162BA519BDBDC0E15837C95C614217A737A1A33 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 000000000000..b81290134a98 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 2.3.0 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..9b833c3fc6b2 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 2.3.0 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 新增编码套餐相关支持,可在应用内查看套餐、连接可用模型,并了解对应的额度与价格信息。 + - 新增用量与计费入口,方便查看当前套餐和额度使用情况。 + - 新增浏览器元素上下文选择能力,让提问或操作时可以更方便地指定页面中的相关内容。 + - 升级智能代理运行环境,提升相关功能的稳定性和兼容性。 + 问题修复 + - 修复代理连接在网络异常或连接重置时可能失败的问题,提升联网环境下的稳定性。 + - 修复导入 Claude 相关内容时可能出现异常消息的问题,减少对话记录混乱。 + - 修复 Linux 上编辑模型提供方设置时草稿内容可能丢失的问题。 + - 修复代码注释区域无法正常拖拽选择的问题。 + - 优化套餐与额度提供方的展示,信息更清晰。 + - 隐藏不应出现在设置中的内部提供方选项,减少误操作。 + - Windows 启动时不再因检查更新而阻塞主界面,应用打开更快;有可用更新时会在左下角显示轻提示。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.yaml new file mode 100644 index 000000000000..354e3584d72f --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/2.3.0/ZhipuAI.ZCode.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: ZhipuAI.ZCode +PackageVersion: 2.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 451834ac0d7261eae5860d8f4daee7a6c4f8111f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:49:52 +0800 Subject: [PATCH 027/325] New version: Nvidia.GeForceNow version 2.0.85.133 (#376392) --- .../Nvidia.GeForceNow.installer.yaml | 34 +++++++++++++++++++ .../Nvidia.GeForceNow.locale.en-US.yaml | 34 +++++++++++++++++++ .../Nvidia.GeForceNow.locale.zh-CN.yaml | 30 ++++++++++++++++ .../2.0.85.133/Nvidia.GeForceNow.yaml | 8 +++++ 4 files changed, 106 insertions(+) create mode 100644 manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.installer.yaml create mode 100644 manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.en-US.yaml create mode 100644 manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.zh-CN.yaml create mode 100644 manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.yaml diff --git a/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.installer.yaml b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.installer.yaml new file mode 100644 index 000000000000..5a2eae00b884 --- /dev/null +++ b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.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: Nvidia.GeForceNow +PackageVersion: 2.0.85.133 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -s -n + SilentWithProgress: -passive -n + Log: -log:"" + Upgrade: -upgrade + Custom: -skipGFNLaunch +ExpectedReturnCodes: +- InstallerReturnCode: -469761024 + ReturnResponse: downgrade +- InstallerReturnCode: 46 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- discord-481331590383796224 +- geforcenow +ProductCode: '{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_GeforceNOW' +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://ota-downloads.nvidia.com/ota/GeForceNOW-release_E63E36.exe + InstallerSha256: C7F8F126226FA0539FE69FB67FABCF36D4B788307091A9060767D9EEACE6C5AD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.en-US.yaml b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.en-US.yaml new file mode 100644 index 000000000000..1777d3e00f06 --- /dev/null +++ b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.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: Nvidia.GeForceNow +PackageVersion: 2.0.85.133 +PackageLocale: en-US +Publisher: NVIDIA Corporation +PublisherUrl: https://www.nvidia.com/ +PublisherSupportUrl: https://www.nvidia.com/en-us/geforce-now/support +PrivacyUrl: https://www.nvidia.com/en-us/about-nvidia/privacy-policy +Author: NVIDIA Corporation +PackageName: NVIDIA GeForce NOW +PackageUrl: https://www.nvidia.com/en-us/geforce-now +License: Proprietary +LicenseUrl: https://www.nvidia.com/en-us/geforce-now/terms-of-use +Copyright: © 2026 NVIDIA Corporation. All rights reserved. +CopyrightUrl: https://www.nvidia.com/en-us/about-nvidia/legal-info +ShortDescription: GeForce NOW connects to digital PC game stores so you can stream the library of games you already own +Description: |- + GeForce NOW instantly transforms nearly any laptop, desktop, Mac, SHIELD TV, Android device, iPhone, or iPad into the PC gaming rig you’ve always dreamed of. + Play the most demanding PC games and seamlessly play across your devices. +Tags: +- cloud-gaming +- game +- game-streaming +- gaming +- streaming +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.nvidia.com/en-us/geforce-now/faq +- DocumentLabel: Quick Start Guides + DocumentUrl: https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/geforce-now-qsg-pc-mac.pdf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.zh-CN.yaml b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.locale.zh-CN.yaml new file mode 100644 index 000000000000..7f536b743562 --- /dev/null +++ b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.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: Nvidia.GeForceNow +PackageVersion: 2.0.85.133 +PackageLocale: zh-CN +Publisher: NVIDIA Corporation +PublisherUrl: https://www.nvidia.cn/ +PublisherSupportUrl: https://www.nvidia.com/en-us/geforce-now/support +PrivacyUrl: https://www.nvidia.cn/about-nvidia/privacy-policy +Author: NVIDIA Corporation +PackageName: NVIDIA GeForce NOW +PackageUrl: https://www.nvidia.com/en-us/geforce-now +License: 专有软件 +LicenseUrl: https://www.nvidia.com/en-us/geforce-now/terms-of-use +Copyright: ©2026 NVIDIA Corporation 版权所有。保留所有权利。 +CopyrightUrl: https://www.nvidia.cn/about-nvidia/legal-info +ShortDescription: GeForce NOW 连接数字 PC 游戏平台让你轻松串联游戏库 +Description: GeForce NOW 将近乎所有设备转变为你梦寐以求的 PC 游戏装备,并无缝播放性能要求最高的 PC 游戏。 +Tags: +- 串流 +- 云游戏 +- 游戏 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.nvidia.com/en-us/geforce-now/faq +- DocumentLabel: 快速入门指南 + DocumentUrl: https://www.nvidia.com/content/dam/en-zz/Solutions/gfn/webassets/geforce-now-qsg-pc-mac.pdf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.yaml b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.yaml new file mode 100644 index 000000000000..f622f46965af --- /dev/null +++ b/manifests/n/Nvidia/GeForceNow/2.0.85.133/Nvidia.GeForceNow.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: Nvidia.GeForceNow +PackageVersion: 2.0.85.133 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 65960cbbb11135c4acd9ebac9d2fb66bb3c8e65d Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 14:50:07 -0400 Subject: [PATCH 028/325] New version: Nextcloud.NextcloudDesktop version 33.0.5 (#376399) --- .../Nextcloud.NextcloudDesktop.installer.yaml | 32 +++++++++++ ...xtcloud.NextcloudDesktop.locale.en-GB.yaml | 17 ++++++ ...xtcloud.NextcloudDesktop.locale.en-US.yaml | 53 +++++++++++++++++++ .../33.0.5/Nextcloud.NextcloudDesktop.yaml | 8 +++ 4 files changed, 110 insertions(+) create mode 100644 manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.installer.yaml create mode 100644 manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-GB.yaml create mode 100644 manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-US.yaml create mode 100644 manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.yaml diff --git a/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.installer.yaml b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.installer.yaml new file mode 100644 index 000000000000..f6792a83c94f --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.installer.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 33.0.5 +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: Reboot=ReallySuppress +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{44F69ED0-C852-4D65-94C2-CFC26B9BB876}' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayVersion: 33.0.5.20260519 + ProductCode: '{44F69ED0-C852-4D65-94C2-CFC26B9BB876}' + UpgradeCode: '{FD2FCCA9-BB8F-4485-8F70-A0621B84A7F4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Nextcloud' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextcloud-releases/desktop/releases/download/v33.0.5/Nextcloud-33.0.5-x64.msi + InstallerSha256: A0B7FB3B31AC38D8FE04A4280B83C3A05664D0AF38B875D792A79B06F5B4A2F3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-GB.yaml b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-GB.yaml new file mode 100644 index 000000000000..9684c7a7031a --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-GB.yaml @@ -0,0 +1,17 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 33.0.5 +PackageLocale: en-GB +PackageName: Nextcloud +ShortDescription: The Nextcloud Desktop Client is a tool to synchronise files from Nextcloud Server with your computer. +Description: Use the desktop clients to keep your files synchronised between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronisation +- utility +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-US.yaml b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..c8ae2e99e416 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.locale.en-US.yaml @@ -0,0 +1,53 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nextcloud.NextcloudDesktop +PackageVersion: 33.0.5 +PackageLocale: en-US +Publisher: Nextcloud GmbH +PublisherUrl: https://nextcloud.com/ +PublisherSupportUrl: https://github.com/nextcloud/desktop/issues +PrivacyUrl: https://nextcloud.com/privacy +Author: Nextcloud GmbH +PackageName: Nextcloud +PackageUrl: https://nextcloud.com/ +License: GPL-2.0 +LicenseUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +Copyright: © 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/nextcloud/desktop/master/COPYING +ShortDescription: The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. +Description: |- + Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. + Select one or more directories on your local machine and always have access to your latest files wherever you are. +Moniker: nextclouddesktop +Tags: +- cloud +- cloud-sync +- nextcloud-desktop-client +- synchronization +- utility +ReleaseNotes: |- + What's Changed + + All platforms + - fix logger for stdout (@an-dr-eas-k, nextcloud/desktop#9975) + - Fix settings dialog minimum size (@Rello, nextcloud/desktop#9982) + - editLocally: evaluate lock-record DB call outside Q_ASSERT (@greatjourney589, nextcloud/desktop#9973) + - fix: remove admin recall feature (@Rello, nextcloud/desktop#10017) + - logs: change update channel log severity to info (@nilsding, nextcloud/desktop#10037) + - discovery: do not sync shares with "Allow download and sync" unset (@nilsding, nextcloud/desktop#9963) + - double background in settings navigation (@Rello, @nilsding, nextcloud/desktop#10046) + + macOS + - Remove obsolete launch agent after installation (@i2h3, nextcloud/desktop#9976) + - Fix File Provider Item Eviction (@i2h3, nextcloud/desktop#9981) + - Apply eager content policy also to first item in nested hierarchies (@i2h3, nextcloud/desktop#10009) + - fix: Refactor visitedDirectory handling in MaterializedEnumerationObserver (@Rello, nextcloud/desktop#10011) + - Prevent duplicate database records for the same file provider item (@i2h3, nextcloud/desktop#10020) + - fix(file-provider): detect lock changes during working set enumeration. (@camilasan, nextcloud/desktop#10002) + - Fix Content Policy Inheritance for New Items (@i2h3, nextcloud/desktop#10038) + - Disable file provider on macOS 13 Ventura (@i2h3, nextcloud/desktop#10021) + - Preserve local creation and modification dates (@i2h3, nextcloud/desktop#10044) +ReleaseNotesUrl: https://github.com/nextcloud-releases/desktop/releases/tag/v33.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.yaml b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.yaml new file mode 100644 index 000000000000..b34f368405f2 --- /dev/null +++ b/manifests/n/Nextcloud/NextcloudDesktop/33.0.5/Nextcloud.NextcloudDesktop.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: Nextcloud.NextcloudDesktop +PackageVersion: 33.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3337501a92b742a136abbbd23ab1c624ce473c34 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:50:24 +0800 Subject: [PATCH 029/325] New version: Mozilla.Firefox.ESR.ia version 140.11.0 (#376467) --- .../Mozilla.Firefox.ESR.ia.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ia.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ia.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ia.locale.zh-CN.yaml | 25 +++++++++++ .../ia/140.11.0/Mozilla.Firefox.ESR.ia.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.installer.yaml new file mode 100644 index 000000000000..ef156d714408 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ia +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ia/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 3F4B6EA225F338C04D45F344D3960BCBE0B0CD1AD88D8555D0425CD339D524D6 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ia) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ia/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 877EEA5BE1DD2FAA647250BF1D3A34AAB7863FDC4D7732DE1A851271D8EAC8EA + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ia) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ia/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 51A8986C2D371DF9661B2669A0C8A40954BC5A52D9005B9162F18FE6BD2F3790 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ia) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.de-DE.yaml new file mode 100644 index 000000000000..5f477dfa4ffa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.de-DE.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: Mozilla.Firefox.ESR.ia +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ia) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.en-US.yaml new file mode 100644 index 000000000000..0aaea107b1c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.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: Mozilla.Firefox.ESR.ia +PackageVersion: 140.11.0 +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 ESR (ia) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.locale.zh-CN.yaml new file mode 100644 index 000000000000..2cfea12a5043 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.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: Mozilla.Firefox.ESR.ia +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ia) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.yaml b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.yaml new file mode 100644 index 000000000000..9965c7462d51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ia/140.11.0/Mozilla.Firefox.ESR.ia.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.ESR.ia +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 02690a721dbd115c5929c4f9619e5b13731da9c0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:50:40 +0800 Subject: [PATCH 030/325] New version: Mozilla.Firefox.ESR.ta version 140.11.0 (#376508) --- .../Mozilla.Firefox.ESR.ta.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ta.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ta.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ta.locale.zh-CN.yaml | 25 +++++++++++ .../ta/140.11.0/Mozilla.Firefox.ESR.ta.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.installer.yaml new file mode 100644 index 000000000000..c20da4cd2c82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ta +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ta/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2AC15C759C520ECCB2A5A3611A45BF323223A2CEF1E86283111AB92CAEB0A807 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ta) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ta/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 7B4A6EB6C77E9D988AFAC91592B5F2F306B72C9D3DF0055F373C345BB0FFAC4B + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ta) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ta/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C9D4331F5F8598902DDA9A71E6DC4FC513376CCFA2924F6C8DC174C6C7D2026B + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ta) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.de-DE.yaml new file mode 100644 index 000000000000..9fc6a837d361 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.de-DE.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: Mozilla.Firefox.ESR.ta +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ta) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.en-US.yaml new file mode 100644 index 000000000000..680335fabd3a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.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: Mozilla.Firefox.ESR.ta +PackageVersion: 140.11.0 +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 ESR (ta) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.locale.zh-CN.yaml new file mode 100644 index 000000000000..a92d757acf22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.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: Mozilla.Firefox.ESR.ta +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ta) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.yaml b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.ta.yaml new file mode 100644 index 000000000000..d8c5d1966df3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ta/140.11.0/Mozilla.Firefox.ESR.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.ESR.ta +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b828bc641ef8e715b67b19b24f31171f7988cf2a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:50:51 +0800 Subject: [PATCH 031/325] New version: Mozilla.Firefox.ESR.es-MX version 140.11.0 (#376445) --- .../Mozilla.Firefox.ESR.es-MX.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.es-MX.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.es-MX.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.es-MX.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.installer.yaml new file mode 100644 index 000000000000..ee04f11a3306 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/es-MX/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2E597277B595C3758A27A96A5D97A5E75550A30A32D29028EF711CC02F4FA68F + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 es-MX) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/es-MX/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B0741BE8F9C01B789F52C5DB6C6E2DFDA4E3DB1526B137ACA3F213A962D59B26 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 es-MX) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/es-MX/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B898D167BAEAA72F04EBCC78CE9C37AE46982F694FB1EC5C1B8C84B7C754D801 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 es-MX) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.yaml new file mode 100644 index 000000000000..5abdb855408f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.de-DE.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: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-MX) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.en-US.yaml new file mode 100644 index 000000000000..88787e85a24c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.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: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.11.0 +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 ESR (es-MX) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.locale.zh-CN.yaml new file mode 100644 index 000000000000..327144c18fb8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.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: Mozilla.Firefox.ESR.es-MX +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (es-MX) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.yaml b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.yaml new file mode 100644 index 000000000000..ccae187f034e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-MX/140.11.0/Mozilla.Firefox.ESR.es-MX.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.ESR.es-MX +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 141cd0674323329f631bc2d1b0281b8a62b11dfa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:50:56 +0800 Subject: [PATCH 032/325] New version: Mozilla.Firefox.ESR.th version 140.11.0 (#376512) --- .../Mozilla.Firefox.ESR.th.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.th.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.th.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.th.locale.zh-CN.yaml | 25 +++++++++++ .../th/140.11.0/Mozilla.Firefox.ESR.th.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.installer.yaml new file mode 100644 index 000000000000..9c748387645f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.th +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/th/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 587478277D65CC7A7C520B75319DC3A4A1C184C94A2CD83D82476502E2579279 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 th) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/th/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 596CD1DDBBBA1E7F303CB28493DDE62D93A876EA26888B1CAAD916F4C4CE9672 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 th) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/th/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 91B02580E4DC195484AEA09167BD9C3F681C29E2C893525A9DA91D6FF9C3CDD2 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 th) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.de-DE.yaml new file mode 100644 index 000000000000..18647bd7ca7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.de-DE.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: Mozilla.Firefox.ESR.th +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (th) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.en-US.yaml new file mode 100644 index 000000000000..70fe26389dc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.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: Mozilla.Firefox.ESR.th +PackageVersion: 140.11.0 +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 ESR (th) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.locale.zh-CN.yaml new file mode 100644 index 000000000000..216727ec6e73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.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: Mozilla.Firefox.ESR.th +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (th) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.yaml b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.yaml new file mode 100644 index 000000000000..56710f90f673 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/th/140.11.0/Mozilla.Firefox.ESR.th.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.ESR.th +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d4ffe9f29e7055d75f598076957f8b93878a0374 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:00 +0800 Subject: [PATCH 033/325] New version: Mozilla.Firefox.ESR.es-ES version 140.11.0 (#376444) --- .../Mozilla.Firefox.ESR.es-ES.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.es-ES.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.es-ES.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.es-ES.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.installer.yaml new file mode 100644 index 000000000000..dc827a0e7076 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/es-ES/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 44246E4056B6010CF1BEAA4A95FF6E58E8015137E5B5B8F4ED15062773540377 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 es-ES) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/es-ES/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 81D74D54C5B2A4B9BC76617F7913F3D03F6E54600953158BA3D468F393403DFC + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 es-ES) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/es-ES/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 3F55BA0631FA0367BA79810971FAE3392FF2C0681B190F855B525CEDE3AC89DC + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 es-ES) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.yaml new file mode 100644 index 000000000000..e39e00625ce5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.de-DE.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: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-ES) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.en-US.yaml new file mode 100644 index 000000000000..9e2b12f57858 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.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: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.11.0 +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 ESR (es-ES) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.locale.zh-CN.yaml new file mode 100644 index 000000000000..7d27278c3691 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.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: Mozilla.Firefox.ESR.es-ES +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (es-ES) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.yaml b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.yaml new file mode 100644 index 000000000000..e62e530cd5d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-ES/140.11.0/Mozilla.Firefox.ESR.es-ES.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.ESR.es-ES +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b5a42645f19fa07792434c5b8708cc90ef92ed44 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:05 +0800 Subject: [PATCH 034/325] New version: Mozilla.Firefox.ESR.ff version 140.11.0 (#376450) --- .../Mozilla.Firefox.ESR.ff.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ff.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ff.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ff.locale.zh-CN.yaml | 25 +++++++++++ .../ff/140.11.0/Mozilla.Firefox.ESR.ff.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.installer.yaml new file mode 100644 index 000000000000..2a4910f4d332 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ff +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ff/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 68FE2CAB42F395042DAB21A1229732E237101A16C5F6C02A0120F87E563C7674 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ff) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ff/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: BB1E9B42A34079AA7C5A3491B5FA7F4BEBF8FA460117D8F6D37FA2E755886716 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ff) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ff/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 9114054B72FC9DFB2CBC81964367A9B1DE77860F45EDDB9C48651BD6C9B741D8 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ff) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.de-DE.yaml new file mode 100644 index 000000000000..6d631cd25241 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.de-DE.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: Mozilla.Firefox.ESR.ff +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ff) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.en-US.yaml new file mode 100644 index 000000000000..5e4ebce5ef90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.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: Mozilla.Firefox.ESR.ff +PackageVersion: 140.11.0 +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 ESR (ff) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.locale.zh-CN.yaml new file mode 100644 index 000000000000..51f5760c596a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.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: Mozilla.Firefox.ESR.ff +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ff) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.yaml b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.ff.yaml new file mode 100644 index 000000000000..5a60ca8a7362 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ff/140.11.0/Mozilla.Firefox.ESR.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.ESR.ff +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5cc3ae980a1756439a237cab863b48806181822c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:21 +0800 Subject: [PATCH 035/325] New version: Mozilla.Firefox.ESR.ja version 140.11.0 (#376472) --- .../Mozilla.Firefox.ESR.ja.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ja.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ja.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ja.locale.zh-CN.yaml | 25 +++++++++++ .../ja/140.11.0/Mozilla.Firefox.ESR.ja.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.installer.yaml new file mode 100644 index 000000000000..1e4fd2e71a6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ja +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ja/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4E87C388ABA00CB7B9EBC365B5FE51A62290D522340AA0A756E2E2A21847FD0E + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ja) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ja/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 002065C57D9F0596A7B41A65546F18FFF12F6644CC1D2079A54E795B66D792C2 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ja) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ja/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 29877CA33691924F4EDFACEACD45F245C45656347E2989802A1E4011F7B7B599 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ja) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.de-DE.yaml new file mode 100644 index 000000000000..2536c9354c79 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.de-DE.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: Mozilla.Firefox.ESR.ja +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ja) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.en-US.yaml new file mode 100644 index 000000000000..37e81e451a7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.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: Mozilla.Firefox.ESR.ja +PackageVersion: 140.11.0 +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 ESR (ja) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.locale.zh-CN.yaml new file mode 100644 index 000000000000..628afc98cefc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.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: Mozilla.Firefox.ESR.ja +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ja) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.yaml b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.yaml new file mode 100644 index 000000000000..7c00faa48f20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ja/140.11.0/Mozilla.Firefox.ESR.ja.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.ESR.ja +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e06286ce785ecdbe96bbcb993432b3c430fe7336 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:24 +0800 Subject: [PATCH 036/325] New version: Mozilla.Firefox.ESR.fi version 140.11.0 (#376451) --- .../Mozilla.Firefox.ESR.fi.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.fi.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.fi.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml | 25 +++++++++++ .../fi/140.11.0/Mozilla.Firefox.ESR.fi.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.installer.yaml new file mode 100644 index 000000000000..22b0899e8632 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fi +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/fi/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 8B8DCD24CA5603CF78F3171BE25262DA9672B849F98B39C87E52AE7CCC254EFB + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 fi) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/fi/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: CBE1082BFB106EF89740AEA347A3C60939A36F14E60303466856F4C19E778F18 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 fi) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/fi/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 92D59C8C227887D51404E6E6C76D4A562A77A417534E637726009A48298815EC + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 fi) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.de-DE.yaml new file mode 100644 index 000000000000..5029ef9dc180 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.de-DE.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: Mozilla.Firefox.ESR.fi +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fi) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.en-US.yaml new file mode 100644 index 000000000000..e0b415a49be1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.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: Mozilla.Firefox.ESR.fi +PackageVersion: 140.11.0 +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 ESR (fi) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.locale.zh-CN.yaml new file mode 100644 index 000000000000..5711b4ad551d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.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: Mozilla.Firefox.ESR.fi +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (fi) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.yaml b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.yaml new file mode 100644 index 000000000000..eb36a09b977d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fi/140.11.0/Mozilla.Firefox.ESR.fi.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.ESR.fi +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bc60e9c4be1d375a9aeb85be89e6c016af4aee98 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:27 +0800 Subject: [PATCH 037/325] New version: Mozilla.Firefox.ESR.lt version 140.11.0 (#376480) --- .../Mozilla.Firefox.ESR.lt.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.lt.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.lt.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.lt.locale.zh-CN.yaml | 25 +++++++++++ .../lt/140.11.0/Mozilla.Firefox.ESR.lt.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.installer.yaml new file mode 100644 index 000000000000..0bb3341262bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.lt +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/lt/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 69A050AF5920C4BE0C934E1173EE5F3E6CE42A34DEEF9B55837198E308FA4F0A + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 lt) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/lt/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 3BDFBAF31822253431E00164196765EEB2844C59584103273259E12936289083 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 lt) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/lt/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C8BD87733551524403A978E086EB33DCE84069C82E5261653236FE0FF8D253A4 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 lt) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.de-DE.yaml new file mode 100644 index 000000000000..2984c6e3ee84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.de-DE.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: Mozilla.Firefox.ESR.lt +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (lt) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.en-US.yaml new file mode 100644 index 000000000000..6c7a08faff28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.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: Mozilla.Firefox.ESR.lt +PackageVersion: 140.11.0 +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 ESR (lt) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.locale.zh-CN.yaml new file mode 100644 index 000000000000..a79cc0948c2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.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: Mozilla.Firefox.ESR.lt +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (lt) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.yaml b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.lt.yaml new file mode 100644 index 000000000000..d59e3dac2da9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lt/140.11.0/Mozilla.Firefox.ESR.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.ESR.lt +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9816bcf0dbf753dc54f4ae9096db4722f75ab954 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:32 +0800 Subject: [PATCH 038/325] New version: Mozilla.Firefox.ESR.gl version 140.11.0 (#376458) --- .../Mozilla.Firefox.ESR.gl.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.gl.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.gl.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.gl.locale.zh-CN.yaml | 25 +++++++++++ .../gl/140.11.0/Mozilla.Firefox.ESR.gl.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.installer.yaml new file mode 100644 index 000000000000..d251faf0be54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gl +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/gl/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 751E4C0CB29021D5D2C7446B4C5C6F0BF77CE2208A5AF97652485B0478306A46 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 gl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/gl/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C4308E25AE7E3A51874AC91CB528B846093EFD15A97EC94AFBF237FD1D64282D + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 gl) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/gl/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: F08AF40FA6A6F071EE84EFB8DDDD64FC9E761449841C67E6313A792588E5853C + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 gl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.de-DE.yaml new file mode 100644 index 000000000000..7e6dcb5d1820 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.de-DE.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: Mozilla.Firefox.ESR.gl +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gl) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.en-US.yaml new file mode 100644 index 000000000000..36b20cad8d1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.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: Mozilla.Firefox.ESR.gl +PackageVersion: 140.11.0 +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 ESR (gl) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.locale.zh-CN.yaml new file mode 100644 index 000000000000..9acbff962e32 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.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: Mozilla.Firefox.ESR.gl +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (gl) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.yaml b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.yaml new file mode 100644 index 000000000000..a6ea1dd7325d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gl/140.11.0/Mozilla.Firefox.ESR.gl.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.ESR.gl +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 30dedcb7822c3da5c1fc0943564d82a39d02d788 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:38 +0800 Subject: [PATCH 039/325] New version: Mozilla.Firefox.ach version 151.0 (#376523) --- .../151.0/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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.ach.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.yaml diff --git a/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 000000000000..ee1c9678bc13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ach/Firefox%20Setup%20151.0.exe + InstallerSha256: 6681116DC6ADFC65985B5BCDCAFEE05AA902DD818A9CA21681E2AEC7DD6432D8 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ach/Firefox%20Setup%20151.0.exe + InstallerSha256: D5E43F0A13B77F634104C02C42C389F95A59625689C659AE9C4B1B86F2E79EBD +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ach/Firefox%20Setup%20151.0.exe + InstallerSha256: 3E90C312C9F6ACB8FD30328D73BEEDBEFD22CB1D79946DCBCF14040D9118CDDE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 000000000000..722e939f41e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 000000000000..b4a62f5c1df3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 000000000000..97c469e3a0b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 000000000000..553a5b80bb13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 000000000000..0d864bece62f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 000000000000..8ef11c9ec59c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 000000000000..1081c88f952e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 000000000000..eef638b854dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 000000000000..fc4fe54a06ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 000000000000..d01ab65f0d23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 000000000000..058a7e90839a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 000000000000..a472669f595f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 000000000000..b28f70e0ce25 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 000000000000..897b499aa57a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +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/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/151.0/Mozilla.Firefox.ach.yaml new file mode 100644 index 000000000000..328ddaf7fdc1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6f23ad3cafacb2df9b5578d24024d985b41cfed3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:50 +0800 Subject: [PATCH 040/325] New version: Mozilla.Firefox.ESR.kk version 140.11.0 (#376475) --- .../Mozilla.Firefox.ESR.kk.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.kk.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.kk.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.kk.locale.zh-CN.yaml | 25 +++++++++++ .../kk/140.11.0/Mozilla.Firefox.ESR.kk.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.installer.yaml new file mode 100644 index 000000000000..a91bdfa9e802 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.kk +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/kk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A2EA0B632926D92EB68CF1FE708FA995BA1EC9D170DD90E2D95F3C78060416A6 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 kk) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/kk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 0A9B81DCEA0B56BB43B478DFEE8ABB70BAC96C07111AE96367644305C20D103B + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 kk) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/kk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 161FB155D7747B3E9F266FF8C64DDB150AA900BEE51667EC1E05CB2A53C5675D + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 kk) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.de-DE.yaml new file mode 100644 index 000000000000..1f4924c53fa1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.de-DE.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: Mozilla.Firefox.ESR.kk +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (kk) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.en-US.yaml new file mode 100644 index 000000000000..dc54fb86a782 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.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: Mozilla.Firefox.ESR.kk +PackageVersion: 140.11.0 +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 ESR (kk) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.locale.zh-CN.yaml new file mode 100644 index 000000000000..f2a5bcba2f61 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.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: Mozilla.Firefox.ESR.kk +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (kk) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.yaml b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.yaml new file mode 100644 index 000000000000..1a3455ae22a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/kk/140.11.0/Mozilla.Firefox.ESR.kk.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.ESR.kk +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5e664ade65df339285e7ead34c56fda747f24a4d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:51:56 +0800 Subject: [PATCH 041/325] New version: Mozilla.Firefox.ESR.ur version 140.11.0 (#376519) --- .../Mozilla.Firefox.ESR.ur.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ur.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ur.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml | 25 +++++++++++ .../ur/140.11.0/Mozilla.Firefox.ESR.ur.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.installer.yaml new file mode 100644 index 000000000000..dad9e606dcf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ur +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 89708AAB894AF777DCBC1DA0036BE973E9CE84BADF198B90979212D1C6C16D23 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ur) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 13C27444C5C527EF69EB710F5254F6DB74A353A3C0769677A597472F74350F31 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ur) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 6BCFA520C71876ADFE29231CD68FA0D9019A58D498482C3645A861B4924A9BBC + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ur) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.de-DE.yaml new file mode 100644 index 000000000000..8ceb67d6fdc5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.de-DE.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: Mozilla.Firefox.ESR.ur +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ur) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.en-US.yaml new file mode 100644 index 000000000000..95ef2d2c21d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.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: Mozilla.Firefox.ESR.ur +PackageVersion: 140.11.0 +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 ESR (ur) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.locale.zh-CN.yaml new file mode 100644 index 000000000000..ac48cf27fe3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.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: Mozilla.Firefox.ESR.ur +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ur) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.yaml b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.yaml new file mode 100644 index 000000000000..6c927364b279 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ur/140.11.0/Mozilla.Firefox.ESR.ur.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.ESR.ur +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ad35f700d7792554add79bc5ba0e438325e172bf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:52:00 +0800 Subject: [PATCH 042/325] New version: Mozilla.Firefox.ESR.fur version 140.11.0 (#376453) --- .../Mozilla.Firefox.ESR.fur.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.fur.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.fur.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.fur.locale.zh-CN.yaml | 25 +++++++++++ .../fur/140.11.0/Mozilla.Firefox.ESR.fur.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.installer.yaml new file mode 100644 index 000000000000..202aeca91a26 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fur +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/fur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 902AEADA7E2BD3F96ACEEC6FAE7215F7EFB6F34E72803C77A1FDD40F74E761CD + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 fur) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/fur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2DD77F8C45FF4579EC4C30E09A33F04197A454F684679DF332729BF813102CAB + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 fur) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/fur/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B449FCE328ADAE7C079FC2387E1A17F95A9064AD7B05345855681D0064084FE2 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 fur) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.de-DE.yaml new file mode 100644 index 000000000000..004f6590654a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.de-DE.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: Mozilla.Firefox.ESR.fur +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fur) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.en-US.yaml new file mode 100644 index 000000000000..15322d792295 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.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: Mozilla.Firefox.ESR.fur +PackageVersion: 140.11.0 +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 ESR (fur) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.locale.zh-CN.yaml new file mode 100644 index 000000000000..f83ee415440c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.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: Mozilla.Firefox.ESR.fur +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (fur) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.yaml b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.fur.yaml new file mode 100644 index 000000000000..242ceeea5b1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fur/140.11.0/Mozilla.Firefox.ESR.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.ESR.fur +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d9e869bb623e06c69cbe3abeee8f24a089f2f94d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:52:12 +0800 Subject: [PATCH 043/325] New version: Mozilla.Firefox.ESR.eu version 140.11.0 (#376447) --- .../Mozilla.Firefox.ESR.eu.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.eu.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.eu.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.eu.locale.zh-CN.yaml | 25 +++++++++++ .../eu/140.11.0/Mozilla.Firefox.ESR.eu.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.installer.yaml new file mode 100644 index 000000000000..374a7361c033 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.eu +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/eu/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 3CCBFA6A4E342765AE52ECC9B5E9794E4701F65F1FA29297C5F38A9B32BBB0D3 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 eu) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/eu/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: BB02AFC70BB8C377A2F857734D82775463DD0DFF1884E925A50CA2FC852DEC40 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 eu) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/eu/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 7161B7F366833A919135413F16FC9E504D22F9A283BD4BE091BA83CC3E8F8CD1 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 eu) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.de-DE.yaml new file mode 100644 index 000000000000..d9b78a9f4508 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.de-DE.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: Mozilla.Firefox.ESR.eu +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (eu) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.en-US.yaml new file mode 100644 index 000000000000..13d33eab056a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.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: Mozilla.Firefox.ESR.eu +PackageVersion: 140.11.0 +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 ESR (eu) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.locale.zh-CN.yaml new file mode 100644 index 000000000000..e7730df62f98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.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: Mozilla.Firefox.ESR.eu +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (eu) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.yaml b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.yaml new file mode 100644 index 000000000000..056ffd2c9f1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/eu/140.11.0/Mozilla.Firefox.ESR.eu.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.ESR.eu +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a4811ab583041ae1a25dda30bfd60d749aa5b2ca Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:52:17 +0800 Subject: [PATCH 044/325] New version: Mozilla.Firefox.ESR.xh version 140.11.0 (#376524) --- .../Mozilla.Firefox.ESR.xh.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.xh.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.xh.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.xh.locale.zh-CN.yaml | 25 +++++++++++ .../xh/140.11.0/Mozilla.Firefox.ESR.xh.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.installer.yaml new file mode 100644 index 000000000000..4fcc0398746d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.xh +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/xh/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B3DFD9E040DD67978B30A76EDE75A372BCF1B9960898D4063FC1C2EB51823BA1 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 xh) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/xh/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B95E7B47092B709F6ED018D838F1757E674E423537A2D242BC5EA648A2A2B550 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 xh) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/xh/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: FBFBEED7DE230841B6C1192600FC2A5CA1058D56E477E5C296B284FA57D583C8 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 xh) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.de-DE.yaml new file mode 100644 index 000000000000..bd9e8dc872a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.de-DE.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: Mozilla.Firefox.ESR.xh +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (xh) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.en-US.yaml new file mode 100644 index 000000000000..6e447cb2011b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.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: Mozilla.Firefox.ESR.xh +PackageVersion: 140.11.0 +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 ESR (xh) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.locale.zh-CN.yaml new file mode 100644 index 000000000000..93832841ff50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.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: Mozilla.Firefox.ESR.xh +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (xh) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.yaml b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.yaml new file mode 100644 index 000000000000..78359fc7e0d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/xh/140.11.0/Mozilla.Firefox.ESR.xh.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.ESR.xh +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d197f31387cb8a16e930ff54f449ffb63b055226 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:52:34 +0800 Subject: [PATCH 045/325] New version: Mozilla.Firefox.br version 151.0 (#376538) --- .../151.0/Mozilla.Firefox.br.installer.yaml | 40 ++++++ .../Mozilla.Firefox.br.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.br.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.br.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.br.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.br.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.br.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.br.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.br.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.br.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.br.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.br.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.br.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.br.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.br.locale.zh-CN.yaml | 24 ++++ .../Firefox/br/151.0/Mozilla.Firefox.br.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.yaml diff --git a/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.installer.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.installer.yaml new file mode 100644 index 000000000000..3b66fc4e0ced --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/br/Firefox%20Setup%20151.0.exe + InstallerSha256: 21E90226163EEDBF2C3EC608DF35F529BF17A0EA0BE77EC61D802C6BA4B49230 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/br/Firefox%20Setup%20151.0.exe + InstallerSha256: 58D6ADBCA059BCE085D67963E7F9BBF3DA945F5F30C10B129198345EBBDEEC29 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/br/Firefox%20Setup%20151.0.exe + InstallerSha256: 84FE699DE9C3FA6773C05BFB647FF39F14EB3C2609AC31AAE0FA52C4FAADE5EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.cs-CZ.yaml new file mode 100644 index 000000000000..583c14c5c9f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.da-DK.yaml new file mode 100644 index 000000000000..1c798a9f6da5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.de-DE.yaml new file mode 100644 index 000000000000..2605664a66fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.el-GR.yaml new file mode 100644 index 000000000000..f4a47b8574ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.en-GB.yaml new file mode 100644 index 000000000000..5271eda5cfaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.en-US.yaml new file mode 100644 index 000000000000..8a9e2dbb8afd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: "151.0" +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 (br) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.es-MX.yaml new file mode 100644 index 000000000000..253507429011 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.fr-FR.yaml new file mode 100644 index 000000000000..080139bc1fc3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.hu-HU.yaml new file mode 100644 index 000000000000..9acaa9a04a7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ja-JP.yaml new file mode 100644 index 000000000000..7342f9fe66da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.nb-NO.yaml new file mode 100644 index 000000000000..e53a1c1a9a1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ru-RU.yaml new file mode 100644 index 000000000000..99b5ed7fa445 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.ta-IN.yaml new file mode 100644 index 000000000000..7f2deb40cb58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.locale.zh-CN.yaml new file mode 100644 index 000000000000..75abb457d286 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +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/br/151.0/Mozilla.Firefox.br.yaml b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.yaml new file mode 100644 index 000000000000..24ed6bceda6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/151.0/Mozilla.Firefox.br.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.br +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d72c06f07eb4d695b2d1e717b44919ef6336701c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:52:40 +0800 Subject: [PATCH 046/325] New version: Mozilla.Firefox.en-GB version 151.0 (#376556) --- .../Mozilla.Firefox.en-GB.installer.yaml | 40 ++++++ .../Mozilla.Firefox.en-GB.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.en-GB.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.en-GB.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.en-GB.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.en-GB.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.en-GB.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.en-GB.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.en-GB.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.en-GB.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.en-GB.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.en-GB.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.en-GB.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.en-GB.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.en-GB.locale.zh-CN.yaml | 24 ++++ .../en-GB/151.0/Mozilla.Firefox.en-GB.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.yaml diff --git a/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.installer.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.installer.yaml new file mode 100644 index 000000000000..d1befb310c1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/en-GB/Firefox%20Setup%20151.0.exe + InstallerSha256: DCE60E891DCA93FD996A56D47079E27E9DDACDA2EA3BF3EAA8C030C9D8486590 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/en-GB/Firefox%20Setup%20151.0.exe + InstallerSha256: D3DB746638778974E659DA225764EA6E579ED4900D3E00C6B7456E35C4107914 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/en-GB/Firefox%20Setup%20151.0.exe + InstallerSha256: 50298CC42717D99060EA9DCF9599BF12D713EEAF3241C8B07B0FAAF55FDC7F55 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.cs-CZ.yaml new file mode 100644 index 000000000000..9b903ece0c40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.da-DK.yaml new file mode 100644 index 000000000000..33bd7b7c5127 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.de-DE.yaml new file mode 100644 index 000000000000..6724e8097853 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.el-GR.yaml new file mode 100644 index 000000000000..9369ea90ddf9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.en-GB.yaml new file mode 100644 index 000000000000..68166176097d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.en-US.yaml new file mode 100644 index 000000000000..91aac81fd9c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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-GB +PackageVersion: "151.0" +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-GB) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.es-MX.yaml new file mode 100644 index 000000000000..3881e05f0c50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.fr-FR.yaml new file mode 100644 index 000000000000..7c6c587ec0df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.hu-HU.yaml new file mode 100644 index 000000000000..49bde5d36f96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ja-JP.yaml new file mode 100644 index 000000000000..8f3c176529c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.nb-NO.yaml new file mode 100644 index 000000000000..15a07617aaec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ru-RU.yaml new file mode 100644 index 000000000000..e2ed63da0a90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.ta-IN.yaml new file mode 100644 index 000000000000..a71dba3a4e67 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.locale.zh-CN.yaml new file mode 100644 index 000000000000..d2b0dd03c996 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +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-GB/151.0/Mozilla.Firefox.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.yaml new file mode 100644 index 000000000000..f3a0e9285d2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/151.0/Mozilla.Firefox.en-GB.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-GB +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86ad5b9af95e97fd73a5eda72ecf08c05b0007a6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:53:05 +0800 Subject: [PATCH 047/325] New version: Mozilla.Firefox.eo version 151.0 (#376558) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/eo/151.0/Mozilla.Firefox.eo.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.yaml diff --git a/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.installer.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.installer.yaml new file mode 100644 index 000000000000..22981010b693 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/eo/Firefox%20Setup%20151.0.exe + InstallerSha256: DF985CFD5D2324DFF752172564467EC5C2797AC66FB6E505C3DFB5E6256CC370 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/eo/Firefox%20Setup%20151.0.exe + InstallerSha256: F34FD2DC5143BCB2DDC19EAF165162B869212CB5221727D8B195CC5AA299567D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/eo/Firefox%20Setup%20151.0.exe + InstallerSha256: 898E84A88CA93397A2937933A594534020CB8583A75F534D7A9A3F4E261B0C10 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1b8acdcde69d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.da-DK.yaml new file mode 100644 index 000000000000..46f064039e24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.de-DE.yaml new file mode 100644 index 000000000000..cb59c3169199 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.el-GR.yaml new file mode 100644 index 000000000000..4f945d84aa3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.en-GB.yaml new file mode 100644 index 000000000000..605aa1d2d0aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.en-US.yaml new file mode 100644 index 000000000000..3ee8315d419c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.es-MX.yaml new file mode 100644 index 000000000000..7d457888ec09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.fr-FR.yaml new file mode 100644 index 000000000000..bed1f871f032 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.hu-HU.yaml new file mode 100644 index 000000000000..7bef377cd68d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ja-JP.yaml new file mode 100644 index 000000000000..e9ed9890976b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.nb-NO.yaml new file mode 100644 index 000000000000..7db956df834d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ru-RU.yaml new file mode 100644 index 000000000000..a125db072b02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.ta-IN.yaml new file mode 100644 index 000000000000..bfec4279d191 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.locale.zh-CN.yaml new file mode 100644 index 000000000000..d46eefd1183c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +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/Mozilla.Firefox.eo.yaml b/manifests/m/Mozilla/Firefox/eo/151.0/Mozilla.Firefox.eo.yaml new file mode 100644 index 000000000000..231e94bb1419 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cb5683dca41dea2bf4fa62be5b5a08ffe30e66c7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:53:30 +0800 Subject: [PATCH 048/325] New version: Mozilla.Firefox.gd version 151.0 (#376577) --- .../151.0/Mozilla.Firefox.gd.installer.yaml | 40 ++++++ .../Mozilla.Firefox.gd.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.gd.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.gd.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.gd.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.gd.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.gd.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.gd.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.gd.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.gd.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.gd.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.gd.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.gd.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.gd.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.gd.locale.zh-CN.yaml | 24 ++++ .../Firefox/gd/151.0/Mozilla.Firefox.gd.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.yaml diff --git a/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.installer.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.installer.yaml new file mode 100644 index 000000000000..3bfc3752b50d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/gd/Firefox%20Setup%20151.0.exe + InstallerSha256: 6D90753A86FD693025159025EA97BFF5B229D75224373D6E58525245811AB37C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/gd/Firefox%20Setup%20151.0.exe + InstallerSha256: 8E2BCC6C548F01586D362701E99F8D9D362D5B545B6EDF3A95391EE4FEF27CAE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/gd/Firefox%20Setup%20151.0.exe + InstallerSha256: 5A63C100DE80BB47944F15716F1DAF34937EAF4882DAA7DD2FAD288F38DE025E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b85afc189c3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.da-DK.yaml new file mode 100644 index 000000000000..f3be3a7761a7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.de-DE.yaml new file mode 100644 index 000000000000..89aa84e4558e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.el-GR.yaml new file mode 100644 index 000000000000..a93e9f17baf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.en-GB.yaml new file mode 100644 index 000000000000..609543c5a1b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.en-US.yaml new file mode 100644 index 000000000000..4c9d8aa65c7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: "151.0" +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 (gd) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.es-MX.yaml new file mode 100644 index 000000000000..ba7ee10deb2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.fr-FR.yaml new file mode 100644 index 000000000000..75ef3d1fe4ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.hu-HU.yaml new file mode 100644 index 000000000000..21a6345b605f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ja-JP.yaml new file mode 100644 index 000000000000..b8901bcb714e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.nb-NO.yaml new file mode 100644 index 000000000000..33b8870a194f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ru-RU.yaml new file mode 100644 index 000000000000..9aad99375610 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.ta-IN.yaml new file mode 100644 index 000000000000..b7cad257a6b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.locale.zh-CN.yaml new file mode 100644 index 000000000000..413244e2c47f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +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/gd/151.0/Mozilla.Firefox.gd.yaml b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.yaml new file mode 100644 index 000000000000..c9e78d13b3da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0/Mozilla.Firefox.gd.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.gd +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9d4bd4c4fe8cd6fed86e89702519bf0418b63dd1 Mon Sep 17 00:00:00 2001 From: ImFeH2 Date: Wed, 20 May 2026 02:53:50 +0800 Subject: [PATCH 049/325] New package: ImFeH2.Pinote version 0.5.3 (#375324) --- .../Pinote/0.5.3/ImFeH2.Pinote.installer.yaml | 24 +++++++++++++++++++ .../0.5.3/ImFeH2.Pinote.locale.en-US.yaml | 22 +++++++++++++++++ .../i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.installer.yaml create mode 100644 manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.locale.en-US.yaml create mode 100644 manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.yaml diff --git a/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.installer.yaml b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.installer.yaml new file mode 100644 index 000000000000..5f6da9588f65 --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ImFeH2.Pinote +PackageVersion: 0.5.3 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F513DDCE-DD88-4F59-A87C-7E75B930FDF2}' +AppsAndFeaturesEntries: +- DisplayName: Pinote + Publisher: feh2 + ProductCode: '{F513DDCE-DD88-4F59-A87C-7E75B930FDF2}' +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://github.com/ImFeH2/pinote/releases/download/v0.5.3/Pinote_0.5.3_x64_en-US.msi + InstallerSha256: 2C21C29620E2DCC72927750DBC5B8C17F2CD7C501773E4457820FE9177AE7C6E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.locale.en-US.yaml b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.locale.en-US.yaml new file mode 100644 index 000000000000..c19f06ebc21d --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.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.10.0.schema.json + +PackageIdentifier: ImFeH2.Pinote +PackageVersion: 0.5.3 +PackageLocale: en-US +Publisher: ImFeH2 +PublisherUrl: https://github.com/ImFeH2 +PublisherSupportUrl: https://github.com/ImFeH2/pinote/issues +PackageName: Pinote +PackageUrl: https://github.com/ImFeH2/pinote +License: Apache-2.0 +LicenseUrl: https://github.com/ImFeH2/pinote/blob/main/LICENSE +ShortDescription: A lightweight floating markdown scratchpad app +Description: A lightweight floating markdown scratchpad app for quick notes and markdown editing. +Tags: +- markdown +- notes +- scratchpad +ReleaseNotesUrl: https://github.com/ImFeH2/pinote/releases/tag/v0.5.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.yaml b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.yaml new file mode 100644 index 000000000000..3ffa29862ead --- /dev/null +++ b/manifests/i/ImFeH2/Pinote/0.5.3/ImFeH2.Pinote.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: ImFeH2.Pinote +PackageVersion: 0.5.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9eaec735be22fdb4af9dbdd1ef07d5477460a901 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:53:55 +0800 Subject: [PATCH 050/325] New version: Mozilla.Firefox.my version 151.0 (#376608) --- .../151.0/Mozilla.Firefox.my.installer.yaml | 40 ++++++ .../Mozilla.Firefox.my.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.my.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.my.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.my.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.my.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.my.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.my.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.my.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.my.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.my.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.my.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.my.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.my.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.my.locale.zh-CN.yaml | 24 ++++ .../Firefox/my/151.0/Mozilla.Firefox.my.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.yaml diff --git a/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.installer.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.installer.yaml new file mode 100644 index 000000000000..ed3300b654e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/my/Firefox%20Setup%20151.0.exe + InstallerSha256: C0D0AA83CB3D866EA783E34CED933B79FA166EF088FCDA4838256DF7766C0C65 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/my/Firefox%20Setup%20151.0.exe + InstallerSha256: 8FA534491FC2E08B5D76269FC7EC58BAD30ABDAE988888F8A971CB4A9667CF56 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/my/Firefox%20Setup%20151.0.exe + InstallerSha256: B1F1AE3899CBAD20CFC7346C1B86F70828D3847B1086A4A083DC5A74C7026A5F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.cs-CZ.yaml new file mode 100644 index 000000000000..e84fd1fa7cc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.da-DK.yaml new file mode 100644 index 000000000000..3877386a1dfb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.de-DE.yaml new file mode 100644 index 000000000000..00010d59b4d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.el-GR.yaml new file mode 100644 index 000000000000..b45d8d605720 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.en-GB.yaml new file mode 100644 index 000000000000..856adfa4fa47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.en-US.yaml new file mode 100644 index 000000000000..35c0ddeb7264 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: "151.0" +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 (my) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.es-MX.yaml new file mode 100644 index 000000000000..fbe754b46690 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.fr-FR.yaml new file mode 100644 index 000000000000..647460ed1da9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.hu-HU.yaml new file mode 100644 index 000000000000..4390ded2215c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ja-JP.yaml new file mode 100644 index 000000000000..f141177a20d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.nb-NO.yaml new file mode 100644 index 000000000000..2e53f89f6c2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ru-RU.yaml new file mode 100644 index 000000000000..af45c8bad9c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.ta-IN.yaml new file mode 100644 index 000000000000..9eb1dc7b393d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.locale.zh-CN.yaml new file mode 100644 index 000000000000..506bf713eaaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +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/my/151.0/Mozilla.Firefox.my.yaml b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.yaml new file mode 100644 index 000000000000..c823e555468f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0/Mozilla.Firefox.my.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.my +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8ba37e1d76417e62b9a01bfaf0e65d03bc40d076 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:54:20 +0800 Subject: [PATCH 051/325] New version: Mozilla.Firefox.pl version 151.0 (#376615) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/pl/151.0/Mozilla.Firefox.pl.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.yaml diff --git a/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.installer.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.installer.yaml new file mode 100644 index 000000000000..d9258038e030 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/pl/Firefox%20Setup%20151.0.exe + InstallerSha256: 2C018A93A6C66D56FEF85BE7765D52F75E13222B81F53CA653A518D37E2181C6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/pl/Firefox%20Setup%20151.0.exe + InstallerSha256: 74BB58C5FE393F360B8689FC37A60BA6627368E9192D7E0E1EA7CA9E09A445F1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/pl/Firefox%20Setup%20151.0.exe + InstallerSha256: D4E10CA27B99F7F5A8CA0BBF5F0C406937891E7EBB8709B4C2087D9EC6543616 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..db6a3c0c672c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.da-DK.yaml new file mode 100644 index 000000000000..fc3bf53ac34e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.de-DE.yaml new file mode 100644 index 000000000000..39d5b0b419f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.el-GR.yaml new file mode 100644 index 000000000000..bd1146b1c87e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.en-GB.yaml new file mode 100644 index 000000000000..1188a242195a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.en-US.yaml new file mode 100644 index 000000000000..916ee0830c98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.es-MX.yaml new file mode 100644 index 000000000000..b5f40890d1fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.fr-FR.yaml new file mode 100644 index 000000000000..1793f667eb0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.hu-HU.yaml new file mode 100644 index 000000000000..2934980bb196 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ja-JP.yaml new file mode 100644 index 000000000000..c99c3354d654 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.nb-NO.yaml new file mode 100644 index 000000000000..c1a1f879b168 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ru-RU.yaml new file mode 100644 index 000000000000..7245ccd28271 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.ta-IN.yaml new file mode 100644 index 000000000000..8ca51577ccd9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.locale.zh-CN.yaml new file mode 100644 index 000000000000..d0b4104ce506 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +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/Mozilla.Firefox.pl.yaml b/manifests/m/Mozilla/Firefox/pl/151.0/Mozilla.Firefox.pl.yaml new file mode 100644 index 000000000000..67f3d842f098 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pl/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f5600f6cdb5ecc90539202a5bd7e5ed93110541f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:54:42 +0800 Subject: [PATCH 052/325] New version: Mozilla.Firefox.pt-BR version 151.0 (#376616) --- .../Mozilla.Firefox.pt-BR.installer.yaml | 40 ++++++ .../Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.pt-BR.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.pt-BR.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.pt-BR.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.pt-BR.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.pt-BR.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.pt-BR.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.pt-BR.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.pt-BR.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.pt-BR.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.pt-BR.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.pt-BR.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.pt-BR.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.pt-BR.locale.zh-CN.yaml | 24 ++++ .../pt-BR/151.0/Mozilla.Firefox.pt-BR.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.yaml diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.installer.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.installer.yaml new file mode 100644 index 000000000000..8d43670989db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/pt-BR/Firefox%20Setup%20151.0.exe + InstallerSha256: 96293285DEE7428292A755D9F38C3F0E1BAF6AC18CA8BA8B223018BED7AC7EAF +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/pt-BR/Firefox%20Setup%20151.0.exe + InstallerSha256: 95A590826305457CA921AE2219C4A5282FCD91DA3A308797609828047DA80232 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/pt-BR/Firefox%20Setup%20151.0.exe + InstallerSha256: 1C02A0C376C668DF1DD7E3CE16ACE5E5271AC398E5C31E2BB565A27177F42F5D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml new file mode 100644 index 000000000000..56b2f92bc1bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.da-DK.yaml new file mode 100644 index 000000000000..181968dcbc0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.de-DE.yaml new file mode 100644 index 000000000000..be1648071b81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.el-GR.yaml new file mode 100644 index 000000000000..5833f44db332 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-GB.yaml new file mode 100644 index 000000000000..943efc8608a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-US.yaml new file mode 100644 index 000000000000..e1fc8288f8fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pt-BR +PackageVersion: "151.0" +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 (pt-BR) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.es-MX.yaml new file mode 100644 index 000000000000..9dc3746110d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml new file mode 100644 index 000000000000..0c41b4d7420e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml new file mode 100644 index 000000000000..afc9bde77b4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml new file mode 100644 index 000000000000..40769b3f0721 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml new file mode 100644 index 000000000000..87a881162515 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml new file mode 100644 index 000000000000..b5fe77850d3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml new file mode 100644 index 000000000000..94e063a977e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml new file mode 100644 index 000000000000..bb19c0ed60c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +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/pt-BR/151.0/Mozilla.Firefox.pt-BR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.yaml new file mode 100644 index 000000000000..eede11730a50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0/Mozilla.Firefox.pt-BR.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.pt-BR +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ca7b9ecd0d664675c4b2cfabfc1d35a2ae966dd7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 02:54:57 +0800 Subject: [PATCH 053/325] New version: LibrePCB.LibrePCB version 2.1.0 (#376637) --- .../2.1.0/LibrePCB.LibrePCB.installer.yaml | 21 +++++++++++++ .../2.1.0/LibrePCB.LibrePCB.locale.en-US.yaml | 30 +++++++++++++++++++ .../2.1.0/LibrePCB.LibrePCB.locale.zh-CN.yaml | 16 ++++++++++ .../LibrePCB/2.1.0/LibrePCB.LibrePCB.yaml | 8 +++++ 4 files changed, 75 insertions(+) create mode 100644 manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.installer.yaml create mode 100644 manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.en-US.yaml create mode 100644 manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.zh-CN.yaml create mode 100644 manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.yaml diff --git a/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.installer.yaml b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.installer.yaml new file mode 100644 index 000000000000..c201374362dc --- /dev/null +++ b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.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: LibrePCB.LibrePCB +PackageVersion: 2.1.0 +InstallerType: inno +Scope: machine +FileExtensions: +- lpp +- lppz +ProductCode: librepcb_is1 +ReleaseDate: 2026-05-19 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\LibrePCB' +Installers: +- Architecture: x64 + InstallerUrl: https://download.librepcb.org/releases/2.1.0/librepcb-installer-2.1.0-windows-x86_64.exe + InstallerSha256: 354798A065328AA39FE60386A8A36C91D7C0167C5CB3EE9FAE670725CEC6AB98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.en-US.yaml b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.en-US.yaml new file mode 100644 index 000000000000..d9e89b829b57 --- /dev/null +++ b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.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: LibrePCB.LibrePCB +PackageVersion: 2.1.0 +PackageLocale: en-US +Publisher: LibrePCB Developers +PublisherUrl: https://librepcb.org/ +PublisherSupportUrl: https://librepcb.org/help/ +PackageName: LibrePCB +PackageUrl: https://librepcb.org/download/ +License: GPL-3.0-or-later +LicenseUrl: https://github.com/LibrePCB/LibrePCB/blob/HEAD/LICENSE.txt +Copyright: Copyright © LibrePCB Developers +ShortDescription: Create electronics the easy way. +Description: |- + LibrePCB is a free, cross-platform, easy-to-use electronic design automation suite to draw schematics and design printed circuit boards – for makers, students and professionals, from beginners to experts. + This software just lets you develop electronics the right way. No costs. No restrictions. No online account. No unnecessary complexity. +Tags: +- cad +- eda +- electronics +- pcb +- schematic +ReleaseNotesUrl: https://librepcb.org/blog/2026-05-19_release_2.1.0/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://librepcb.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.zh-CN.yaml b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.locale.zh-CN.yaml new file mode 100644 index 000000000000..96586abcdb50 --- /dev/null +++ b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.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: LibrePCB.LibrePCB +PackageVersion: 2.1.0 +PackageLocale: zh-CN +ShortDescription: 轻松打造电子设备。 +Description: |- + LibrePCB 是一款免费、跨平台、易于使用的电子设计自动化工具套件,用于绘制原理图和设计印刷电路板——面向创客、学生和专业人群,从入门者到专家皆可适用。 + 该软件旨在让您以正确的方式开发电子项目。无需付费。无使用限制。无需在线账户。杜绝不必要的麻烦。 +ReleaseNotesUrl: https://librepcb.org/blog/2026-05-19_release_2.1.0/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://librepcb.org/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.yaml b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.yaml new file mode 100644 index 000000000000..5b3f8e26307f --- /dev/null +++ b/manifests/l/LibrePCB/LibrePCB/2.1.0/LibrePCB.LibrePCB.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: LibrePCB.LibrePCB +PackageVersion: 2.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d598a6ce64bdfcafbe155e3a1cad3caa373fedfa Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 19 May 2026 20:55:12 +0200 Subject: [PATCH 054/325] New version: Storj.Uplink version 1.154.4 (#376642) --- .../1.154.4/Storj.Uplink.installer.yaml | 18 +++++ .../1.154.4/Storj.Uplink.locale.en-US.yaml | 73 +++++++++++++++++++ .../s/Storj/Uplink/1.154.4/Storj.Uplink.yaml | 8 ++ 3 files changed, 99 insertions(+) create mode 100644 manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.installer.yaml create mode 100644 manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.locale.en-US.yaml create mode 100644 manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.yaml diff --git a/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.installer.yaml b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.installer.yaml new file mode 100644 index 000000000000..85485ad5543b --- /dev/null +++ b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Storj.Uplink +PackageVersion: 1.154.4 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uplink.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/storj/storj/releases/download/v1.154.4/uplink_windows_amd64.zip + InstallerSha256: 82FCCE975324DF36D81D739FA5B444118E4E1F418F879807F3209C30F6BE31F3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.locale.en-US.yaml b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.locale.en-US.yaml new file mode 100644 index 000000000000..2f92151fc81a --- /dev/null +++ b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.locale.en-US.yaml @@ -0,0 +1,73 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Storj.Uplink +PackageVersion: 1.154.4 +PackageLocale: en-US +Publisher: Storj Labs Inc +PublisherUrl: https://www.storj.io/ +PublisherSupportUrl: https://github.com/storj/storj/issues +Author: Storj Labs Inc +PackageName: Uplink +PackageUrl: https://github.com/storj/storj +License: AGPL-3.0 +LicenseUrl: https://github.com/storj/storj/blob/HEAD/LICENSE +ShortDescription: The Storj DCS client-side CLI +Moniker: uplink +Tags: +- storj +- storj-dcs +- uplink +- uplink-cli +ReleaseNotes: |- + Changelog + General + - 0fb6bfb private/apigen: Allow endpoints with non-json responses + - 6febe81 shared/dbutil: add TiDB implementation enum + Satellite + - ce735b6 satellite/satellitedb: migrate repair_queue DELETE to DBX + - 2a86df4 satellite/satellitedb: migrate repair_queue COUNT to DBX + - 169ab77 web/satellite: create access grants via the satellite API + - 2941681 satellite/metainfo: unify success and failure trackers into Trackers + - 3c4e4dc satellite/metainfo: split NodeFailed into NodeCancelled and NodeRetried + - a1e0882 satellite/{console,satellitedb}: add tenant_whitelabel_configs table + - 44fb937 private/post,satellite/mailservice: improve emails sent from the satellite + - 3efec2b satellite/admin: add whitelabel config management API and UI + - 0f5a3a0 satellite: drop satellitedb RepairQueue, use jobq exclusively + - 5fdf0ba satellite/metabase: update ListSegments to return checksum + - 5e91469 satellite/admin: fix linting issues + - 696ed74 satellite/jobq: prefer ctx.Err() over transport errors in client + - aa09ab1 satellite/metainfo: add retry tracker to Trackers + - 5a06b39 satellite/console: create restricted access via public API + - 1c93629 satellite/jobq: make the Close function nil safe + - 7b6449d satellite/core: register new projectlimitevens with mud + - 0031da3 web/satellite,private/apigen: upgrade most of the frontend deps + - 2865545 web/satellite: make it possible to re-activate account with closed registration + - 2b72044 web/satellite: don't compute gzipped chunk sizes during builds + - 3e2d691 web/satellite: fix password manager autofill on auth forms (#7762) + - ad418bb web/satellite: move dashboard stats to the Usage page + - 6b623d7 satellite/nodeselection: alreadySelected should be []NodeId instead of []SelectedNode + - 8b18bc3 satellite/accounting/live: fix mon.Task defer and dead error check + - cc863ea satellite/db: add opt_in_status column to user_settings + - 04b4d22 satellite/payments: fix usage start and end dates on invoices + - f0a7453 satellite/satellitedb: skip boundary tally when all in-period tallies are zero + Storagenode + - 3a6ac1f storagenode/load: add iostat-like disk I/O monitoring via monkit + - cb5706a storagenode/hashstore: preallocate log files + - 4abae8d storagenode/hashstore: remove collisions + - fddfea5 storagenode/hashstore: add config option to require setup + - 1447d43 storagenode/hashstore: skip log check for missing log files + - 4d825fd storagenode/hashstore: allow disabling copy_file_range + - bcab0f8 storagenode/hashstore: Sort api for keys by log position + - 451b2f9 storagenode/hashstore: refactor Compact to take a struct + - 4dd0f84 storagenode/hashstore: fix bug with logCollection + - 7545726 storagenode/monitor: fix PreFlightCheck and DiskSpace for hashstore-only nodes + - 79cc8b8 Revert "storagenode/monitor: fix PreFlightCheck and DiskSpace for hashstore-only nodes" + - 3297f78 Revert "storagenode/monitor: include hashstore usage in PreFlightCheck totalUsed" + - e89ddea Revert "storagenode/monitor: Fix allocated_space for hashstore only storagenodes" + - 8daef76 Revert "storagenode/monitor: use shared disk report for select runner" + Test + - 436e18f testsuite: install jobq in tests +ReleaseNotesUrl: https://github.com/storj/storj/releases/tag/v1.154.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.yaml b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.yaml new file mode 100644 index 000000000000..a09430d40f0a --- /dev/null +++ b/manifests/s/Storj/Uplink/1.154.4/Storj.Uplink.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: Storj.Uplink +PackageVersion: 1.154.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e8a5b150587de878db593b00f61a0ba8c63ee38e Mon Sep 17 00:00:00 2001 From: Hidetoshi Yanagi Date: Wed, 20 May 2026 03:56:18 +0900 Subject: [PATCH 055/325] New version: daruyanagi.XTimelineViewer 1.3.0 (#375290) --- .../daruyanagi.XTimelineViewer.installer.yaml | 22 +++++++++++++++ ...ruyanagi.XTimelineViewer.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.3.0/daruyanagi.XTimelineViewer.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.installer.yaml create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.locale.en-US.yaml create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.yaml diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.installer.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.installer.yaml new file mode 100644 index 000000000000..0b783ab8d973 --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.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: daruyanagi.XTimelineViewer +PackageVersion: 1.3.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: XTimelineViewer.exe + PortableCommandAlias: xtimelineviewer +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/daruyanagi/XTimelineViewer/releases/download/v1.3.0/XTimelineViewer-v1.3.0-win-x64.zip + InstallerSha256: 84DEFABFAEED40DD1A504A14F5106B290BFFDD4D90980B43E5AC169993364B7C +- Architecture: arm64 + InstallerUrl: https://github.com/daruyanagi/XTimelineViewer/releases/download/v1.3.0/XTimelineViewer-v1.3.0-win-arm64.zip + InstallerSha256: 271EC372CD68134C04E87C41256AE4470C2635D1EDDEB540457742EA6D7C342A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.locale.en-US.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.locale.en-US.yaml new file mode 100644 index 000000000000..15ee5bb97bca --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: daruyanagi.XTimelineViewer +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: daruyanagi +PublisherUrl: https://github.com/daruyanagi +PublisherSupportUrl: https://github.com/daruyanagi/XTimelineViewer/issues +PackageName: XTimelineViewer +PackageUrl: https://github.com/daruyanagi/XTimelineViewer +License: MIT +LicenseUrl: https://github.com/daruyanagi/XTimelineViewer/blob/main/LICENSE +ShortDescription: Multi-column X (Twitter) timeline viewer built with WinUI 3 and WebView2 +Description: |- + XTimelineViewer lets you view multiple X (Twitter) timelines side by side, + similar to TweetDeck / X Pro. Drop X URL shortcuts onto the window to add + timelines. Built with WinUI 3 and WebView2, self-contained (no runtime install needed). +Tags: +- twitter +- x +- timeline +- tweetdeck +- winui3 +- webview2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.yaml new file mode 100644 index 000000000000..d72ee177efbc --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.3.0/daruyanagi.XTimelineViewer.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: daruyanagi.XTimelineViewer +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a446c86e02b9b5889b652d9d78b5672f7c6544f1 Mon Sep 17 00:00:00 2001 From: 990aa <099ahadabdul@gmail.com> Date: Wed, 20 May 2026 00:28:29 +0530 Subject: [PATCH 056/325] New version: 990aa.Kivixa version 0.8.32+80320 (#375342) --- .../0.8.32+80320/990aa.Kivixa.installer.yaml | 28 ++++++++++ .../990aa.Kivixa.locale.en-US.yaml | 52 +++++++++++++++++++ .../Kivixa/0.8.32+80320/990aa.Kivixa.yaml | 8 +++ 3 files changed, 88 insertions(+) create mode 100644 manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.installer.yaml create mode 100644 manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.locale.en-US.yaml create mode 100644 manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.yaml diff --git a/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.installer.yaml b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.installer.yaml new file mode 100644 index 000000000000..07b967a35bc4 --- /dev/null +++ b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 990aa.Kivixa +PackageVersion: 0.8.32+80320 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{D37F2C99-F354-4632-A626-68E2F29D6E5A}_is1' +ReleaseDate: 2026-05-16 +AppsAndFeaturesEntries: +- DisplayVersion: 0.8.32 + ProductCode: '{D37F2C99-F354-4632-A626-68E2F29D6E5A}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Kivixa' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/990aa/kivixa/releases/download/v0.8.32+80320/Kivixa-Setup-0.8.32.exe + InstallerSha256: 42EDCF7F651FBDF5284BCFEA2E69124BABF4601EDE86936221832BEAF9C928BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.locale.en-US.yaml b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.locale.en-US.yaml new file mode 100644 index 000000000000..c429b9326233 --- /dev/null +++ b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.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: 990aa.Kivixa +PackageVersion: 0.8.32+80320 +PackageLocale: en-US +Publisher: 990aa +PublisherUrl: https://github.com/990aa +PublisherSupportUrl: https://github.com/990aa/kivixa/issues +PackageName: Kivixa +PackageUrl: https://github.com/990aa/kivixa +License: MIT +LicenseUrl: https://github.com/990aa/kivixa/blob/HEAD/LICENSE.md +ShortDescription: A privacy-first cross-platform productivity workspace for notes, sketching, planning, and local AI assistance +Tags: +- browser +- calendar +- canvas +- clock +- flutter +- local-ai +- math +- mcp +- notes-app +- productivity-tool +- rust +- version-control +ReleaseNotes: |- + Kivixa v0.8.32 + Changed + - Settings Page Layout: Reorganized settings categories for improved UX and clarity: + - Moved "Security" section to appear immediately after "General" section for better security-first positioning. + - Merged "Writing", "Handwritten Note", and "Performance" sections into a single unified "Handwritten Settings" section (Writing options appear first, followed by Handwritten options, then Performance options). + - Removed individual subtitles within the merged section for a cleaner, more streamlined interface. + - Moved "Open Kivixa Folder (Advanced)" button from the "Advanced" section to "Data Management" section on desktop platforms (Windows, Linux, macOS). + - Removed the now-empty "Advanced" section title; Android users still have access to custom data directory settings within the "Advanced" conditional block. + - Updated settings search categories and descriptions to reflect the new layout structure. + Fixed + - Renovate Configuration: Removed untrusted schema reference from renovate.json to resolve JSON validation error. The configuration now uses extended presets without explicit schema validation, which is the recommended approach for renovate. + Downloads + Windows: + - Kivixa-Setup-0.8.32.exe - Windows Installer + - kivixa.msix - Modern Windows Package + Android: + - Kivixa-Android-0.8.32-arm64.apk - ARM64 (most modern devices) + - Kivixa-Android-0.8.32-armv7.apk - ARMv7 (older devices) + - Kivixa-Android-0.8.32-x86_64.apk - x86_64 (emulators) + Alternative Downloads + - F-Droid: Add our repo at https://990aa.github.io/kivixa/repo +ReleaseNotesUrl: https://github.com/990aa/kivixa/releases/tag/v0.8.32+80320 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.yaml b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.yaml new file mode 100644 index 000000000000..38e2ebec9a61 --- /dev/null +++ b/manifests/9/990aa/Kivixa/0.8.32+80320/990aa.Kivixa.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: 990aa.Kivixa +PackageVersion: 0.8.32+80320 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4a7b5635da96e077a7ce33c87cac148b8c95b481 Mon Sep 17 00:00:00 2001 From: 7IIR Date: Tue, 19 May 2026 21:00:49 +0200 Subject: [PATCH 057/325] New package: RII7.Stopwatch version 1.3 (#375369) --- .../1.3/RII7.Stopwatch.installer.yaml | 17 ++++++++++++++ .../1.3/RII7.Stopwatch.locale.en-US.yaml | 23 +++++++++++++++++++ .../r/RII7/Stopwatch/1.3/RII7.Stopwatch.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.installer.yaml create mode 100644 manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.locale.en-US.yaml create mode 100644 manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.yaml diff --git a/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.installer.yaml b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.installer.yaml new file mode 100644 index 000000000000..ba80283fa003 --- /dev/null +++ b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.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: RII7.Stopwatch +PackageVersion: "1.3" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Stopwatch.exe + PortableCommandAlias: stopwatch +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://rii7.com/assets/file/sw_1.3.zip + InstallerSha256: E37DBCE71A33CC7BBD3CA23A10382CAA85748DFBB10CC7A81F24E78D981531B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.locale.en-US.yaml b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.locale.en-US.yaml new file mode 100644 index 000000000000..12ca62ac4deb --- /dev/null +++ b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.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: RII7.Stopwatch +PackageVersion: "1.3" +PackageLocale: en-US +Publisher: RII7 +PackageName: Stopwatch +License: Proprietary +ShortDescription: Measure elapsed time with a highprecision stopwatch via global hotkeys or IPC. +Tags: +- rii7 +- stopwatch +- watch +- timer +- time +- elapsed +- microsecond +- split time +- lap time +- ipc +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.yaml b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.yaml new file mode 100644 index 000000000000..42ec328dc95c --- /dev/null +++ b/manifests/r/RII7/Stopwatch/1.3/RII7.Stopwatch.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.Stopwatch +PackageVersion: "1.3" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6607a330788524c3f02cb9f284d0d74aa5ef5ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Long?= Date: Wed, 20 May 2026 02:02:13 +0700 Subject: [PATCH 058/325] HoangLong.DiskInfo version 2.0 (#375286) --- .../2.0/HoangLong.DiskInfo.installer.yaml | 16 ++++++++++++++++ .../2.0/HoangLong.DiskInfo.locale.en-US.yaml | 12 ++++++++++++ .../DiskInfo/2.0/HoangLong.DiskInfo.yaml | 8 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.installer.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.locale.en-US.yaml create mode 100644 manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.yaml diff --git a/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.installer.yaml b/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.installer.yaml new file mode 100644 index 000000000000..86870027cef0 --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.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: HoangLong.DiskInfo +PackageVersion: "2.0" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DiskInfo.exe + PortableCommandAlias: diskinfo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Hoang-Long2012/DiskInfo/releases/download/2.0/DiskInfo.zip + InstallerSha256: A1180F11C013A44E54087D0EBD1B6846CE7959E4A837B02961D6104F0A982CAF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.locale.en-US.yaml b/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.locale.en-US.yaml new file mode 100644 index 000000000000..fabed961515e --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.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: HoangLong.DiskInfo +PackageVersion: "2.0" +PackageLocale: en-US +Publisher: Hoàng Long +PackageName: DiskInfo +License: MIT License +ShortDescription: A small utility to check basic information about your drive. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.yaml b/manifests/h/HoangLong/DiskInfo/2.0/HoangLong.DiskInfo.yaml new file mode 100644 index 000000000000..9deb7991f17d --- /dev/null +++ b/manifests/h/HoangLong/DiskInfo/2.0/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: "2.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 675b96d9aa796610500fb72cb5d311ed72cb9ef1 Mon Sep 17 00:00:00 2001 From: Tomas Fecko Date: Tue, 19 May 2026 21:05:11 +0200 Subject: [PATCH 059/325] New version: Feci.ParleyDeckSkill version 1.1.0 (#375370) Co-authored-by: Tomas Fecko <> --- .../1.1.0/Feci.ParleyDeckSkill.installer.yaml | 15 ++++++++++++ .../Feci.ParleyDeckSkill.locale.en-US.yaml | 23 +++++++++++++++++++ .../1.1.0/Feci.ParleyDeckSkill.yaml | 6 +++++ 3 files changed, 44 insertions(+) create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.installer.yaml create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.locale.en-US.yaml create mode 100644 manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.yaml diff --git a/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.installer.yaml b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.installer.yaml new file mode 100644 index 000000000000..3bae0e234f10 --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.installer.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.1.0 +InstallerType: portable +Commands: +- parley-deck-skill +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v1.1.0/parley-deck-skill-v1.1.0-windows-x64.exe + InstallerSha256: 2FEA9852B4EB3573B482B43C248BDFD1DF6C5E933F3C05701787C049280682B1 +- Architecture: arm64 + InstallerUrl: https://github.com/feci/parley-deck-skill/releases/download/v1.1.0/parley-deck-skill-v1.1.0-windows-arm64.exe + InstallerSha256: 9F3AC89E808BD3CBC466263E0A9AFEAE87BE01E49A22B0ED03CFB982D5EFCFDB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.locale.en-US.yaml b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.locale.en-US.yaml new file mode 100644 index 000000000000..e2cce3613bbf --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Feci +PublisherUrl: https://github.com/feci +PackageName: Parley Deck Skill +PackageUrl: https://github.com/feci/parley-deck-skill +License: Apache-2.0 +LicenseUrl: https://github.com/feci/parley-deck-skill/blob/main/LICENSE +ShortDescription: Installer for the Parley Deck multi-agent cooperation skill. +Description: Installs the vendor-neutral Parley Deck AI cooperation skill into Codex, Claude Code, Gemini CLI, or a custom skill directory. +Tags: +- ai +- agents +- cli +- codex +- claude +- gemini +- multi-agent +- skill +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.yaml b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.yaml new file mode 100644 index 000000000000..2cdf40ac6e3d --- /dev/null +++ b/manifests/f/Feci/ParleyDeckSkill/1.1.0/Feci.ParleyDeckSkill.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Feci.ParleyDeckSkill +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 884a47662e64fc95f05947c5142c9b2e666fc74d Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Tue, 19 May 2026 22:06:27 +0300 Subject: [PATCH 060/325] Aptivi.Nitrocid.0.2.0.x version 0.2.0.9 (#376406) --- .../Aptivi.Nitrocid.0.2.0.x.installer.yaml | 18 ++++++++++++++++++ .../Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml | 13 +++++++++++++ .../2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.installer.yaml create mode 100644 manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml create mode 100644 manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.yaml diff --git a/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.installer.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.installer.yaml new file mode 100644 index 000000000000..3fc19bb8d232 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.9 +InstallerType: burn +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.2.0.9/nitrocid-win-x64-installer.exe + InstallerSha256: 926460AB264C98C844BCD438A929E8F29B5026876CDFB725E6B2386B37E403AF +- Architecture: arm64 + InstallerUrl: https://github.com/Aptivi/Nitrocid/releases/download/v0.2.0.9/nitrocid-win-arm64-installer.exe + InstallerSha256: 4B698177F6B909711404E6EF2DA39BDD637CF1423210A055E302A8558E756E16 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml new file mode 100644 index 000000000000..d52e56d53c20 --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.9 +PackageLocale: en-US +Publisher: Aptivi +PackageName: Nitrocid +License: GNU GPL-3.0 License +Copyright: Copyright (c) Aptivi. All rights reserved. +ShortDescription: A simulator for our future-planned kernel, Nitrocid Kernel! +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.yaml b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.yaml new file mode 100644 index 000000000000..8d06dcb5f22d --- /dev/null +++ b/manifests/a/Aptivi/Nitrocid/0/2/0/x/0.2.0.9/Aptivi.Nitrocid.0.2.0.x.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: Aptivi.Nitrocid.0.2.0.x +PackageVersion: 0.2.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From 9fc660b3e3d3db448d2faf1005fa722ed494a9f2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:06:42 +0800 Subject: [PATCH 061/325] New version: Mozilla.Firefox.ESR.lv version 140.11.0 (#376481) --- .../Mozilla.Firefox.ESR.lv.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.lv.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.lv.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.lv.locale.zh-CN.yaml | 25 +++++++++++ .../lv/140.11.0/Mozilla.Firefox.ESR.lv.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.installer.yaml new file mode 100644 index 000000000000..bbe5c978ffa4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.lv +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/lv/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: F1F1F6D7BB7D6FE133D321B20EA9633B829CAA3412391CA3F7C3FCF05D2B2AE5 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 lv) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/lv/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E1846D22ADDCD05EC448F1FFCAA34E941150ECE6630E48B99585D82DC3E0215C + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 lv) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/lv/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 76FB6A42E15DB68FCF07B32E6A0995F017DAE28CDE15AFE60EEB44556DC1CF79 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 lv) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.de-DE.yaml new file mode 100644 index 000000000000..662fc25ee491 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.de-DE.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: Mozilla.Firefox.ESR.lv +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (lv) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.en-US.yaml new file mode 100644 index 000000000000..4434a489ab9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.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: Mozilla.Firefox.ESR.lv +PackageVersion: 140.11.0 +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 ESR (lv) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.locale.zh-CN.yaml new file mode 100644 index 000000000000..67005811fb8c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.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: Mozilla.Firefox.ESR.lv +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (lv) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.yaml b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.yaml new file mode 100644 index 000000000000..b7297f3529c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/lv/140.11.0/Mozilla.Firefox.ESR.lv.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.ESR.lv +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 76858837607efa424cde89f488cbe5324ab8bca8 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:07:05 +0800 Subject: [PATCH 062/325] New version: Mozilla.Firefox.ast version 151.0 (#376531) --- .../151.0/Mozilla.Firefox.ast.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ast.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ast.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ast.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ast.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ast.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ast.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ast.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ast.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ast.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ast.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ast.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ast.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ast.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ast.locale.zh-CN.yaml | 24 ++++ .../ast/151.0/Mozilla.Firefox.ast.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.yaml diff --git a/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.installer.yaml new file mode 100644 index 000000000000..e3d5142a9644 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ast/Firefox%20Setup%20151.0.exe + InstallerSha256: 2C1318A305438DB7F946B0201F9B8BB66886524C31955DE69094FFA939B359F7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ast/Firefox%20Setup%20151.0.exe + InstallerSha256: 8A2CB3F321660BED5F954D23AFFE156F73B7BEC1FC5AFD07B38F1DC039AD5809 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ast/Firefox%20Setup%20151.0.exe + InstallerSha256: B9992BD8EF66B411763F8738705A7F2D4C3C268C100A7CCB22448551B5F976F3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.cs-CZ.yaml new file mode 100644 index 000000000000..365dc2b06165 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.da-DK.yaml new file mode 100644 index 000000000000..bd0710caaea4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.de-DE.yaml new file mode 100644 index 000000000000..ee26e41a3158 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.el-GR.yaml new file mode 100644 index 000000000000..2949909174d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.en-GB.yaml new file mode 100644 index 000000000000..02d753314db0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.en-US.yaml new file mode 100644 index 000000000000..0671bbba0b1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: "151.0" +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 (ast) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.es-MX.yaml new file mode 100644 index 000000000000..c8fde6e35eb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.fr-FR.yaml new file mode 100644 index 000000000000..5c1aa72ea71c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.hu-HU.yaml new file mode 100644 index 000000000000..be2cf6b633d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ja-JP.yaml new file mode 100644 index 000000000000..9dfa5deb2097 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.nb-NO.yaml new file mode 100644 index 000000000000..8fff9ae94e17 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ru-RU.yaml new file mode 100644 index 000000000000..1dabec57550e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.ta-IN.yaml new file mode 100644 index 000000000000..bd13443e22df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.locale.zh-CN.yaml new file mode 100644 index 000000000000..38d816bff420 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +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/ast/151.0/Mozilla.Firefox.ast.yaml b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.yaml new file mode 100644 index 000000000000..45f28aa26348 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0/Mozilla.Firefox.ast.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.ast +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03431fb7c11840969a2228d1f8cd9c7202ab3436 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:07:30 +0800 Subject: [PATCH 063/325] New version: Mozilla.Firefox.ia version 151.0 (#376588) --- .../151.0/Mozilla.Firefox.ia.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ia.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ia.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ia.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ia.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ia.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ia.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ia.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ia.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ia.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ia.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ia.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ia.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ia.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ia.locale.zh-CN.yaml | 24 ++++ .../Firefox/ia/151.0/Mozilla.Firefox.ia.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.yaml diff --git a/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.installer.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.installer.yaml new file mode 100644 index 000000000000..d15bd6f89330 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ia/Firefox%20Setup%20151.0.exe + InstallerSha256: 489AC1C2D8BFD535A32A0FB480B04407D9F4EF310C63D0366BF74080E78992A7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ia/Firefox%20Setup%20151.0.exe + InstallerSha256: 20453D0D1EC57D344F1EF7B6F68FC6F651E468E6420FCF592429A8CAD13BB570 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ia/Firefox%20Setup%20151.0.exe + InstallerSha256: 84305B20BAB1C03EB10E527283A9B3F04D31DCB9B2504232FA342855DA3FEEBA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f74ef9f1b968 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.da-DK.yaml new file mode 100644 index 000000000000..4d699f0c3fd0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.de-DE.yaml new file mode 100644 index 000000000000..c2da42b925eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.el-GR.yaml new file mode 100644 index 000000000000..c370719e0b20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.en-GB.yaml new file mode 100644 index 000000000000..08d4af621ec9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.en-US.yaml new file mode 100644 index 000000000000..1c68b89df3f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ia +PackageVersion: "151.0" +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 (ia) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.es-MX.yaml new file mode 100644 index 000000000000..826c81016dfe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.fr-FR.yaml new file mode 100644 index 000000000000..e49006658b70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.hu-HU.yaml new file mode 100644 index 000000000000..e7f49a44b697 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ja-JP.yaml new file mode 100644 index 000000000000..9690487c0d94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.nb-NO.yaml new file mode 100644 index 000000000000..b72ff46c2954 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ru-RU.yaml new file mode 100644 index 000000000000..c3fd40b5b6c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.ta-IN.yaml new file mode 100644 index 000000000000..3578eea32bee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.locale.zh-CN.yaml new file mode 100644 index 000000000000..3156aff1cd02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +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/ia/151.0/Mozilla.Firefox.ia.yaml b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.yaml new file mode 100644 index 000000000000..12f6a07ca89c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0/Mozilla.Firefox.ia.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.ia +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cf41ce94f6ce9d976134d5574cd613cad23b4be0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:07:53 +0800 Subject: [PATCH 064/325] New version: Mozilla.Firefox.is version 151.0 (#376590) --- .../151.0/Mozilla.Firefox.is.installer.yaml | 40 ++++++ .../Mozilla.Firefox.is.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.is.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.is.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.is.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.is.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.is.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.is.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.is.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.is.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.is.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.is.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.is.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.is.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.is.locale.zh-CN.yaml | 24 ++++ .../Firefox/is/151.0/Mozilla.Firefox.is.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.yaml diff --git a/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.installer.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.installer.yaml new file mode 100644 index 000000000000..14c98f06a905 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/is/Firefox%20Setup%20151.0.exe + InstallerSha256: 5185FB9B0B00935A0A9D5846CBF30AA9ECF5E754AF741CBE66EB13E8D1B5798D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/is/Firefox%20Setup%20151.0.exe + InstallerSha256: 4590410295F1420F545FBEC0B454136428E4DD8E6B4AD61B4D33C786C1C8382C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/is/Firefox%20Setup%20151.0.exe + InstallerSha256: A84BB8D21226CC6F575FF7FD6751B2B531E3E31B3539247D7EFEE5C7045C72E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ed0f1e991c7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.da-DK.yaml new file mode 100644 index 000000000000..3e24930ff395 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.de-DE.yaml new file mode 100644 index 000000000000..dc42736a183c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.el-GR.yaml new file mode 100644 index 000000000000..5806db5aa8ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.en-GB.yaml new file mode 100644 index 000000000000..62a496914276 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.en-US.yaml new file mode 100644 index 000000000000..8411327dc9d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: "151.0" +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 (is) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.es-MX.yaml new file mode 100644 index 000000000000..befb8c53a406 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.fr-FR.yaml new file mode 100644 index 000000000000..68014facb6c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.hu-HU.yaml new file mode 100644 index 000000000000..c38275ba1454 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ja-JP.yaml new file mode 100644 index 000000000000..4caf4f8e7135 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.nb-NO.yaml new file mode 100644 index 000000000000..567c3dccef29 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ru-RU.yaml new file mode 100644 index 000000000000..4559610b6302 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.ta-IN.yaml new file mode 100644 index 000000000000..c0b9406deb84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.locale.zh-CN.yaml new file mode 100644 index 000000000000..a5e70700d159 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +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/is/151.0/Mozilla.Firefox.is.yaml b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.yaml new file mode 100644 index 000000000000..e9f68c342640 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/151.0/Mozilla.Firefox.is.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.is +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 85f77b309560d38586326f56e0258195729f9f5b Mon Sep 17 00:00:00 2001 From: 7IIR Date: Tue, 19 May 2026 21:07:58 +0200 Subject: [PATCH 065/325] New package: RII7.VolumeHotkeys version 1.5 (#375379) --- .../1.5/RII7.VolumeHotkeys.installer.yaml | 17 ++++++++++++++ .../1.5/RII7.VolumeHotkeys.locale.en-US.yaml | 22 +++++++++++++++++++ .../VolumeHotkeys/1.5/RII7.VolumeHotkeys.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.installer.yaml create mode 100644 manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.locale.en-US.yaml create mode 100644 manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.yaml diff --git a/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.installer.yaml b/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.installer.yaml new file mode 100644 index 000000000000..bba4ba81a957 --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.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: RII7.VolumeHotkeys +PackageVersion: "1.5" +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Volume Hotkeys.exe + PortableCommandAlias: volumehotkeys +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + InstallerUrl: https://rii7.com/assets/file/vh_1.5.zip + InstallerSha256: 4BAFAC4CA40F4CA2DBC5D601B6796504E45D0CC142D8475F6289C0080DA80F87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.locale.en-US.yaml b/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.locale.en-US.yaml new file mode 100644 index 000000000000..76a7990caf7d --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.5/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.5" +PackageLocale: en-US +Publisher: RII7 +PackageName: VolumeHotkeys +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.5/RII7.VolumeHotkeys.yaml b/manifests/r/RII7/VolumeHotkeys/1.5/RII7.VolumeHotkeys.yaml new file mode 100644 index 000000000000..baa0fd09f2ac --- /dev/null +++ b/manifests/r/RII7/VolumeHotkeys/1.5/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.5" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b1ac6a75f893cc155f82531664adb32a6ff9eba2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:08:16 +0800 Subject: [PATCH 066/325] New version: Mozilla.Firefox.ja version 151.0 (#376592) --- .../151.0/Mozilla.Firefox.ja.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ja.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ja.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ja.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ja.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ja.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ja.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ja.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ja.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ja.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ja.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ja.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ja.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ja.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ja.locale.zh-CN.yaml | 24 ++++ .../Firefox/ja/151.0/Mozilla.Firefox.ja.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.yaml diff --git a/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.installer.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.installer.yaml new file mode 100644 index 000000000000..961aff27095d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ja/Firefox%20Setup%20151.0.exe + InstallerSha256: 2A5BD20A3D2D58F2294EDF74412FF6068F49807D5294F3EEDF5D5958D26B3C44 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ja/Firefox%20Setup%20151.0.exe + InstallerSha256: 6CEB260A922CDFA36BA5B3193D8AE93EC220923ADB56EC27C1A7ED8F4F5508FB +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ja/Firefox%20Setup%20151.0.exe + InstallerSha256: 3EA37B91FBFE93A78C7DCA886B051453FC2D04E0789AF42A8355395001C384A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c79e6ed6db65 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.da-DK.yaml new file mode 100644 index 000000000000..b003282a350a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.de-DE.yaml new file mode 100644 index 000000000000..4dd6678936d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.el-GR.yaml new file mode 100644 index 000000000000..0bd1639419fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.en-GB.yaml new file mode 100644 index 000000000000..4b32ff60cbcc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.en-US.yaml new file mode 100644 index 000000000000..44e03903f9c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: "151.0" +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 (ja) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.es-MX.yaml new file mode 100644 index 000000000000..b09203df6fcd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.fr-FR.yaml new file mode 100644 index 000000000000..796028d40e4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.hu-HU.yaml new file mode 100644 index 000000000000..8eb05f0a4922 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ja-JP.yaml new file mode 100644 index 000000000000..b28117a805b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.nb-NO.yaml new file mode 100644 index 000000000000..200d99b88c9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ru-RU.yaml new file mode 100644 index 000000000000..ac6ddf3c72bf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.ta-IN.yaml new file mode 100644 index 000000000000..d7943b391fe4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.locale.zh-CN.yaml new file mode 100644 index 000000000000..995e0e55cd69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +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/ja/151.0/Mozilla.Firefox.ja.yaml b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.yaml new file mode 100644 index 000000000000..a3792e301bf9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/151.0/Mozilla.Firefox.ja.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.ja +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3f7735d2d9f8f2c08a70843b477bb50c968dcf25 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:08:38 +0800 Subject: [PATCH 067/325] New version: Mozilla.Firefox.lv version 151.0 (#376603) --- .../151.0/Mozilla.Firefox.lv.installer.yaml | 40 ++++++ .../Mozilla.Firefox.lv.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.lv.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.lv.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.lv.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.lv.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.lv.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.lv.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.lv.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.lv.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.lv.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.lv.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.lv.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.lv.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.lv.locale.zh-CN.yaml | 24 ++++ .../Firefox/lv/151.0/Mozilla.Firefox.lv.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.yaml diff --git a/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.installer.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.installer.yaml new file mode 100644 index 000000000000..dcef345839d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/lv/Firefox%20Setup%20151.0.exe + InstallerSha256: 48248BA9F824BA3E34652263C44E355A31FB21D80390628969F92D433D565719 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/lv/Firefox%20Setup%20151.0.exe + InstallerSha256: 1CE819E251F8FE1F15070899638BF247DAAB6218365765B2864E497F702F69F7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/lv/Firefox%20Setup%20151.0.exe + InstallerSha256: FDA63ACC23A764B55669A5FBC80D3205D86E7402D87A436ACF895B4BA485F70E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.cs-CZ.yaml new file mode 100644 index 000000000000..57f7d36c93da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.da-DK.yaml new file mode 100644 index 000000000000..e535b1191373 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.de-DE.yaml new file mode 100644 index 000000000000..1c531415f680 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.el-GR.yaml new file mode 100644 index 000000000000..f83657512e78 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.en-GB.yaml new file mode 100644 index 000000000000..33107b5ffa23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.en-US.yaml new file mode 100644 index 000000000000..8f446939a49b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lv +PackageVersion: "151.0" +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 (lv) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.es-MX.yaml new file mode 100644 index 000000000000..a3d5d0c899c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.fr-FR.yaml new file mode 100644 index 000000000000..89e7dfb42c58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.hu-HU.yaml new file mode 100644 index 000000000000..66f957c7ab07 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ja-JP.yaml new file mode 100644 index 000000000000..5f6e47427d69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.nb-NO.yaml new file mode 100644 index 000000000000..c4a958815e0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ru-RU.yaml new file mode 100644 index 000000000000..910b01323dea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.ta-IN.yaml new file mode 100644 index 000000000000..9a2a1e8c190f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.locale.zh-CN.yaml new file mode 100644 index 000000000000..874c6677c2e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +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/lv/151.0/Mozilla.Firefox.lv.yaml b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.yaml new file mode 100644 index 000000000000..33fd048b0c00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lv/151.0/Mozilla.Firefox.lv.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.lv +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1fc2ca9165226926316fc279749b28a6cdfacf36 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:09:01 +0800 Subject: [PATCH 068/325] New version: Mozilla.Firefox.pt-PT version 151.0 (#376618) --- .../Mozilla.Firefox.pt-PT.installer.yaml | 40 ++++++ .../Mozilla.Firefox.pt-PT.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.pt-PT.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.pt-PT.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.pt-PT.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.pt-PT.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.pt-PT.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.pt-PT.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.pt-PT.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.pt-PT.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.pt-PT.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.pt-PT.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.pt-PT.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.pt-PT.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.pt-PT.locale.zh-CN.yaml | 24 ++++ .../pt-PT/151.0/Mozilla.Firefox.pt-PT.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.yaml diff --git a/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.installer.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.installer.yaml new file mode 100644 index 000000000000..fd69574b19e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/pt-PT/Firefox%20Setup%20151.0.exe + InstallerSha256: 9220E6A6C3347358ED06705A49CBCAF7C7294A310B84B40DE2D2E79BE210BEBE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/pt-PT/Firefox%20Setup%20151.0.exe + InstallerSha256: 69ED587D2329295B362B5C35AF47F347F25E85D41E0CC4A8F45D4BCCFE2F1433 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/pt-PT/Firefox%20Setup%20151.0.exe + InstallerSha256: 2269BF4F97A99C54EA16A0328B7A02679BC225516055C5466FEF73A71A1C56EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c512d02c3431 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.da-DK.yaml new file mode 100644 index 000000000000..672ae125484e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.de-DE.yaml new file mode 100644 index 000000000000..bbc51a2cff24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.el-GR.yaml new file mode 100644 index 000000000000..5841f8188a35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-GB.yaml new file mode 100644 index 000000000000..73012cadbd58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-US.yaml new file mode 100644 index 000000000000..a6821daf8008 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pt-PT +PackageVersion: "151.0" +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 (pt-PT) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.es-MX.yaml new file mode 100644 index 000000000000..53432999a4f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.fr-FR.yaml new file mode 100644 index 000000000000..705a3bfe511f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.hu-HU.yaml new file mode 100644 index 000000000000..e6158a1d7873 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ja-JP.yaml new file mode 100644 index 000000000000..93bf87960188 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.nb-NO.yaml new file mode 100644 index 000000000000..adefffeac4a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ru-RU.yaml new file mode 100644 index 000000000000..84188a96d570 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.ta-IN.yaml new file mode 100644 index 000000000000..75c112596d93 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.locale.zh-CN.yaml new file mode 100644 index 000000000000..df5124d68d04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +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/pt-PT/151.0/Mozilla.Firefox.pt-PT.yaml b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.yaml new file mode 100644 index 000000000000..df817e6bf328 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-PT/151.0/Mozilla.Firefox.pt-PT.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.pt-PT +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 79811b97de99040975ee51a32f67ba443f475138 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:09:16 +0800 Subject: [PATCH 069/325] New version: JetBrains.ReSharper version 2026.1.2 (#376635) --- .../JetBrains.ReSharper.installer.yaml | 29 ++++++++++++++++ .../JetBrains.ReSharper.locale.en-US.yaml | 33 +++++++++++++++++++ .../JetBrains.ReSharper.locale.zh-CN.yaml | 27 +++++++++++++++ .../2026.1.2/JetBrains.ReSharper.yaml | 8 +++++ 4 files changed, 97 insertions(+) create mode 100644 manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.installer.yaml create mode 100644 manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.yaml diff --git a/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.installer.yaml b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.installer.yaml new file mode 100644 index 000000000000..e2b0070e8a83 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.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: JetBrains.ReSharper +PackageVersion: 2026.1.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +UpgradeBehavior: install +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.ReSharper.2026.1.2.web.exe + InstallerSha256: C728A0518F3C72F4D1B185F8C560BA6257078433AC97F3D1E9AB46C12B628060 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.ReSharper.2026.1.2.web.exe + InstallerSha256: C728A0518F3C72F4D1B185F8C560BA6257078433AC97F3D1E9AB46C12B628060 + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.en-US.yaml b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.en-US.yaml new file mode 100644 index 000000000000..fda94c239477 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.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: JetBrains.ReSharper +PackageVersion: 2026.1.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/resharper/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: The Visual Studio Extension for .NET Developers +Moniker: resharper +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +ReleaseNotes: |- + ReSharper 2026.1.2 + This update contains a number of bug fixes important for the stability and performance of ReSharper and other JetBrains .NET tools. + For the full list of resolved issues, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.zh-CN.yaml b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.locale.zh-CN.yaml new file mode 100644 index 000000000000..ed04b4495ef1 --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.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: JetBrains.ReSharper +PackageVersion: 2026.1.2 +PackageLocale: zh-CN +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains ReSharper +PackageUrl: https://www.jetbrains.com/zh-cn/resharper/ +License: 专有软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: 适用于 .NET 开发者的 Visual Studio 扩展程序 +Tags: +- .net +- c# +- csharp +- dotnet +- 开发 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.yaml b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.yaml new file mode 100644 index 000000000000..84a14490747c --- /dev/null +++ b/manifests/j/JetBrains/ReSharper/2026.1.2/JetBrains.ReSharper.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.ReSharper +PackageVersion: 2026.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5e41e4cffb76eff74f59846a32d26abeebba7b00 Mon Sep 17 00:00:00 2001 From: Derek Wisong Date: Tue, 19 May 2026 15:09:21 -0400 Subject: [PATCH 070/325] New version: derekwisong.datui version 0.2.53 (#375381) --- .../0.2.53/derekwisong.datui.installer.yaml | 21 ++++++++++++++++ .../derekwisong.datui.locale.en-US.yaml | 24 +++++++++++++++++++ .../datui/0.2.53/derekwisong.datui.yaml | 8 +++++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.installer.yaml create mode 100644 manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.locale.en-US.yaml create mode 100644 manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.yaml diff --git a/manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.installer.yaml b/manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.installer.yaml new file mode 100644 index 000000000000..fb69453404b4 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.53/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.53 +Platform: +- Windows.Desktop +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: datui.exe +Scope: user +InstallModes: +- silent +ReleaseDate: 2026-05-15 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/derekwisong/datui/releases/download/v0.2.53/datui-v0.2.53-windows-x86_64.zip + InstallerSha256: 2D1E7B6EEE92EAB5EFD43391100F80F33BD6FEBEB20E8552ACC131BA48E889EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.locale.en-US.yaml b/manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.locale.en-US.yaml new file mode 100644 index 000000000000..2e1144826f57 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.53/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.53 +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.53/derekwisong.datui.yaml b/manifests/d/derekwisong/datui/0.2.53/derekwisong.datui.yaml new file mode 100644 index 000000000000..b08e4b8fde42 --- /dev/null +++ b/manifests/d/derekwisong/datui/0.2.53/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.53 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6b21e92b00a143e6a4a6623f8241d4e450c5e532 Mon Sep 17 00:00:00 2001 From: Leon Gungadin Mogensen <50947259+LeonGungadinMogensen@users.noreply.github.com> Date: Tue, 19 May 2026 21:09:41 +0200 Subject: [PATCH 071/325] New version: Toit.Toit version 2.0.0-alpha.194 (#376656) --- .../2.0.0-alpha.194/Toit.Toit.installer.yaml | 16 +++++++++++++ .../Toit.Toit.locale.en-US.yaml | 23 +++++++++++++++++++ .../Toit/Toit/2.0.0-alpha.194/Toit.Toit.yaml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.installer.yaml create mode 100644 manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.locale.en-US.yaml create mode 100644 manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.yaml diff --git a/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.installer.yaml b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.installer.yaml new file mode 100644 index 000000000000..841234607005 --- /dev/null +++ b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.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: Toit.Toit +PackageVersion: 2.0.0-alpha.194 +InstallerType: inno +Scope: user +UpgradeBehavior: uninstallPrevious +ProductCode: '{b9511e04-2832-4295-ac75-84f6a64a3544}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/toitlang/toit/releases/download/v2.0.0-alpha.194/toit-windows-x64-installer.exe + InstallerSha256: 8A9421F4925F458BC188C1B116C099146DA488BDFDBBCF10B0A61C5CEA5452C5 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.locale.en-US.yaml b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.locale.en-US.yaml new file mode 100644 index 000000000000..dedddcb7dd42 --- /dev/null +++ b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.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: Toit.Toit +PackageVersion: 2.0.0-alpha.194 +PackageLocale: en-US +Publisher: Toitware ApS +PublisherUrl: https://toit.io +PublisherSupportUrl: https://help.toit.io +PackageName: Toit +PackageUrl: https://toitlang.org +License: LGPL +ShortDescription: The SDK of the Toit language +Description: The SDK of the Toit language without ESP32 support. +Tags: +- esp32 +- toit +ReleaseNotesUrl: https://github.com/toitlang/toit/releases/tag/v2.0.0-alpha.194 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/toitlang/toit/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.yaml b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.yaml new file mode 100644 index 000000000000..2934d87b70b9 --- /dev/null +++ b/manifests/t/Toit/Toit/2.0.0-alpha.194/Toit.Toit.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: Toit.Toit +PackageVersion: 2.0.0-alpha.194 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9e067bf360fa467a1c1ce689e134a27185f1209b Mon Sep 17 00:00:00 2001 From: klaus triendl Date: Tue, 19 May 2026 21:09:46 +0200 Subject: [PATCH 072/325] FireDaemon OpenSSL 4.0.0.3 (#376665) --- .../4.0.0.3/FireDaemon.OpenSSL.installer.yaml | 33 +++++++++++++++ .../FireDaemon.OpenSSL.locale.en-US.yaml | 40 +++++++++++++++++++ .../OpenSSL/4.0.0.3/FireDaemon.OpenSSL.yaml | 8 ++++ 3 files changed, 81 insertions(+) create mode 100644 manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.installer.yaml create mode 100644 manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.locale.en-US.yaml create mode 100644 manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.yaml diff --git a/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.installer.yaml b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.installer.yaml new file mode 100644 index 000000000000..bb17f965ff5b --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FireDaemon.OpenSSL +PackageVersion: 4.0.0.3 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /qn /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes + SilentWithProgress: /exenoui /qb /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes + InstallLocation: APPDIR="" + # inactive because Advanced Installer's EXE bootstrapper requires command-line arguments to be ordered before standard MSI arguments + # Log: /exelog "" + Log: /L*v "" +UpgradeBehavior: install +Commands: +- openssl +ProductCode: '{69D79A91-3FC2-4453-8A22-45A77FC5E3FD}' +AppsAndFeaturesEntries: +- Publisher: FireDaemon + UpgradeCode: '{71EA0FB5-9E7E-44DD-97E1-9E7F78CACDB5}' + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.firedaemon.com/FireDaemon-OpenSSL/FireDaemon-OpenSSL-x64-4.0.0.3.exe + InstallerSha256: E058A2D4B80065CA5B667E0307480F926A1BB626DA5071CEF796BB8283A4B213 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-13 diff --git a/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.locale.en-US.yaml b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.locale.en-US.yaml new file mode 100644 index 000000000000..5dd97eece4c3 --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FireDaemon.OpenSSL +PackageVersion: 4.0.0.3 +PackageLocale: en-US +Publisher: FireDaemon +PublisherUrl: https://www.firedaemon.com/ +PublisherSupportUrl: https://www.firedaemon.com/support +PrivacyUrl: https://www.firedaemon.com/policies +Author: FireDaemon +PackageName: FireDaemon OpenSSL +PackageUrl: https://www.firedaemon.com/firedaemon-openssl +License: Apache-2.0 +LicenseUrl: https://www.openssl.org/source/license.html +Copyright: © 1999-2026 FireDaemon +ShortDescription: FireDaemon OpenSSL Installer +Description: |- + OpenSSL is a popular open-source software library and command-line tool that provides a robust, full-featured set of cryptographic functions to secure communications over computer networks. It implements the Transport Layer Security (TLS) protocol, which is used to encrypt data transmissions across a wide range of applications including web servers, email, VPNs, databases, and IoT devices. OpenSSL provides a wide range of cryptographic functions, including symmetric encryption, public-key encryption, message digest and hash functions, digital signatures, and random number generation. It supports a large number of cryptographic algorithms, including AES, RSA, ECDSA, and Diffie-Hellman, as well as post-quantum algorithms such as ML-KEM, ML-DSA, and SLH-DSA. In addition to cryptographic functions, OpenSSL provides utilities for generating and managing digital certificates and keys, creating and verifying digital signatures, and performing TLS handshakes and negotiations. It also includes a comprehensive command-line tool for certificate management, key generation, TLS diagnostics, and general cryptographic operations. + The key advantages of using the FireDaemon OpenSSL over others that are available are: + - Recognised Source: Listed by the OpenSSL Project as a trusted third-party binary distribution for Windows + - Zero Dependencies: No Microsoft Visual C++ Redistributables required. We leverage the native Windows Universal C Runtime (UCRT) for "clean system" stability + - EV-Signed Integrity: All installers and binaries are digitally signed with a Sectigo Extended Validation (EV) certificate to ensure authenticity and bypass Windows SmartScreen warnings + - Flexible Deployment: Packaged for standalone, portable, or embedded use cases + - Verifiable Security: Every build is pre-scanned via VirusTotal and backed by our publicly available build scripts for total transparency + - Compliance Ready: Designed for developers and sysadmins who require a verifiable, audit-ready OpenSSL environment +Tags: +- cryptography +- cybersecurity +- openssl +- security +- ssl +- tls +- pqc +- post-quantum +Documentations: +- DocumentLabel: FireDaemon OpenSSL Binary Distributions for Microsoft Windows + DocumentUrl: https://www.firedaemon.com/get-openssl +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.yaml b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.yaml new file mode 100644 index 000000000000..a90f5892bba1 --- /dev/null +++ b/manifests/f/FireDaemon/OpenSSL/4.0.0.3/FireDaemon.OpenSSL.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: FireDaemon.OpenSSL +PackageVersion: 4.0.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d2e0a184b9e3abc51defe783092d9b706e3c91d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Tue, 19 May 2026 21:10:11 +0200 Subject: [PATCH 073/325] New version: advancedfx.HLAE version 2.190.1 (#376668) --- .../2.190.1/advancedfx.HLAE.installer.yaml | 24 +++++++++++++++ .../2.190.1/advancedfx.HLAE.locale.en-US.yaml | 29 +++++++++++++++++++ .../HLAE/2.190.1/advancedfx.HLAE.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.installer.yaml create mode 100644 manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.locale.en-US.yaml create mode 100644 manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.yaml diff --git a/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.installer.yaml b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.installer.yaml new file mode 100644 index 000000000000..f326661e910a --- /dev/null +++ b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.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: advancedfx.HLAE +PackageVersion: 2.190.1 +InstallerType: burn +Scope: machine +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayName: HLAE Installer + ProductCode: '{E840561C-3B7F-41CB-8214-CA77DB343E7C}' + UpgradeCode: '{35C8D990-6C4F-4639-ADF7-D259B06E070B}' + InstallerType: burn +- ProductCode: '{ECADAEAD-7680-4C31-8AA4-C10D65070BA7}' + UpgradeCode: '{33FEF63B-4A17-4D59-ABC9-B7A06BD07F07}' + InstallerType: wix +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\HLAE' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/advancedfx/advancedfx/releases/download/v2.190.1/HLAE_Setup.exe + InstallerSha256: 477BF72EB895DD7F896CFE789F6D8FF0E28F65DD4A4CFA83A95EC25CA6B26D74 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.locale.en-US.yaml b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.locale.en-US.yaml new file mode 100644 index 000000000000..04130bfa02ac --- /dev/null +++ b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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: advancedfx.HLAE +PackageVersion: 2.190.1 +PackageLocale: en-US +Publisher: advancedfx.org +PublisherUrl: https://github.com/advancedfx +PublisherSupportUrl: https://github.com/advancedfx/advancedfx/issues +PackageName: HLAE +PackageUrl: https://github.com/advancedfx/advancedfx +License: MIT +LicenseUrl: https://github.com/advancedfx/advancedfx/blob/HEAD/LICENSE +Copyright: Copyright (c) advancedfx.org. All rights reserved. +ShortDescription: Half-Life Advanced Effects (HLAE) is a tool to enrich Source (mainly CS:GO) engine based movie making. +Tags: +- counter-strike +- counter-strike-global-offensive +- csgo +- movie-making +- source-engine +ReleaseNotes: |- + - Included AfxHookSource2 0.39.1 (2026-05-19T12:36Z) + AfxHookSource2 0.39.1 (2026-05-19T12:36Z) + - Improved mirv_streams logic / context detection + - Adjusted to CS2 update (1.41.6.2) +ReleaseNotesUrl: https://github.com/advancedfx/advancedfx/releases/tag/v2.190.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.yaml b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.yaml new file mode 100644 index 000000000000..5e1bb57ba060 --- /dev/null +++ b/manifests/a/advancedfx/HLAE/2.190.1/advancedfx.HLAE.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: advancedfx.HLAE +PackageVersion: 2.190.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a16041aa4a814a6b96652a26c8d6735e0d3640a3 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Tue, 19 May 2026 21:28:13 +0200 Subject: [PATCH 074/325] Added DisplayVersion: Microsoft.AdministrativeTemplates version 11.25H2 (#374408) --- .../11.25H2/Microsoft.AdministrativeTemplates.installer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/m/Microsoft/AdministrativeTemplates/11.25H2/Microsoft.AdministrativeTemplates.installer.yaml b/manifests/m/Microsoft/AdministrativeTemplates/11.25H2/Microsoft.AdministrativeTemplates.installer.yaml index bf8dab0f6724..fc3ec6339197 100644 --- a/manifests/m/Microsoft/AdministrativeTemplates/11.25H2/Microsoft.AdministrativeTemplates.installer.yaml +++ b/manifests/m/Microsoft/AdministrativeTemplates/11.25H2/Microsoft.AdministrativeTemplates.installer.yaml @@ -10,5 +10,7 @@ Installers: - Architecture: x86 InstallerUrl: https://download.microsoft.com/download/f35d3000-b6c9-4ca6-bedc-5e4ec15a6b7a/Administrative%20Templates%20(admx)%20for%20Windows%2011%20Sep%202025%20Update.msi InstallerSha256: 4FFF0DC4F1EC759CABD76C0D02BAE80DFDE454EA8ECD20B6C6845E8889F59117 +AppsAndFeaturesEntries: +- DisplayVersion: 11.25H2 ManifestType: installer ManifestVersion: 1.10.0 From af4804cbf16b2bf220b5f34031093516d05f6a92 Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Tue, 19 May 2026 15:28:26 -0400 Subject: [PATCH 075/325] GitHub.Copilot version v1.0.49 (#376171) --- .../v1.0.49/GitHub.Copilot.installer.yaml | 25 ++++++++++++++++ .../v1.0.49/GitHub.Copilot.locale.en-US.yaml | 29 +++++++++++++++++++ .../Copilot/v1.0.49/GitHub.Copilot.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.yaml diff --git a/manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..56dafdf7c100 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.49/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.49 +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.49/copilot-win32-x64.zip + InstallerSha256: 2E8FF202F28B8A69E22B3EDCBF363149AAD1C0C65A385C1AFEE79D5DE7906500 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.49/copilot-win32-arm64.zip + InstallerSha256: D298179ACD16DC661872BC41A21CE169F8BB8F320DB121CDC9AF0A549E19CD3B +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..846983baf4f4 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.49/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.49 +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.49 +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.49/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.49/GitHub.Copilot.yaml new file mode 100644 index 000000000000..296631279646 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.49/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.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cf6071b7bed9a437bcab421165741a08acef8287 Mon Sep 17 00:00:00 2001 From: Karimrekiki <145922886+Karimrekiki@users.noreply.github.com> Date: Tue, 19 May 2026 21:28:38 +0200 Subject: [PATCH 076/325] Update: BrightKitchen.PrintBridge to 2.0.25 (#376400) Co-authored-by: Rens Bekkers --- .../BrightKitchen.PrintBridge.installer.yaml | 22 +++++++++++++++++++ ...rightKitchen.PrintBridge.locale.en-US.yaml | 11 ++++++++++ .../2.0.25/BrightKitchen.PrintBridge.yaml | 6 +++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.installer.yaml create mode 100644 manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.locale.en-US.yaml create mode 100644 manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.yaml diff --git a/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.installer.yaml b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.installer.yaml new file mode 100644 index 000000000000..adcc12c20084 --- /dev/null +++ b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.installer.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: BrightKitchen.PrintBridge +PackageVersion: 2.0.25 +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +InstallerSuccessCodes: + - 3010 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/Karimrekiki/kds-print-bridge/releases/download/v2.0.25/BKPrintBridgeWinget-2.0.25.msi + InstallerSha256: 3DA55AC53925C247499853615EB103819FC6FADDE14C1E34DBAD4BF8B156E26D + ProductCode: '{7FC0B77E-F518-51AA-BE03-663CE12402E9}' + AppsAndFeaturesEntries: + - DisplayName: Bright Kitchen Print Bridge + Publisher: BK One B.V. + DisplayVersion: 2.0.25 + ProductCode: '{7FC0B77E-F518-51AA-BE03-663CE12402E9}' + UpgradeCode: '{7F9620E8-6B9B-4B2F-8C44-62060B9A58D4}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.locale.en-US.yaml b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.locale.en-US.yaml new file mode 100644 index 000000000000..ee55118e7e53 --- /dev/null +++ b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: BrightKitchen.PrintBridge +PackageVersion: 2.0.25 +PackageLocale: en-US +Publisher: BK One B.V. +PackageName: Bright Kitchen Print Bridge +PackageUrl: https://github.com/Karimrekiki/kds-print-bridge +License: Proprietary +ShortDescription: Bright Kitchen local print bridge service for receipt printers. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.yaml b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.yaml new file mode 100644 index 000000000000..80fa6db32458 --- /dev/null +++ b/manifests/b/BrightKitchen/PrintBridge/2.0.25/BrightKitchen.PrintBridge.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: BrightKitchen.PrintBridge +PackageVersion: 2.0.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From dcc53d12487053029c899798606c467c2590c19e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:28:53 +0800 Subject: [PATCH 077/325] New version: Mozilla.Firefox.ESR.fa version 140.11.0 (#376448) --- .../Mozilla.Firefox.ESR.fa.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.fa.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.fa.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.fa.locale.zh-CN.yaml | 25 +++++++++++ .../fa/140.11.0/Mozilla.Firefox.ESR.fa.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.installer.yaml new file mode 100644 index 000000000000..a31a23ac7090 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fa +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/fa/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: DD3EF43687AFCB335AB7E3B91343D7853FF6EA0A0348688E30459FE82C5E773C + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 fa) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/fa/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 0C0FC10855F553012A384A826B1058EC94BABA9F32E34D4743C76D32C8190AD6 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 fa) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/fa/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: ADA0A1637673011540BAD352E94E8DA4A171E94679FD6B54A11018B9C3C83A41 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 fa) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.de-DE.yaml new file mode 100644 index 000000000000..56a2cee7ae14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.de-DE.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: Mozilla.Firefox.ESR.fa +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fa) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.en-US.yaml new file mode 100644 index 000000000000..c67bd6a4b499 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.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: Mozilla.Firefox.ESR.fa +PackageVersion: 140.11.0 +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 ESR (fa) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.locale.zh-CN.yaml new file mode 100644 index 000000000000..268b95c28ab9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.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: Mozilla.Firefox.ESR.fa +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (fa) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.yaml b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.yaml new file mode 100644 index 000000000000..a8177f25a878 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fa/140.11.0/Mozilla.Firefox.ESR.fa.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.ESR.fa +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c04fbcabc5d5f81ebdc08729258cdb16ac80530e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:29:07 +0800 Subject: [PATCH 078/325] New version: Mozilla.Firefox.ESR.gu-IN version 140.11.0 (#376460) --- .../Mozilla.Firefox.ESR.gu-IN.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.gu-IN.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.gu-IN.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.gu-IN.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.gu-IN.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.installer.yaml new file mode 100644 index 000000000000..ec66f75960c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gu-IN +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/gu-IN/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E5488EDB52C77BAAD57D4CA05D8A84989EEAD4F6EAE155AD3E4C1A46E80B49F4 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 gu-IN) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/gu-IN/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E6745B9CF6893FE31BB979D218A327117AB6A26C5EA0A172300B42CAF1C54D3F + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 gu-IN) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/gu-IN/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: FA7CC46B92CB481B9E3107575F136B98FCF44628C992F6E47A2636B3747F791F + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 gu-IN) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.de-DE.yaml new file mode 100644 index 000000000000..e824852d52ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.de-DE.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: Mozilla.Firefox.ESR.gu-IN +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gu-IN) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.en-US.yaml new file mode 100644 index 000000000000..de1c11b7b3b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.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: Mozilla.Firefox.ESR.gu-IN +PackageVersion: 140.11.0 +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 ESR (gu-IN) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..a2af68d5df66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.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: Mozilla.Firefox.ESR.gu-IN +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (gu-IN) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.yaml b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.yaml new file mode 100644 index 000000000000..4646c7fcf620 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gu-IN/140.11.0/Mozilla.Firefox.ESR.gu-IN.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.ESR.gu-IN +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 13649e36ae4ed3885e0f7348ecc753004487e663 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:29:22 +0800 Subject: [PATCH 079/325] New version: Mozilla.Firefox.ESR.mk version 140.11.0 (#376482) --- .../Mozilla.Firefox.ESR.mk.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.mk.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.mk.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.mk.locale.zh-CN.yaml | 25 +++++++++++ .../mk/140.11.0/Mozilla.Firefox.ESR.mk.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.installer.yaml new file mode 100644 index 000000000000..bd3be115d4a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.mk +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/mk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 55736CD881C4418F1FEDB602B614973C2D0E5830AD6B4E0FDB52231AA6B47B03 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 mk) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/mk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: ECBC40796240DED1CA98ED31B2A9D08A45116A682A0CDC212011D4655E1B0A96 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 mk) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/mk/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 1C9834693A410BBCCE476E60DAF568B5C066FBCFA90F0154466408198BA41C80 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 mk) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.de-DE.yaml new file mode 100644 index 000000000000..b998685d031f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.de-DE.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: Mozilla.Firefox.ESR.mk +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (mk) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.en-US.yaml new file mode 100644 index 000000000000..a961eb5224b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.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: Mozilla.Firefox.ESR.mk +PackageVersion: 140.11.0 +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 ESR (mk) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.locale.zh-CN.yaml new file mode 100644 index 000000000000..c7c18fa759a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.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: Mozilla.Firefox.ESR.mk +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (mk) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.yaml b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.yaml new file mode 100644 index 000000000000..0826df25033c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mk/140.11.0/Mozilla.Firefox.ESR.mk.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.ESR.mk +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e15e7ea73cf4d12761c19d84873c6314010d5d0e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:29:37 +0800 Subject: [PATCH 080/325] New version: Mozilla.Firefox.ESR.oc version 140.11.0 (#376490) --- .../Mozilla.Firefox.ESR.oc.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.oc.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.oc.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.oc.locale.zh-CN.yaml | 25 +++++++++++ .../oc/140.11.0/Mozilla.Firefox.ESR.oc.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.installer.yaml new file mode 100644 index 000000000000..76b5abe5ab8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.oc +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/oc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E474E1022ED018978C8A96A3C7B1F1035BB5F5CA33B13AE04D254A3DCB533592 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 oc) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/oc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 7EF94C2DB961F6163B6A382C66E49A60A810BA8A81257EC6191EE9C52290E87A + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 oc) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/oc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: DF03CC105C9CCD291AAE7B168622B8B86AFE91AD635BD7E4E39199F64CBE3165 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 oc) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.de-DE.yaml new file mode 100644 index 000000000000..96a53acbea6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.de-DE.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: Mozilla.Firefox.ESR.oc +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (oc) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.en-US.yaml new file mode 100644 index 000000000000..67845a65b481 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.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: Mozilla.Firefox.ESR.oc +PackageVersion: 140.11.0 +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 ESR (oc) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.locale.zh-CN.yaml new file mode 100644 index 000000000000..4a38b8febad5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.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: Mozilla.Firefox.ESR.oc +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (oc) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.yaml b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.yaml new file mode 100644 index 000000000000..5a030bf97d4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/oc/140.11.0/Mozilla.Firefox.ESR.oc.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.ESR.oc +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cc22d9b4ebe453b4f495df81e47817596c593749 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:29:52 +0800 Subject: [PATCH 081/325] New version: Mozilla.Firefox.ESR.sc version 140.11.0 (#376498) --- .../Mozilla.Firefox.ESR.sc.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.sc.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.sc.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml | 25 +++++++++++ .../sc/140.11.0/Mozilla.Firefox.ESR.sc.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.installer.yaml new file mode 100644 index 000000000000..9211dc19e967 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sc +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/sc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 9E97C4EA1FF4BAD0BE8AB9145C3FA5CFF331B29D5BDDC8DE954A26B835B5697A + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 sc) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/sc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4F146C9D650889EFFE91A2D2D13FD5E8E264E148C068AB6DE25EA9F3795A595C + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 sc) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/sc/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: F0B3498567253F2003B7A7EC67219B9AA41C5613B0367271ECB9745D70818F8E + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 sc) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.de-DE.yaml new file mode 100644 index 000000000000..62451adf7010 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.de-DE.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: Mozilla.Firefox.ESR.sc +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sc) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.en-US.yaml new file mode 100644 index 000000000000..2de50ab4d89c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.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: Mozilla.Firefox.ESR.sc +PackageVersion: 140.11.0 +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 ESR (sc) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.locale.zh-CN.yaml new file mode 100644 index 000000000000..4d9069ab1c96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.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: Mozilla.Firefox.ESR.sc +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (sc) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.yaml b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.yaml new file mode 100644 index 000000000000..66a4edfba517 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sc/140.11.0/Mozilla.Firefox.ESR.sc.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.ESR.sc +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f0d46646dfd4624eccc90524deebae2cad084cdd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:30:07 +0800 Subject: [PATCH 082/325] New version: Mozilla.Firefox.ESR.sv-SE version 140.11.0 (#376506) --- .../Mozilla.Firefox.ESR.sv-SE.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.sv-SE.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.sv-SE.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.sv-SE.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.sv-SE.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.installer.yaml new file mode 100644 index 000000000000..75cb7a7554ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sv-SE +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/sv-SE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4BDBC20D8D0960AAF123AEC2605F8F757ED8B994494F48FDCC52D29BCC806408 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 sv-SE) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/sv-SE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4B1A3352D07B94F31E49C3713F0102634833BA049DFB98297083C91F8A94609A + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 sv-SE) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/sv-SE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: CDBAF6BB1E03D2D14495ACB67974049842B36D4C7D28C882134C23CF94848AAF + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 sv-SE) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.de-DE.yaml new file mode 100644 index 000000000000..7d25e1056680 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.de-DE.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: Mozilla.Firefox.ESR.sv-SE +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sv-SE) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.en-US.yaml new file mode 100644 index 000000000000..6493cfa16925 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.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: Mozilla.Firefox.ESR.sv-SE +PackageVersion: 140.11.0 +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 ESR (sv-SE) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.locale.zh-CN.yaml new file mode 100644 index 000000000000..bf74aa512d58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.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: Mozilla.Firefox.ESR.sv-SE +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (sv-SE) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.yaml b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.sv-SE.yaml new file mode 100644 index 000000000000..be6428aa1913 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sv-SE/140.11.0/Mozilla.Firefox.ESR.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.ESR.sv-SE +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a2581baa5fb09bc8208649e005a09bf8430b2447 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:30:29 +0800 Subject: [PATCH 083/325] New version: Mozilla.Firefox.ar version 151.0 (#376529) --- .../151.0/Mozilla.Firefox.ar.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ar.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ar.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ar.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ar.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ar.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ar.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ar.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ar.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ar.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ar.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ar.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ar.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ar.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ar.locale.zh-CN.yaml | 24 ++++ .../Firefox/ar/151.0/Mozilla.Firefox.ar.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.yaml diff --git a/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.installer.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.installer.yaml new file mode 100644 index 000000000000..1cf6b60dd24f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ar/Firefox%20Setup%20151.0.exe + InstallerSha256: F2AD05732BFE63324FA3018D79B57F92D3ED91A5B0E06FD5F6C21D6B00A18F7D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ar/Firefox%20Setup%20151.0.exe + InstallerSha256: 83FC2C444CEDE9D38916E2303A96E85FAE5594C22C7D549444F76DAAC95C88B8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ar/Firefox%20Setup%20151.0.exe + InstallerSha256: 463141112CC0DF88824BF2580CD66904108E0C94179D270DBA165F2BC9D77DA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.cs-CZ.yaml new file mode 100644 index 000000000000..9f6327eed18d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.da-DK.yaml new file mode 100644 index 000000000000..95d17bda8396 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.de-DE.yaml new file mode 100644 index 000000000000..ab91df795b08 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.el-GR.yaml new file mode 100644 index 000000000000..240055fc51bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.en-GB.yaml new file mode 100644 index 000000000000..99b986d3a8bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.en-US.yaml new file mode 100644 index 000000000000..3d6eeb6a5cf7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: "151.0" +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 (ar) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.es-MX.yaml new file mode 100644 index 000000000000..a2135ca4c365 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.fr-FR.yaml new file mode 100644 index 000000000000..6e137d44c3fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.hu-HU.yaml new file mode 100644 index 000000000000..e74bbc9aec85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ja-JP.yaml new file mode 100644 index 000000000000..f1b48c85beee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.nb-NO.yaml new file mode 100644 index 000000000000..c5801e543b5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ru-RU.yaml new file mode 100644 index 000000000000..0bfd2fa5a4ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.ta-IN.yaml new file mode 100644 index 000000000000..54e5c18b6bd1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.locale.zh-CN.yaml new file mode 100644 index 000000000000..55184f824c01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +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/ar/151.0/Mozilla.Firefox.ar.yaml b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.yaml new file mode 100644 index 000000000000..f30cae181296 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0/Mozilla.Firefox.ar.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.ar +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 058f1d20279f6129bc1e904cb3ab070be523e22e Mon Sep 17 00:00:00 2001 From: Stephen Gillie <114952565+stephengillie@users.noreply.github.com> Date: Tue, 19 May 2026 12:30:46 -0700 Subject: [PATCH 084/325] Revert ogdesign.Eagle version 4.0.1.0 (#376774) --- .../4.0.1.0/ogdesign.Eagle.installer.yaml | 24 ------------- .../4.0.1.0/ogdesign.Eagle.locale.en-US.yaml | 36 ------------------- .../4.0.1.0/ogdesign.Eagle.locale.zh-CN.yaml | 35 ------------------ .../Eagle/4.0.1.0/ogdesign.Eagle.yaml | 8 ----- 4 files changed, 103 deletions(-) delete mode 100644 manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.installer.yaml delete mode 100644 manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.en-US.yaml delete mode 100644 manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.zh-CN.yaml delete mode 100644 manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.yaml diff --git a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.installer.yaml b/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.installer.yaml deleted file mode 100644 index 9e5e431ca575..000000000000 --- a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 4.0.1.0 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- eagle -FileExtensions: -- eaglepack -ProductCode: Eagle -ReleaseDate: 2025-04-08 -Installers: -- Architecture: x64 - InstallerUrl: https://r2-app.eagle.cool/releases/Eagle-4.0-x64-build18.exe - InstallerSha256: A2404D40E85ADC34DD53B8F65BD82C88AA041F58930C8321045965BAD4272EF1 -- InstallerLocale: zh-CN - Architecture: x64 - InstallerUrl: https://eaglefile.oss-cn-shenzhen.aliyuncs.com/releases/Eagle-4.0-x64-build18.exe - InstallerSha256: A2404D40E85ADC34DD53B8F65BD82C88AA041F58930C8321045965BAD4272EF1 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.en-US.yaml b/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.en-US.yaml deleted file mode 100644 index 381f98e76f8b..000000000000 --- a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 4.0.1.0 -PackageLocale: en-US -Publisher: Eagle -PublisherSupportUrl: https://en.eagle.cool/support -PrivacyUrl: https://en.eagle.cool/privacy -Author: ogdesign -PackageName: Eagle -PackageUrl: https://en.eagle.cool/ -License: Proprietary -LicenseUrl: https://en.eagle.cool/eula -Copyright: Copyright (C) 2026 ogdesign, Inc. All right reserved. -ShortDescription: Organize all your reference images in one place -Description: Eagle helps you become a happier, better designer. A new way to collect, search and organize your image files in a logical way and all in one place. -Tags: -- asset -- category -- collect -- collection -- design -- filter -- image -- manage -- material -- organize -- picture -- reference -- resource -- tag -ReleaseNotesUrl: https://en.eagle.cool/blog/inside-eagle -PurchaseUrl: https://en.eagle.cool/store -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.zh-CN.yaml b/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.zh-CN.yaml deleted file mode 100644 index ea13f22f8598..000000000000 --- a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 4.0.1.0 -PackageLocale: zh-CN -Publisher: Eagle -PublisherSupportUrl: https://cn.eagle.cool/support -PrivacyUrl: https://cn.eagle.cool/privacy -Author: 奥革设计 -PackageName: Eagle -PackageUrl: https://cn.eagle.cool/ -License: 专有软件 -LicenseUrl: https://cn.eagle.cool/eula -Copyright: Copyright (C) 2026 ogdesign, Inc. All right reserved. -ShortDescription: 图片收集及管理必备工具 -Description: Eagle 可以轻松收集及整理设计项目的“案例、灵感、截图、图片、视频、音频、情绪板”等各种素材,激发更多创意灵感,让工作变得更有效率! -Tags: -- 分类 -- 图像 -- 图片 -- 收藏 -- 收集 -- 整理 -- 材料 -- 标签 -- 筛选 -- 管理 -- 素材 -- 设计 -- 资源 -ReleaseNotesUrl: https://cn.eagle.cool/blog/inside-eagle -PurchaseUrl: https://cn.eagle.cool/store -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.yaml b/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.yaml deleted file mode 100644 index 478e0f053b0f..000000000000 --- a/manifests/o/ogdesign/Eagle/4.0.1.0/ogdesign.Eagle.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ogdesign.Eagle -PackageVersion: 4.0.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 494ac60647d809fab2e3b40f5668875a21f197b9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:30:51 +0800 Subject: [PATCH 085/325] New version: Mozilla.Firefox.bn version 151.0 (#376536) --- .../151.0/Mozilla.Firefox.bn.installer.yaml | 40 ++++++ .../Mozilla.Firefox.bn.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.bn.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.bn.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.bn.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.bn.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.bn.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.bn.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.bn.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.bn.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.bn.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.bn.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.bn.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.bn.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.bn.locale.zh-CN.yaml | 24 ++++ .../Firefox/bn/151.0/Mozilla.Firefox.bn.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.yaml diff --git a/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.installer.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.installer.yaml new file mode 100644 index 000000000000..781fdedcdefa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/bn/Firefox%20Setup%20151.0.exe + InstallerSha256: 2A2F8F274A81DC488F5118A3160EE9755646C31BAA6FB1DA2A600D94DCE0EC8B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/bn/Firefox%20Setup%20151.0.exe + InstallerSha256: F09EB50A3B1A0290E55EB488C721935616F5FB55D4AFAEF1E2B0828A128F8B8C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/bn/Firefox%20Setup%20151.0.exe + InstallerSha256: 4A4BBF526102BAE84A200B77C1989F7B18AB70B818019FB170AC3BFECEB80CCB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.cs-CZ.yaml new file mode 100644 index 000000000000..db9441388cd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.da-DK.yaml new file mode 100644 index 000000000000..781a2717f569 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.de-DE.yaml new file mode 100644 index 000000000000..a963d5ba03e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.el-GR.yaml new file mode 100644 index 000000000000..8da8c8a23fe3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.en-GB.yaml new file mode 100644 index 000000000000..6ba047a73299 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.en-US.yaml new file mode 100644 index 000000000000..ba31c904e8ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: "151.0" +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 (bn) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.es-MX.yaml new file mode 100644 index 000000000000..10047c803c7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.fr-FR.yaml new file mode 100644 index 000000000000..615a728f84b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.hu-HU.yaml new file mode 100644 index 000000000000..6d716c5bdc50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ja-JP.yaml new file mode 100644 index 000000000000..9030a924d257 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.nb-NO.yaml new file mode 100644 index 000000000000..1fbc87f578f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ru-RU.yaml new file mode 100644 index 000000000000..d64ccd798602 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.ta-IN.yaml new file mode 100644 index 000000000000..b60c634a5752 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.locale.zh-CN.yaml new file mode 100644 index 000000000000..f62d90599789 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +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/bn/151.0/Mozilla.Firefox.bn.yaml b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.yaml new file mode 100644 index 000000000000..63ef70426b16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/151.0/Mozilla.Firefox.bn.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.bn +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cbcaebb0a3331553f7a363029e7dcd4a48cc1b4d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:31:13 +0800 Subject: [PATCH 086/325] New version: Mozilla.Firefox.es-CL version 151.0 (#376560) --- .../Mozilla.Firefox.es-CL.installer.yaml | 40 ++++++ .../Mozilla.Firefox.es-CL.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.es-CL.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.es-CL.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.es-CL.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.es-CL.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.es-CL.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.es-CL.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.es-CL.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.es-CL.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.es-CL.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.es-CL.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.es-CL.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.es-CL.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.es-CL.locale.zh-CN.yaml | 24 ++++ .../es-CL/151.0/Mozilla.Firefox.es-CL.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.yaml diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.installer.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.installer.yaml new file mode 100644 index 000000000000..db2ab80c4c6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/es-CL/Firefox%20Setup%20151.0.exe + InstallerSha256: 364F913B692B86506E727BFFD83042B315BFB7B3B3CCAA70FC1B75132BAB1973 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/es-CL/Firefox%20Setup%20151.0.exe + InstallerSha256: 92C3704910EC9C5E306BE763A6161FC917B9CEAF7F0C8968405884BB9969EBC3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/es-CL/Firefox%20Setup%20151.0.exe + InstallerSha256: 62C635F359006FAEB95067048477411A20275039424D4CCBD01246B424F28E5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml new file mode 100644 index 000000000000..7c81d4a49e17 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.da-DK.yaml new file mode 100644 index 000000000000..b53411d166fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.de-DE.yaml new file mode 100644 index 000000000000..731d94bb18bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.el-GR.yaml new file mode 100644 index 000000000000..a2483f600369 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-GB.yaml new file mode 100644 index 000000000000..d4787f8d2a74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-US.yaml new file mode 100644 index 000000000000..0ebefc0e7ec4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-CL +PackageVersion: "151.0" +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 (es-CL) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.es-MX.yaml new file mode 100644 index 000000000000..81de7ccd2c1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.fr-FR.yaml new file mode 100644 index 000000000000..9144ac8292ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.hu-HU.yaml new file mode 100644 index 000000000000..8dfbb9d71923 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ja-JP.yaml new file mode 100644 index 000000000000..e13e42f1ed21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.nb-NO.yaml new file mode 100644 index 000000000000..5268f138bd9c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ru-RU.yaml new file mode 100644 index 000000000000..47d80be561a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.ta-IN.yaml new file mode 100644 index 000000000000..f3fbde3fc4ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.locale.zh-CN.yaml new file mode 100644 index 000000000000..d3f58346c8aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +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/es-CL/151.0/Mozilla.Firefox.es-CL.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.yaml new file mode 100644 index 000000000000..ae205ae5b2ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0/Mozilla.Firefox.es-CL.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.es-CL +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5c412a2c227270ef69734ce62893ca4208423a1d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:31:35 +0800 Subject: [PATCH 087/325] New version: Mozilla.Firefox.gu-IN version 151.0 (#376580) --- .../Mozilla.Firefox.gu-IN.installer.yaml | 40 ++++++ .../Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.gu-IN.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.gu-IN.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.gu-IN.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.gu-IN.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.gu-IN.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.gu-IN.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.gu-IN.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.gu-IN.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.gu-IN.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.gu-IN.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.gu-IN.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.gu-IN.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.gu-IN.locale.zh-CN.yaml | 24 ++++ .../gu-IN/151.0/Mozilla.Firefox.gu-IN.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.yaml diff --git a/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.installer.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.installer.yaml new file mode 100644 index 000000000000..a95177218cb1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/gu-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: A725ECC9ABD6000C5B4259C9ADC595FF1DFE782167C68E1D63606F795C922E53 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/gu-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: ED56250F4C3B79F6CBB2B9C37C80D046E3A53475743763B693174FFF67649184 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/gu-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: F9EC44CF6DD3C984F6029F7934152A4D1EC84F2C88B8E5C827EE28BE7A121A3A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml new file mode 100644 index 000000000000..9ae47b9ba058 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.da-DK.yaml new file mode 100644 index 000000000000..bf1dde140646 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.de-DE.yaml new file mode 100644 index 000000000000..4faa18377f51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.el-GR.yaml new file mode 100644 index 000000000000..5532f6e2f018 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-GB.yaml new file mode 100644 index 000000000000..41b5924898ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-US.yaml new file mode 100644 index 000000000000..e9d150d054c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gu-IN +PackageVersion: "151.0" +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 (gu-IN) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.es-MX.yaml new file mode 100644 index 000000000000..ce6004ea4b95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.fr-FR.yaml new file mode 100644 index 000000000000..40599d4b77a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.hu-HU.yaml new file mode 100644 index 000000000000..93a60551e7dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ja-JP.yaml new file mode 100644 index 000000000000..1fbaa91b9a3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.nb-NO.yaml new file mode 100644 index 000000000000..0e55c0e0efcf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ru-RU.yaml new file mode 100644 index 000000000000..0c848ef24b43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.ta-IN.yaml new file mode 100644 index 000000000000..854873bbc45c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..4feac8a3ceee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +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/gu-IN/151.0/Mozilla.Firefox.gu-IN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.yaml new file mode 100644 index 000000000000..0f48ab626caa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/151.0/Mozilla.Firefox.gu-IN.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.gu-IN +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From acb8ba46b4de059a7e0311d6e64b87b942f71d2c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:31:58 +0800 Subject: [PATCH 088/325] New version: Mozilla.Firefox.hr version 151.0 (#376583) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/hr/151.0/Mozilla.Firefox.hr.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.yaml diff --git a/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.installer.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.installer.yaml new file mode 100644 index 000000000000..539fd2e42913 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/hr/Firefox%20Setup%20151.0.exe + InstallerSha256: 96DAD30ECBB38D4C6A3B54EFAB967686913EC7284FFBC530F8AB9ECF69D9BC51 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/hr/Firefox%20Setup%20151.0.exe + InstallerSha256: BCBA4A8749BA79AFEBC07535A1DE5F00BF9D4B232B4BD5FA2C08230F0FD5BB5F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/hr/Firefox%20Setup%20151.0.exe + InstallerSha256: 2BD83D0159C4C000C276B9DF82226BB87181B4622015DD1AAB2C580586BC7440 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..db3acc065951 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.da-DK.yaml new file mode 100644 index 000000000000..5edce97fcb11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.de-DE.yaml new file mode 100644 index 000000000000..bad48a39301b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.el-GR.yaml new file mode 100644 index 000000000000..e5ac0b78c61f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.en-GB.yaml new file mode 100644 index 000000000000..eaff7241d08b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.en-US.yaml new file mode 100644 index 000000000000..b4ab5d99e96e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.es-MX.yaml new file mode 100644 index 000000000000..f3f5ceaf4682 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.fr-FR.yaml new file mode 100644 index 000000000000..299b57181628 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.hu-HU.yaml new file mode 100644 index 000000000000..7eedf86885ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ja-JP.yaml new file mode 100644 index 000000000000..b8b203692f5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.nb-NO.yaml new file mode 100644 index 000000000000..83b58aa6e105 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ru-RU.yaml new file mode 100644 index 000000000000..0df4f0730f6e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.ta-IN.yaml new file mode 100644 index 000000000000..98bdb508c868 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.locale.zh-CN.yaml new file mode 100644 index 000000000000..a356e7ab38bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +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/Mozilla.Firefox.hr.yaml b/manifests/m/Mozilla/Firefox/hr/151.0/Mozilla.Firefox.hr.yaml new file mode 100644 index 000000000000..b567236ed8bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9f082d8f81035cb9cdcb8226606226a86b22f448 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:32:19 +0800 Subject: [PATCH 089/325] New version: Mozilla.Firefox.hu version 151.0 (#376585) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/hu/151.0/Mozilla.Firefox.hu.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.yaml diff --git a/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.installer.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.installer.yaml new file mode 100644 index 000000000000..00933c3fdd72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/hu/Firefox%20Setup%20151.0.exe + InstallerSha256: 6E58B8D97C626AB440C59D42C9FD37EB21289CA70C592D35DD331FAC50062EAD +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/hu/Firefox%20Setup%20151.0.exe + InstallerSha256: A672E02755B01501B2FBAC1C11CE63B27470EE95F4EB6CD1CB1A1E9D652DFFAB +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/hu/Firefox%20Setup%20151.0.exe + InstallerSha256: 06CABE2D67E95873EF2481937C7B0C9650896C474669B4446AB9FE51B03FCD67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d56eaf5356b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.da-DK.yaml new file mode 100644 index 000000000000..516cd79d04f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.de-DE.yaml new file mode 100644 index 000000000000..3414e22da739 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.el-GR.yaml new file mode 100644 index 000000000000..2e2df745667e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.en-GB.yaml new file mode 100644 index 000000000000..7f83a39942db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.en-US.yaml new file mode 100644 index 000000000000..7f86d41013f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.es-MX.yaml new file mode 100644 index 000000000000..6ef716db130c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.fr-FR.yaml new file mode 100644 index 000000000000..f04065618ff6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.hu-HU.yaml new file mode 100644 index 000000000000..658e912edb52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ja-JP.yaml new file mode 100644 index 000000000000..b46534622592 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.nb-NO.yaml new file mode 100644 index 000000000000..06e792760d60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ru-RU.yaml new file mode 100644 index 000000000000..a87ff134481b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.ta-IN.yaml new file mode 100644 index 000000000000..01cd443896d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.locale.zh-CN.yaml new file mode 100644 index 000000000000..4cc04ad8f31b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +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/Mozilla.Firefox.hu.yaml b/manifests/m/Mozilla/Firefox/hu/151.0/Mozilla.Firefox.hu.yaml new file mode 100644 index 000000000000..07f603e6e116 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 248eb67a38643d94cc1d6db4cfb02e8f1212d77a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:32:42 +0800 Subject: [PATCH 090/325] New version: Mozilla.Firefox.nb-NO version 151.0 (#376609) --- .../Mozilla.Firefox.nb-NO.installer.yaml | 40 ++++++ .../Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.nb-NO.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.nb-NO.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.nb-NO.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.nb-NO.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.nb-NO.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.nb-NO.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.nb-NO.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.nb-NO.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.nb-NO.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.nb-NO.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.nb-NO.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.nb-NO.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.nb-NO.locale.zh-CN.yaml | 24 ++++ .../nb-NO/151.0/Mozilla.Firefox.nb-NO.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.yaml diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.installer.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.installer.yaml new file mode 100644 index 000000000000..e4c9347627b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/nb-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: 670ACAC24D73342F364B1B23DE7D8F4892AE7747277DAA68E9A2C2DE3FE30156 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/nb-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: D1856805BBE8F083B372F07A612EE250DD664501FC404248BF67B6960C0F1434 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/nb-NO/Firefox%20Setup%20151.0.exe + InstallerSha256: D1FBA2E7B52E84CDDB3978B16CCA117CD96C776E70DB29AD293E96FF3E432C9F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f3c577235689 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.da-DK.yaml new file mode 100644 index 000000000000..227d83bc4351 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.de-DE.yaml new file mode 100644 index 000000000000..4c67b7aa7207 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.el-GR.yaml new file mode 100644 index 000000000000..47792ee32d11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-GB.yaml new file mode 100644 index 000000000000..8c36f311586d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-US.yaml new file mode 100644 index 000000000000..a620b11d8726 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.nb-NO +PackageVersion: "151.0" +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 (nb-NO) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.es-MX.yaml new file mode 100644 index 000000000000..4f2420a7730c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml new file mode 100644 index 000000000000..5236c016e6e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml new file mode 100644 index 000000000000..536d8749a177 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml new file mode 100644 index 000000000000..d7d6b27f40df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml new file mode 100644 index 000000000000..e9e5ed6f0037 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml new file mode 100644 index 000000000000..e518f243a136 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml new file mode 100644 index 000000000000..7cefc873b1a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..ce4f5b4467b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +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/nb-NO/151.0/Mozilla.Firefox.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.yaml new file mode 100644 index 000000000000..176ee33f668d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0/Mozilla.Firefox.nb-NO.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.nb-NO +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cade6c9055a0ffcb26eed1dca34e9274e04ee94 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:33:03 +0800 Subject: [PATCH 091/325] New version: Mozilla.Firefox.rm version 151.0 (#376619) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/rm/151.0/Mozilla.Firefox.rm.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.yaml diff --git a/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.installer.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.installer.yaml new file mode 100644 index 000000000000..6f0f9b76c90d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/rm/Firefox%20Setup%20151.0.exe + InstallerSha256: 4FDA3B2E3705A9576CEC2CC301C669A1EAAD027692E652D55F4E4B3EA113E00E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/rm/Firefox%20Setup%20151.0.exe + InstallerSha256: FBA3D1049349E8F84647D98C44D0742A81C3C4D88DEBD7B55DB937BB0EF9AAEB +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/rm/Firefox%20Setup%20151.0.exe + InstallerSha256: CBC52C46A872FCCB5564A618C91CB1E5C4566E846D2F24DA0AA210471D00900F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3ed2a1a0b47f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.da-DK.yaml new file mode 100644 index 000000000000..6383f4b0e5c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.de-DE.yaml new file mode 100644 index 000000000000..b29494dfcffe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.el-GR.yaml new file mode 100644 index 000000000000..50725446da8d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.en-GB.yaml new file mode 100644 index 000000000000..9a551f36a704 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.en-US.yaml new file mode 100644 index 000000000000..7b536d55d76a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.es-MX.yaml new file mode 100644 index 000000000000..e485b43c47fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.fr-FR.yaml new file mode 100644 index 000000000000..b31223cd42e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.hu-HU.yaml new file mode 100644 index 000000000000..9dcbd55a8c38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ja-JP.yaml new file mode 100644 index 000000000000..1ae777ec3d00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.nb-NO.yaml new file mode 100644 index 000000000000..16c110ca31c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ru-RU.yaml new file mode 100644 index 000000000000..916a126873d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.ta-IN.yaml new file mode 100644 index 000000000000..f677cc1548d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.locale.zh-CN.yaml new file mode 100644 index 000000000000..3743eaebed0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +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/Mozilla.Firefox.rm.yaml b/manifests/m/Mozilla/Firefox/rm/151.0/Mozilla.Firefox.rm.yaml new file mode 100644 index 000000000000..1c9a84851830 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/rm/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f2ac95ee133816856a4f5eb17bb5ebaa145964ba Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:33:16 +0800 Subject: [PATCH 092/325] New version: Anthropic.Claude version 1.8089.0 (#376620) --- .../1.8089.0/Anthropic.Claude.installer.yaml | 66 +++++++++++++++++++ .../Anthropic.Claude.locale.en-US.yaml | 24 +++++++ .../Anthropic.Claude.locale.zh-CN.yaml | 15 +++++ .../Claude/1.8089.0/Anthropic.Claude.yaml | 8 +++ 4 files changed, 113 insertions(+) create mode 100644 manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.installer.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.yaml diff --git a/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..48f10c18b28c --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.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.8089.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.8089.0/Claude-ffa892bf99d5831e4d234026b742081cd8615f83.msix + InstallerSha256: 1BB06FE8CFE883197F1D0450DADA51640FF73D617F9707045D82392FF7E823E2 + SignatureSha256: AF0511956DCE7E5E972E07F84CF297628ABD041D52E002B08857E0BA599EC608 + 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.8089.0/Claude-ffa892bf99d5831e4d234026b742081cd8615f83.msix + InstallerSha256: CB4010BBBDF12F5A63FBD50D6BD1F6243A4E771B05E27702424A49F05C32FFA9 + SignatureSha256: 2289C94408CE61D71BD4993F7B2A88D2BEEAE408296FBBD820435D1436E43C80 + 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.8089.0/Claude-ffa892bf99d5831e4d234026b742081cd8615f83.exe + InstallerSha256: FD946F1260546F8AD3171F4625CF08D8528B84CD9A928FE76DF47FA8C75C84E2 + 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.8089.0/Claude-ffa892bf99d5831e4d234026b742081cd8615f83.exe + InstallerSha256: 4736CD0B715AA518C37497B13408390B925990B52F16D5FDF1FA43CBFC831784 + 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.8089.0/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..6424cbefca40 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.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.8089.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.8089.0/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..498b2b26f526 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.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.8089.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.8089.0/Anthropic.Claude.yaml new file mode 100644 index 000000000000..2c8a2f00e766 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.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.8089.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 181fcf2c1bc6d133f509b8409d05a533fa24cd9a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:33:31 +0800 Subject: [PATCH 093/325] New version: Discord.Discord.Canary.arm64 version 1.0.285 (#376626) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.285/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..e7a287fb9821 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.285 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.285/DiscordCanarySetup.exe + InstallerSha256: D76E1865B2366C349329429C75D54E5876B253AC0B07D25B03F768195EA19B5E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..4f2b41c625de --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.285 +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 Canary (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-canary +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/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..330e065b9716 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.285 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..5330b203ff52 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.285/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.285 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2c2498206138ea9112f44c38d93efa808090efa7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:33:57 +0800 Subject: [PATCH 094/325] New version: Discord.Discord.Canary version 1.0.955 (#376653) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.955/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..aaae55e39daf --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.955 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.955/DiscordCanarySetup.exe + InstallerSha256: 817D7A8FD1CF777C2F7A70F773EA2A14534F895D18AFE5AAC332F3E6C1CF377B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..06355e729947 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.955 +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 Canary +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-canary +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/Canary/1.0.955/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4f9f77b4d6d --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.955 +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 Canary +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/Canary/1.0.955/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..a9734249af3f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.955/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.955 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c29be0fa4004778ce33fbd22755fd5fd92656c02 Mon Sep 17 00:00:00 2001 From: Ralf Weinbrecher Date: Tue, 19 May 2026 21:34:02 +0200 Subject: [PATCH 095/325] Update: AGFEO.AGFEODashbaord to 2.4.7 (#376632) --- .../2.4.7/AGFEO.AGFEODashboard.installer.yaml | 21 +++++++++++++++++++ .../AGFEO.AGFEODashboard.locale.de-DE.yaml | 17 +++++++++++++++ .../2.4.7/AGFEO.AGFEODashboard.yaml | 8 +++++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.installer.yaml create mode 100644 manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.locale.de-DE.yaml create mode 100644 manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.yaml diff --git a/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.installer.yaml b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.installer.yaml new file mode 100644 index 000000000000..9435821e306d --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.4.7 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +ProductCode: '{385FB5EC-E92D-414E-BB15-D795A948298D}' +ReleaseDate: 2026-05-18 +AppsAndFeaturesEntries: +- ProductCode: '{385FB5EC-E92D-414E-BB15-D795A948298D}' + UpgradeCode: '{BE2FA665-A4F1-440A-AFFA-63C50B0D4AA1}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Dashboard' +Installers: +- Architecture: x64 + InstallerUrl: https://partner.agfeo.de/agfeo_web/dokulib.nsf/Anlage_w/231970ECB43B2448C1258DFB004B5C98/%24FILE/AGFEO-Dashboard-2.4.7-x64.msi + InstallerSha256: 0DF39D64E9224F2E4FECC766A4F12234EF2D9180EED33DA6E7F8EA3CCA1CA527 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.locale.de-DE.yaml b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.locale.de-DE.yaml new file mode 100644 index 000000000000..51a5a8101b81 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.locale.de-DE.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.4.7 +PackageLocale: de-DE +Publisher: AGFEO +PublisherUrl: https://agfeo.de/ +PrivacyUrl: https://agfeo.de/datenschutz/ +Author: AGFEO GmbH & Co. KG +PackageName: AGFEO Dashboard +PackageUrl: https://agfeo.de/produkt/agfeo-dashboard/ +License: Proprietary +Copyright: 2026, AGFEO GmbH & Co. KG +ShortDescription: Dashboard für die Nutzung mit AGFEO Telefonanlagen +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.yaml b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.yaml new file mode 100644 index 000000000000..decb444f9726 --- /dev/null +++ b/manifests/a/AGFEO/AGFEODashboard/2.4.7/AGFEO.AGFEODashboard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: AGFEO.AGFEODashboard +PackageVersion: 2.4.7 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.10.0 From ff3e2f16af04080a107e75edc83f623682e45723 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:34:22 +0800 Subject: [PATCH 096/325] New version: Mozilla.Thunderbird.af version 151.0 (#376686) --- .../Mozilla.Thunderbird.af.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.af.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.af.locale.zh-CN.yaml | 24 +++++ .../af/151.0/Mozilla.Thunderbird.af.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.yaml diff --git a/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.installer.yaml b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.installer.yaml new file mode 100644 index 000000000000..7f9c7e35b4fa --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.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: Mozilla.Thunderbird.af +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/af/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 640ADDD057FDF1697CAF851BD948A0F98EDE4BD5BFEB0F23995ED3C89CE1AE6E + ProductCode: Mozilla Thunderbird 151.0 (x86 af) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/af/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 572F773CB1A0C7F96E092A8E1D1389AA8A53B4B7D3F9C920D7469CE7A398B6B1 + ProductCode: Mozilla Thunderbird 151.0 (x64 af) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.en-US.yaml new file mode 100644 index 000000000000..a2adf6acf6a5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.af +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (af) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.locale.zh-CN.yaml new file mode 100644 index 000000000000..b243d3551ade --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.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.Thunderbird.af +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (af) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.yaml b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.yaml new file mode 100644 index 000000000000..fafcf359afd4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/af/151.0/Mozilla.Thunderbird.af.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.Thunderbird.af +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a2430b06168bfa0e4f70fec411e45d0e7bdf01d3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:34:36 +0800 Subject: [PATCH 097/325] New version: Mozilla.Thunderbird.ast version 151.0 (#376688) --- .../Mozilla.Thunderbird.ast.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ast.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ast.locale.zh-CN.yaml | 24 +++++ .../ast/151.0/Mozilla.Thunderbird.ast.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.installer.yaml b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.installer.yaml new file mode 100644 index 000000000000..8178c4dab091 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.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: Mozilla.Thunderbird.ast +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ast/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2B3C313FE49FFF199F9479DA33B5D47DA59BB8B95ACFF3031D6D6B52EEE417E1 + ProductCode: Mozilla Thunderbird 151.0 (x86 ast) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ast/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 49C688614092C84576411900759F3C2761C6FA49635312BD09AFC7199B783BCD + ProductCode: Mozilla Thunderbird 151.0 (x64 ast) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.en-US.yaml new file mode 100644 index 000000000000..12c0db711df2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ast +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ast) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.locale.zh-CN.yaml new file mode 100644 index 000000000000..bf04bc8ceaa0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.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.Thunderbird.ast +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ast) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.yaml b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.yaml new file mode 100644 index 000000000000..507b4a7476cb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ast/151.0/Mozilla.Thunderbird.ast.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.Thunderbird.ast +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f161aea8e439fc15e65ac1ccf31a66de4159c4d1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:34:39 +0800 Subject: [PATCH 098/325] New version: Mozilla.Thunderbird.bg version 151.0 (#376690) --- .../Mozilla.Thunderbird.bg.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.bg.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.bg.locale.zh-CN.yaml | 24 +++++ .../bg/151.0/Mozilla.Thunderbird.bg.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.yaml diff --git a/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.installer.yaml b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.installer.yaml new file mode 100644 index 000000000000..3ee209bdc394 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.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: Mozilla.Thunderbird.bg +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/bg/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 1950EBCE69234B504701F94A7B3C97471B442F9ADCF323E1B9182B9AECA77BF0 + ProductCode: Mozilla Thunderbird 151.0 (x86 bg) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/bg/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 83B47CF04409F398676CC338A14A2826BAC152B0C6C718522E89251226124FB4 + ProductCode: Mozilla Thunderbird 151.0 (x64 bg) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.en-US.yaml new file mode 100644 index 000000000000..a44e25c9cf30 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.bg +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (bg) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.locale.zh-CN.yaml new file mode 100644 index 000000000000..1e74326b341b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.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.Thunderbird.bg +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (bg) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.yaml b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.bg.yaml new file mode 100644 index 000000000000..2601ec2a30e8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/bg/151.0/Mozilla.Thunderbird.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.Thunderbird.bg +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2939a50df96e5faebbdb986b406d7bc1c7730e21 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:34:53 +0800 Subject: [PATCH 099/325] New version: Mozilla.Thunderbird.ca version 151.0 (#376692) --- .../Mozilla.Thunderbird.ca.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ca.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ca.locale.zh-CN.yaml | 24 +++++ .../ca/151.0/Mozilla.Thunderbird.ca.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.installer.yaml b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.installer.yaml new file mode 100644 index 000000000000..8fa51cc98989 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.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: Mozilla.Thunderbird.ca +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ca/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 5BBB99164EA9A1E0F04392DB00E04F532181B8C9581329AD9AA6A484BD0F8C37 + ProductCode: Mozilla Thunderbird 151.0 (x86 ca) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ca/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 0F9CAD945CD328048ACA21C97704049359EEEF17573375953B1A64FCEB1C0597 + ProductCode: Mozilla Thunderbird 151.0 (x64 ca) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.en-US.yaml new file mode 100644 index 000000000000..f4d3a89d064a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ca +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ca) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.locale.zh-CN.yaml new file mode 100644 index 000000000000..182ab93a3301 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.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.Thunderbird.ca +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ca) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.yaml b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.ca.yaml new file mode 100644 index 000000000000..b6e61afdf1c3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ca/151.0/Mozilla.Thunderbird.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.Thunderbird.ca +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 22c75f18ffacce392040811f9884487b2c926936 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:36:21 +0800 Subject: [PATCH 100/325] Update: BrechtSanders.WinLibs.POSIX.UCRT version 16.1.0-14.0.0-r2 (#375377) --- ...tSanders.WinLibs.POSIX.UCRT.installer.yaml | 209 ++++++++++++++++++ ...nders.WinLibs.POSIX.UCRT.locale.en-US.yaml | 88 ++++++++ ...nders.WinLibs.POSIX.UCRT.locale.zh-CN.yaml | 43 ++++ .../BrechtSanders.WinLibs.POSIX.UCRT.yaml | 8 + 4 files changed, 348 insertions(+) create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.installer.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.en-US.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.zh-CN.yaml create mode 100644 manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.yaml diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.installer.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.installer.yaml new file mode 100644 index 000000000000..b4734eab3e22 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.installer.yaml @@ -0,0 +1,209 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.UCRT +PackageVersion: 16.1.0-14.0.0-r2 +InstallerType: zip +NestedInstallerType: portable +Commands: +- c++ +- cmake +- g++ +- gcc +- gdb +- gfortran +- jwasm +- ld +- nasm +- yasm +ReleaseDate: 2026-05-16 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: mingw32\bin\addr2line.exe + - RelativeFilePath: mingw32\bin\ar.exe + - RelativeFilePath: mingw32\bin\as.exe + - RelativeFilePath: mingw32\bin\bomtool.exe + - RelativeFilePath: mingw32\bin\c++.exe + - RelativeFilePath: mingw32\bin\c++filt.exe + - RelativeFilePath: mingw32\bin\ccache.exe + - RelativeFilePath: mingw32\bin\cmake.exe + - RelativeFilePath: mingw32\bin\cmcldeps.exe + - RelativeFilePath: mingw32\bin\copypedeps.exe + - RelativeFilePath: mingw32\bin\cpack.exe + - RelativeFilePath: mingw32\bin\cpp.exe + - RelativeFilePath: mingw32\bin\cppcheck.exe + - RelativeFilePath: mingw32\bin\ctags.exe + - RelativeFilePath: mingw32\bin\ctest.exe + - RelativeFilePath: mingw32\bin\dlltool.exe + - RelativeFilePath: mingw32\bin\dllwrap.exe + - RelativeFilePath: mingw32\bin\dos2unix.exe + - RelativeFilePath: mingw32\bin\doxygen.exe + - RelativeFilePath: mingw32\bin\elfedit.exe + - RelativeFilePath: mingw32\bin\g++.exe + - RelativeFilePath: mingw32\bin\gcc-ar.exe + - RelativeFilePath: mingw32\bin\gcc-nm.exe + - RelativeFilePath: mingw32\bin\gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\gcc.exe + - RelativeFilePath: mingw32\bin\gcov-dump.exe + - RelativeFilePath: mingw32\bin\gcov-tool.exe + - RelativeFilePath: mingw32\bin\gcov.exe + - RelativeFilePath: mingw32\bin\gdb.exe + - RelativeFilePath: mingw32\bin\gdbserver.exe + - RelativeFilePath: mingw32\bin\gendef.exe + - RelativeFilePath: mingw32\bin\genidl.exe + - RelativeFilePath: mingw32\bin\gfortran.exe + - RelativeFilePath: mingw32\bin\gprof.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-c++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-g++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-16.1.0.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw32\bin\iconv.exe + - RelativeFilePath: mingw32\bin\jwasm.exe + - RelativeFilePath: mingw32\bin\ld.bfd.exe + - RelativeFilePath: mingw32\bin\ld.exe + - RelativeFilePath: mingw32\bin\listpedeps.exe + - RelativeFilePath: mingw32\bin\lto-dump.exe + - RelativeFilePath: mingw32\bin\mac2unix.exe + - RelativeFilePath: mingw32\bin\mingw32-make.exe + - RelativeFilePath: mingw32\bin\nasm.exe + - RelativeFilePath: mingw32\bin\ndisasm.exe + - RelativeFilePath: mingw32\bin\ninja.exe + - RelativeFilePath: mingw32\bin\nm.exe + - RelativeFilePath: mingw32\bin\ntldd.exe + - RelativeFilePath: mingw32\bin\objcopy.exe + - RelativeFilePath: mingw32\bin\objdump.exe + - RelativeFilePath: mingw32\bin\optscript.exe + - RelativeFilePath: mingw32\bin\pexports.exe + - RelativeFilePath: mingw32\bin\pkgconf.exe + - RelativeFilePath: mingw32\bin\premake5.exe + - RelativeFilePath: mingw32\bin\ranlib.exe + - RelativeFilePath: mingw32\bin\readelf.exe + - RelativeFilePath: mingw32\bin\readtags.exe + - RelativeFilePath: mingw32\bin\sarif-replay.exe + - RelativeFilePath: mingw32\bin\size.exe + - RelativeFilePath: mingw32\bin\strings.exe + - RelativeFilePath: mingw32\bin\strip.exe + - RelativeFilePath: mingw32\bin\unix2dos.exe + - RelativeFilePath: mingw32\bin\unix2mac.exe + - RelativeFilePath: mingw32\bin\vsyasm.exe + - RelativeFilePath: mingw32\bin\widl.exe + - RelativeFilePath: mingw32\bin\windmc.exe + - RelativeFilePath: mingw32\bin\windres.exe + - RelativeFilePath: mingw32\bin\wl-build.exe + - RelativeFilePath: mingw32\bin\wl-checknewreleases.exe + - RelativeFilePath: mingw32\bin\wl-download.exe + - RelativeFilePath: mingw32\bin\wl-edit.exe + - RelativeFilePath: mingw32\bin\wl-find.exe + - RelativeFilePath: mingw32\bin\wl-info.exe + - RelativeFilePath: mingw32\bin\wl-install.exe + - RelativeFilePath: mingw32\bin\wl-listall.exe + - RelativeFilePath: mingw32\bin\wl-makepackage.exe + - RelativeFilePath: mingw32\bin\wl-showdeps.exe + - RelativeFilePath: mingw32\bin\wl-showstatus.exe + - RelativeFilePath: mingw32\bin\wl-uninstall.exe + - RelativeFilePath: mingw32\bin\wl-wait4deps.exe + - RelativeFilePath: mingw32\bin\yasm.exe + - RelativeFilePath: mingw32\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/16.1.0posix-14.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-16.1.0-mingw-w64ucrt-14.0.0-r2.zip + InstallerSha256: F222B37BF57403607AC3646BABB5C999537D97F1780509D376CE2E6CC0F6AD79 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mingw64\bin\addr2line.exe + - RelativeFilePath: mingw64\bin\ar.exe + - RelativeFilePath: mingw64\bin\as.exe + - RelativeFilePath: mingw64\bin\bomtool.exe + - RelativeFilePath: mingw64\bin\c++.exe + - RelativeFilePath: mingw64\bin\c++filt.exe + - RelativeFilePath: mingw64\bin\ccache.exe + - RelativeFilePath: mingw64\bin\cmake.exe + - RelativeFilePath: mingw64\bin\cmcldeps.exe + - RelativeFilePath: mingw64\bin\copypedeps.exe + - RelativeFilePath: mingw64\bin\cpack.exe + - RelativeFilePath: mingw64\bin\cpp.exe + - RelativeFilePath: mingw64\bin\cppcheck.exe + - RelativeFilePath: mingw64\bin\ctags.exe + - RelativeFilePath: mingw64\bin\ctest.exe + - RelativeFilePath: mingw64\bin\dlltool.exe + - RelativeFilePath: mingw64\bin\dllwrap.exe + - RelativeFilePath: mingw64\bin\dos2unix.exe + - RelativeFilePath: mingw64\bin\doxygen.exe + - RelativeFilePath: mingw64\bin\elfedit.exe + - RelativeFilePath: mingw64\bin\g++.exe + - RelativeFilePath: mingw64\bin\gcc-ar.exe + - RelativeFilePath: mingw64\bin\gcc-nm.exe + - RelativeFilePath: mingw64\bin\gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\gcc.exe + - RelativeFilePath: mingw64\bin\gcov-dump.exe + - RelativeFilePath: mingw64\bin\gcov-tool.exe + - RelativeFilePath: mingw64\bin\gcov.exe + - RelativeFilePath: mingw64\bin\gdb.exe + - RelativeFilePath: mingw64\bin\gdbserver.exe + - RelativeFilePath: mingw64\bin\gendef.exe + - RelativeFilePath: mingw64\bin\genidl.exe + - RelativeFilePath: mingw64\bin\gfortran.exe + - RelativeFilePath: mingw64\bin\gprof.exe + - RelativeFilePath: mingw64\bin\iconv.exe + - RelativeFilePath: mingw64\bin\jwasm.exe + - RelativeFilePath: mingw64\bin\ld.bfd.exe + - RelativeFilePath: mingw64\bin\ld.exe + - RelativeFilePath: mingw64\bin\listpedeps.exe + - RelativeFilePath: mingw64\bin\lto-dump.exe + - RelativeFilePath: mingw64\bin\mac2unix.exe + - RelativeFilePath: mingw64\bin\mingw32-make.exe + - RelativeFilePath: mingw64\bin\nasm.exe + - RelativeFilePath: mingw64\bin\ndisasm.exe + - RelativeFilePath: mingw64\bin\ninja.exe + - RelativeFilePath: mingw64\bin\nm.exe + - RelativeFilePath: mingw64\bin\ntldd.exe + - RelativeFilePath: mingw64\bin\objcopy.exe + - RelativeFilePath: mingw64\bin\objdump.exe + - RelativeFilePath: mingw64\bin\optscript.exe + - RelativeFilePath: mingw64\bin\pexports.exe + - RelativeFilePath: mingw64\bin\pkgconf.exe + - RelativeFilePath: mingw64\bin\premake5.exe + - RelativeFilePath: mingw64\bin\ranlib.exe + - RelativeFilePath: mingw64\bin\readelf.exe + - RelativeFilePath: mingw64\bin\readtags.exe + - RelativeFilePath: mingw64\bin\sarif-replay.exe + - RelativeFilePath: mingw64\bin\size.exe + - RelativeFilePath: mingw64\bin\strings.exe + - RelativeFilePath: mingw64\bin\strip.exe + - RelativeFilePath: mingw64\bin\unix2dos.exe + - RelativeFilePath: mingw64\bin\unix2mac.exe + - RelativeFilePath: mingw64\bin\vsyasm.exe + - RelativeFilePath: mingw64\bin\widl.exe + - RelativeFilePath: mingw64\bin\windmc.exe + - RelativeFilePath: mingw64\bin\windres.exe + - RelativeFilePath: mingw64\bin\wl-build.exe + - RelativeFilePath: mingw64\bin\wl-checknewreleases.exe + - RelativeFilePath: mingw64\bin\wl-download.exe + - RelativeFilePath: mingw64\bin\wl-edit.exe + - RelativeFilePath: mingw64\bin\wl-find.exe + - RelativeFilePath: mingw64\bin\wl-info.exe + - RelativeFilePath: mingw64\bin\wl-install.exe + - RelativeFilePath: mingw64\bin\wl-listall.exe + - RelativeFilePath: mingw64\bin\wl-makepackage.exe + - RelativeFilePath: mingw64\bin\wl-showdeps.exe + - RelativeFilePath: mingw64\bin\wl-showstatus.exe + - RelativeFilePath: mingw64\bin\wl-uninstall.exe + - RelativeFilePath: mingw64\bin\wl-wait4deps.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-c++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-g++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-16.1.0.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw64\bin\yasm.exe + - RelativeFilePath: mingw64\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/16.1.0posix-14.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-16.1.0-mingw-w64ucrt-14.0.0-r2.zip + InstallerSha256: 78EFF1E2E804B6A6320C713F084B8F820C662104A24CEA6A3BFCAB82032BDD60 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.en-US.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.en-US.yaml new file mode 100644 index 000000000000..139d6a83fde6 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.en-US.yaml @@ -0,0 +1,88 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.UCRT +PackageVersion: 16.1.0-14.0.0-r2 +PackageLocale: en-US +Publisher: Brecht Sanders +PublisherUrl: https://winlibs.com/ +PublisherSupportUrl: https://github.com/brechtsanders/winlibs_mingw/issues +Author: Brecht Sanders +PackageName: WinLibs (POSIX threads, UCRT runtime) +PackageUrl: https://winlibs.com/ +License: Multiple licenses +LicenseUrl: https://winlibs.com/#license +ShortDescription: A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library and UCRT runtime library. +Description: |- + In short: it's a free C and C++ compiler for Microsoft Windows. + GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). + MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. + The combination of these results in a free C/C++ compiler for Windows. + Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows. + Also some additional tools are added, including: + - GDB - the GNU Project debugger + - GNU Binutils - a collection of binary tools + - GNU Make - a tool which controls the generation of executables and other non-source files + - Yasm - The Yasm Modular Assembler Project + - NASM - The Netwide Assembler + - JWasm - A free MASM-compatible assembler + - LLVM/Clang/LLD/LLDB - The LLVM Compiler Infrastructure + This is a standalone build, which means this download offers a complete compiler environment for Windows. + In the future WinLibs plans to also release binary packages of many open source libraries and applications built with this compiler. +Tags: +- assembler +- assembly +- binutils +- c +- c++ +- compiler +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +ReleaseNotes: |- + winlibs personal build version gcc-16.1.0-mingw-w64ucrt-14.0.0-r2 + This is the winlibs Intel/AMD 32-bit and 64-bit standalone build of: + - GCC 16.1.0 + - GDB 17.2 + - MinGW-w64 14.0.0 (linked with ucrt) + - GNU Binutils 2.46.0.20260210 + - GNU Make 4.4.1 + - dos2unix 7.5.5 + - PExports 0.47 + - Yasm 1.3.0 + - NASM 2.16.03 + - JWasm 2.12pre + - ccache 4.13.6 + - CMake 4.3.2 + - ninja 1.13.2 + - Doxygen 1.17.0 + - pedeps 0.1.15 + - Universal Ctags 6.2.1 + - Cppcheck 2.20.0 + - Premake 5.0.0-beta8 + - ntldd 0.2 + - pkgconf 2.5.1 + - winlibs-tools 1.0.24 + Thread model: posix + Runtime library: UCRT (Windows 10 or higher, or when Update for Universal C Runtime is installed on older Windows versions, not supported on systems older than Windows 7 SP1 and Windows Server 2008 R2 SP1) + This build was compiled with GCC 16.1.0 and packaged on 2026-05-16. + Please check out https://winlibs.com/ for the latest personal build. + Available downloads: + - Files with extension .7z and .zip have the same contents. + The .7z files are smaller but require 7-Zip or PeaZip to extract. + The .zip files are larger but Windows can extract this file without additional tools. + - The i686 download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode). + The x86_64 download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. + - The .sha256 and .sha512 files are checksum files for validating the download. + Changes: + - GDB 17.2 + - ccache 4.13.6 + - winlibs-tools 1.0.24 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/16.1.0posix-14.0.0-ucrt-r2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.zh-CN.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.locale.zh-CN.yaml new file mode 100644 index 000000000000..e8f84a8ea1b1 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.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: BrechtSanders.WinLibs.POSIX.UCRT +PackageVersion: 16.1.0-14.0.0-r2 +PackageLocale: zh-CN +PackageName: WinLibs (POSIX 线程库, UCRT 运行时库) +License: 多个许可证 +ShortDescription: 适用于 Windows 的 GCC 和 MinGW-w64 独立构建,包含 POSIX 线程库和 UCRT 运行时库。 +Description: |- + 简而言之:它是一款适用于 Microsoft Windows 的自由/免费 C 和 C++ 编译器。 + GCC(GNU Compiler Collection)是一款自由/免费、开源的 C 和 C++(以及 Objective-C、Fortran、D 等其它语言)编译器。 + MinGW-w64 是一个针对 Windows 32 位和 64 位平台的自由/免费开源 C 库。 + 将两者结合在一起,就能为 Windows 提供免费的 C/C++ 编译器。 + 尽管 GCC 和 MinGW-w64 可用于在其它平台(如 Linux)生成 Windows 可执行文件,但 WinLibs 项目只专注于构建可在 Windows 上原生运行的版本。 + 此外,还添加了一些额外的工具,包括 + - GDB - GNU 项目调试器 + - GNU Binutils - 二进制工具集合 + - GNU Make - 控制可执行文件和其它非源文件生成的工具 + - Yasm - Yasm 模块化汇编器项目 + - NASM - Netwide 汇编器 + - JWasm - 与 MASM 兼容的免费汇编器 + - LLVM/Clang/LLD/LLDB - LLVM 编译器基础架构 + 这是一个独立构建,提供了一个完整的 Windows 编译器环境。 + 今后,WinLibs 还计划发布使用该编译器构建的众多开源库和应用程序的二进制包。 +Tags: +- binutils +- c +- c++ +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +- 汇编 +- 汇编器 +- 编译器 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/16.1.0posix-14.0.0-ucrt-r2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.yaml new file mode 100644 index 000000000000..c414703bc9ed --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/UCRT/16.1.0-14.0.0-r2/BrechtSanders.WinLibs.POSIX.UCRT.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: BrechtSanders.WinLibs.POSIX.UCRT +PackageVersion: 16.1.0-14.0.0-r2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3430479b7788196a2d68f649aebf8ee017a3492c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:40:13 +0800 Subject: [PATCH 101/325] New version: Mozilla.Firefox.ESR.it version 140.11.0 (#376471) --- .../Mozilla.Firefox.ESR.it.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.it.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.it.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.it.locale.zh-CN.yaml | 25 +++++++++++ .../it/140.11.0/Mozilla.Firefox.ESR.it.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.installer.yaml new file mode 100644 index 000000000000..a6614e77c479 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.it +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/it/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 34EF3BE6F0A1D76327E3D3ECD5F8AC88C3394C976DB5ACEB0F9656B28E10DC5B + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 it) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/it/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 968AB2F9DD1A363CE85834A83BE49384A8CAF0B509848CA370EE84A25F2D34B4 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 it) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/it/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 4EB5E2687E2CD2D4B937024C3EFCE447F9E5AC17413B3976EF66B0F433D7B903 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 it) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.de-DE.yaml new file mode 100644 index 000000000000..84a2f612194f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.de-DE.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: Mozilla.Firefox.ESR.it +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (it) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.en-US.yaml new file mode 100644 index 000000000000..b59f97ff5f48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.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: Mozilla.Firefox.ESR.it +PackageVersion: 140.11.0 +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 ESR (it) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.locale.zh-CN.yaml new file mode 100644 index 000000000000..59baea7a7bc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.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: Mozilla.Firefox.ESR.it +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (it) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.yaml b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.yaml new file mode 100644 index 000000000000..37e32aa68ebc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/it/140.11.0/Mozilla.Firefox.ESR.it.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.ESR.it +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 70add70e560e7ea13a39a73d4cf48ce46c6ab8ad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:40:29 +0800 Subject: [PATCH 102/325] New version: Mozilla.Firefox.ESR.mr version 140.11.0 (#376483) --- .../Mozilla.Firefox.ESR.mr.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.mr.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.mr.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.mr.locale.zh-CN.yaml | 25 +++++++++++ .../mr/140.11.0/Mozilla.Firefox.ESR.mr.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.installer.yaml new file mode 100644 index 000000000000..a77f434eed00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.mr +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/mr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 1F2325E1902ED540D96F2293FDC31A96B9ABAC190017D5B7D018A29EFA36BE7A + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 mr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/mr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 69A24D9A9BFB36C12B5B283B28F8428851BCA03CBEEB79BE31C19D08B82FFD08 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 mr) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/mr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: D5A53390D97A49E279F2824334A3EECAEF5003045AB578497D04924AE21FED19 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 mr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.de-DE.yaml new file mode 100644 index 000000000000..756e0d46d8e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.de-DE.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: Mozilla.Firefox.ESR.mr +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (mr) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.en-US.yaml new file mode 100644 index 000000000000..0ff649c667c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.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: Mozilla.Firefox.ESR.mr +PackageVersion: 140.11.0 +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 ESR (mr) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.locale.zh-CN.yaml new file mode 100644 index 000000000000..92db26a1ece0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.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: Mozilla.Firefox.ESR.mr +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (mr) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.yaml b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.mr.yaml new file mode 100644 index 000000000000..f3c88760bb3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/mr/140.11.0/Mozilla.Firefox.ESR.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.ESR.mr +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f7af24feee7b333fc4e7d734ecc56cb59e82a637 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:40:44 +0800 Subject: [PATCH 103/325] New version: Mozilla.Firefox.ESR.sq version 140.11.0 (#376504) --- .../Mozilla.Firefox.ESR.sq.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.sq.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.sq.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.sq.locale.zh-CN.yaml | 25 +++++++++++ .../sq/140.11.0/Mozilla.Firefox.ESR.sq.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.installer.yaml new file mode 100644 index 000000000000..57864956d739 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sq +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/sq/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2B5492832FE968795938D037E636F968BA641918F4AEA1A6400E72052D776724 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 sq) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/sq/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2189413B7F8FDA7DB24055E562F265CB311FE767E4587AE58098FCCA49EF8B42 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 sq) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/sq/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 5CE7CB6DA6D08F721237A404F74FBB034619F68777049F11106C98975115D98F + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 sq) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.de-DE.yaml new file mode 100644 index 000000000000..938820bf2de5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.de-DE.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: Mozilla.Firefox.ESR.sq +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sq) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.en-US.yaml new file mode 100644 index 000000000000..aabce54989b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.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: Mozilla.Firefox.ESR.sq +PackageVersion: 140.11.0 +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 ESR (sq) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a17280a1acd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.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: Mozilla.Firefox.ESR.sq +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (sq) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.yaml b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.yaml new file mode 100644 index 000000000000..014f06df1b56 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sq/140.11.0/Mozilla.Firefox.ESR.sq.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.ESR.sq +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ffb1ba3615861ed2b7ce33c3b5a0b3a94803f187 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:41:08 +0800 Subject: [PATCH 104/325] New version: Mozilla.Firefox.da version 151.0 (#376549) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/da/151.0/Mozilla.Firefox.da.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.yaml diff --git a/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.installer.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.installer.yaml new file mode 100644 index 000000000000..6263bdb215b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/da/Firefox%20Setup%20151.0.exe + InstallerSha256: C5930BEE83F206FDB768BE64CE32CF510F96A48847F40820CCCA19B2CC748E9A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/da/Firefox%20Setup%20151.0.exe + InstallerSha256: 6FFD954DCF4490881B4C3E2AF3CCF11C6F4DC449C912017E99DC51F79248AC11 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/da/Firefox%20Setup%20151.0.exe + InstallerSha256: E6D100DB40BC6452C3DCF39FC721A4EFDF739EA41E2763D9CE4A6D6C2632AD18 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f97bab278e0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.da-DK.yaml new file mode 100644 index 000000000000..becac9646738 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.de-DE.yaml new file mode 100644 index 000000000000..67343958c053 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.el-GR.yaml new file mode 100644 index 000000000000..b3ad435cbdce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.en-GB.yaml new file mode 100644 index 000000000000..7e7311166835 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.en-US.yaml new file mode 100644 index 000000000000..2e4e8dc40f28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.es-MX.yaml new file mode 100644 index 000000000000..e3013ab9f7ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.fr-FR.yaml new file mode 100644 index 000000000000..9cbb03ee4050 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.hu-HU.yaml new file mode 100644 index 000000000000..e9b1b9c3fff4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ja-JP.yaml new file mode 100644 index 000000000000..1dc26ab4dacd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.nb-NO.yaml new file mode 100644 index 000000000000..7f01b3f3aae3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ru-RU.yaml new file mode 100644 index 000000000000..87761b42d666 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.ta-IN.yaml new file mode 100644 index 000000000000..88d76f8f36d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.locale.zh-CN.yaml new file mode 100644 index 000000000000..62151bb9a6ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +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/Mozilla.Firefox.da.yaml b/manifests/m/Mozilla/Firefox/da/151.0/Mozilla.Firefox.da.yaml new file mode 100644 index 000000000000..a118dea26855 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b7336bcbfabdadb056ecd87a9520a148fce7af77 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 12:41:30 -0700 Subject: [PATCH 105/325] Automatic Waiver Addition for PR 376007 (#376778) --- manifests/u/UweSieber/ComPortInfo/.validation | 1 + 1 file changed, 1 insertion(+) create mode 100644 manifests/u/UweSieber/ComPortInfo/.validation diff --git a/manifests/u/UweSieber/ComPortInfo/.validation b/manifests/u/UweSieber/ComPortInfo/.validation new file mode 100644 index 000000000000..e7e083cb94dc --- /dev/null +++ b/manifests/u/UweSieber/ComPortInfo/.validation @@ -0,0 +1 @@ +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"0bdf3e14-a08e-4ce7-b2a3-c34dbd821a0f","TestPlan":"Policy-Test-2.7","PackagePath":"manifests/u/UweSieber/ComPortInfo/1.2.6","CommitId":"dfa7e3b318c7fe2d8d481984e493c85236282e62"},{"WaiverId":"ce7b7b48-a70d-40da-bdb5-c27d66b9a057","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/u/UweSieber/ComPortInfo/1.2.6","CommitId":"dfa7e3b318c7fe2d8d481984e493c85236282e62"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file From bd8d8f9b429f49e5de4d267d77479ba0bebe6caa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:41:35 +0800 Subject: [PATCH 106/325] New version: Mozilla.Firefox.eu version 151.0 (#376569) --- .../151.0/Mozilla.Firefox.eu.installer.yaml | 40 ++++++ .../Mozilla.Firefox.eu.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.eu.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.eu.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.eu.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.eu.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.eu.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.eu.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.eu.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.eu.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.eu.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.eu.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.eu.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.eu.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.eu.locale.zh-CN.yaml | 24 ++++ .../Firefox/eu/151.0/Mozilla.Firefox.eu.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.yaml diff --git a/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.installer.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.installer.yaml new file mode 100644 index 000000000000..389a0eda891c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/eu/Firefox%20Setup%20151.0.exe + InstallerSha256: 02AA3537AEE811C0C46BEAE065C4B9A3938F6E74AF0C4AA3D226666AF08B8D0B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/eu/Firefox%20Setup%20151.0.exe + InstallerSha256: 764B16B39F2D35701ACC7D308763B9B78D68F6CBDC4862E3718EC52803938768 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/eu/Firefox%20Setup%20151.0.exe + InstallerSha256: BD1B761B42828AB3DEBCC8B1430024502E4B73B679041A0385AB7FC0D8B43A90 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1858553575e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.da-DK.yaml new file mode 100644 index 000000000000..8d32f1860d27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.de-DE.yaml new file mode 100644 index 000000000000..4c8dda62439d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.el-GR.yaml new file mode 100644 index 000000000000..4aaaa6470480 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.en-GB.yaml new file mode 100644 index 000000000000..6fa9ee9c25fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.en-US.yaml new file mode 100644 index 000000000000..5c0fefb0599b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: "151.0" +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 (eu) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.es-MX.yaml new file mode 100644 index 000000000000..60f09decc15f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.fr-FR.yaml new file mode 100644 index 000000000000..c16e7155e16d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.hu-HU.yaml new file mode 100644 index 000000000000..178083a6f239 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ja-JP.yaml new file mode 100644 index 000000000000..ec13446e2df2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.nb-NO.yaml new file mode 100644 index 000000000000..544a445e7f06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ru-RU.yaml new file mode 100644 index 000000000000..c2718d89d549 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.ta-IN.yaml new file mode 100644 index 000000000000..b9093ad172bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.locale.zh-CN.yaml new file mode 100644 index 000000000000..dc9bb1940327 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +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/eu/151.0/Mozilla.Firefox.eu.yaml b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.yaml new file mode 100644 index 000000000000..363dadd83bf1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0/Mozilla.Firefox.eu.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.eu +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From edb9a7802e49215ccfc7a90b100f6706ab64bb59 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:41:54 +0800 Subject: [PATCH 107/325] New version: Mozilla.Firefox.kk version 151.0 (#376595) --- .../151.0/Mozilla.Firefox.kk.installer.yaml | 40 ++++++ .../Mozilla.Firefox.kk.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.kk.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.kk.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.kk.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.kk.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.kk.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.kk.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.kk.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.kk.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.kk.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.kk.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.kk.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.kk.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.kk.locale.zh-CN.yaml | 24 ++++ .../Firefox/kk/151.0/Mozilla.Firefox.kk.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.yaml diff --git a/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.installer.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.installer.yaml new file mode 100644 index 000000000000..08a7dd6bcb00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/kk/Firefox%20Setup%20151.0.exe + InstallerSha256: 6F14AFF1686E2839426C2FE8B22219FEDB63A341DB7A506B8214D68EE1490228 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/kk/Firefox%20Setup%20151.0.exe + InstallerSha256: DDDFAF685C61E59C996F725D8F1015EFE9FBDFCC4120F801329BF4ECC2D275B1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/kk/Firefox%20Setup%20151.0.exe + InstallerSha256: 594868947CDDCFBD9DBA258130986D4CD7B4D0ABE5D19B141F9DD328D66DD217 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1fe300d14163 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.da-DK.yaml new file mode 100644 index 000000000000..28dc06a39a0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.de-DE.yaml new file mode 100644 index 000000000000..5c466a84ba46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.el-GR.yaml new file mode 100644 index 000000000000..235593ace631 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.en-GB.yaml new file mode 100644 index 000000000000..678904cfdc27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.en-US.yaml new file mode 100644 index 000000000000..a925b404f2b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kk +PackageVersion: "151.0" +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 (kk) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.es-MX.yaml new file mode 100644 index 000000000000..2add26b247f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.fr-FR.yaml new file mode 100644 index 000000000000..9b7e9ce71de5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.hu-HU.yaml new file mode 100644 index 000000000000..c32d59bc391e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ja-JP.yaml new file mode 100644 index 000000000000..20b67bf07ad6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.nb-NO.yaml new file mode 100644 index 000000000000..4dc3b699e43e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ru-RU.yaml new file mode 100644 index 000000000000..841bbebc74c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.ta-IN.yaml new file mode 100644 index 000000000000..1302f84df941 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.locale.zh-CN.yaml new file mode 100644 index 000000000000..793d9ee7d275 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +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/kk/151.0/Mozilla.Firefox.kk.yaml b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.yaml new file mode 100644 index 000000000000..49971e4bfaf1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kk/151.0/Mozilla.Firefox.kk.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.kk +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 53f3012ea76cc1ae40374aa71ef2d296dac52063 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:42:17 +0800 Subject: [PATCH 108/325] New version: Mozilla.Firefox.ko version 151.0 (#376600) --- .../151.0/Mozilla.Firefox.ko.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ko.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ko.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ko.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ko.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ko.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ko.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ko.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ko.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ko.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ko.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ko.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ko.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ko.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ko.locale.zh-CN.yaml | 24 ++++ .../Firefox/ko/151.0/Mozilla.Firefox.ko.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.yaml diff --git a/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.installer.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.installer.yaml new file mode 100644 index 000000000000..78c22ab2e283 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ko/Firefox%20Setup%20151.0.exe + InstallerSha256: 344C1E8F16123BE0910251F7D158C13358972E9F4B13E3DBC81CDF64EDA96DC3 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ko/Firefox%20Setup%20151.0.exe + InstallerSha256: 63AD72C3C96830CE9DFCFC9F54E17B5490C1CB268872A54FDB4201B3C745A347 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ko/Firefox%20Setup%20151.0.exe + InstallerSha256: B4C09D6A4F473A12DA515BD004159E76C6711E3AB9D88544C273D204100F0479 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f5f808fcb52a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.da-DK.yaml new file mode 100644 index 000000000000..e59bc480f6bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.de-DE.yaml new file mode 100644 index 000000000000..eb64d818abea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.el-GR.yaml new file mode 100644 index 000000000000..4f203fa8909d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.en-GB.yaml new file mode 100644 index 000000000000..9d060a4c6aa8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.en-US.yaml new file mode 100644 index 000000000000..73b283190323 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: "151.0" +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 (ko) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.es-MX.yaml new file mode 100644 index 000000000000..f272cad59427 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.fr-FR.yaml new file mode 100644 index 000000000000..205c437ed912 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.hu-HU.yaml new file mode 100644 index 000000000000..10ce737cdcd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ja-JP.yaml new file mode 100644 index 000000000000..ff0662ba7b91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.nb-NO.yaml new file mode 100644 index 000000000000..9d7368fee368 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ru-RU.yaml new file mode 100644 index 000000000000..1fb4ad6be617 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.ta-IN.yaml new file mode 100644 index 000000000000..d5335cf404ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.locale.zh-CN.yaml new file mode 100644 index 000000000000..d07178c70539 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +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/ko/151.0/Mozilla.Firefox.ko.yaml b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.yaml new file mode 100644 index 000000000000..dac2e279ab76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0/Mozilla.Firefox.ko.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.ko +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d3d533a56b1b20182615b7d0c4d93a08633f6f7f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:42:40 +0800 Subject: [PATCH 109/325] New version: Mozilla.Firefox.nl version 151.0 (#376611) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/nl/151.0/Mozilla.Firefox.nl.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.yaml diff --git a/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.installer.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.installer.yaml new file mode 100644 index 000000000000..6123aa45ebdd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/nl/Firefox%20Setup%20151.0.exe + InstallerSha256: 94A3DEE9F2DF30E7917E87801390F92CEBBCD7E4086724E0C82C5AA686CAE4FC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/nl/Firefox%20Setup%20151.0.exe + InstallerSha256: 495E6043C9E5879C6163F055311DE2704C1B55AD3C0405760B13E623C7262815 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/nl/Firefox%20Setup%20151.0.exe + InstallerSha256: 455A6DAF2492C8CBEE34596242E907809579037217140568C8D44F23B2578309 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ccc77fe9b7d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.da-DK.yaml new file mode 100644 index 000000000000..b328ab794635 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.de-DE.yaml new file mode 100644 index 000000000000..1093c298856f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.el-GR.yaml new file mode 100644 index 000000000000..787708bf9c85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.en-GB.yaml new file mode 100644 index 000000000000..359a55db09da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.en-US.yaml new file mode 100644 index 000000000000..df28c5fbb76e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.es-MX.yaml new file mode 100644 index 000000000000..328738a06222 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.fr-FR.yaml new file mode 100644 index 000000000000..5999e5c808fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.hu-HU.yaml new file mode 100644 index 000000000000..f42af4c16917 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ja-JP.yaml new file mode 100644 index 000000000000..1466e39df087 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.nb-NO.yaml new file mode 100644 index 000000000000..f15d8e0ea6a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ru-RU.yaml new file mode 100644 index 000000000000..ca9c14af7cbd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.ta-IN.yaml new file mode 100644 index 000000000000..ea3e3d3713cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.locale.zh-CN.yaml new file mode 100644 index 000000000000..a020369f5597 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +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/Mozilla.Firefox.nl.yaml b/manifests/m/Mozilla/Firefox/nl/151.0/Mozilla.Firefox.nl.yaml new file mode 100644 index 000000000000..bf32debeea58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f09041bec6441a1e2fcaa8b1570ca07e780c0d47 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:42:54 +0800 Subject: [PATCH 110/325] New version: Trimble.SketchUp.2026 version 26.2.243 (2026.2.243.76) (#376660) --- .../Trimble.SketchUp.2026.installer.yaml | 65 +++++++++++++++++++ .../Trimble.SketchUp.2026.locale.en-US.yaml | 24 +++++++ .../Trimble.SketchUp.2026.locale.zh-CN.yaml | 17 +++++ .../2026/26.2.243/Trimble.SketchUp.2026.yaml | 8 +++ 4 files changed, 114 insertions(+) create mode 100644 manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.installer.yaml create mode 100644 manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.en-US.yaml create mode 100644 manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.zh-CN.yaml create mode 100644 manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.yaml diff --git a/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.installer.yaml b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.installer.yaml new file mode 100644 index 000000000000..8f36a8f75054 --- /dev/null +++ b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.installer.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Trimble.SketchUp.2026 +PackageVersion: 26.2.243 +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /silent + SilentWithProgress: /passive + InstallLocation: /INSTALLDIR="" +ExpectedReturnCodes: +- InstallerReturnCode: 0x8004070b + ReturnResponse: invalidParameter +- InstallerReturnCode: 0x80040711 + ReturnResponse: installInProgress +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +UpgradeBehavior: install +FileExtensions: +- layout +- rbz +- skb +- skm +- skp +- style +ProductCode: '{bf48c79b-90c4-5ce8-8235-2a1dec3593bf}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.sketchup.com/SketchUp-2026-2-243-76.exe + InstallerSha256: CE889AF6AD084E01C59A43BA121F7BFBE52E77736ED32CFEBADE166AECFFFC5A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.en-US.yaml b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.en-US.yaml new file mode 100644 index 000000000000..be7f4beac22a --- /dev/null +++ b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.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: Trimble.SketchUp.2026 +PackageVersion: 26.2.243 +PackageLocale: en-US +Publisher: Trimble, Inc. +PublisherUrl: https://www.trimble.com/ +PublisherSupportUrl: https://www.sketchup.com/help +PrivacyUrl: https://www.sketchup.com/legal/privacy-notice +Author: Trimble Inc. +PackageName: SketchUp 2026 +PackageUrl: https://www.sketchup.com/ +License: Proprietary +LicenseUrl: https://www.trimble.com/legal/offering-terms/terms +Copyright: © 2026 Trimble Inc. +CopyrightUrl: https://www.trimble.com/legal/offering-terms/terms +ShortDescription: 3D Modeling & Drawing +Description: SketchUp is a premier 3D design software that makes 3D modeling & drawing accessible and empowers you with a robust toolset where you can create whatever you can imagine. +Tags: +- design +PurchaseUrl: https://www.sketchup.com/plans-and-pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.zh-CN.yaml b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.locale.zh-CN.yaml new file mode 100644 index 000000000000..5febcc6bbd65 --- /dev/null +++ b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.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: Trimble.SketchUp.2026 +PackageVersion: 26.2.243 +PackageLocale: zh-CN +PublisherSupportUrl: https://www.sketchup.com/zh-cn/help +PrivacyUrl: https://www.sketchup.com/zh-cn/legal/privacy-notice +PackageUrl: https://www.sketchup.com/zh-cn +License: 专有软件 +ShortDescription: 3D 建模与绘图 +Description: SketchUp 是一款顶尖的 3D 设计软件,它让三维建模与绘图变得触手可及,并为您提供强大的工具集,助您将想象化为现实。 +Tags: +- 设计 +PurchaseUrl: https://www.sketchup.com/zh-cn/plans-and-pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.yaml b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.yaml new file mode 100644 index 000000000000..cf818686d9e1 --- /dev/null +++ b/manifests/t/Trimble/SketchUp/2026/26.2.243/Trimble.SketchUp.2026.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: Trimble.SketchUp.2026 +PackageVersion: 26.2.243 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8f8b2908dff44a6166afccb7db15227fc7942207 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:43:09 +0800 Subject: [PATCH 111/325] New version: HaystackSoftware.Arq version 7.44.0.0 (#376680) --- .../HaystackSoftware.Arq.installer.yaml | 21 ++++++++++++ .../HaystackSoftware.Arq.locale.en-US.yaml | 34 +++++++++++++++++++ .../HaystackSoftware.Arq.locale.zh-CN.yaml | 26 ++++++++++++++ .../Arq/7.44.0.0/HaystackSoftware.Arq.yaml | 8 +++++ 4 files changed, 89 insertions(+) create mode 100644 manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.installer.yaml create mode 100644 manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.en-US.yaml create mode 100644 manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.zh-CN.yaml create mode 100644 manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.yaml diff --git a/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.installer.yaml b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.installer.yaml new file mode 100644 index 000000000000..71bbcc94c297 --- /dev/null +++ b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.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: HaystackSoftware.Arq +PackageVersion: 7.44.0.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{B044B502-E401-46D0-9D75-5E56CDA230BA}' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- ProductCode: '{B044B502-E401-46D0-9D75-5E56CDA230BA}' + UpgradeCode: '{A51C8077-BCEF-4206-BC6B-B85B22A9D4B3}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.arqbackup.com/download/arqbackup/Arq7.44.0.0.msi + InstallerSha256: 6131BEE49E4425CC9EFEDDFF1C13D315D274E77792D789F738E01FFA93684C6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.en-US.yaml b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.en-US.yaml new file mode 100644 index 000000000000..91b58c992021 --- /dev/null +++ b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.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: HaystackSoftware.Arq +PackageVersion: 7.44.0.0 +PackageLocale: en-US +Publisher: Haystack Software LLC +PublisherUrl: https://arqbackup.com/ +PrivacyUrl: https://arqbackup.com/privacy/ +Author: Haystack Software LLC +PackageName: Arq +PackageUrl: https://arqbackup.com/download/ +License: Proprietary +Copyright: Copyight © 2009-2026 Haystack Software LLC. All rights reserved. +ShortDescription: A backup software for your Mac or Windows PC. +Tags: +- backup +ReleaseNotes: |- + Improvements + - When a cloud-files sync provider (OneDrive, Dropbox) is offline and Arq cannot enumerate a cloud-placeholder directory, the failure is now handled per the backup plan's dataless-files policy: "Ignore" silently skips the directory, "Error" records a per-directory error, and "Materialize" logs that the directory could not be materialized. (There is no Windows API to force-populate a dataless directory beyond the enumeration call itself, so "Materialize" on a failed enumeration is best-effort and reports an error.) + - Added "Skipped dataless file" and "Skipped dataless directory" lines to the activity log when the dataless-files policy is set to "Ignore", so users can audit what was omitted from a backup. + - When a pCloud upload fails with a size or sha1 mismatch (pCloud occasionally stores fewer bytes than were sent) or a transient network error, Arq now retries the upload (up to 8 non-transient attempts) instead of failing the whole backup record. Cancellation is honored within one retry iteration. + Bug Fixes + - Fixed OneDrive and Dropbox folders being silently skipped when the backup plan's dataless-files policy was set to "Ignore", even when every file inside was fully downloaded locally. Arq now always recurses into cloud-managed (CFAPI) directories regardless of the folder's cloud-placeholder reparse tag; the per-file dataless-files policy still governs whether individual dataless files are skipped, errored, or materialized. Behavior change: users on "Ignore" who previously had whole OneDrive/Dropbox subtrees omitted from their backup will now see the locally-present files inside those trees backed up. Note: backing up a OneDrive folder that has never been opened locally may stall up to 60 seconds while OneDrive populates the placeholder listing. + - Fixed reading reparse points (directory junctions, symbolic links, cloud placeholders) at paths longer than 260 characters failing with "The system cannot find the path specified." (HRESULT 0x80070003). +ReleaseNotesUrl: https://arqbackup.com/download/arqbackup/arq7windows_release_notes.html +PurchaseUrl: https://arqbackup.com/pricing/ +Documentations: +- DocumentLabel: Learn + DocumentUrl: https://arqbackup.com/learn/ +- DocumentLabel: Documentation + DocumentUrl: https://arqbackup.com/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.zh-CN.yaml b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.locale.zh-CN.yaml new file mode 100644 index 000000000000..572c674d32e5 --- /dev/null +++ b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.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: HaystackSoftware.Arq +PackageVersion: 7.44.0.0 +PackageLocale: zh-CN +Publisher: Haystack Software LLC +PublisherUrl: https://arqbackup.com/ +PrivacyUrl: https://arqbackup.com/privacy/ +Author: Haystack Software LLC +PackageName: Arq +PackageUrl: https://arqbackup.com/download/ +License: 专有软件 +Copyright: Copyight © 2009-2026 Haystack Software LLC. All rights reserved. +ShortDescription: 一款适用于 Mac 或 Windows PC 的备份软件。 +Tags: +- 备份 +ReleaseNotesUrl: https://arqbackup.com/download/arqbackup/arq7windows_release_notes.html +PurchaseUrl: https://arqbackup.com/pricing/ +Documentations: +- DocumentLabel: 学习 + DocumentUrl: https://arqbackup.com/learn/ +- DocumentLabel: 文档 + DocumentUrl: https://arqbackup.com/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.yaml b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.yaml new file mode 100644 index 000000000000..11ff5b4b0d96 --- /dev/null +++ b/manifests/h/HaystackSoftware/Arq/7.44.0.0/HaystackSoftware.Arq.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: HaystackSoftware.Arq +PackageVersion: 7.44.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5204efb9f627de78bae9f9403fee4929c250057d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:43:25 +0800 Subject: [PATCH 112/325] New version: Mozilla.Thunderbird.cy version 151.0 (#376696) --- .../Mozilla.Thunderbird.cy.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.cy.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.cy.locale.zh-CN.yaml | 24 +++++ .../cy/151.0/Mozilla.Thunderbird.cy.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.yaml diff --git a/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.installer.yaml b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.installer.yaml new file mode 100644 index 000000000000..6777084fc8c5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.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: Mozilla.Thunderbird.cy +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/cy/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2FFEB7AA78BC74282637C13794072FAD0E90196506F0ACCC76CC1FDCA7C69D6F + ProductCode: Mozilla Thunderbird 151.0 (x86 cy) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/cy/Thunderbird%20Setup%20151.0.exe + InstallerSha256: E98E7838EC3DDB012FA14F40B214BA7E271EA53D5ACB0CF66BEDC6610ACDA2EE + ProductCode: Mozilla Thunderbird 151.0 (x64 cy) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.en-US.yaml new file mode 100644 index 000000000000..dedd12c9a452 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.cy +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (cy) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c8d3d1cc9f6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.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.Thunderbird.cy +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (cy) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.yaml b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.yaml new file mode 100644 index 000000000000..bd40740393c3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cy/151.0/Mozilla.Thunderbird.cy.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.Thunderbird.cy +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 87e36a2f83e3531ac5bcee478d17a9abad2e89c9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:43:38 +0800 Subject: [PATCH 113/325] New version: Mozilla.Thunderbird.dsb version 151.0 (#376701) --- .../Mozilla.Thunderbird.dsb.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.dsb.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.dsb.locale.zh-CN.yaml | 24 +++++ .../dsb/151.0/Mozilla.Thunderbird.dsb.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.yaml diff --git a/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.installer.yaml b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.installer.yaml new file mode 100644 index 000000000000..a71e46bccf28 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.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: Mozilla.Thunderbird.dsb +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/dsb/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 06966B1EE6E7E4A61D5FA34B6639877411C1E6C11722D446E03FC4991266C08D + ProductCode: Mozilla Thunderbird 151.0 (x86 dsb) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/dsb/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 94164967CF44B59E4BB45BE7694EDD63B3BFA301778A6AC532C73965420385A8 + ProductCode: Mozilla Thunderbird 151.0 (x64 dsb) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.en-US.yaml new file mode 100644 index 000000000000..ee784fc72ca2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.dsb +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (dsb) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..882badd9dfa7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.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.Thunderbird.dsb +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (dsb) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.yaml b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.dsb.yaml new file mode 100644 index 000000000000..e98b3fa86c68 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/dsb/151.0/Mozilla.Thunderbird.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.Thunderbird.dsb +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9bc5d961f6b4fc93502307b4a58f867925d09c07 Mon Sep 17 00:00:00 2001 From: lookup-foundation-bot Date: Tue, 19 May 2026 22:43:43 +0300 Subject: [PATCH 114/325] New package: LookupFoundation.RevitLookup.2023 version 2023.5.1 (#375425) Co-authored-by: lookup-foundation-bot --- ...Foundation.RevitLookup.2023.installer.yaml | 25 ++++++++++++++ ...ndation.RevitLookup.2023.locale.en-US.yaml | 34 +++++++++++++++++++ .../LookupFoundation.RevitLookup.2023.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.installer.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.locale.en-US.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.yaml diff --git a/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.installer.yaml b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.installer.yaml new file mode 100644 index 000000000000..06be5adba6ad --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.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: LookupFoundation.RevitLookup.2023 +PackageVersion: 2023.5.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{2179ECCB-0ED3-4FFF-907D-01C945CAF20D}' +ReleaseDate: 2026-04-10 +AppsAndFeaturesEntries: +- DisplayName: RevitLookup + Publisher: Lookup Foundation + DisplayVersion: 23.5.1 + ProductCode: '{2179ECCB-0ED3-4FFF-907D-01C945CAF20D}' + UpgradeCode: '{2179ECCB-0ED3-4FFF-907D-01C9D57AD20D}' +InstallationMetadata: + DefaultInstallLocation: '%AppData%\Autodesk\Revit\Addins' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lookup-foundation/RevitLookup/releases/download/2027.0.1/RevitLookup-2023.5.1-SingleUser.msi + InstallerSha256: 9DE613085D3861D332A9BAF034C71E8E077CC8173A6A9C61121CFC77703AE821 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.locale.en-US.yaml b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.locale.en-US.yaml new file mode 100644 index 000000000000..36af4b9dd541 --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LookupFoundation.RevitLookup.2023 +PackageVersion: 2023.5.1 +PackageLocale: en-US +Publisher: Lookup Foundation +PublisherUrl: https://github.com/lookup-foundation +PublisherSupportUrl: https://github.com/lookup-foundation/RevitLookup/issues +Author: Nice3point +PackageName: RevitLookup 2023 +PackageUrl: https://github.com/lookup-foundation/RevitLookup +License: MIT +LicenseUrl: https://github.com/lookup-foundation/RevitLookup/blob/HEAD/LICENSE.md +Copyright: Copyright (c) Lookup Foundation and Contributors +ShortDescription: Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships. +Tags: +- addin +- api +- autodesk +- revit +- snoop +- utility +ReleaseNotes: |- + - Fixed extensions. CoordinationModelLinkUtils extension is now available starting from Revit 2026.3 patch only. #389 + - Fixed the Delete element command using the wrong thread. + - Fixed the visualization buffer for Solid and Mesh geometry. + - Fixed the visualization thread lock for Solid and Mesh geometry. + - Fixed the default visualization solid scale. + Full changelog: 2027.0.0...2027.0.1 + RevitLookup versions: https://github.com/lookup-foundation/RevitLookup/wiki/Versions +ReleaseNotesUrl: https://github.com/lookup-foundation/RevitLookup/releases/tag/2027.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.yaml b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.yaml new file mode 100644 index 000000000000..cfcfd4a7f55d --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2023/2023.5.1/LookupFoundation.RevitLookup.2023.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: LookupFoundation.RevitLookup.2023 +PackageVersion: 2023.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fbbffd300c69d4f57c0c27346fc5ee9f72dddedb Mon Sep 17 00:00:00 2001 From: Francesco <137506210+flick9000@users.noreply.github.com> Date: Tue, 19 May 2026 21:44:04 +0200 Subject: [PATCH 115/325] New version: flick9000.WinScript version 2.9.1 (#376737) --- .../2.9.1/flick9000.WinScript.installer.yaml | 13 ++++++++ .../flick9000.WinScript.locale.en-US.yaml | 33 +++++++++++++++++++ .../WinScript/2.9.1/flick9000.WinScript.yaml | 8 +++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.installer.yaml create mode 100644 manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.locale.en-US.yaml create mode 100644 manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.yaml diff --git a/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.installer.yaml b/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.installer.yaml new file mode 100644 index 000000000000..4ac9b941023e --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.9.1/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.9.1 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flick9000/winscript/releases/download/v2.9.1/winscript-installer.exe + InstallerSha256: 7DB9287340A2EB14F32D149E37BA92486DFCF2D7D382946550CCE789CE061A1C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.locale.en-US.yaml b/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.locale.en-US.yaml new file mode 100644 index 000000000000..7752f99c41a9 --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.9.1/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.9.1 +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.9.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.yaml b/manifests/f/flick9000/WinScript/2.9.1/flick9000.WinScript.yaml new file mode 100644 index 000000000000..25938f64fe9b --- /dev/null +++ b/manifests/f/flick9000/WinScript/2.9.1/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.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 875c55c590bf76ac1be5ea8b54b94484793b12b5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 03:44:18 +0800 Subject: [PATCH 116/325] New version: Mozilla.Thunderbird.nb-NO version 151.0 (#376739) --- .../Mozilla.Thunderbird.nb-NO.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.nb-NO.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.nb-NO.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.nb-NO.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.yaml diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.installer.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.installer.yaml new file mode 100644 index 000000000000..862fbf8d8849 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.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: Mozilla.Thunderbird.nb-NO +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/nb-NO/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 8C9346D615776B124A7282F284CE5CE09C3CD934D32117A2C9178295DDF01C4E + ProductCode: Mozilla Thunderbird 151.0 (x86 nb-NO) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/nb-NO/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 26BE02409A99C37DDF8F419E64F6487D4C11BAEB38AA58D1C8AC9FA330615AD5 + ProductCode: Mozilla Thunderbird 151.0 (x64 nb-NO) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml new file mode 100644 index 000000000000..46106519115c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.nb-NO +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (nb-NO) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..5b25a9129e3d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.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.Thunderbird.nb-NO +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (nb-NO) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.yaml b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.yaml new file mode 100644 index 000000000000..8e2e76e32b6c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nb-NO/151.0/Mozilla.Thunderbird.nb-NO.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.Thunderbird.nb-NO +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ed5892d73a50d5f0fbe7f2d61404e3df3d142832 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Tue, 19 May 2026 17:06:31 -0300 Subject: [PATCH 117/325] New version: charmbracelet.crush 0.70.0 (#376105) Co-authored-by: Charm --- .../0.70.0/charmbracelet.crush.installer.yaml | 34 +++++++++++++++++++ .../charmbracelet.crush.locale.en-US.yaml | 18 ++++++++++ .../crush/0.70.0/charmbracelet.crush.yaml | 7 ++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.installer.yaml create mode 100644 manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.locale.en-US.yaml create mode 100644 manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.yaml diff --git a/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.installer.yaml new file mode 100644 index 000000000000..18ddd07ea453 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.70.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-18" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.70.0_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.70.0/crush_0.70.0_Windows_i386.zip + InstallerSha256: 095128a7a87c046b57ffc66150afe969dee0530a9ce8806b0b6b17b4e8c43a07 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.70.0_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.70.0/crush_0.70.0_Windows_arm64.zip + InstallerSha256: 7955ee1b66f9690bda321605e7879a1a782be97843d40e6b2d45c111eedaed64 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.70.0_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.70.0/crush_0.70.0_Windows_x86_64.zip + InstallerSha256: e8c33b6e096f9dfe78a55e8e9c2f07cfc1b1783f128acf1f4c730697b54351dc + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 000000000000..ac208bddda69 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.70.0 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.70.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.yaml new file mode 100644 index 000000000000..843a62c95948 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.70.0/charmbracelet.crush.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.70.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 79543ac480f5a4fe24a45c7bb89cbce37ff70a62 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:06:46 +0800 Subject: [PATCH 118/325] New version: astral-sh.uv version 0.11.15 (#376110) --- .../uv/0.11.15/astral-sh.uv.installer.yaml | 40 ++++++++++++++ .../uv/0.11.15/astral-sh.uv.locale.en-US.yaml | 53 +++++++++++++++++++ .../uv/0.11.15/astral-sh.uv.locale.zh-CN.yaml | 15 ++++++ .../a/astral-sh/uv/0.11.15/astral-sh.uv.yaml | 8 +++ 4 files changed, 116 insertions(+) create mode 100644 manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.installer.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.zh-CN.yaml create mode 100644 manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.yaml diff --git a/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.installer.yaml new file mode 100644 index 000000000000..890c24950ae4 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.15 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: uvx.exe + PortableCommandAlias: uvx +- RelativeFilePath: uv.exe + PortableCommandAlias: uv +- RelativeFilePath: uvw.exe + PortableCommandAlias: uvw +Commands: +- uv +- uvw +- uvx +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.15/uv-i686-pc-windows-msvc.zip + InstallerSha256: 6A9431F0044A1FF59FD6920F6F982B691ACF336B6E26AC8CD40A02B5AB839CD1 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-pc-windows-msvc.zip + InstallerSha256: 04B98D414A9000E25E5E0E7C9F53749E66B790CDAFFC582829E6F58C544EE11C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-pc-windows-msvc.zip + InstallerSha256: 9EAC2D68F3A66326C3E1FC97EF28BD54F1D13136EC092C2F0A8173AE12AAAF1E + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 000000000000..25a050d5138b --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.15 +PackageLocale: en-US +Publisher: Astral Software Inc. +PublisherUrl: https://astral.sh/ +PublisherSupportUrl: https://github.com/astral-sh/uv/issues +Author: Astral Software Inc. +PackageName: uv +PackageUrl: https://github.com/astral-sh/uv +License: Apache-2.0 or MIT +LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license +Copyright: Copyright (c) 2026 Astral Software Inc. +ShortDescription: An extremely fast Python package and project manager, written in Rust. +Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more. +Moniker: uv +Tags: +- python +ReleaseNotes: |- + Released on 2026-05-18. + Security + - Fix a TAR parser differential, see GHSA-3cv2-h65g-fgmm (#19463) + - Enforce that entry points cannot escape in the scripts directory, see GHSA-4gg8-gxpx-9rph (#19464) + Enhancements + - Add TOML v1.1 → v1.0 backwards compatibility for source distributions (#18741) + - Add support for Azure request signing (#19421) + - Apply stricter validation to all wheel filename segments (#19364) + - Reject empty strings as an invalid package name (#19435) + - Use structured errors for signing authentication failures (#19422) + Preview + - uv audit: Add JSON output (#19305) + Configuration + - Respect required-environments in uv pip compile (#19378) + Performance + - Avoid parsing JSON manifest when local Python is available (#19398) + - Avoid walking nested directories in linker conflict registration (#19382) + - Optimize async wheel ZIP writing (#19383) + - Fix dead "already trimmed" fast-path in Version::only_release_trimmed (#19425) + Bug fixes + - Apply workspace-member [tool.uv.sources] credentials under uv sync --frozen (#19423) + - Skip empty directories in uv build outputs (#19437) + - Fix Git submodule handling when using relative paths (#12156) + - Fix line number reporting in netrc parsing (#19452) + Documentation + - Move Bazel auth helper setup into integration guide (#19392) +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.15 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.zh-CN.yaml b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.locale.zh-CN.yaml new file mode 100644 index 000000000000..0a39a73c1814 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.15 +PackageLocale: zh-CN +License: Apache-2.0 或 MIT +ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器 +Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。 +ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.11.15 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.astral.sh/uv/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.yaml new file mode 100644 index 000000000000..f236c548cda1 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.11.15/astral-sh.uv.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: astral-sh.uv +PackageVersion: 0.11.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6928b3fd94df447253e14440c9f3c7b07b1e93e2 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 16:07:01 -0400 Subject: [PATCH 119/325] New version: oxc-project.oxfmt version 0.51.0 (#376307) --- .../0.51.0/oxc-project.oxfmt.installer.yaml | 25 +++++++++ .../oxc-project.oxfmt.locale.en-US.yaml | 56 +++++++++++++++++++ .../oxfmt/0.51.0/oxc-project.oxfmt.yaml | 8 +++ 3 files changed, 89 insertions(+) create mode 100644 manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.installer.yaml create mode 100644 manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.locale.en-US.yaml create mode 100644 manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.yaml diff --git a/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.installer.yaml b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.installer.yaml new file mode 100644 index 000000000000..366a27a6a33b --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxfmt +PackageVersion: 0.51.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- oxfmt +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: oxfmt-x86_64-pc-windows-msvc.exe + PortableCommandAlias: oxfmt + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.66.0/oxfmt-x86_64-pc-windows-msvc.zip + InstallerSha256: D5C3788CAFFD8ABB57E71C6E5C8B71755A674B0EBD1B2137C811D11EC728BB68 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: oxfmt-aarch64-pc-windows-msvc.exe + PortableCommandAlias: oxfmt + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.66.0/oxfmt-aarch64-pc-windows-msvc.zip + InstallerSha256: 5357839DE8195E77621F1C295376B1C7E151F8879FC7E10F31B1AA92B6E8754A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.locale.en-US.yaml b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.locale.en-US.yaml new file mode 100644 index 000000000000..0964192e5493 --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxfmt +PackageVersion: 0.51.0 +PackageLocale: en-US +Publisher: VoidZero Inc. & Contributors +PublisherUrl: https://voidzero.dev/ +PublisherSupportUrl: https://github.com/oxc-project/oxc/issues +Author: VoidZero Inc. & Contributors +PackageName: oxfmt +PackageUrl: https://oxc.rs/docs/guide/usage/formatter.html +License: MIT +LicenseUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-present VoidZero Inc. & Contributors +CopyrightUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +ShortDescription: Oxfmt is a high-performance formatter for the JavaScript ecosystem. +Description: |- + Oxfmt is a high-performance formatter for the JavaScript ecosystem. + + - Supported languages + JavaScript, JSX, TypeScript, TSX, JSON, JSONC, JSON5, YAML, TOML, HTML, Angular, Vue, CSS, SCSS, Less, Markdown, MDX, GraphQL, Ember, Handlebars + + - Built for scale + Oxfmt targets large codebases and CI environments, with an emphasis on high throughput and predictable performance. + It is built on the Oxc compiler stack and avoids architectural bottlenecks common in existing formatter implementations. + Our benchmarks show Oxfmt to be approximately 30x faster than Prettier and 2x faster than Biome. + + - Batteries included + - Oxfmt includes built-in features that typically require external Prettier plugins: + - Import sorting + - Tailwind CSS class sorting + - package.json field sorting + - Embedded formatting (CSS-in-JS, GraphQL, etc.) + + - Prettier-compatible + Oxfmt integrates into existing Prettier-based workflows. + The oxfmt CLI behaves similarly to Prettier by default, allowing adoption with minimal changes to scripts and tooling. + Oxfmt matches Prettier’s JavaScript formatting. When migrating from recent versions of Prettier, formatting differences should not occur; any differences are considered bugs. + Oxfmt currently passes approximately 95% of Prettier's JavaScript and TypeScript test suite. The remaining cases are niche scenarios, and we work with the Prettier team to converge on formatting over time. + No additional dependencies or configuration needed. +Moniker: oxfmt +Tags: +- formatter +- javascript +- typescript +ReleaseNotes: |- + Bug Fixes + - 8ee946f formatter/sort_imports: Use label to classify lines (leaysgur) + - 8c1da44 formatter: Normalize destructuring keys in DCR (camc314) +ReleaseNotesUrl: https://github.com/oxc-project/oxc/releases/tag/apps_v1.66.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oxc.rs/docs/guide/usage/formatter.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.yaml b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.yaml new file mode 100644 index 000000000000..c931de3950ef --- /dev/null +++ b/manifests/o/oxc-project/oxfmt/0.51.0/oxc-project.oxfmt.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: oxc-project.oxfmt +PackageVersion: 0.51.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a8b8963cd69daefa3644a859484774c2f365ddae Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:07:15 +0800 Subject: [PATCH 120/325] New version: Alibaba.DingTalkWorkspaceCLI version 1.0.30 (#376348) --- ...libaba.DingTalkWorkspaceCLI.installer.yaml | 21 +++++++++++ ...aba.DingTalkWorkspaceCLI.locale.en-US.yaml | 35 +++++++++++++++++++ ...ingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml | 22 ++++++++++++ ...a.DingTalkWorkspaceCLI.locale.zh-Hans.yaml | 17 +++++++++ .../1.0.30/Alibaba.DingTalkWorkspaceCLI.yaml | 8 +++++ 5 files changed, 103 insertions(+) create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.installer.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml create mode 100644 manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.yaml diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.installer.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.installer.yaml new file mode 100644 index 000000000000..61ebd9160865 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/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.30 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dws.exe +Commands: +- dws +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.30/dws-windows-amd64.zip + InstallerSha256: BBFFF7D0EFDEFFEC854D54F14F659949614B77F5779CAB24BA18689248DDBDF2 +- Architecture: arm64 + InstallerUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/download/v1.0.30/dws-windows-arm64.zip + InstallerSha256: 78067A3A0307EF1BE57A47EC0C64469C4148E44323EC94F526BD40B14719B354 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.en-US.yaml new file mode 100644 index 000000000000..c6f816e2ab9c --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.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: Alibaba.DingTalkWorkspaceCLI +PackageVersion: 1.0.30 +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 + - 754b0df0568f4b69d4d36222827d14da6f7b3b57 docs(changelog): add 1.0.30 release notes (#322) + - 6be124777f0e8eaaee07b2e70a286cad9084f569 feat: align CLI to wukong IM envelope + schema pipeline / transform / market enhancements (#317) +ReleaseNotesUrl: https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli/releases/tag/v1.0.30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 000000000000..850d37ef2f00 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/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.30 +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.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.locale.zh-Hans.yaml new file mode 100644 index 000000000000..22a12bc5efb5 --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/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.30 +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.30/Alibaba.DingTalkWorkspaceCLI.yaml b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/Alibaba.DingTalkWorkspaceCLI.yaml new file mode 100644 index 000000000000..5a374301b7ed --- /dev/null +++ b/manifests/a/Alibaba/DingTalkWorkspaceCLI/1.0.30/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.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 715781222cc204b981409a97a68951761081d7a1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:07:30 +0800 Subject: [PATCH 121/325] New version: IbrahimDursun.jjui version 0.10.6 (#376387) --- .../0.10.6/IbrahimDursun.jjui.installer.yaml | 25 +++++++++++ .../IbrahimDursun.jjui.locale.en-US.yaml | 43 +++++++++++++++++++ .../IbrahimDursun.jjui.locale.zh-CN.yaml | 10 +++++ .../jjui/0.10.6/IbrahimDursun.jjui.yaml | 8 ++++ 4 files changed, 86 insertions(+) create mode 100644 manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.installer.yaml create mode 100644 manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.en-US.yaml create mode 100644 manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.zh-CN.yaml create mode 100644 manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.yaml diff --git a/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.installer.yaml b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.installer.yaml new file mode 100644 index 000000000000..5eff60727f26 --- /dev/null +++ b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.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: IbrahimDursun.jjui +PackageVersion: 0.10.6 +InstallerType: zip +NestedInstallerType: portable +Commands: +- jjui +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: jjui-0.10.6-windows-amd64.exe + PortableCommandAlias: jjui + InstallerUrl: https://github.com/idursun/jjui/releases/download/v0.10.6/jjui-0.10.6-windows-amd64.zip + InstallerSha256: 977275A48F99ECF64BBCBA52F274CCF0ED60BF0CF2CF952F0737A042C2A606E5 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: jjui-0.10.6-windows-arm64.exe + PortableCommandAlias: jjui + InstallerUrl: https://github.com/idursun/jjui/releases/download/v0.10.6/jjui-0.10.6-windows-arm64.zip + InstallerSha256: F83EBEE4993F7E131DB471BB06D36B93012CC7867F9EBDFCA158FF8B8C982B92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.en-US.yaml b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.en-US.yaml new file mode 100644 index 000000000000..25c8d3d27337 --- /dev/null +++ b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IbrahimDursun.jjui +PackageVersion: 0.10.6 +PackageLocale: en-US +Publisher: Ibrahim Dursun +PublisherUrl: https://idursun.com/ +PublisherSupportUrl: https://github.com/idursun/jjui/issues +Author: Ibrahim Dursun +PackageName: Jujutsu UI +PackageUrl: https://github.com/idursun/jjui +License: MIT +LicenseUrl: https://github.com/idursun/jjui/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 ibrahim dursun +ShortDescription: Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system. +Moniker: jjui +Tags: +- jj +ReleaseNotes: |- + A quick maintenance update with a handful of usability improvements and scripting additions. + - jjui now uses the real terminal cursor instead of a virtual one. Cursor rendering is now correct when focus moves between views and when returning from external commands. + - Theme rendering has been improved so that themes now paint the backgrounds of view areas more consistently. Lua scripting also now exposes set_theme(name), which changes the active theme at runtime. This builds on the earlier light/dark runtime theme switching work, but it is not wired to the UI by default, so you need to call it from your own action. + - jjui now sets the JJUI environment variable before invoking jj. This makes it easier to use jj conditional config specifically for commands run from inside jjui, for example: + [[--scope]] + --when.environments = ["JJUI"] + [--scope.ui] + diff-formatter = "delta" + - Preview commands now set DFT_WIDTH, so difftastic output wraps to the preview pane width automatically. + - Revision navigation now resolves longer or non-loaded change IDs and commit IDs through jj when they cannot be matched directly in the loaded revision list. This makes Lua navigation actions work more reliably with user-provided revision IDs. + - The : prompt now parses quoted jj arguments correctly, so commands like new -m "message text" work as expected. + - ctrl+n and ctrl+p are now available as list navigation aliases in more places, including revset completion/history, the target picker, and the fuzzy file finder. + What's Changed + - fix(exec): parse jj prompt input with shellwords (#655) by @SAY-5 in https://github.com/idursun/jjui/pull/675 + New Contributors + - @SAY-5 made their first contribution in https://github.com/idursun/jjui/pull/675 + Full Changelog: https://github.com/idursun/jjui/compare/v0.10.5...v0.10.6 +ReleaseNotesUrl: https://github.com/idursun/jjui/releases/tag/v0.10.6 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/idursun/jjui/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.zh-CN.yaml b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.locale.zh-CN.yaml new file mode 100644 index 000000000000..cea6c186a2c5 --- /dev/null +++ b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.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: IbrahimDursun.jjui +PackageVersion: 0.10.6 +PackageLocale: zh-CN +ShortDescription: Jujutsu UI (jjui) 是一款专为 Jujutsu 版本控制系统设计的文本用户界面 (TUI)。 +ReleaseNotesUrl: https://github.com/idursun/jjui/releases/tag/v0.10.6 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.yaml b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.yaml new file mode 100644 index 000000000000..0b93aea52071 --- /dev/null +++ b/manifests/i/IbrahimDursun/jjui/0.10.6/IbrahimDursun.jjui.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: IbrahimDursun.jjui +PackageVersion: 0.10.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 34810061f689735452d0ddf3f401e9b6b2e83057 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:07:47 +0800 Subject: [PATCH 122/325] New version: Mozilla.Firefox.ESR.es-AR version 140.11.0 (#376442) --- .../Mozilla.Firefox.ESR.es-AR.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.es-AR.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.es-AR.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.es-AR.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.installer.yaml new file mode 100644 index 000000000000..eb31922dc17d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/es-AR/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A4FDD8CF60BF4780FE52AA8EE2A99E2A674ED4F43AB408F1206F62C469F7DD16 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 es-AR) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/es-AR/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 62F9C71BD415F76D6536B1E40E5211A83F2B0B82942A413DE3444FBDDFD18A93 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 es-AR) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/es-AR/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 30CC57928835CD0784BF9B456D207A6EBFA9DD5A627F491B982BFAD0C1E41BFA + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 es-AR) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.yaml new file mode 100644 index 000000000000..923fce7953da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.de-DE.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: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (es-AR) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.en-US.yaml new file mode 100644 index 000000000000..1b9adbaf9593 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.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: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.11.0 +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 ESR (es-AR) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.locale.zh-CN.yaml new file mode 100644 index 000000000000..7cad2e9172ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.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: Mozilla.Firefox.ESR.es-AR +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (es-AR) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.yaml b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.yaml new file mode 100644 index 000000000000..68be8097b31a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/es-AR/140.11.0/Mozilla.Firefox.ESR.es-AR.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.ESR.es-AR +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2f48380d33469cef522462d0e1fc2c14fc8c3fdd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:08:03 +0800 Subject: [PATCH 123/325] New version: Mozilla.Firefox.ESR.he version 140.11.0 (#376461) --- .../Mozilla.Firefox.ESR.he.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.he.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.he.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.he.locale.zh-CN.yaml | 25 +++++++++++ .../he/140.11.0/Mozilla.Firefox.ESR.he.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.installer.yaml new file mode 100644 index 000000000000..d7caf163b49d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.he +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/he/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A2DFB95C62564CB831910B2F096D9D2450A19A91627EB29FDAF1ECAF6EC8B36B + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 he) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/he/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 91610B1DB9683E66C7CBAC9F23F2CFA348C9C9CF5DFC84C4402EA0D7AAB14549 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 he) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/he/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: CF1E22A52BC8A5E170591A25E0DE6EACB01D1C12879605A0EDCEF3D7D6866660 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 he) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.de-DE.yaml new file mode 100644 index 000000000000..da6d1566306a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.de-DE.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: Mozilla.Firefox.ESR.he +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (he) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.en-US.yaml new file mode 100644 index 000000000000..efa7a06bbc7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.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: Mozilla.Firefox.ESR.he +PackageVersion: 140.11.0 +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 ESR (he) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.locale.zh-CN.yaml new file mode 100644 index 000000000000..1d964e111ed2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.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: Mozilla.Firefox.ESR.he +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (he) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.yaml b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.yaml new file mode 100644 index 000000000000..679768240ab6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/he/140.11.0/Mozilla.Firefox.ESR.he.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.ESR.he +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2e445532098f9fce77e83b0fea234b2422132b8c Mon Sep 17 00:00:00 2001 From: lookup-foundation-bot Date: Tue, 19 May 2026 23:08:08 +0300 Subject: [PATCH 124/325] New package: LookupFoundation.RevitLookup.2022 version 2022.5.1 (#375424) Co-authored-by: lookup-foundation-bot --- ...Foundation.RevitLookup.2022.installer.yaml | 25 ++++++++++++++ ...ndation.RevitLookup.2022.locale.en-US.yaml | 34 +++++++++++++++++++ .../LookupFoundation.RevitLookup.2022.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.installer.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.locale.en-US.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.yaml diff --git a/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.installer.yaml b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.installer.yaml new file mode 100644 index 000000000000..740cfd82ce17 --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.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: LookupFoundation.RevitLookup.2022 +PackageVersion: 2022.5.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{207733B1-1BEA-4603-99EA-EA1EE7579F60}' +ReleaseDate: 2026-04-10 +AppsAndFeaturesEntries: +- DisplayName: RevitLookup + Publisher: Lookup Foundation + DisplayVersion: 22.5.1 + ProductCode: '{207733B1-1BEA-4603-99EA-EA1EE7579F60}' + UpgradeCode: '{207733B1-1BEA-4603-99EA-EA1E87077F60}' +InstallationMetadata: + DefaultInstallLocation: '%AppData%\Autodesk\Revit\Addins' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lookup-foundation/RevitLookup/releases/download/2027.0.1/RevitLookup-2022.5.1-SingleUser.msi + InstallerSha256: AD47A5D1C52D01E02003EF80A3D31ED70E6141500E39ED24485F814896D00073 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.locale.en-US.yaml b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.locale.en-US.yaml new file mode 100644 index 000000000000..914dc78a047a --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LookupFoundation.RevitLookup.2022 +PackageVersion: 2022.5.1 +PackageLocale: en-US +Publisher: Lookup Foundation +PublisherUrl: https://github.com/lookup-foundation +PublisherSupportUrl: https://github.com/lookup-foundation/RevitLookup/issues +Author: Nice3point +PackageName: RevitLookup 2022 +PackageUrl: https://github.com/lookup-foundation/RevitLookup +License: MIT +LicenseUrl: https://github.com/lookup-foundation/RevitLookup/blob/HEAD/LICENSE.md +Copyright: Copyright (c) Lookup Foundation and Contributors +ShortDescription: Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships. +Tags: +- addin +- api +- autodesk +- revit +- snoop +- utility +ReleaseNotes: |- + - Fixed extensions. CoordinationModelLinkUtils extension is now available starting from Revit 2026.3 patch only. #389 + - Fixed the Delete element command using the wrong thread. + - Fixed the visualization buffer for Solid and Mesh geometry. + - Fixed the visualization thread lock for Solid and Mesh geometry. + - Fixed the default visualization solid scale. + Full changelog: 2027.0.0...2027.0.1 + RevitLookup versions: https://github.com/lookup-foundation/RevitLookup/wiki/Versions +ReleaseNotesUrl: https://github.com/lookup-foundation/RevitLookup/releases/tag/2027.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.yaml b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.yaml new file mode 100644 index 000000000000..f58a6afa548a --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2022/2022.5.1/LookupFoundation.RevitLookup.2022.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: LookupFoundation.RevitLookup.2022 +PackageVersion: 2022.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 325405aa4cc212b405a1f406d50a1a19ab3bf038 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:08:31 +0800 Subject: [PATCH 125/325] New version: Mozilla.Firefox.ESR.ms version 140.11.0 (#376484) --- .../Mozilla.Firefox.ESR.ms.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.ms.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.ms.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.ms.locale.zh-CN.yaml | 25 +++++++++++ .../ms/140.11.0/Mozilla.Firefox.ESR.ms.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.installer.yaml new file mode 100644 index 000000000000..ac0e951cafcc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ms +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ms/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: F75742454D3012A6E55EC31A1C02A2441101E5447ADE8E7F66BB641EEA23CBAD + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ms) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ms/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E7789E5FBA0D39FD2D4802F61D55A6A031E32A4FB22C22AA463E99E80E82ABD2 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ms) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ms/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 74CDF448004D36EFD4D8C1B4FBE2A1D5F94822C1A030141F12765244351772DF + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ms) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.de-DE.yaml new file mode 100644 index 000000000000..ddf407908a23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.de-DE.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: Mozilla.Firefox.ESR.ms +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ms) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.en-US.yaml new file mode 100644 index 000000000000..e3f7087c73f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.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: Mozilla.Firefox.ESR.ms +PackageVersion: 140.11.0 +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 ESR (ms) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.locale.zh-CN.yaml new file mode 100644 index 000000000000..67d0db767bce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.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: Mozilla.Firefox.ESR.ms +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ms) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.yaml b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.yaml new file mode 100644 index 000000000000..de7e67b71acc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ms/140.11.0/Mozilla.Firefox.ESR.ms.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.ESR.ms +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b352b161f20b2f183baf4b91c69fa5f4d0f8bff6 Mon Sep 17 00:00:00 2001 From: Cloudfleet Technology Team <187966520+cloudfleet-tech@users.noreply.github.com> Date: Tue, 19 May 2026 22:08:45 +0200 Subject: [PATCH 126/325] New version: Cloudfleet.CLI version 0.11.0 (#376511) --- .../CLI/0.11.0/Cloudfleet.CLI.installer.yaml | 19 +++++++++++++++++++ .../0.11.0/Cloudfleet.CLI.locale.en-US.yaml | 12 ++++++++++++ .../Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.yaml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.installer.yaml create mode 100644 manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.locale.en-US.yaml create mode 100644 manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.yaml diff --git a/manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.installer.yaml b/manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.installer.yaml new file mode 100644 index 000000000000..9303f151ae3b --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.11.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.11.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cloudfleet.exe +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.11.0/cloudfleet_windows_amd64.zip + InstallerSha256: F16FEA3F55A57FC9318E4AFE6DC0AF4B4CCF5923993FE2875A5DA42EE0BC8174 +- Architecture: arm64 + InstallerUrl: https://downloads.cloudfleet.ai/cli/0.11.0/cloudfleet_windows_arm64.zip + InstallerSha256: 7F56DF09729F370A5AAAA8DE79C279A1FAC8A3CDCA2219B6BB2C166466BEF804 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.locale.en-US.yaml b/manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.locale.en-US.yaml new file mode 100644 index 000000000000..ef4a4dec33e6 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.11.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.11.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.11.0/Cloudfleet.CLI.yaml b/manifests/c/Cloudfleet/CLI/0.11.0/Cloudfleet.CLI.yaml new file mode 100644 index 000000000000..f4ad4fc7e4f9 --- /dev/null +++ b/manifests/c/Cloudfleet/CLI/0.11.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.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 61185ad2d1a772ada708093f694eef32b12d43d7 Mon Sep 17 00:00:00 2001 From: docker-winget-bot Date: Tue, 19 May 2026 22:08:59 +0200 Subject: [PATCH 127/325] New version: Docker.Agent version v1.61.0 (#376513) --- .../Agent/v1.61.0/Docker.Agent.installer.yaml | 18 +++++++++++++++ .../v1.61.0/Docker.Agent.locale.en-US.yaml | 23 +++++++++++++++++++ .../d/Docker/Agent/v1.61.0/Docker.Agent.yaml | 8 +++++++ 3 files changed, 49 insertions(+) create mode 100644 manifests/d/Docker/Agent/v1.61.0/Docker.Agent.installer.yaml create mode 100644 manifests/d/Docker/Agent/v1.61.0/Docker.Agent.locale.en-US.yaml create mode 100644 manifests/d/Docker/Agent/v1.61.0/Docker.Agent.yaml diff --git a/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.installer.yaml b/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.installer.yaml new file mode 100644 index 000000000000..cd1b69b1b589 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.61.0/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.61.0 +InstallerType: portable +Commands: +- docker-agent +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.61.0/docker-agent-windows-amd64.exe + InstallerSha256: F6188A29C259A2240C803492951B09531C21DB6F5F45B2441157730197AAB31E +- Architecture: arm64 + InstallerUrl: https://github.com/docker/docker-agent/releases/download/v1.61.0/docker-agent-windows-arm64.exe + InstallerSha256: 91636B063442FE358FD21E9A9020762CB26EA61E97D869E93740B3C124669230 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.locale.en-US.yaml b/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..d68ce5670fd8 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.61.0/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.61.0 +PackageLocale: en-US +Publisher: Docker +PublisherUrl: https://github.com/docker +PublisherSupportUrl: https://github.com/docker/cagent/issues +PackageName: Agent +PackageUrl: https://github.com/docker/cagent +License: Apache-2.0 +ShortDescription: Agent Builder and Runtime by Docker Engineering. +Tags: +- docker-agent +- dockeragent +- agents +- artificial-intelligence +- artificialintelligence +- ai +ReleaseNotesUrl: https://github.com/docker/docker-agent/releases/tag/v1.61.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.yaml b/manifests/d/Docker/Agent/v1.61.0/Docker.Agent.yaml new file mode 100644 index 000000000000..d590ccfcedb3 --- /dev/null +++ b/manifests/d/Docker/Agent/v1.61.0/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.61.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8c4f30e35c16971232e3719b05c362b7e48a80e7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:09:14 +0800 Subject: [PATCH 128/325] New version: Mozilla.Firefox.ESR.tr version 140.11.0 (#376515) --- .../Mozilla.Firefox.ESR.tr.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.tr.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.tr.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.tr.locale.zh-CN.yaml | 25 +++++++++++ .../tr/140.11.0/Mozilla.Firefox.ESR.tr.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.installer.yaml new file mode 100644 index 000000000000..4d57c759b21d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.tr +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/tr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 9425C8494ACAF02A1A874719E02ABDEDAB0BE77EAAE460C7BDA7B3FECABF2FE7 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 tr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/tr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 8580EAF778DFA8CE179E447F971776ED65BE4DCF0825106AE0938924C8EC0650 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 tr) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/tr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 70EF243C6770EA7E02D6B5EEB2097CB891A7E840290265E904C4E879329E2317 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 tr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.de-DE.yaml new file mode 100644 index 000000000000..dc1aeff92de6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.de-DE.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: Mozilla.Firefox.ESR.tr +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (tr) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.en-US.yaml new file mode 100644 index 000000000000..1b29f91a1962 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.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: Mozilla.Firefox.ESR.tr +PackageVersion: 140.11.0 +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 ESR (tr) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.locale.zh-CN.yaml new file mode 100644 index 000000000000..67fd46822754 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.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: Mozilla.Firefox.ESR.tr +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (tr) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.yaml b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.yaml new file mode 100644 index 000000000000..085f83e977ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/tr/140.11.0/Mozilla.Firefox.ESR.tr.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.ESR.tr +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 484eb24972c061efc50dbea707010005ceed05cb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:09:40 +0800 Subject: [PATCH 129/325] New version: Discord.Discord.Development.arm64 version 1.0.983 (#376628) --- ...d.Discord.Development.arm64.installer.yaml | 20 +++++++++++ ...iscord.Development.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...iscord.Development.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../Discord.Discord.Development.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.yaml diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 000000000000..c0fe214ec03e --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.983 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/1.0.983/DiscordDevelopmentSetup.exe + InstallerSha256: E32C886D1AC48600C19F79BA5228D00F478657A39E3BCC37768DA60C44299A1D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..bb437b2245d0 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.983 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..d9187d587df3 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.983 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.yaml new file mode 100644 index 000000000000..32cc4d977565 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.983/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.983 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7c04d926ec04a7a4a06d3081f7f7e15db1f70f6e Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 19 May 2026 22:09:54 +0200 Subject: [PATCH 130/325] New version: GitButler.GitButler version 0.19.13 (#376644) --- .../GitButler.GitButler.installer.yaml | 22 +++++++++++++++++ .../GitButler.GitButler.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.19.13/GitButler.GitButler.yaml | 8 +++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.installer.yaml create mode 100644 manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.locale.en-US.yaml create mode 100644 manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.yaml diff --git a/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.installer.yaml b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.installer.yaml new file mode 100644 index 000000000000..3f05293fdec4 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.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: GitButler.GitButler +PackageVersion: 0.19.13 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{D40CFA2A-5882-4F7A-806A-7E4B3CE29D5F}' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- Publisher: gitbutler + ProductCode: '{D40CFA2A-5882-4F7A-806A-7E4B3CE29D5F}' + UpgradeCode: '{6BA03334-13E8-5712-80AD-F373B5415A08}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitButler' +Installers: +- Architecture: x64 + InstallerUrl: https://releases.gitbutler.com/releases/release/0.19.13-3047/windows/x86_64/GitButler_0.19.13_x64_en-US.msi + InstallerSha256: 0B95D88D8A4E7ED11F7EB1303961A7B1213F138A746EE85A371228D185673099 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.locale.en-US.yaml b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.locale.en-US.yaml new file mode 100644 index 000000000000..7e1138e42bb2 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GitButler.GitButler +PackageVersion: 0.19.13 +PackageLocale: en-US +Publisher: GitButler +PublisherUrl: https://gitbutler.com/ +PrivacyUrl: https://app.termly.io/policy-viewer/policy.html?policyUUID=a001c8b7-505b-4eab-81e3-fcd1c72bdd79 +PackageName: GitButler +PackageUrl: https://gitbutler.com/ +License: Functional Source License, Version 1.1, MIT Future License +LicenseUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +Copyright: Copyright 2023-2024 GitButler Inc +CopyrightUrl: https://github.com/gitbutlerapp/gitbutler/blob/master/LICENSE.md +ShortDescription: A Git client for simultaneous branches on top of your existing workflow. +Tags: +- git +ReleaseNotes: "ReleaseNotes: |-\n ## Changes & Fixes\n - Fixes a Windows-specific regression from 0.19.12 where the app was not being correctly signed, causing friction with Windows Defender\n - Fixes an issue where undoing a new branch creation with the operations log was not working.\n - Adds an option to set ptyxis as the default terminal\n \n ## TUI\n - Adds the ability to directly commit into a new branch (bound to `b`)\n \n ## CLI\n - Fixes an issue where `but commit empty --json` would not print anything.\nReleaseNotesUrl: https://github.com/gitbutlerapp/gitbutler/releases" +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.gitbutler.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.yaml b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.yaml new file mode 100644 index 000000000000..dfa153a6b815 --- /dev/null +++ b/manifests/g/GitButler/GitButler/0.19.13/GitButler.GitButler.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: GitButler.GitButler +PackageVersion: 0.19.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b2c2a0bf88a98fe0bad1d2ffb24e73270cc4833b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:10:09 +0800 Subject: [PATCH 131/325] New version: hellodigua.ChatLab version 0.20.0 (#376654) --- .../0.20.0/hellodigua.ChatLab.installer.yaml | 26 ++++++++++++++ .../hellodigua.ChatLab.locale.en-US.yaml | 35 +++++++++++++++++++ .../hellodigua.ChatLab.locale.zh-CN.yaml | 31 ++++++++++++++++ .../ChatLab/0.20.0/hellodigua.ChatLab.yaml | 8 +++++ 4 files changed, 100 insertions(+) create mode 100644 manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml create mode 100644 manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..c83d29fbf1d1 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.20.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe + InstallerSha256: 16682A8D47D81665795EFBC68842F92A2AFE0DD0CF59422EEBE2D1A2D6BA2D96 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.20.0/ChatLab-0.20.0-setup.exe + InstallerSha256: 16682A8D47D81665795EFBC68842F92A2AFE0DD0CF59422EEBE2D1A2D6BA2D96 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..fcb1a7b44033 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.20.0 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..8432debee504 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.20.0 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + This update unifies the core multi-platform architecture and improves AI, import, sync, and desktop build stability. It also prepares for the standalone Web, CLI, and MCP capabilities in the next release; please update before using the CLI so data can be pre-migrated. + 更新内容 + 本次更新统一了多端核心架构,并优化 AI、导入、同步和桌面构建稳定性。为下个版本的独立 Web、CLI 与 MCP 能力做准备,使用 CLI 前必须升级至此版本以完成数据预迁移。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..29c13596dc8f --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.20.0/hellodigua.ChatLab.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: hellodigua.ChatLab +PackageVersion: 0.20.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 67d8a56ca9d1c9e437d1a6f9c528fd761a7ef5f9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:10:23 +0800 Subject: [PATCH 132/325] New version: Mozilla.Thunderbird.cs version 151.0 (#376694) --- .../Mozilla.Thunderbird.cs.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.cs.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.cs.locale.zh-CN.yaml | 24 +++++ .../cs/151.0/Mozilla.Thunderbird.cs.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.yaml diff --git a/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.installer.yaml b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.installer.yaml new file mode 100644 index 000000000000..de119dfcc026 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.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: Mozilla.Thunderbird.cs +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/cs/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 072ADA087022757A30EE29818694F6D90F25480A4BCD6A9F1E16A05A1D81014B + ProductCode: Mozilla Thunderbird 151.0 (x86 cs) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/cs/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 24A70CF14C8B9E18C6099E806075A84F2D302DADC18E4E31EF7D483538B45DEA + ProductCode: Mozilla Thunderbird 151.0 (x64 cs) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.en-US.yaml new file mode 100644 index 000000000000..0e851dcf4c77 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.cs +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (cs) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.locale.zh-CN.yaml new file mode 100644 index 000000000000..46379f4c9226 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.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.Thunderbird.cs +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (cs) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.yaml b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.cs.yaml new file mode 100644 index 000000000000..7d7e67e4d3dc --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cs/151.0/Mozilla.Thunderbird.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.Thunderbird.cs +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e3c05125cab1a40fd2b5d212d26feb4675c69955 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:10:49 +0800 Subject: [PATCH 133/325] New version: Mozilla.Thunderbird.it version 151.0 (#376728) --- .../Mozilla.Thunderbird.it.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.it.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.it.locale.zh-CN.yaml | 24 +++++ .../it/151.0/Mozilla.Thunderbird.it.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.yaml diff --git a/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.installer.yaml b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.installer.yaml new file mode 100644 index 000000000000..e23c73ff48d7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.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: Mozilla.Thunderbird.it +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/it/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 5A794A411AF116B232826DDBF7DEBC8242045E239D3880D71E16372D74DA6318 + ProductCode: Mozilla Thunderbird 151.0 (x86 it) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/it/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 749DFDD98D5BD3252B875857B8E9C591CFB128D48FC5095C6D8EF2868EEFAC85 + ProductCode: Mozilla Thunderbird 151.0 (x64 it) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.en-US.yaml new file mode 100644 index 000000000000..311a17c0ef91 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.it +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (it) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.locale.zh-CN.yaml new file mode 100644 index 000000000000..3229d80aee01 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.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.Thunderbird.it +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (it) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.yaml b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.yaml new file mode 100644 index 000000000000..490e4443ef21 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/it/151.0/Mozilla.Thunderbird.it.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.Thunderbird.it +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e20e881fb132812ce928538ffaa01a5a765ec0ad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:10:52 +0800 Subject: [PATCH 134/325] New version: Mozilla.Thunderbird.ka version 151.0 (#376730) --- .../Mozilla.Thunderbird.ka.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ka.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ka.locale.zh-CN.yaml | 24 +++++ .../ka/151.0/Mozilla.Thunderbird.ka.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.installer.yaml b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.installer.yaml new file mode 100644 index 000000000000..f24f30efd766 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.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: Mozilla.Thunderbird.ka +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ka/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9E08726C82A0CBA22FE675BF13DE63F45C386E5D34FA65799188B5F840074AE1 + ProductCode: Mozilla Thunderbird 151.0 (x86 ka) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ka/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 891D386AAC24164EC98A822D0B58E9018F0CE63DBE05963F953CCFE9BDA9DC03 + ProductCode: Mozilla Thunderbird 151.0 (x64 ka) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.en-US.yaml new file mode 100644 index 000000000000..bd0e3008d4e6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ka +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ka) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.locale.zh-CN.yaml new file mode 100644 index 000000000000..795d35fadd24 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.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.Thunderbird.ka +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ka) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.yaml b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.yaml new file mode 100644 index 000000000000..8fc3e756807a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ka/151.0/Mozilla.Thunderbird.ka.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.Thunderbird.ka +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 933ed46fb34ccb657f3b5b531cff626595f7c286 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 16:11:07 -0400 Subject: [PATCH 135/325] New version: Plex.PlexMediaServer version 1.43.2.10687 (#376743) --- .../Plex.PlexMediaServer.installer.yaml | 24 ++++++++++++++ .../Plex.PlexMediaServer.locale.en-US.yaml | 32 +++++++++++++++++++ .../1.43.2.10687/Plex.PlexMediaServer.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.installer.yaml create mode 100644 manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.locale.en-US.yaml create mode 100644 manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.yaml diff --git a/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.installer.yaml b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.installer.yaml new file mode 100644 index 000000000000..efc301696020 --- /dev/null +++ b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.installer.yaml @@ -0,0 +1,24 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Plex.PlexMediaServer +PackageVersion: 1.43.2.10687 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{688e1d8f-188e-49cd-83ca-2669a7e3f8cc}_is1' +ReleaseDate: 2026-05-04 +AppsAndFeaturesEntries: +- DisplayName: Plex Media Server 1.43.2.10687 (x64) + ProductCode: '{688e1d8f-188e-49cd-83ca-2669a7e3f8cc}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.plex.tv/plex-media-server-new/1.43.2.10687-563d026ea/windows/PlexMediaServer-1.43.2.10687-563d026ea-x86_64.exe + InstallerSha256: EBA16FADC08FB7011969A85AC546E7ADB4D00343DEF157C39DFDA9C7E7723BD9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.locale.en-US.yaml b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.locale.en-US.yaml new file mode 100644 index 000000000000..c1f347bfd792 --- /dev/null +++ b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.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: Plex.PlexMediaServer +PackageVersion: 1.43.2.10687 +PackageLocale: en-US +Publisher: Plex, Inc. +PublisherUrl: https://www.plex.tv/ +PublisherSupportUrl: https://support.plex.tv/ +PrivacyUrl: https://www.plex.tv/about/privacy-legal +PackageName: Plex Media Server +PackageUrl: https://www.plex.tv/ +License: Freemium +LicenseUrl: https://www.plex.tv/about/privacy-legal/plex-terms-of-service +Copyright: Copyright © 2025 Plex +CopyrightUrl: https://www.plex.tv/about/privacy-legal/plex-copyright-policy +ShortDescription: Helps you organize your media and stream it to your devices. +Moniker: plexmediaserver +Tags: +- audio +- cross-platform +- media +- media-server +- media-streamer +- music-streamer +- plex-media-server +- streaming +- video +- video-streamer +- xpfm11z0w10r7g +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.yaml b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.yaml new file mode 100644 index 000000000000..739cf958e11a --- /dev/null +++ b/manifests/p/Plex/PlexMediaServer/1.43.2.10687/Plex.PlexMediaServer.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: Plex.PlexMediaServer +PackageVersion: 1.43.2.10687 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f654f434a12458d00d8924968c012dbc5c1611a8 Mon Sep 17 00:00:00 2001 From: "Pecorino (zondax)" <83246875+pecorino-bot@users.noreply.github.com> Date: Tue, 19 May 2026 17:11:21 -0300 Subject: [PATCH 136/325] New version: kunobi-ninja.kunobi version 1.1.0 (#376761) --- .../1.1.0/kunobi-ninja.kunobi.installer.yaml | 23 ++++++++++++++++ .../kunobi-ninja.kunobi.locale.en-US.yaml | 27 +++++++++++++++++++ .../kunobi/1.1.0/kunobi-ninja.kunobi.yaml | 8 ++++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.installer.yaml create mode 100644 manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.locale.en-US.yaml create mode 100644 manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.yaml diff --git a/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.installer.yaml b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.installer.yaml new file mode 100644 index 000000000000..9fa709310784 --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 1.1.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /P +UpgradeBehavior: install +Protocols: +- kunobi +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://r2.kunobi.ninja/v1.1.0/Kunobi_1.1.0_windows_x86_64.exe + InstallerSha256: 7BED0E3F58D4F1112A6F1ED3945A8878F67D54EF0E61AD1C49B7586E8EF08D76 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.locale.en-US.yaml b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.locale.en-US.yaml new file mode 100644 index 000000000000..610e814f9cc3 --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Kunobi Ninja +PublisherUrl: https://kunobi.ninja/ +PublisherSupportUrl: https://kunobi.ninja/contact +Author: Zondax AG +PackageName: kunobi +PackageUrl: https://kunobi.ninja/download +License: Proprietary +LicenseUrl: https://kunobi.ninja/terms-of-use +Copyright: Copyright (c) Zondax AG +CopyrightUrl: https://kunobi.ninja/terms-of-use +ShortDescription: Kubernetes and Gitops dashboard and management tool +Description: Operations control for GitOps and Kubernetes at scale Kunobi helps platform teams understand what is deployed, what changed, and why. Across clusters and GitOps sources +Moniker: kunobi +Tags: +- devops +- gitops +- k8s +- kubernetes +ReleaseNotesUrl: https://kunobi.ninja/changelog/v1.1.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.yaml b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.yaml new file mode 100644 index 000000000000..1c398ff3e211 --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/1.1.0/kunobi-ninja.kunobi.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kunobi-ninja.kunobi +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cb2c3ea57dac2d4588cb9a2b60d284b1489bf8a2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:11:35 +0800 Subject: [PATCH 137/325] New version: Mozilla.Thunderbird.zh-TW version 151.0 (#376765) --- .../Mozilla.Thunderbird.zh-TW.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.zh-TW.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.zh-TW.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.zh-TW.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.yaml diff --git a/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.installer.yaml b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.installer.yaml new file mode 100644 index 000000000000..797ec989c867 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.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: Mozilla.Thunderbird.zh-TW +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/zh-TW/Thunderbird%20Setup%20151.0.exe + InstallerSha256: C9743A3E1BE7E7B62CAFA44A8AECE794C94E7177E2E0ED87D6FF255E0130F2D0 + ProductCode: Mozilla Thunderbird 151.0 (x86 zh-TW) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/zh-TW/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 819D9D09EC70B5DAA5DC44525844798AB4BD4CFA5862B2579173D26312597048 + ProductCode: Mozilla Thunderbird 151.0 (x64 zh-TW) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.en-US.yaml new file mode 100644 index 000000000000..21e2b2bd205c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.zh-TW +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (zh-TW) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.locale.zh-CN.yaml new file mode 100644 index 000000000000..079be4f8cddd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.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.Thunderbird.zh-TW +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (zh-TW) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.yaml b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.yaml new file mode 100644 index 000000000000..71ea2516c0ac --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-TW/151.0/Mozilla.Thunderbird.zh-TW.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.Thunderbird.zh-TW +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 14d966fcf31ede3fa432b51539e17954ee664ecf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:12:03 +0800 Subject: [PATCH 138/325] New version: Mozilla.Firefox.ca-valencia version 151.0 (#376541) --- ...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 | 120 ++++++++++++++++++ ...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/Mozilla.Firefox.ca-valencia.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.yaml diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.installer.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.installer.yaml new file mode 100644 index 000000000000..8d1616eadfec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ca-valencia/Firefox%20Setup%20151.0.exe + InstallerSha256: 93761A1FC39AE8FF05A477706AACDF6437CCC33FC0D94AC1FCB84834CAB7D505 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ca-valencia/Firefox%20Setup%20151.0.exe + InstallerSha256: E1C9BE568069A0DA481BE636E7714787E9846DA94BF550F9E90B2935613D1E02 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ca-valencia/Firefox%20Setup%20151.0.exe + InstallerSha256: 692467AE18780671D6C91986311FDCBBE22C27A87B89E0A0508757995ECF967A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c1c61fb0fa96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.da-DK.yaml new file mode 100644 index 000000000000..c861a0426b51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.de-DE.yaml new file mode 100644 index 000000000000..ade45d8f017b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.el-GR.yaml new file mode 100644 index 000000000000..34bfaf219b02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.en-GB.yaml new file mode 100644 index 000000000000..cc0af7919b11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.en-US.yaml new file mode 100644 index 000000000000..570544887d95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.es-MX.yaml new file mode 100644 index 000000000000..6cc668afc432 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.fr-FR.yaml new file mode 100644 index 000000000000..dc2a6c1edab6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.hu-HU.yaml new file mode 100644 index 000000000000..a2c1c0e4162c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ja-JP.yaml new file mode 100644 index 000000000000..812acaef5de3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.nb-NO.yaml new file mode 100644 index 000000000000..dc9a8e449f5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ru-RU.yaml new file mode 100644 index 000000000000..b5867ea6e738 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.ta-IN.yaml new file mode 100644 index 000000000000..4e77b1fa68d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.locale.zh-CN.yaml new file mode 100644 index 000000000000..33492962c80b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +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/Mozilla.Firefox.ca-valencia.yaml b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/Mozilla.Firefox.ca-valencia.yaml new file mode 100644 index 000000000000..e2d8cfaa6090 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca-valencia/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f2d6d65dcfa502a9b65a14335ac51b5853557691 Mon Sep 17 00:00:00 2001 From: Hidetoshi Yanagi Date: Wed, 20 May 2026 05:20:49 +0900 Subject: [PATCH 139/325] daruyanagi.XTimelineViewer version 1.2.5 (#371508) --- .../daruyanagi.XTimelineViewer.installer.yaml | 22 +++++++++++++++ ...ruyanagi.XTimelineViewer.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.2.5/daruyanagi.XTimelineViewer.yaml | 8 ++++++ 3 files changed, 57 insertions(+) create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.installer.yaml create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.locale.en-US.yaml create mode 100644 manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.yaml diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.installer.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.installer.yaml new file mode 100644 index 000000000000..b1018f34299f --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.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: daruyanagi.XTimelineViewer +PackageVersion: 1.2.5 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: XTimelineViewer.exe + PortableCommandAlias: xtimelineviewer +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/daruyanagi/XTimelineViewer/releases/download/v1.2.5/XTimelineViewer-v1.2.5-win-x64.zip + InstallerSha256: D90827FEB3A5C5BC48EC80129A62BB48C51990F142346498CFEB21E485E68E73 +- Architecture: arm64 + InstallerUrl: https://github.com/daruyanagi/XTimelineViewer/releases/download/v1.2.5/XTimelineViewer-v1.2.5-win-arm64.zip + InstallerSha256: 84FFF524A88E011B4899A30CA3CB3E1EFFB441D8A040A6D18C9CA1C914FC8902 +ManifestType: installer +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.locale.en-US.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.locale.en-US.yaml new file mode 100644 index 000000000000..a38a8a5d1c6f --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: daruyanagi.XTimelineViewer +PackageVersion: 1.2.5 +PackageLocale: en-US +Publisher: daruyanagi +PublisherUrl: https://github.com/daruyanagi +PublisherSupportUrl: https://github.com/daruyanagi/XTimelineViewer/issues +PackageName: XTimelineViewer +PackageUrl: https://github.com/daruyanagi/XTimelineViewer +License: MIT +LicenseUrl: https://github.com/daruyanagi/XTimelineViewer/blob/main/LICENSE +ShortDescription: Multi-column X (Twitter) timeline viewer built with WinUI 3 and WebView2 +Description: |- + XTimelineViewer lets you view multiple X (Twitter) timelines side by side, + similar to TweetDeck / X Pro. Drop X URL shortcuts onto the window to add + timelines. Built with WinUI 3 and WebView2, self-contained (no runtime install needed). +Tags: +- twitter +- x +- timeline +- tweetdeck +- winui3 +- webview2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 \ No newline at end of file diff --git a/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.yaml b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.yaml new file mode 100644 index 000000000000..b3103c2a5a20 --- /dev/null +++ b/manifests/d/daruyanagi/XTimelineViewer/1.2.5/daruyanagi.XTimelineViewer.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: daruyanagi.XTimelineViewer +PackageVersion: 1.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file From f44913b03164549d42c5ec29e0e8b92e763b0ee6 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:21:04 +0800 Subject: [PATCH 140/325] New version: Mozilla.Firefox.ESR.fr version 140.11.0 (#376452) --- .../Mozilla.Firefox.ESR.fr.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.fr.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.fr.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.fr.locale.zh-CN.yaml | 25 +++++++++++ .../fr/140.11.0/Mozilla.Firefox.ESR.fr.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.installer.yaml new file mode 100644 index 000000000000..218d1be94b74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.fr +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/fr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 72A890E9C68F564F6F6E2381AF10372707DBA57AC94661BBA617A3089D2EB751 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 fr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/fr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2D52814FF8A7EFCB8C1D82CC0083826A62F5B5B5F27EFE5770568A8B197F3587 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 fr) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/fr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: EACB4276C7FE0F09BF40E354D460BCEA7B594560DD8C154BB54252D1AC0404CB + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 fr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.de-DE.yaml new file mode 100644 index 000000000000..0bfb932fb755 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.de-DE.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: Mozilla.Firefox.ESR.fr +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (fr) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.en-US.yaml new file mode 100644 index 000000000000..774cad43730b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.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: Mozilla.Firefox.ESR.fr +PackageVersion: 140.11.0 +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 ESR (fr) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.locale.zh-CN.yaml new file mode 100644 index 000000000000..b20f6bef6030 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.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: Mozilla.Firefox.ESR.fr +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (fr) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.yaml b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.fr.yaml new file mode 100644 index 000000000000..7d34b405e190 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/fr/140.11.0/Mozilla.Firefox.ESR.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.ESR.fr +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e94b35ad3daa530920ae2cf3fe0efb1a292410aa Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:21:17 +0800 Subject: [PATCH 141/325] New version: Mozilla.Firefox.ESR.ga-IE version 140.11.0 (#376455) --- .../Mozilla.Firefox.ESR.ga-IE.installer.yaml | 42 +++++++++++++++++++ ...ozilla.Firefox.ESR.ga-IE.locale.de-DE.yaml | 21 ++++++++++ ...ozilla.Firefox.ESR.ga-IE.locale.en-US.yaml | 38 +++++++++++++++++ ...ozilla.Firefox.ESR.ga-IE.locale.zh-CN.yaml | 25 +++++++++++ .../140.11.0/Mozilla.Firefox.ESR.ga-IE.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.installer.yaml new file mode 100644 index 000000000000..20a5daa96560 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.ga-IE +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/ga-IE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C561137B958A4A6E882E061180B9921ED91956B98B4D1875AC7E26A3956F13FE + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 ga-IE) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/ga-IE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: AF20FA19419FEF85CC67C96F3702171B88E04AA716CDEE32900C4E3A4C0F2D3E + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 ga-IE) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/ga-IE/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: B17DB4A7A527B2C8873A8CFE1FFEBE18AD7E7C54C6F9F9C9134C0ED20B28EE7F + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 ga-IE) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.de-DE.yaml new file mode 100644 index 000000000000..5cad37c18a7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.de-DE.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: Mozilla.Firefox.ESR.ga-IE +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (ga-IE) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.en-US.yaml new file mode 100644 index 000000000000..f93ceea9530c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.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: Mozilla.Firefox.ESR.ga-IE +PackageVersion: 140.11.0 +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 ESR (ga-IE) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.locale.zh-CN.yaml new file mode 100644 index 000000000000..8f2b1dacb963 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.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: Mozilla.Firefox.ESR.ga-IE +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (ga-IE) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.yaml b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.yaml new file mode 100644 index 000000000000..3136a31c6197 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/ga-IE/140.11.0/Mozilla.Firefox.ESR.ga-IE.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.ESR.ga-IE +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cbb43778116d9f33a1ffceecefe455ef08d00aca Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:21:32 +0800 Subject: [PATCH 142/325] New version: Mozilla.Firefox.ESR.trs version 140.11.0 (#376516) --- .../Mozilla.Firefox.ESR.trs.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.trs.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.trs.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml | 25 +++++++++++ .../trs/140.11.0/Mozilla.Firefox.ESR.trs.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.installer.yaml new file mode 100644 index 000000000000..03c13ed25407 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.trs +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/trs/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 122732FE1EF84E50511C5642866A318EEC7D78DA995B98D1C7C7C09CBD86D828 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 trs) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/trs/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 8A22617BA60B64B32BE27F93CFE1F51A16927D36970C36F7EEF1B2A5BF3A5557 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 trs) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/trs/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A1B1DED9DAA9502218F262DE896DF90030A85AAF042F74E89E5F979A122705CE + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 trs) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.de-DE.yaml new file mode 100644 index 000000000000..3b46dade0327 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.de-DE.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: Mozilla.Firefox.ESR.trs +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (trs) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.en-US.yaml new file mode 100644 index 000000000000..4601850258ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.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: Mozilla.Firefox.ESR.trs +PackageVersion: 140.11.0 +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 ESR (trs) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.locale.zh-CN.yaml new file mode 100644 index 000000000000..995e2ae74d69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.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: Mozilla.Firefox.ESR.trs +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (trs) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.yaml b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.yaml new file mode 100644 index 000000000000..337235264127 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/trs/140.11.0/Mozilla.Firefox.ESR.trs.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.ESR.trs +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 25d66ac10471aac82065da65e55e5fedefd1e000 Mon Sep 17 00:00:00 2001 From: Tristan Cartledge <108070248+TristanSpeakEasy@users.noreply.github.com> Date: Wed, 20 May 2026 06:21:43 +1000 Subject: [PATCH 143/325] New version: Speakeasy.speakeasy 1.763.2 (#376645) Co-authored-by: goreleaserbot --- .../Speakeasy.speakeasy.installer.yaml | 34 +++++++++++++++++++ .../Speakeasy.speakeasy.locale.en-US.yaml | 28 +++++++++++++++ .../1.763.2/Speakeasy.speakeasy.yaml | 7 ++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.installer.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.locale.en-US.yaml create mode 100644 manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.yaml diff --git a/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..56f999c22dff --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.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.763.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-19" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.2/speakeasy_windows_386.zip + InstallerSha256: 3dd689046d5f3d2ee6b8e52673d92dc013acc41c3ee5e426effa618376911eaa + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.2/speakeasy_windows_arm64.zip + InstallerSha256: f5abe0bf67a52c2074ea7c79eb7b5ac8170efd5dce9986a997d2e5ecc44d3577 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.763.2/speakeasy_windows_amd64.zip + InstallerSha256: fbeecb80480ecddc83ef2dd60190751ed371f409768c96508c4b1c8f072c8e2b + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..2229ba0b8b3c --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.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.763.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.763.2 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.763.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.763.2/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..54f87222b334 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.763.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.763.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b68ce7af3869c6740cc916f1c10f2a816b0e3047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= <89643991+DuckDuckStudio@users.noreply.github.com> Date: Wed, 20 May 2026 04:21:55 +0800 Subject: [PATCH 144/325] Modify: Pulsar-Edit.Pulsar 1.131.3 (#376658) --- .../Pulsar/1.131.3/Pulsar-Edit.Pulsar.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/p/Pulsar-Edit/Pulsar/1.131.3/Pulsar-Edit.Pulsar.installer.yaml b/manifests/p/Pulsar-Edit/Pulsar/1.131.3/Pulsar-Edit.Pulsar.installer.yaml index 9a733a7b9ed8..c73e1841e96c 100644 --- a/manifests/p/Pulsar-Edit/Pulsar/1.131.3/Pulsar-Edit.Pulsar.installer.yaml +++ b/manifests/p/Pulsar-Edit/Pulsar/1.131.3/Pulsar-Edit.Pulsar.installer.yaml @@ -11,7 +11,7 @@ AppsAndFeaturesEntries: - Publisher: Pulsar-Edit ProductCode: 0949b555-c22c-56b7-873a-a960bdefa81f Installers: -- Architecture: x86 +- Architecture: x64 InstallerUrl: https://github.com/pulsar-edit/pulsar/releases/download/v1.131.3/Windows.Pulsar.Setup.1.131.3.exe InstallerSha256: 15A2EA3636C44DDBE4D80279B0F1FBC3347DD604266BB88D6DA1D68D0AED7086 ManifestType: installer From 8931841e55142480171aeb27d8923dfb79765d5d Mon Sep 17 00:00:00 2001 From: heartached Date: Tue, 19 May 2026 20:22:07 +0000 Subject: [PATCH 145/325] New version: heartached.Noctis version 1.1.7 (#376684) --- .../1.1.7/heartached.Noctis.installer.yaml | 28 ++++++++ .../1.1.7/heartached.Noctis.locale.en-US.yaml | 64 +++++++++++++++++++ .../Noctis/1.1.7/heartached.Noctis.yaml | 8 +++ 3 files changed, 100 insertions(+) create mode 100644 manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.installer.yaml create mode 100644 manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.locale.en-US.yaml create mode 100644 manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.yaml diff --git a/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.installer.yaml b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.installer.yaml new file mode 100644 index 000000000000..e2344c9165e2 --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.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: heartached.Noctis +PackageVersion: 1.1.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- +UpgradeBehavior: install +ProductCode: '{E8A3B5F1-7C2D-4A9E-B6F0-1D3E5A7C9B2F}_is1' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- ProductCode: '{E8A3B5F1-7C2D-4A9E-B6F0-1D3E5A7C9B2F}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Noctis' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/heartached/Noctis/releases/download/v1.1.7/Noctis-v1.1.7-Setup.exe + InstallerSha256: 6FAE72BCEF758CA9574E1E4B1668F5D63D393B4A82FC09A271FE2427CC766BAE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.locale.en-US.yaml b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.locale.en-US.yaml new file mode 100644 index 000000000000..64b940634f9a --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: heartached.Noctis +PackageVersion: 1.1.7 +PackageLocale: en-US +Publisher: heartached +PublisherUrl: https://github.com/heartached +PublisherSupportUrl: https://github.com/heartached/Noctis/issues +PackageName: Noctis +PackageUrl: https://github.com/heartached/Noctis +License: MIT +LicenseUrl: https://github.com/heartached/Noctis/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 heartached +ShortDescription: A music player that respects what's yours. +Description: |- + Noctis is a desktop music player for your local library — fast browsing, + synced lyrics, metadata editing, EQ, and more. +Tags: +- audio +- avalonia +- lyrics +- music +- music-player +- player +ReleaseNotes: |- + What's Changed + 🎉 New Features + - Paste Apple Music URL or album ID for animated artwork search — when iTunes free-text /search misses an album (e.g. Bad Bunny's nadie sabe lo que va a pasar mañana), paste a music.apple.com/.../album/.../ URL or just the numeric ID into the new input on the Animated Artwork tab to route through /lookup?id= and find it deterministically + - Search lyrics button on Metadata > Synced Lyrics tab — fetches synced lyrics from LRCLIB by track title + artist + duration, auto-fills the textbox, ticks Enable, and shows "Lyrics found" / "No Lyrics found" status next to the button + - Join Discord button in Settings > About — sits next to Star on GitHub, opens the Noctis Discord server + - Discord badge in README — gray DISCORD + blue JOIN SERVER pill alongside the existing License/Platform/.NET/Downloads/Build badges + 🔧 Bug Fixes + - Metadata editor input borders invisible in light theme — made visible and properly themed + - Inline playback bar on lyrics page showing stale album art + track title after returning from another view — fixed display state persistence + - Lyrics page View Album navigation not participating in page history — fixed to use normal navigation flow + - Album Back behavior from lyrics — Albums/Home → Lyrics → Album → Back now correctly returns to Lyrics instead of jumping to Albums + - View Album from playback bar ⋯ menu — now uses same album navigation path as lyrics-page album link + - Lyrics button toggle incorrectly returning to wrong page — clicking lyrics button on lyrics page correctly returns to previous page + - Lyrics column blank flash on return to lyrics — refreshed active lyric position immediately and jumped to active line instead of delayed scroll + - Main playback bar shrinking behind lyrics page — added CompactWhenLyricsPageActive="False" to main PlaybackBarView only + - Lyrics page playback bar visibility state — cleaned up with separate mounted/visible/opacity/hit-test properties + - Settings equalizer dropdown shifting — kept preset list stable (always including Custom), pinned ComboBox width, disabled hover scaling + - Lyrics page "View Album" visual glitch — deferred album navigation one UI dispatcher turn so menu/flyout closes before page switch + - Album-detail navigation chrome from Lyrics/playback controls — forced cover-flow state off and hid Library/Cover Flow toggle + - Equalizer slider/preset lag — EQ changes were taking up to ~1s to become audible because VLC's default --file-caching=300ms buffer held pre-EQ-filtered audio. Reduced --file-caching, --live-caching, and --disc-caching to 50ms while leaving --clock-jitter at its 5000ms default so Bluetooth / high-latency endpoints stay stable + - 3-dot menu shifting down on open in album-detail track rows — the default Button press-scale was momentarily shrinking the button bounds, moving the popup anchor between mousedown and mouseup. Pinned RenderTransform="scale(1)" and emptied transitions on the row 3-dot button so the anchor stays stable + - Lyrics page 1:47 right-side timestamp inconsistent with 1:40 — left side had Margin="10,0,0,0" while the right side was flush against the slider edge. Added matching right margin for symmetry + - Animated artwork preview textbox clipped at the top — fixed-Height="360" preview Border was overflowing the bottom-docked panel when the new URL textbox + caption took up extra vertical space. Switched to MaxHeight="360" with VerticalAlignment="Stretch" + - README Home screenshot not rendering on GitHub — file on disk was Home.png (capital H) while README referenced home.png (lowercase). GitHub's filesystem is case-sensitive; renamed to match + - Settings scan progress text — "Scanning Library 1900..." (with the live count + ellipsis) replaced with a clean "Scanning Library" + ⚡ Performance + - Equalizer application reworked — settings changes no longer run native VLC work directly on UI thread; EQ state updates immediately with coalesced background worker applying latest state + 🎨 UI Polish + - All Back button labels — renamed from "Back to X" (Albums, Playlists, Lyrics, etc.) to single "Back" for clean consistency + - "Back to Albums" button text clipping — resolved by renaming to single "Back" label + - Playback bar mounted behind lyrics page — no longer detaches/reloads when leaving lyrics, keeps main app state intact + - Lyrics-page playback bar — restored to original compact behavior so only app-wide player stays full-width + - Apple Music URL input auto-hides when animated cover is set — the paste-URL textbox + caption disappear once an animated cover has been added and reappear when the user removes it + - Search-lyrics status text — "Lyrics found" / "No Lyrics found" renders to the left of the Search lyrics button instead of being hidden behind a tooltip + Full Changelog: v1.1.6...v1.1.7 +ReleaseNotesUrl: https://github.com/heartached/Noctis/releases/tag/v1.1.7 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.yaml b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.yaml new file mode 100644 index 000000000000..f5f6513d4421 --- /dev/null +++ b/manifests/h/heartached/Noctis/1.1.7/heartached.Noctis.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: heartached.Noctis +PackageVersion: 1.1.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 84c7c697627485b45435e554b86ed47d6ee2878a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:22:22 +0800 Subject: [PATCH 146/325] New version: Mozilla.Thunderbird version 151.0 (#376685) --- .../151.0/Mozilla.Thunderbird.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.yaml diff --git a/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.installer.yaml b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.installer.yaml new file mode 100644 index 000000000000..dccbe16896d3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.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: Mozilla.Thunderbird +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/en-US/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 205E7F9FCDE2CA815EE7ECA695C160C954758039E9FDB15621E7B7CF8B1AE649 + ProductCode: Mozilla Thunderbird 151.0 (x86 en-US) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/en-US/Thunderbird%20Setup%20151.0.exe + InstallerSha256: F4B6C722627967FF17FD96DAA0CADEA5FFE1B95FB280AFC670D3FD2A46944DCD + ProductCode: Mozilla Thunderbird 151.0 (x64 en-US) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.en-US.yaml new file mode 100644 index 000000000000..d3439d83de24 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (en-US) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.locale.zh-CN.yaml new file mode 100644 index 000000000000..e90c20da6a62 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.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.Thunderbird +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (en-US) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.yaml b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.yaml new file mode 100644 index 000000000000..af4383d3d359 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/151.0/Mozilla.Thunderbird.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.Thunderbird +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bcff4056cee79cf92117d52c5eec6a4a48e42062 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:22:36 +0800 Subject: [PATCH 147/325] New version: Mozilla.Thunderbird.ar version 151.0 (#376687) --- .../Mozilla.Thunderbird.ar.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ar.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ar.locale.zh-CN.yaml | 24 +++++ .../ar/151.0/Mozilla.Thunderbird.ar.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.installer.yaml b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.installer.yaml new file mode 100644 index 000000000000..0cf194dcb805 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.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: Mozilla.Thunderbird.ar +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ar/Thunderbird%20Setup%20151.0.exe + InstallerSha256: F1A6363A0016557A3CDC549104F49F00760688A8127C9631A7C955DC47137C70 + ProductCode: Mozilla Thunderbird 151.0 (x86 ar) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ar/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 70714B224002E0A7E2A401D0BA2B3140A7DAA4BBB97D3DCB15F4025CB9D27722 + ProductCode: Mozilla Thunderbird 151.0 (x64 ar) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.en-US.yaml new file mode 100644 index 000000000000..0dd10a4fdbfd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ar +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ar) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.locale.zh-CN.yaml new file mode 100644 index 000000000000..ab7b713794d2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.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.Thunderbird.ar +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ar) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.yaml b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.yaml new file mode 100644 index 000000000000..4033feef4816 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ar/151.0/Mozilla.Thunderbird.ar.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.Thunderbird.ar +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ce41677f752cb8f907d97babb6105a57e61ff176 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:22:49 +0800 Subject: [PATCH 148/325] New version: Mozilla.Thunderbird.cak version 151.0 (#376693) --- .../Mozilla.Thunderbird.cak.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.cak.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.cak.locale.zh-CN.yaml | 24 +++++ .../cak/151.0/Mozilla.Thunderbird.cak.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.yaml diff --git a/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.installer.yaml b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.installer.yaml new file mode 100644 index 000000000000..8cdb4b47daba --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.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: Mozilla.Thunderbird.cak +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/cak/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 1D4F66D1246DA79C5D3C8409ECBD35E8E0CC11AC4670D5F38B0163C66828F8F0 + ProductCode: Mozilla Thunderbird 151.0 (x86 cak) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/cak/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 023B6D9F54C286BCB82D59E18D1CE263AA2054BF51718C53EAF180DCF2F2306A + ProductCode: Mozilla Thunderbird 151.0 (x64 cak) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.en-US.yaml new file mode 100644 index 000000000000..1ab41523b7f9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.cak +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (cak) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.locale.zh-CN.yaml new file mode 100644 index 000000000000..caa5fff1ce12 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.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.Thunderbird.cak +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (cak) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.yaml b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.yaml new file mode 100644 index 000000000000..27c69eee8522 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/cak/151.0/Mozilla.Thunderbird.cak.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.Thunderbird.cak +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fc79311d3092fef2b68f03a112033175c509ade3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:23:04 +0800 Subject: [PATCH 149/325] New version: Mozilla.Thunderbird.es-AR version 151.0 (#376705) --- .../Mozilla.Thunderbird.es-AR.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.es-AR.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.es-AR.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.es-AR.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.yaml diff --git a/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.installer.yaml b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.installer.yaml new file mode 100644 index 000000000000..461351d43951 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.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: Mozilla.Thunderbird.es-AR +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/es-AR/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 48B46B978A4ED7456EB1E77FB1B5F44D99A0A1D667D359E413724D300CEB77C5 + ProductCode: Mozilla Thunderbird 151.0 (x86 es-AR) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/es-AR/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 25DA7FC80B2DB413950CCD884A8800AA414E03F23EF83B17271183B8AAF72077 + ProductCode: Mozilla Thunderbird 151.0 (x64 es-AR) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.en-US.yaml new file mode 100644 index 000000000000..82bd9046d3eb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.es-AR +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (es-AR) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a334c7223c7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.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.Thunderbird.es-AR +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (es-AR) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.yaml b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.yaml new file mode 100644 index 000000000000..5c041fa216b2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-AR/151.0/Mozilla.Thunderbird.es-AR.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.Thunderbird.es-AR +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 03c84888d0b6a3862bdd71f005653895727d1476 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:23:17 +0800 Subject: [PATCH 150/325] New version: Mozilla.Thunderbird.gd version 151.0 (#376719) --- .../Mozilla.Thunderbird.gd.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.gd.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.gd.locale.zh-CN.yaml | 24 +++++ .../gd/151.0/Mozilla.Thunderbird.gd.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.yaml diff --git a/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.installer.yaml b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.installer.yaml new file mode 100644 index 000000000000..a5f7b54c796a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.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: Mozilla.Thunderbird.gd +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/gd/Thunderbird%20Setup%20151.0.exe + InstallerSha256: BF40DCC42C9C0A7DBCF829A49DC5ECDF2F7389937E8D8FEC37E73E3017167A0B + ProductCode: Mozilla Thunderbird 151.0 (x86 gd) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/gd/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9F8E97FA7A2942CB608CAEB1BA7015DF02ECC51CFBA8A6A29E23F821F862A154 + ProductCode: Mozilla Thunderbird 151.0 (x64 gd) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.en-US.yaml new file mode 100644 index 000000000000..cf3a51424508 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.gd +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (gd) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.locale.zh-CN.yaml new file mode 100644 index 000000000000..d1cd4e951f40 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.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.Thunderbird.gd +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (gd) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.yaml b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.yaml new file mode 100644 index 000000000000..39a78b9f6e2f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gd/151.0/Mozilla.Thunderbird.gd.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.Thunderbird.gd +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a32520935aa116cf646525ad74d6de6fec6dbdb5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:23:31 +0800 Subject: [PATCH 151/325] New version: Mozilla.Thunderbird.sv-SE version 151.0 (#376757) --- .../Mozilla.Thunderbird.sv-SE.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.sv-SE.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.sv-SE.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.sv-SE.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.yaml diff --git a/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.installer.yaml b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.installer.yaml new file mode 100644 index 000000000000..65a11d75397f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.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: Mozilla.Thunderbird.sv-SE +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/sv-SE/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 0A1CE4BDE256EF93B22A6AA920DCCBEDC6FF14DA8DFE0EF1C0E9C1C3B31D58C9 + ProductCode: Mozilla Thunderbird 151.0 (x86 sv-SE) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/sv-SE/Thunderbird%20Setup%20151.0.exe + InstallerSha256: FB0A8409F7F687FA5A258B6B7A9DD6C67CF4480FA4E587E2A9D6F467BEC89D7F + ProductCode: Mozilla Thunderbird 151.0 (x64 sv-SE) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.en-US.yaml new file mode 100644 index 000000000000..9eee0006fb20 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.sv-SE +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (sv-SE) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.locale.zh-CN.yaml new file mode 100644 index 000000000000..3e433ebb2eca --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.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.Thunderbird.sv-SE +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (sv-SE) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.yaml b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.sv-SE.yaml new file mode 100644 index 000000000000..958da4d907a0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sv-SE/151.0/Mozilla.Thunderbird.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.Thunderbird.sv-SE +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b16b3aa0054e9ea50af5a4d69581ba9e6002284f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:23:46 +0800 Subject: [PATCH 152/325] New version: Mozilla.Thunderbird.uz version 151.0 (#376762) --- .../Mozilla.Thunderbird.uz.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.uz.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.uz.locale.zh-CN.yaml | 24 +++++ .../uz/151.0/Mozilla.Thunderbird.uz.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.yaml diff --git a/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.installer.yaml b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.installer.yaml new file mode 100644 index 000000000000..6b350045a12a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.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: Mozilla.Thunderbird.uz +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/uz/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 7386DF512027C0F25C9603EACFBD9362ECD8DCCF59CD943D5F4CBF27C1FEB382 + ProductCode: Mozilla Thunderbird 151.0 (x86 uz) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/uz/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 422CD666F3946D97E6B9979271167E47923E46C50F1B6C38E3E091BB6E17BE67 + ProductCode: Mozilla Thunderbird 151.0 (x64 uz) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.en-US.yaml new file mode 100644 index 000000000000..628de550868e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.uz +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (uz) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.locale.zh-CN.yaml new file mode 100644 index 000000000000..791f085385a5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.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.Thunderbird.uz +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (uz) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.yaml b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.yaml new file mode 100644 index 000000000000..3cef594e4a07 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uz/151.0/Mozilla.Thunderbird.uz.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.Thunderbird.uz +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 86972d33351f6f1f2cd4071db1467cd00c16d539 Mon Sep 17 00:00:00 2001 From: lookup-foundation-bot Date: Tue, 19 May 2026 23:29:33 +0300 Subject: [PATCH 153/325] New package: LookupFoundation.RevitLookup.2025 version 2025.2.1 (#375427) Co-authored-by: lookup-foundation-bot --- ...Foundation.RevitLookup.2025.installer.yaml | 25 ++++++++++++++ ...ndation.RevitLookup.2025.locale.en-US.yaml | 34 +++++++++++++++++++ .../LookupFoundation.RevitLookup.2025.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.installer.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.locale.en-US.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.yaml diff --git a/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.installer.yaml b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.installer.yaml new file mode 100644 index 000000000000..539c2a463209 --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.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: LookupFoundation.RevitLookup.2025 +PackageVersion: 2025.2.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{5182B068-1BE3-42A9-B91D-BF4B7E083680}' +ReleaseDate: 2026-04-10 +AppsAndFeaturesEntries: +- DisplayName: RevitLookup + Publisher: Lookup Foundation + DisplayVersion: 25.2.1 + ProductCode: '{5182B068-1BE3-42A9-B91D-BF4B7E083680}' + UpgradeCode: '{5182B068-1BE3-42A9-B91D-BF4BEEE81680}' +InstallationMetadata: + DefaultInstallLocation: '%AppData%\Autodesk\Revit\Addins' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lookup-foundation/RevitLookup/releases/download/2027.0.1/RevitLookup-2025.2.1-SingleUser.msi + InstallerSha256: D52F185630F790E3A99C0FF590A6F260F055762B4CFFF54108920DA2981A01BE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.locale.en-US.yaml b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.locale.en-US.yaml new file mode 100644 index 000000000000..695fc9cb5416 --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LookupFoundation.RevitLookup.2025 +PackageVersion: 2025.2.1 +PackageLocale: en-US +Publisher: Lookup Foundation +PublisherUrl: https://github.com/lookup-foundation +PublisherSupportUrl: https://github.com/lookup-foundation/RevitLookup/issues +Author: Nice3point +PackageName: RevitLookup 2025 +PackageUrl: https://github.com/lookup-foundation/RevitLookup +License: MIT +LicenseUrl: https://github.com/lookup-foundation/RevitLookup/blob/HEAD/LICENSE.md +Copyright: Copyright (c) Lookup Foundation and Contributors +ShortDescription: Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships. +Tags: +- addin +- api +- autodesk +- revit +- snoop +- utility +ReleaseNotes: |- + - Fixed extensions. CoordinationModelLinkUtils extension is now available starting from Revit 2026.3 patch only. #389 + - Fixed the Delete element command using the wrong thread. + - Fixed the visualization buffer for Solid and Mesh geometry. + - Fixed the visualization thread lock for Solid and Mesh geometry. + - Fixed the default visualization solid scale. + Full changelog: 2027.0.0...2027.0.1 + RevitLookup versions: https://github.com/lookup-foundation/RevitLookup/wiki/Versions +ReleaseNotesUrl: https://github.com/lookup-foundation/RevitLookup/releases/tag/2027.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.yaml b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.yaml new file mode 100644 index 000000000000..754256cbb34f --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2025/2025.2.1/LookupFoundation.RevitLookup.2025.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: LookupFoundation.RevitLookup.2025 +PackageVersion: 2025.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d42d598fddd0d0bd57d77504dcdc414c779e0f3a Mon Sep 17 00:00:00 2001 From: lookup-foundation-bot Date: Tue, 19 May 2026 23:33:19 +0300 Subject: [PATCH 154/325] New package: LookupFoundation.RevitLookup.2026 version 2026.1.1 (#375430) Co-authored-by: lookup-foundation-bot --- ...Foundation.RevitLookup.2026.installer.yaml | 25 ++++++++++++++ ...ndation.RevitLookup.2026.locale.en-US.yaml | 34 +++++++++++++++++++ .../LookupFoundation.RevitLookup.2026.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.installer.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.locale.en-US.yaml create mode 100644 manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.yaml diff --git a/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.installer.yaml b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.installer.yaml new file mode 100644 index 000000000000..d742917ecb44 --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.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: LookupFoundation.RevitLookup.2026 +PackageVersion: 2026.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{468ECD03-68D6-4D99-B04C-13D7CAC49CBC}' +ReleaseDate: 2026-04-10 +AppsAndFeaturesEntries: +- DisplayName: RevitLookup + Publisher: Lookup Foundation + DisplayVersion: 26.1.1 + ProductCode: '{468ECD03-68D6-4D99-B04C-13D7CAC49CBC}' + UpgradeCode: '{468ECD03-68D6-4D99-B04C-13D72AB47CBC}' +InstallationMetadata: + DefaultInstallLocation: '%AppData%\Autodesk\Revit\Addins' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/lookup-foundation/RevitLookup/releases/download/2027.0.1/RevitLookup-2026.1.1-SingleUser.msi + InstallerSha256: FD1E593C85AFA2C86B783136045E29CDAB51CF6F2A5977D25D9F0F3C69BFE973 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.locale.en-US.yaml b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.locale.en-US.yaml new file mode 100644 index 000000000000..0c6d7d3cb39e --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LookupFoundation.RevitLookup.2026 +PackageVersion: 2026.1.1 +PackageLocale: en-US +Publisher: Lookup Foundation +PublisherUrl: https://github.com/lookup-foundation +PublisherSupportUrl: https://github.com/lookup-foundation/RevitLookup/issues +Author: Nice3point +PackageName: RevitLookup 2026 +PackageUrl: https://github.com/lookup-foundation/RevitLookup +License: MIT +LicenseUrl: https://github.com/lookup-foundation/RevitLookup/blob/HEAD/LICENSE.md +Copyright: Copyright (c) Lookup Foundation and Contributors +ShortDescription: Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships. +Tags: +- addin +- api +- autodesk +- revit +- snoop +- utility +ReleaseNotes: |- + - Fixed extensions. CoordinationModelLinkUtils extension is now available starting from Revit 2026.3 patch only. #389 + - Fixed the Delete element command using the wrong thread. + - Fixed the visualization buffer for Solid and Mesh geometry. + - Fixed the visualization thread lock for Solid and Mesh geometry. + - Fixed the default visualization solid scale. + Full changelog: 2027.0.0...2027.0.1 + RevitLookup versions: https://github.com/lookup-foundation/RevitLookup/wiki/Versions +ReleaseNotesUrl: https://github.com/lookup-foundation/RevitLookup/releases/tag/2027.0.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.yaml b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.yaml new file mode 100644 index 000000000000..e0e5c125805a --- /dev/null +++ b/manifests/l/LookupFoundation/RevitLookup/2026/2026.1.1/LookupFoundation.RevitLookup.2026.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: LookupFoundation.RevitLookup.2026 +PackageVersion: 2026.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2a7c46048752b45778fddd40c2e0f9ce790fce7f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:40:03 +0800 Subject: [PATCH 155/325] New version: Mozilla.Firefox.ESR.gn version 140.11.0 (#376459) --- .../Mozilla.Firefox.ESR.gn.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.gn.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.gn.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.gn.locale.zh-CN.yaml | 25 +++++++++++ .../gn/140.11.0/Mozilla.Firefox.ESR.gn.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.installer.yaml new file mode 100644 index 000000000000..11cf431e1742 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.gn +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/gn/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 9B060B9E63CAA6AFDB4E90D4354F70139F7B3FDE39FF38D32931C67E7E805BE5 + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 gn) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/gn/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: C42BB2DE1FD1606D3929E550AAE88D255A3F0B86ED0FB55CE6AF838ABE6D00BB + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 gn) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/gn/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: A14D099E88471467EE48882606A8D21CE9F8D654DE5BCE80CDEFF3658EB437D9 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 gn) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.de-DE.yaml new file mode 100644 index 000000000000..1c24a1069bd4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.de-DE.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: Mozilla.Firefox.ESR.gn +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (gn) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.en-US.yaml new file mode 100644 index 000000000000..2ac2ab7f1212 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.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: Mozilla.Firefox.ESR.gn +PackageVersion: 140.11.0 +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 ESR (gn) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.locale.zh-CN.yaml new file mode 100644 index 000000000000..440d04918f64 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.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: Mozilla.Firefox.ESR.gn +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (gn) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.yaml b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.yaml new file mode 100644 index 000000000000..e5cbfc73bfa9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/gn/140.11.0/Mozilla.Firefox.ESR.gn.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.ESR.gn +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d85d41c2186f45ed6761923dfd6b93bf05edb20d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:40:26 +0800 Subject: [PATCH 156/325] New version: Mozilla.Firefox.be version 151.0 (#376533) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/be/151.0/Mozilla.Firefox.be.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.yaml diff --git a/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.installer.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.installer.yaml new file mode 100644 index 000000000000..1815468ae4ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/be/Firefox%20Setup%20151.0.exe + InstallerSha256: 69CD6726EE4E200B0B2633D069516A3F2AC775E195C823C5447CBA2D6EE21197 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/be/Firefox%20Setup%20151.0.exe + InstallerSha256: 34FC5AED3B0896844E824F1467AD37C081DB65F4C71B741F2F7BFE9435D3DBEC +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/be/Firefox%20Setup%20151.0.exe + InstallerSha256: 4910EFD2068192C9DCA2EB3B263BB59EA7F3C86DE10E1F98FA1549FA91E93508 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ff821b1e33ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.da-DK.yaml new file mode 100644 index 000000000000..9dd1a140e707 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.de-DE.yaml new file mode 100644 index 000000000000..ed7fe51d7e2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.el-GR.yaml new file mode 100644 index 000000000000..d0f468e9aced --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.en-GB.yaml new file mode 100644 index 000000000000..fbaf798aa13d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.en-US.yaml new file mode 100644 index 000000000000..4f3f4e2daea2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.es-MX.yaml new file mode 100644 index 000000000000..753b6d98a75f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.fr-FR.yaml new file mode 100644 index 000000000000..d418f861ba49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.hu-HU.yaml new file mode 100644 index 000000000000..54c532e7d778 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ja-JP.yaml new file mode 100644 index 000000000000..9871a42cff40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.nb-NO.yaml new file mode 100644 index 000000000000..66e9322e0ad4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ru-RU.yaml new file mode 100644 index 000000000000..6c715deed24f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.ta-IN.yaml new file mode 100644 index 000000000000..35dcceeb0d5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.locale.zh-CN.yaml new file mode 100644 index 000000000000..3b63071b410a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +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/Mozilla.Firefox.be.yaml b/manifests/m/Mozilla/Firefox/be/151.0/Mozilla.Firefox.be.yaml new file mode 100644 index 000000000000..b8de6e38d5d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6cc01df7daf4c7b751e5913c71036ff50698a9f1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:40:49 +0800 Subject: [PATCH 157/325] New version: Mozilla.Firefox.hi-IN version 151.0 (#376582) --- .../Mozilla.Firefox.hi-IN.installer.yaml | 40 ++++++ .../Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.hi-IN.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.hi-IN.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.hi-IN.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.hi-IN.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.hi-IN.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.hi-IN.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.hi-IN.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.hi-IN.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.hi-IN.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.hi-IN.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.hi-IN.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.hi-IN.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.hi-IN.locale.zh-CN.yaml | 24 ++++ .../hi-IN/151.0/Mozilla.Firefox.hi-IN.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.yaml diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.installer.yaml new file mode 100644 index 000000000000..a80ab1722082 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/hi-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: 37DC636C7A640E69817EB4AECFD36C6DE03CF50674598F344866CD349759CB3C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/hi-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: 699E00C6A00B283C9EC17BE0DB1009E183DDC4EC9F30D2DA2AA045F001A3B193 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/hi-IN/Firefox%20Setup%20151.0.exe + InstallerSha256: 12F90243F32B7B482693163874E7787F8D2EB7B1B9ACE4C64F970DE806006D61 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml new file mode 100644 index 000000000000..76963bea7710 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.da-DK.yaml new file mode 100644 index 000000000000..8d9f563c4ff5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.de-DE.yaml new file mode 100644 index 000000000000..ac852da4785e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.el-GR.yaml new file mode 100644 index 000000000000..a34cfc4ee121 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-GB.yaml new file mode 100644 index 000000000000..87c13f2d91fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-US.yaml new file mode 100644 index 000000000000..639854177fe3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: "151.0" +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 (hi-IN) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.es-MX.yaml new file mode 100644 index 000000000000..818fd23b9e3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml new file mode 100644 index 000000000000..349e7e940185 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml new file mode 100644 index 000000000000..941d74719863 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml new file mode 100644 index 000000000000..f04f1d1a2457 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml new file mode 100644 index 000000000000..e4417f6cc8cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml new file mode 100644 index 000000000000..7d5a36e0616e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml new file mode 100644 index 000000000000..4de4005d198c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..912673a37e28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +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/hi-IN/151.0/Mozilla.Firefox.hi-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.yaml new file mode 100644 index 000000000000..5daeaa4fb0fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0/Mozilla.Firefox.hi-IN.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.hi-IN +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dc99dc0832e3cee3b3394daca355d35e9aa3156f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:41:12 +0800 Subject: [PATCH 158/325] New version: Mozilla.Firefox.km version 151.0 (#376597) --- .../151.0/Mozilla.Firefox.km.installer.yaml | 40 ++++++ .../Mozilla.Firefox.km.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.km.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.km.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.km.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.km.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.km.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.km.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.km.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.km.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.km.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.km.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.km.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.km.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.km.locale.zh-CN.yaml | 24 ++++ .../Firefox/km/151.0/Mozilla.Firefox.km.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.yaml diff --git a/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.installer.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.installer.yaml new file mode 100644 index 000000000000..bf3dd9b2e7de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/km/Firefox%20Setup%20151.0.exe + InstallerSha256: 8AD45AA31EE4D4463691364F0AAD109921372775FE6F40B3354B232B08D01E55 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/km/Firefox%20Setup%20151.0.exe + InstallerSha256: B3FD216372BE08488206318DAC773F615476F5E3CE28EBD15D53AEB09DB8457B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/km/Firefox%20Setup%20151.0.exe + InstallerSha256: 606F979B0646829046FBACFCA86559792B038E5A474209F60395DB23AB4504C0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.cs-CZ.yaml new file mode 100644 index 000000000000..9f10dccff82e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.da-DK.yaml new file mode 100644 index 000000000000..f749309ea5ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.de-DE.yaml new file mode 100644 index 000000000000..eabd012f95d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.el-GR.yaml new file mode 100644 index 000000000000..9a3fd41e75ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.en-GB.yaml new file mode 100644 index 000000000000..8f09090b7010 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.en-US.yaml new file mode 100644 index 000000000000..fb4963a49053 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: "151.0" +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 (km) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.es-MX.yaml new file mode 100644 index 000000000000..c2ba5abb53f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.fr-FR.yaml new file mode 100644 index 000000000000..428176be6569 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.hu-HU.yaml new file mode 100644 index 000000000000..16c45affd9c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ja-JP.yaml new file mode 100644 index 000000000000..7e51ed5113fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.nb-NO.yaml new file mode 100644 index 000000000000..80b4d333ca4d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ru-RU.yaml new file mode 100644 index 000000000000..4b8f0c474bdd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.ta-IN.yaml new file mode 100644 index 000000000000..a3cb869cd879 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.locale.zh-CN.yaml new file mode 100644 index 000000000000..6cb95c9e9567 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +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/km/151.0/Mozilla.Firefox.km.yaml b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.yaml new file mode 100644 index 000000000000..e6901ae185ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0/Mozilla.Firefox.km.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.km +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ed636f3d41230cdacd5f1db5de4b571a28c35f14 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:41:36 +0800 Subject: [PATCH 159/325] New version: Mozilla.Firefox.lij version 151.0 (#376601) --- .../151.0/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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.lij.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.yaml diff --git a/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.installer.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.installer.yaml new file mode 100644 index 000000000000..c2c5956db8bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/lij/Firefox%20Setup%20151.0.exe + InstallerSha256: ED45DCF3AB3E0414311F0A6DFBA1D88CE9901F7A01D69CF08C3F3506AB205C57 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/lij/Firefox%20Setup%20151.0.exe + InstallerSha256: 9D522E5D99AFBF64B25D83F6A57B1E02C437DC39CEE0E387051AA3BEB838E3E6 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/lij/Firefox%20Setup%20151.0.exe + InstallerSha256: 90EDCCC2B5EFEEA83202AF7AEB287CC3398C6545892E811EA3AA36FCFD280D85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.cs-CZ.yaml new file mode 100644 index 000000000000..7598628e9e57 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.da-DK.yaml new file mode 100644 index 000000000000..eae7af91ad86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.de-DE.yaml new file mode 100644 index 000000000000..cc86442137bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.el-GR.yaml new file mode 100644 index 000000000000..84cbfcd4bc9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.en-GB.yaml new file mode 100644 index 000000000000..9cb3e9d40c7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.en-US.yaml new file mode 100644 index 000000000000..b7bf03128ae7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.es-MX.yaml new file mode 100644 index 000000000000..9ea0ff23ad05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.fr-FR.yaml new file mode 100644 index 000000000000..7c268489aff6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.hu-HU.yaml new file mode 100644 index 000000000000..0083b8cfaf19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ja-JP.yaml new file mode 100644 index 000000000000..325eb916c4b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.nb-NO.yaml new file mode 100644 index 000000000000..9b9790d2e04b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ru-RU.yaml new file mode 100644 index 000000000000..d9bc7c169207 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.ta-IN.yaml new file mode 100644 index 000000000000..3e5f3507b5b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.locale.zh-CN.yaml new file mode 100644 index 000000000000..90646b4374b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +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/Mozilla.Firefox.lij.yaml b/manifests/m/Mozilla/Firefox/lij/151.0/Mozilla.Firefox.lij.yaml new file mode 100644 index 000000000000..121ebe6b1451 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8cd10c3b9ddbd94d8ff7f3eb7debee8c937d8cb2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:42:00 +0800 Subject: [PATCH 160/325] New version: Mozilla.Firefox.ms version 151.0 (#376607) --- .../151.0/Mozilla.Firefox.ms.installer.yaml | 40 ++++++ .../Mozilla.Firefox.ms.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.ms.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.ms.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.ms.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.ms.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.ms.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.ms.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.ms.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.ms.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.ms.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.ms.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.ms.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.ms.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.ms.locale.zh-CN.yaml | 24 ++++ .../Firefox/ms/151.0/Mozilla.Firefox.ms.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.yaml diff --git a/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.installer.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.installer.yaml new file mode 100644 index 000000000000..d3ea93f82a82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ms/Firefox%20Setup%20151.0.exe + InstallerSha256: CF178EEDAFAFD4F65DC35434423D71E7BC6A036D6895F54D1F2153CEE42E1AB8 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ms/Firefox%20Setup%20151.0.exe + InstallerSha256: B2030D39409A93EBFE10E3B5797FB30A97F2C5AE87ADD6F27972177AA472D3D1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ms/Firefox%20Setup%20151.0.exe + InstallerSha256: 981F600F88C92143C8AC0010075379881FAAACDA4EE8BDA936EC90FC947C037A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d8f449743703 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.da-DK.yaml new file mode 100644 index 000000000000..0de68ad62421 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.de-DE.yaml new file mode 100644 index 000000000000..5a73dcd63bc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.el-GR.yaml new file mode 100644 index 000000000000..dad0fdea7d14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.en-GB.yaml new file mode 100644 index 000000000000..c0614a8a9e9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.en-US.yaml new file mode 100644 index 000000000000..5766b203613f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ms +PackageVersion: "151.0" +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 (ms) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.es-MX.yaml new file mode 100644 index 000000000000..bb4c877c59ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.fr-FR.yaml new file mode 100644 index 000000000000..62db93f5ec65 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.hu-HU.yaml new file mode 100644 index 000000000000..526e039c8f76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ja-JP.yaml new file mode 100644 index 000000000000..774ea519a8ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.nb-NO.yaml new file mode 100644 index 000000000000..394625b989d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ru-RU.yaml new file mode 100644 index 000000000000..a8babfbaabf1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.ta-IN.yaml new file mode 100644 index 000000000000..581bc0a2a74f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.locale.zh-CN.yaml new file mode 100644 index 000000000000..d4009562d3b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +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/ms/151.0/Mozilla.Firefox.ms.yaml b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.yaml new file mode 100644 index 000000000000..733bbef08925 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0/Mozilla.Firefox.ms.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.ms +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a0436b0bedd936cde46f1c9fe3e341d90449cc0 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 16:42:15 -0400 Subject: [PATCH 161/325] New version: Waterfox.Waterfox version 6.6.13 (#376648) --- .../6.6.13/Waterfox.Waterfox.installer.yaml | 42 +++++++++++++++++++ .../Waterfox.Waterfox.locale.en-US.yaml | 34 +++++++++++++++ .../Waterfox/6.6.13/Waterfox.Waterfox.yaml | 8 ++++ 3 files changed, 84 insertions(+) create mode 100644 manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.installer.yaml create mode 100644 manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.locale.en-US.yaml create mode 100644 manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.yaml diff --git a/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.installer.yaml b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.installer.yaml new file mode 100644 index 000000000000..b8729e29295e --- /dev/null +++ b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.installer.yaml @@ -0,0 +1,42 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Waterfox.Waterfox +PackageVersion: 6.6.13 +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -ms +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayName: Waterfox (x64 en-US) +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.waterfox.com/waterfox/releases/6.6.13/WINNT_x86_64/Waterfox%20Setup%206.6.13.exe + InstallerSha256: 4451F53EE2A6421559DA4FF7D4BF5DC41A42CEF4E7E22984AAD1A591B4F76E98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.locale.en-US.yaml b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.locale.en-US.yaml new file mode 100644 index 000000000000..dc4fffab7458 --- /dev/null +++ b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Waterfox.Waterfox +PackageVersion: 6.6.13 +PackageLocale: en-US +Publisher: BrowserWorks +PublisherUrl: https://browser.works/ +PublisherSupportUrl: https://github.com/BrowserWorks/Waterfox/issues +PrivacyUrl: https://www.waterfox.net/docs/policies/privacy/ +Author: Alex Kontos, Adam Wood +PackageName: Waterfox +PackageUrl: https://www.waterfox.net/ +License: MPL-2.0 +LicenseUrl: https://github.com/BrowserWorks/waterfox/blob/HEAD/toolkit/content/license.html +Copyright: Copyright © BrowserWorks Ltd +ShortDescription: Fast and Private Web Browser +Description: Waterfox is the privacy-focused web browser engineered to give you speed, control, and peace of mind on the internet. +Tags: +- browser +- container-tabs +- cross-platform +- gecko +- internet-browser +- privacy +- private +- secure +- tracking-protection +- web-browser +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.waterfox.net/docs/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.yaml b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.yaml new file mode 100644 index 000000000000..d1bfd70224f2 --- /dev/null +++ b/manifests/w/Waterfox/Waterfox/6.6.13/Waterfox.Waterfox.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: Waterfox.Waterfox +PackageVersion: 6.6.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From be070bf1f7b981208d37876e9bc805cef4ed3f8f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:42:29 +0800 Subject: [PATCH 162/325] New version: Loom.Loom version 0.348.4 (#376683) --- .../Loom/0.348.4/Loom.Loom.installer.yaml | 20 ++++++++++++ .../Loom/0.348.4/Loom.Loom.locale.en-US.yaml | 31 +++++++++++++++++++ .../Loom/0.348.4/Loom.Loom.locale.zh-CN.yaml | 29 +++++++++++++++++ manifests/l/Loom/Loom/0.348.4/Loom.Loom.yaml | 8 +++++ 4 files changed, 88 insertions(+) create mode 100644 manifests/l/Loom/Loom/0.348.4/Loom.Loom.installer.yaml create mode 100644 manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.en-US.yaml create mode 100644 manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.zh-CN.yaml create mode 100644 manifests/l/Loom/Loom/0.348.4/Loom.Loom.yaml diff --git a/manifests/l/Loom/Loom/0.348.4/Loom.Loom.installer.yaml b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.installer.yaml new file mode 100644 index 000000000000..99107dcc5185 --- /dev/null +++ b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.348.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- loomdesktop +ProductCode: 3643b966-bc28-5bc8-95ff-3d47d66438db +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.loom.com/desktop-packages/Loom%20Setup%200.348.4.exe + InstallerSha256: 639BCD02EE187A2CFFCC87CE8F482CF1385BCF96414B946E51F9566B3B07D8E0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.en-US.yaml b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.en-US.yaml new file mode 100644 index 000000000000..21766c42795e --- /dev/null +++ b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.348.4 +PackageLocale: en-US +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: Proprietary +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom is a video messaging tool that helps you get your message across through instantly shareable videos. +Description: Loom combines the expressiveness of video with the convenience of messaging. It's a new, more effective way of communicating with co-workers and customers. With Loom, you can record your camera, microphone, and desktop simultaneously. Your video is then instantly available to share through Loom's patented technology. +Moniker: loom +Tags: +- capture +- clip +- conference +- meeting +- presentation +- record +- video +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.zh-CN.yaml b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.zh-CN.yaml new file mode 100644 index 000000000000..ecbe084dfea0 --- /dev/null +++ b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.348.4 +PackageLocale: zh-CN +Publisher: Loom, Inc. +PublisherUrl: https://www.loom.com/ +PublisherSupportUrl: https://support.loom.com/ +PrivacyUrl: https://www.loom.com/privacy-policy +Author: Loom, Inc. +PackageName: Loom +PackageUrl: https://www.loom.com/ +License: 专有软件 +LicenseUrl: https://www.loom.com/terms +Copyright: © 2026, Loom, Inc. All Rights Reserved. +ShortDescription: Loom 是一款视频信息传递工具,可帮助您通过即时分享的视频传递信息。 +Description: Loom 结合了视频的表现力和信息传递的便利性,是一种与同事和客户更有效沟通的新方式。使用 Loom,您可以同时录制您的摄像头、麦克风和桌面,然后您就可以通过 Loom 的专利技术即时分享您的视频。 +Tags: +- 会议 +- 剪辑 +- 录制 +- 录屏 +- 演示 +- 视频 +ReleaseNotesUrl: https://new.loom.com/ +PurchaseUrl: https://www.loom.com/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Loom/Loom/0.348.4/Loom.Loom.yaml b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.yaml new file mode 100644 index 000000000000..86e343794c3a --- /dev/null +++ b/manifests/l/Loom/Loom/0.348.4/Loom.Loom.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Loom.Loom +PackageVersion: 0.348.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5cf9564f80a3dc343c2e6d0ae2905f514690bb87 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:42:46 +0800 Subject: [PATCH 163/325] New version: Mozilla.Thunderbird.el version 151.0 (#376702) --- .../Mozilla.Thunderbird.el.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.el.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.el.locale.zh-CN.yaml | 24 +++++ .../el/151.0/Mozilla.Thunderbird.el.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.yaml diff --git a/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.installer.yaml b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.installer.yaml new file mode 100644 index 000000000000..6be5729125b8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.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: Mozilla.Thunderbird.el +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/el/Thunderbird%20Setup%20151.0.exe + InstallerSha256: B97F6EE782828B5E9C5E9BD6D3F0A59BF3DD5BFC4F37FECC35B2C3DAFFFA4EBB + ProductCode: Mozilla Thunderbird 151.0 (x86 el) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/el/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 48DF0AEDEABBE1E736CC2D8C3E34D5F57B59C08F18F5606011AE826A447DD090 + ProductCode: Mozilla Thunderbird 151.0 (x64 el) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.en-US.yaml new file mode 100644 index 000000000000..1cc492ab511b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.el +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (el) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.locale.zh-CN.yaml new file mode 100644 index 000000000000..9dd5434a569a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.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.Thunderbird.el +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (el) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.yaml b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.yaml new file mode 100644 index 000000000000..7c4e22724219 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/el/151.0/Mozilla.Thunderbird.el.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.Thunderbird.el +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0b045750f446b10b3e4dd78e59ead970ed712cad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:43:14 +0800 Subject: [PATCH 164/325] New version: Mozilla.Thunderbird.es-MX version 151.0 (#376708) --- .../Mozilla.Thunderbird.es-MX.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.es-MX.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.es-MX.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.es-MX.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.yaml diff --git a/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.installer.yaml b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.installer.yaml new file mode 100644 index 000000000000..d3f4272f64a0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.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: Mozilla.Thunderbird.es-MX +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/es-MX/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 51AAB13A0CEF922D59700D74FF8D90577FAC187DF77B3C56DFA697F46A7A3A2A + ProductCode: Mozilla Thunderbird 151.0 (x86 es-MX) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/es-MX/Thunderbird%20Setup%20151.0.exe + InstallerSha256: DE467F8716056E15274848BCE4D499F0FDC2C8717B52285A0CB4BAE68FB06314 + ProductCode: Mozilla Thunderbird 151.0 (x64 es-MX) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.en-US.yaml new file mode 100644 index 000000000000..13dfa2bc9ec7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.es-MX +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (es-MX) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.locale.zh-CN.yaml new file mode 100644 index 000000000000..3ea7f8282370 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.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.Thunderbird.es-MX +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (es-MX) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.yaml b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.yaml new file mode 100644 index 000000000000..f0256897b7a4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-MX/151.0/Mozilla.Thunderbird.es-MX.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.Thunderbird.es-MX +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2137f88105e27f57917075f4ef4eca40775fc52d Mon Sep 17 00:00:00 2001 From: AloproAgency <114377724+AloproAgency@users.noreply.github.com> Date: Tue, 19 May 2026 21:43:18 +0100 Subject: [PATCH 165/325] New version: AloproAgency.WAutoChat version 1.2.22 (#376716) Co-authored-by: AloproAgency --- .../AloproAgency.WAutoChat.installer.yaml | 13 +++++++++++++ .../AloproAgency.WAutoChat.locale.en-US.yaml | 18 ++++++++++++++++++ .../1.2.22/AloproAgency.WAutoChat.yaml | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.installer.yaml create mode 100644 manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.locale.en-US.yaml create mode 100644 manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.yaml diff --git a/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.installer.yaml b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.installer.yaml new file mode 100644 index 000000000000..67d64b9b3b3c --- /dev/null +++ b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: AloproAgency.WAutoChat +PackageVersion: 1.2.22 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/AloproAgency/wautochat-releases/releases/download/v1.2.22/WAutoChat-Setup-1.2.22.exe + InstallerSha256: ECB3D757F7BFD9DA92BAB145B5660EF62539DCA8674B8AAF414F32AD526DDCE0 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.locale.en-US.yaml b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.locale.en-US.yaml new file mode 100644 index 000000000000..c40a156a7aba --- /dev/null +++ b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.locale.en-US.yaml @@ -0,0 +1,18 @@ +PackageIdentifier: AloproAgency.WAutoChat +PackageVersion: 1.2.22 +PackageLocale: en-US +Publisher: Alopro Agency +PublisherUrl: https://wautochat.com +PackageName: WAutoChat +PackageUrl: https://wautochat.com +License: Proprietary +LicenseUrl: https://wautochat.com +ShortDescription: WhatsApp automation and broadcast platform +Description: WAutoChat is a desktop and server application for WhatsApp automation, broadcasting, and conversation management. +Tags: + - whatsapp + - automation + - messaging + - broadcast +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.yaml b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.yaml new file mode 100644 index 000000000000..67141f15f040 --- /dev/null +++ b/manifests/a/AloproAgency/WAutoChat/1.2.22/AloproAgency.WAutoChat.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: AloproAgency.WAutoChat +PackageVersion: 1.2.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From a26bcae010a9f34e59a48861e02f5a30db488ddf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:43:33 +0800 Subject: [PATCH 166/325] New version: Mozilla.Thunderbird.ga-IE version 151.0 (#376717) --- .../Mozilla.Thunderbird.ga-IE.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.ga-IE.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.ga-IE.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.ga-IE.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.installer.yaml b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.installer.yaml new file mode 100644 index 000000000000..0139ae68e48e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.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: Mozilla.Thunderbird.ga-IE +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ga-IE/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 39827FF45D2EB106BBE35595D338BE182DE24D3C4272D09A2485596F88D201F3 + ProductCode: Mozilla Thunderbird 151.0 (x86 ga-IE) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ga-IE/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4B4C5F566619E64145C3ADC298CEE4204D656D5B449BB342C76F23F4E5095306 + ProductCode: Mozilla Thunderbird 151.0 (x64 ga-IE) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.en-US.yaml new file mode 100644 index 000000000000..05ee2891ff54 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ga-IE +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ga-IE) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.locale.zh-CN.yaml new file mode 100644 index 000000000000..77bbaefe9f71 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.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.Thunderbird.ga-IE +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ga-IE) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.yaml b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.yaml new file mode 100644 index 000000000000..c83a989933de --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ga-IE/151.0/Mozilla.Thunderbird.ga-IE.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.Thunderbird.ga-IE +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a709e11770cbf5806acbeaf42e5483f89f911097 Mon Sep 17 00:00:00 2001 From: "Kad D." Date: Tue, 19 May 2026 22:47:01 +0200 Subject: [PATCH 167/325] New version: demkada.ArgyCode version 1.10.5 (#376373) --- .../1.10.5/demkada.ArgyCode.installer.yaml | 14 ++++++++++++++ .../1.10.5/demkada.ArgyCode.locale.en-US.yaml | 11 +++++++++++ .../demkada/ArgyCode/1.10.5/demkada.ArgyCode.yaml | 6 ++++++ 3 files changed, 31 insertions(+) create mode 100644 manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.installer.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.locale.en-US.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.yaml diff --git a/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.installer.yaml new file mode 100644 index 000000000000..d534c5b89ae8 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.5 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.10.5/argy-windows-x64.zip + InstallerSha256: 00f6af1350f6c2a64c85f3a6b5795e1cbc8ae706db3a7eaca9384e2723c3ffc4 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 000000000000..f8843c67b798 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.5 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.yaml new file mode 100644 index 000000000000..9f2171ee91a0 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.5/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From a3dff00eac3174f0137b739fdafc7608fb9c5bab Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:47:26 +0800 Subject: [PATCH 168/325] New version: Mozilla.Firefox.bg version 151.0 (#376535) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/bg/151.0/Mozilla.Firefox.bg.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.yaml diff --git a/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 000000000000..aae70217de0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/bg/Firefox%20Setup%20151.0.exe + InstallerSha256: 2D0A99235C6633AD4CB037C1D2BF04C4CACB6BA8C668A02D3F568366D562CC8F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/bg/Firefox%20Setup%20151.0.exe + InstallerSha256: 727553B973278AAB1550BABBE2556DAB0B1F4F73000AF42085FDF0AB2F39BD22 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/bg/Firefox%20Setup%20151.0.exe + InstallerSha256: 743615547AD50E34A8CCED1D04AF489781792B182A6A396E7C5C009399C65714 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c67c2c4ec07f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 000000000000..38a04a6a5f15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 000000000000..a06792440a7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 000000000000..b95de03cc561 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 000000000000..0976e77b4c8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 000000000000..6f20f60ef6da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 000000000000..cdc881dd2c0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 000000000000..a308482eab28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 000000000000..49b8fee7f9a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 000000000000..5dfeb7230a3b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 000000000000..c8c544bb9454 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 000000000000..ef3fc5a9a184 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 000000000000..8b3bbcabecbe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 000000000000..416e274ffc14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +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/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/151.0/Mozilla.Firefox.bg.yaml new file mode 100644 index 000000000000..f4ee73e8b3a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a160ca2fc54efd75603d25964409878a0d77000f Mon Sep 17 00:00:00 2001 From: Pedro Queiroz Date: Tue, 19 May 2026 17:47:39 -0300 Subject: [PATCH 169/325] New version: pmqueiroz.Nova version 0.24.0 (#376649) --- .../Nova/0.24.0/pmqueiroz.Nova.installer.yaml | 28 +++++++++++++++ .../0.24.0/pmqueiroz.Nova.locale.en-US.yaml | 34 +++++++++++++++++++ .../pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.yaml | 8 +++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.installer.yaml create mode 100644 manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.locale.en-US.yaml create mode 100644 manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.yaml diff --git a/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.installer.yaml b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.installer.yaml new file mode 100644 index 000000000000..ee155282b549 --- /dev/null +++ b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: pmqueiroz.Nova +PackageVersion: 0.24.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +ProductCode: nova +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayName: nova + ProductCode: nova +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\nova' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pmqueiroz/nova/releases/download/v0.24.0/nova_0.24.0_x64-setup.exe + InstallerSha256: 9AC97DCD937A6B3CCCB3760733A4DE67D0A5F60A96956C9F63C04F432ED8253D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.locale.en-US.yaml b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.locale.en-US.yaml new file mode 100644 index 000000000000..05e809cb7341 --- /dev/null +++ b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.locale.en-US.yaml @@ -0,0 +1,34 @@ +# 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: pmqueiroz.Nova +PackageVersion: 0.24.0 +PackageLocale: en-US +Publisher: pmqueiroz +PublisherUrl: https://github.com/pmqueiroz +PublisherSupportUrl: https://github.com/pmqueiroz/nova/issues +PackageName: Nova +PackageUrl: https://github.com/pmqueiroz/nova +License: MIT +LicenseUrl: https://github.com/pmqueiroz/nova/blob/HEAD/LICENSE +ShortDescription: A GPU-accelerated terminal emulator +Description: Nova is a fast, GPU-accelerated terminal emulator built with Rust and iced. +Tags: +- emulator +- gpu +- rust +- terminal +ReleaseNotes: |- + 0.24.0 (2026-05-19) + Features + - settings: add About tab with brand and version (4c833a5) + Bug Fixes + - macos: prevent premature expansion of NOVA_PROMPT_COMMAND in bash init (38dfc8c) + What's Changed + - fix(macos): prevent premature expansion of NOVA_PROMPT_COMMAND in bash init by @pmqueiroz in #117 + - feat(settings): add About tab with brand and version by @pmqueiroz in #119 + - chore(main): release 0.24.0 by @pmqueiroz in #118 + Full Changelog: v0.23.2...v0.24.0 +ReleaseNotesUrl: https://github.com/pmqueiroz/nova/releases/tag/v0.24.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.yaml b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.yaml new file mode 100644 index 000000000000..ff9ff937a3a6 --- /dev/null +++ b/manifests/p/pmqueiroz/Nova/0.24.0/pmqueiroz.Nova.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: pmqueiroz.Nova +PackageVersion: 0.24.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bd900b2b64c6254e684aeb352c6c01e7a005d8fe Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:47:54 +0800 Subject: [PATCH 170/325] New version: Mozilla.Thunderbird.br version 151.0 (#376691) --- .../Mozilla.Thunderbird.br.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.br.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.br.locale.zh-CN.yaml | 24 +++++ .../br/151.0/Mozilla.Thunderbird.br.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.yaml diff --git a/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.installer.yaml b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.installer.yaml new file mode 100644 index 000000000000..13aad64c1ea4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.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: Mozilla.Thunderbird.br +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/br/Thunderbird%20Setup%20151.0.exe + InstallerSha256: CDFCAC601B906BC1C823E18D507244F18F07396A050F4B6FB6EF4BDA7265F73E + ProductCode: Mozilla Thunderbird 151.0 (x86 br) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/br/Thunderbird%20Setup%20151.0.exe + InstallerSha256: EE4B7F5117E91A655211AE9A60B7764A5A02623A3EE9283EADC53A0916592617 + ProductCode: Mozilla Thunderbird 151.0 (x64 br) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.en-US.yaml new file mode 100644 index 000000000000..afe1dd9ccdd7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.br +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (br) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.locale.zh-CN.yaml new file mode 100644 index 000000000000..544073aa51df --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.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.Thunderbird.br +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (br) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.yaml b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.yaml new file mode 100644 index 000000000000..389aabc4f3e3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/br/151.0/Mozilla.Thunderbird.br.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.Thunderbird.br +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f91c8a4cbb61b072cffb0f0f2ee336c338f28399 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:48:09 +0800 Subject: [PATCH 171/325] New version: Mozilla.Thunderbird.da version 151.0 (#376697) --- .../Mozilla.Thunderbird.da.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.da.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.da.locale.zh-CN.yaml | 24 +++++ .../da/151.0/Mozilla.Thunderbird.da.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.yaml diff --git a/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.installer.yaml b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.installer.yaml new file mode 100644 index 000000000000..51343146e84f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.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: Mozilla.Thunderbird.da +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/da/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 0F5589E09FF05DD7CBB4F456252E06EAF2D55EEA7C21AA6E48ADD38915606475 + ProductCode: Mozilla Thunderbird 151.0 (x86 da) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/da/Thunderbird%20Setup%20151.0.exe + InstallerSha256: EF0F1B760E11F837DF7C8604C80DA64412E33C10443B8B57F9B151329D6A7ABE + ProductCode: Mozilla Thunderbird 151.0 (x64 da) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.en-US.yaml new file mode 100644 index 000000000000..9da0e1c7cb64 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.da +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (da) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.locale.zh-CN.yaml new file mode 100644 index 000000000000..9748cfe4898c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.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.Thunderbird.da +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (da) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.yaml b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.da.yaml new file mode 100644 index 000000000000..808854554577 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/da/151.0/Mozilla.Thunderbird.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.Thunderbird.da +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 75868ecdd0f40035ec40805486f2b86132af4fa5 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:48:28 +0800 Subject: [PATCH 172/325] New version: Mozilla.Thunderbird.es-ES version 151.0 (#376707) --- .../Mozilla.Thunderbird.es-ES.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.es-ES.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.es-ES.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.es-ES.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.yaml diff --git a/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.installer.yaml b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.installer.yaml new file mode 100644 index 000000000000..6b0bc82143c1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.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: Mozilla.Thunderbird.es-ES +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/es-ES/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4D52F073F79FB99EF16D8FD1A74FBE1F9DF13F745928F8535D76F0EABB88E77C + ProductCode: Mozilla Thunderbird 151.0 (x86 es-ES) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/es-ES/Thunderbird%20Setup%20151.0.exe + InstallerSha256: BA80234E3C25A5FB0540F0C2299F6AABA2B990756BFF973C60E649A87FB77A06 + ProductCode: Mozilla Thunderbird 151.0 (x64 es-ES) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.en-US.yaml new file mode 100644 index 000000000000..3a72d0b5de8a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.es-ES +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (es-ES) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.locale.zh-CN.yaml new file mode 100644 index 000000000000..7e4cf314fee8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.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.Thunderbird.es-ES +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (es-ES) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.yaml b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.yaml new file mode 100644 index 000000000000..8af513ab4dcd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/es-ES/151.0/Mozilla.Thunderbird.es-ES.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.Thunderbird.es-ES +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d031a665b2b78f3d8d8a852085b72665b1563d70 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:48:43 +0800 Subject: [PATCH 173/325] New version: Mozilla.Thunderbird.hy-AM version 151.0 (#376725) --- .../Mozilla.Thunderbird.hy-AM.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.hy-AM.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.hy-AM.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.hy-AM.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.yaml diff --git a/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.installer.yaml b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.installer.yaml new file mode 100644 index 000000000000..89782e92e6b6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.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: Mozilla.Thunderbird.hy-AM +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/hy-AM/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 66C881723051CD51252E04CC123005E6E989CE415E729BA6317CEA066499C641 + ProductCode: Mozilla Thunderbird 151.0 (x86 hy-AM) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/hy-AM/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 060E4C5BE4A0A496D8D2E53A7BBE9C3A54C8BF629FEB49282CBAD0159852702F + ProductCode: Mozilla Thunderbird 151.0 (x64 hy-AM) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.en-US.yaml new file mode 100644 index 000000000000..623f540450fc --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.hy-AM +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (hy-AM) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.locale.zh-CN.yaml new file mode 100644 index 000000000000..4f5273d896b9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.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.Thunderbird.hy-AM +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (hy-AM) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.yaml b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.yaml new file mode 100644 index 000000000000..57c2e5a74520 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hy-AM/151.0/Mozilla.Thunderbird.hy-AM.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.Thunderbird.hy-AM +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 08e284435c7e48d140aeafba534efffc9249b6f4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:48:59 +0800 Subject: [PATCH 174/325] New version: Mozilla.Thunderbird.ja version 151.0 (#376729) --- .../Mozilla.Thunderbird.ja.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ja.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ja.locale.zh-CN.yaml | 24 +++++ .../ja/151.0/Mozilla.Thunderbird.ja.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.installer.yaml b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.installer.yaml new file mode 100644 index 000000000000..8acf027a655d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.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: Mozilla.Thunderbird.ja +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ja/Thunderbird%20Setup%20151.0.exe + InstallerSha256: AF11F58D05CC4CFC20C2ACF97C579427344F2D33A1A2503D2DDB80B4CB0305D7 + ProductCode: Mozilla Thunderbird 151.0 (x86 ja) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ja/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 79095A20DC89AB582FC701ECE3E43963EB89FC4DB5A4AF81B851B2986859FAD1 + ProductCode: Mozilla Thunderbird 151.0 (x64 ja) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.en-US.yaml new file mode 100644 index 000000000000..ae7a06e58c6d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ja +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ja) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.locale.zh-CN.yaml new file mode 100644 index 000000000000..c74e4ee2951a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.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.Thunderbird.ja +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ja) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.yaml b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.yaml new file mode 100644 index 000000000000..18d2f9f4ce86 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ja/151.0/Mozilla.Thunderbird.ja.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.Thunderbird.ja +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e396765c84aea0e82c630fcc3286c74a3c2b3388 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:49:13 +0800 Subject: [PATCH 175/325] New version: Mozilla.Thunderbird.kk version 151.0 (#376732) --- .../Mozilla.Thunderbird.kk.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.kk.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.kk.locale.zh-CN.yaml | 24 +++++ .../kk/151.0/Mozilla.Thunderbird.kk.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.yaml diff --git a/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.installer.yaml b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.installer.yaml new file mode 100644 index 000000000000..bb519fd2088e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.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: Mozilla.Thunderbird.kk +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/kk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: E1CAFF633B38533948FDECA9F2B59D755D2D07138E274190851D5681603E44CF + ProductCode: Mozilla Thunderbird 151.0 (x86 kk) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/kk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4C3212A275D52B1AA1B668EED92B324361AAFAEDF59624D2455B5BA9BC7B7E45 + ProductCode: Mozilla Thunderbird 151.0 (x64 kk) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.en-US.yaml new file mode 100644 index 000000000000..ed06bea2eff8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.kk +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (kk) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.locale.zh-CN.yaml new file mode 100644 index 000000000000..76e8999db1b6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.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.Thunderbird.kk +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (kk) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.yaml b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.yaml new file mode 100644 index 000000000000..012546cdbbf9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kk/151.0/Mozilla.Thunderbird.kk.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.Thunderbird.kk +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9cd976310828d63d4f91139b0e91be4cad332388 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:52:21 +0800 Subject: [PATCH 176/325] New version: Mozilla.Firefox.cy version 151.0 (#376548) --- .../151.0/Mozilla.Firefox.cy.installer.yaml | 40 ++++++ .../Mozilla.Firefox.cy.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.cy.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.cy.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.cy.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.cy.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.cy.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.cy.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.cy.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.cy.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.cy.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.cy.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.cy.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.cy.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.cy.locale.zh-CN.yaml | 24 ++++ .../Firefox/cy/151.0/Mozilla.Firefox.cy.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.yaml diff --git a/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.installer.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.installer.yaml new file mode 100644 index 000000000000..245ed67c1dea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/cy/Firefox%20Setup%20151.0.exe + InstallerSha256: 05592836B516BDBA54F336B9D6B88072849E184AA5E24D43765CB8BFF371B502 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/cy/Firefox%20Setup%20151.0.exe + InstallerSha256: 56B8BA47A0517426DFBDCC78383B6B1B4CACB839F3D75E18CAA471E815FC4ADC +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/cy/Firefox%20Setup%20151.0.exe + InstallerSha256: 50501B5E266ADC20B1059B06EFF064E8E3EB3D0312B1671EE57A05E6F33AC801 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.cs-CZ.yaml new file mode 100644 index 000000000000..15ae80f3e0dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.da-DK.yaml new file mode 100644 index 000000000000..cc7827d1da87 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.de-DE.yaml new file mode 100644 index 000000000000..e32856eac781 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.el-GR.yaml new file mode 100644 index 000000000000..72b9f1c4dee9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.en-GB.yaml new file mode 100644 index 000000000000..cf867fb276da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.en-US.yaml new file mode 100644 index 000000000000..1a59256edc14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: "151.0" +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 (cy) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.es-MX.yaml new file mode 100644 index 000000000000..f5617585ba58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.fr-FR.yaml new file mode 100644 index 000000000000..51f7adfd0ff4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.hu-HU.yaml new file mode 100644 index 000000000000..bf05e01427fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ja-JP.yaml new file mode 100644 index 000000000000..a2d019d85873 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.nb-NO.yaml new file mode 100644 index 000000000000..19a217691ab9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ru-RU.yaml new file mode 100644 index 000000000000..f1b2822f8f75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.ta-IN.yaml new file mode 100644 index 000000000000..9f332a402472 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.locale.zh-CN.yaml new file mode 100644 index 000000000000..43983ac4b6a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +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/cy/151.0/Mozilla.Firefox.cy.yaml b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.yaml new file mode 100644 index 000000000000..b4ee3646efd7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/151.0/Mozilla.Firefox.cy.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.cy +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 88d22d35af3173d2b1d210ce5bd6cac8709f4722 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:52:38 +0800 Subject: [PATCH 177/325] New version: Learnpulse.Screenpresso version 2.2.12.0 (#376682) --- .../Learnpulse.Screenpresso.installer.yaml | 46 +++++++++++++++++++ .../Learnpulse.Screenpresso.locale.de-DE.yaml | 29 ++++++++++++ .../Learnpulse.Screenpresso.locale.en-US.yaml | 31 +++++++++++++ .../Learnpulse.Screenpresso.locale.fr-FR.yaml | 29 ++++++++++++ .../Learnpulse.Screenpresso.locale.zh-CN.yaml | 28 +++++++++++ .../2.2.12.0/Learnpulse.Screenpresso.yaml | 8 ++++ 6 files changed, 171 insertions(+) create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.installer.yaml create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.de-DE.yaml create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.en-US.yaml create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.fr-FR.yaml create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.zh-CN.yaml create mode 100644 manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.yaml diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.installer.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.installer.yaml new file mode 100644 index 000000000000..c15d9f1adf85 --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.installer.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +UpgradeBehavior: install +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://www.screenpresso.com/binaries/releases/v2-2-12-000/dotnet47/Screenpresso.exe + InstallerSha256: 28BD718986BFC5B4DEBB75A8A17254993D006711063B7C95852701DE9C03F993 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: deploy --install --quiet + SilentWithProgress: deploy --install --quiet + Interactive: deploy --install + ProductCode: Screenpresso +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://www.screenpresso.com/binaries/releases/v2-2-12-000/dotnet47/Screenpresso.exe + InstallerSha256: 28BD718986BFC5B4DEBB75A8A17254993D006711063B7C95852701DE9C03F993 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: deploy --install --quiet + SilentWithProgress: deploy --install --quiet + Interactive: deploy --install + Custom: --programfiles + ProductCode: Screenpresso +- Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://www.screenpresso.com/binaries/releases/v2-2-12-000/dotnet47/ScreenpressoSetup.msi + InstallerSha256: 57FC7903EBD71D954467607D9C09B34F418CE3FFB780D3FA8A329F700DD5CC62 + ProductCode: '{ce3978d8-170b-4b19-9de4-28753a07248a}' + AppsAndFeaturesEntries: + - ProductCode: '{ce3978d8-170b-4b19-9de4-28753a07248a}' + UpgradeCode: '{35D6B64D-DD12-4513-B273-1D630B56E451}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.de-DE.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.de-DE.yaml new file mode 100644 index 000000000000..68fc62991548 --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.de-DE.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: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +PackageLocale: de-DE +Publisher: Learnpulse +PublisherUrl: https://www.screenpresso.com/ +PublisherSupportUrl: https://www.screenpresso.com/de/support/ +PrivacyUrl: https://www.screenpresso.com/de/datenschutz-bestimmungen/ +Author: Learnpulse SAS +PackageName: Screenpresso +PackageUrl: https://www.screenpresso.com/de/ +License: Proprietär +LicenseUrl: https://www.screenpresso.com/de/softwarelizenzvertrag +Copyright: Copyright © Learnpulse 2026 +CopyrightUrl: https://www.screenpresso.com/de/softwarelizenzvertrag +ShortDescription: Screenpresso erfasst Ihren Desktop für Ihre Schulungsdokumente, gemeinsame Designarbeit, IT-Fehlerberichte und mehr. +Description: Screenpresso erfasst Ihren Desktop für Ihre Schulungsdokumente, gemeinsame Designarbeit, IT-Fehlerberichte und mehr. Screenpresso ist ein leichtgewichtiges Bildschirmerfassungs-Tool mit integriertem Bildeditor, Benutzerhandbuch-Generator und Teilen-Optionen. +Tags: +- aufnahme +- bildschirmaufnahme +- bildschirmfotos +- screenshot +- videoaufnahme +ReleaseNotesUrl: https://www.screenpresso.com/de/softwareveroffentlichung/screenpresso-2-2-12/ +PurchaseUrl: https://www.screenpresso.com/de/preise/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.en-US.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.en-US.yaml new file mode 100644 index 000000000000..5369be9c6905 --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.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: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +PackageLocale: en-US +Publisher: Learnpulse +PublisherUrl: https://www.screenpresso.com/ +PublisherSupportUrl: https://www.screenpresso.com/support/ +PrivacyUrl: https://www.screenpresso.com/privacy-policy/ +Author: Learnpulse SAS +PackageName: Screenpresso +PackageUrl: https://www.screenpresso.com/ +License: Proprietary +LicenseUrl: https://www.screenpresso.com/software-license-agreement/ +Copyright: Copyright © Learnpulse 2026 +CopyrightUrl: https://www.screenpresso.com/software-license-agreement/ +ShortDescription: Image and Video screen capture +Description: Screenpresso captures your desktop (screenshots and HD videos) for your training documents, collaborative design work, IT bug reports, and more… +Moniker: screenpresso +Tags: +- capture +- recording +- screencapture +- screenshot +- videocapture +ReleaseNotes: Bug fixes. +ReleaseNotesUrl: https://www.screenpresso.com/releases/screenpresso-2-2-12/ +PurchaseUrl: https://www.screenpresso.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.fr-FR.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.fr-FR.yaml new file mode 100644 index 000000000000..d7be6ea151ae --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.fr-FR.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: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +PackageLocale: fr-FR +Publisher: Learnpulse +PublisherUrl: https://www.screenpresso.com/ +PublisherSupportUrl: https://www.screenpresso.com/fr/support/ +PrivacyUrl: https://www.screenpresso.com/fr/politique-de-confidentialite/ +Author: Learnpulse SAS +PackageName: Screenpresso +PackageUrl: https://www.screenpresso.com/fr/ +License: Propriétaire +LicenseUrl: https://www.screenpresso.com/fr/contrat-de-licence/ +Copyright: Copyright © Learnpulse 2026 +CopyrightUrl: https://www.screenpresso.com/fr/contrat-de-licence/ +ShortDescription: Capture d’écran en image et vidéo +Description: Screenpresso capture votre bureau Windows (en images et en vidéos HD) pour vos documents, tutoriels, maquettes, travaux collaboratifs, vos rapports de bogues et bien plus… +Tags: +- capture +- enregistrement +- screencapture +- screenshot +- videocapture +ReleaseNotesUrl: https://www.screenpresso.com/fr/versions/screenpresso-2-2-12/ +PurchaseUrl: https://www.screenpresso.com/fr/tarifs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.zh-CN.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.locale.zh-CN.yaml new file mode 100644 index 000000000000..362b162bfb00 --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.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: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +PackageLocale: zh-CN +Publisher: Learnpulse +PublisherUrl: https://www.screenpresso.com/ +PublisherSupportUrl: https://www.screenpresso.com/support/ +PrivacyUrl: https://www.screenpresso.com/privacy-policy/ +Author: Learnpulse SAS +PackageName: Screenpresso +PackageUrl: https://www.screenpresso.com/ +License: 专有软件 +LicenseUrl: https://www.screenpresso.com/software-license-agreement/ +Copyright: Copyright © Learnpulse 2026 +CopyrightUrl: https://www.screenpresso.com/software-license-agreement/ +ShortDescription: 截屏和录屏 +Description: Screenpresso 可捕获您的桌面(屏幕截图和高清视频),用于培训文档、协同设计工作、IT 错误报告等... +Tags: +- 录制 +- 录屏 +- 截图 +- 截屏 +- 捕获 +PurchaseUrl: https://www.screenpresso.com/pricing/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.yaml b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.yaml new file mode 100644 index 000000000000..cac5f08e567f --- /dev/null +++ b/manifests/l/Learnpulse/Screenpresso/2.2.12.0/Learnpulse.Screenpresso.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: Learnpulse.Screenpresso +PackageVersion: 2.2.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fa288f5891d48ad87d30b07ea0eb88e5ef99907f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:52:54 +0800 Subject: [PATCH 178/325] New version: Mozilla.Thunderbird.fi version 151.0 (#376713) --- .../Mozilla.Thunderbird.fi.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.fi.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.fi.locale.zh-CN.yaml | 24 +++++ .../fi/151.0/Mozilla.Thunderbird.fi.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.yaml diff --git a/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.installer.yaml b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.installer.yaml new file mode 100644 index 000000000000..bcec39008e67 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.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: Mozilla.Thunderbird.fi +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/fi/Thunderbird%20Setup%20151.0.exe + InstallerSha256: CD177D0896CEB2D6BE36597095A6CD51D2D1741FF01AF1457787B042B3A8EC12 + ProductCode: Mozilla Thunderbird 151.0 (x86 fi) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/fi/Thunderbird%20Setup%20151.0.exe + InstallerSha256: EAF3DD6AD719ADC397DC837042F3C94403BD22A47C54D9D76A7903CE48D222AC + ProductCode: Mozilla Thunderbird 151.0 (x64 fi) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.en-US.yaml new file mode 100644 index 000000000000..3ff96128e1bc --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.fi +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (fi) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.locale.zh-CN.yaml new file mode 100644 index 000000000000..53883133cb3d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.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.Thunderbird.fi +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (fi) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.yaml b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.yaml new file mode 100644 index 000000000000..38d2ba2b9146 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fi/151.0/Mozilla.Thunderbird.fi.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.Thunderbird.fi +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 42bb1644ea5fffe951aa14a2b2ee33ac8c13823b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:53:10 +0800 Subject: [PATCH 179/325] New version: Mozilla.Thunderbird.gl version 151.0 (#376720) --- .../Mozilla.Thunderbird.gl.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.gl.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.gl.locale.zh-CN.yaml | 24 +++++ .../gl/151.0/Mozilla.Thunderbird.gl.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.yaml diff --git a/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.installer.yaml b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.installer.yaml new file mode 100644 index 000000000000..ddc7faabbd9d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.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: Mozilla.Thunderbird.gl +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/gl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9D1F9A17D9EF0FE5C8DE9100DA1F6FD584FC722B0D8AF2E6D86401BF359875B2 + ProductCode: Mozilla Thunderbird 151.0 (x86 gl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/gl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 66932F37B1109FFFF0A5D6915A6C7D697723F3E66996AB0C86FC0B5E077092A0 + ProductCode: Mozilla Thunderbird 151.0 (x64 gl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.en-US.yaml new file mode 100644 index 000000000000..d1700e54a77c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.gl +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (gl) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.locale.zh-CN.yaml new file mode 100644 index 000000000000..646c8e42c75e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.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.Thunderbird.gl +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (gl) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.yaml b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.yaml new file mode 100644 index 000000000000..94739b049195 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/gl/151.0/Mozilla.Thunderbird.gl.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.Thunderbird.gl +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 146f5a0e5dcd63b7ac0ff3c0c59f7433728b06db Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:53:26 +0800 Subject: [PATCH 180/325] New version: Mozilla.Thunderbird.hsb version 151.0 (#376723) --- .../Mozilla.Thunderbird.hsb.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.hsb.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.hsb.locale.zh-CN.yaml | 24 +++++ .../hsb/151.0/Mozilla.Thunderbird.hsb.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.yaml diff --git a/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.installer.yaml b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.installer.yaml new file mode 100644 index 000000000000..4f1c2c4a141b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.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: Mozilla.Thunderbird.hsb +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/hsb/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6D15D96C60DE70C487DF5FFB91FA1EFFB2AD28F1A0E3519557C52F41CB67A66C + ProductCode: Mozilla Thunderbird 151.0 (x86 hsb) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/hsb/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6FD6320AD913D071EFC596A958CB9F7780E5566442D4C461D376386A10E25FD7 + ProductCode: Mozilla Thunderbird 151.0 (x64 hsb) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.en-US.yaml new file mode 100644 index 000000000000..43ac167e40cd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.hsb +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (hsb) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..7b9cb76e16c5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.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.Thunderbird.hsb +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (hsb) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.yaml b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.hsb.yaml new file mode 100644 index 000000000000..13586ea72940 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hsb/151.0/Mozilla.Thunderbird.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.Thunderbird.hsb +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3914a78d50f3e3e3169f41c4b4cd32d54a708659 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Tue, 19 May 2026 22:53:39 +0200 Subject: [PATCH 181/325] New version: Microsoft.PerfView version 3.2.3 (#376746) --- .../3.2.3/Microsoft.PerfView.installer.yaml | 15 ++++++ .../Microsoft.PerfView.locale.en-US.yaml | 50 +++++++++++++++++++ .../PerfView/3.2.3/Microsoft.PerfView.yaml | 8 +++ 3 files changed, 73 insertions(+) create mode 100644 manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.installer.yaml create mode 100644 manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.yaml diff --git a/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.installer.yaml b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.installer.yaml new file mode 100644 index 000000000000..ce9cdf551092 --- /dev/null +++ b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.PerfView +PackageVersion: 3.2.3 +InstallerType: portable +Commands: +- perfview +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/microsoft/perfview/releases/download/v3.2.3/PerfView.exe + InstallerSha256: EDF8B7EDA654F9E818781C06D9A02C953B1DB568CF0E42C625400523C4F46735 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.locale.en-US.yaml b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.locale.en-US.yaml new file mode 100644 index 000000000000..88bdc50492f1 --- /dev/null +++ b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.PerfView +PackageVersion: 3.2.3 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://flow.microsoft.com/ +PublisherSupportUrl: https://flow.microsoft.com/support +PrivacyUrl: https://privacy.microsoft.com/PrivacyStatement +Author: Microsoft Corporation +PackageName: PerfView +PackageUrl: https://github.com/microsoft/perfview +License: MIT +LicenseUrl: https://github.com/microsoft/perfview/blob/HEAD/LICENSE.TXT +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/terms-of-use +ShortDescription: PerfView is a CPU and memory performance-analysis tool. +Description: |- + PerfView is a free performance-analysis tool that helps isolate CPU and memory-related performance issues. + It is a Windows tool, but it also has some support for analyzing data collected on Linux machines. + It works for a wide variety of scenarios, but has a number of special features for investigating + performance issues in code written for the .NET runtime. +Moniker: perfview +Tags: +- dotnet +- dotnet-core +- performance +- performance-analysis +- windows +ReleaseNotes: |- + What's Changed + - Upgrade Microsoft.Windows.CsWin32 to 0.3.209 (GHSA-ghhp-997w-qr28) by @Copilot in #2409 + - Enable Spectre mitigations and linker optimizations for EtwClrProfiler by @danmoseley in #2410 + - Fix 'unhanded' / 'occured' typos in UnhandledExceptionDialog body text by @SAY-5 in #2413 + - Fix GCStats failures on dotnet trace gc-verbose collections (#2414) by @cincuranet in #2415 + - C entrypoint fixes by @zachcmadsen in #2421 + New Contributors + - @SAY-5 made their first contribution in #2413 + Full Changelog: v3.2.2...v3.2.3 +ReleaseNotesUrl: https://github.com/microsoft/perfview/releases/tag/v3.2.3 +Documentations: +- DocumentLabel: GitHub Documentation + DocumentUrl: https://github.com/microsoft/perfview/tree/main/documentation +- DocumentLabel: Vance Morrison's Weblog + DocumentUrl: https://learn.microsoft.com/en-us/archive/blogs/vancem +- DocumentLabel: Video Tutorials + DocumentUrl: https://learn.microsoft.com/en-us/shows/perfview-tutorial +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.yaml b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.yaml new file mode 100644 index 000000000000..146e63b0c476 --- /dev/null +++ b/manifests/m/Microsoft/PerfView/3.2.3/Microsoft.PerfView.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: Microsoft.PerfView +PackageVersion: 3.2.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e5c34c18567591e41e1d53eccf499ac520b7520c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:53:55 +0800 Subject: [PATCH 182/325] New version: Mozilla.Thunderbird.rm version 151.0 (#376748) --- .../Mozilla.Thunderbird.rm.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.rm.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.rm.locale.zh-CN.yaml | 24 +++++ .../rm/151.0/Mozilla.Thunderbird.rm.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.yaml diff --git a/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.installer.yaml b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.installer.yaml new file mode 100644 index 000000000000..11d23bcb5194 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.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: Mozilla.Thunderbird.rm +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/rm/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 328173A972B64EC46574DBE55ECBD544DEE80BAC62E82FD1BC23CF82D438A7F6 + ProductCode: Mozilla Thunderbird 151.0 (x86 rm) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/rm/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6474936560271836C3BBCFB9F9AFDD128A1E0FAB1E98E631CB1CCFABB094D6AE + ProductCode: Mozilla Thunderbird 151.0 (x64 rm) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.en-US.yaml new file mode 100644 index 000000000000..88edb0b44dc3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.rm +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (rm) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.locale.zh-CN.yaml new file mode 100644 index 000000000000..efc48eb9862a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.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.Thunderbird.rm +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (rm) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.yaml b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.rm.yaml new file mode 100644 index 000000000000..413653f1f586 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/rm/151.0/Mozilla.Thunderbird.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.Thunderbird.rm +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 481de23bb0b8f057a02a44d20acf661cc1ea8406 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:54:10 +0800 Subject: [PATCH 183/325] New version: Mozilla.Thunderbird.tr version 151.0 (#376759) --- .../Mozilla.Thunderbird.tr.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.tr.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.tr.locale.zh-CN.yaml | 24 +++++ .../tr/151.0/Mozilla.Thunderbird.tr.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.yaml diff --git a/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.installer.yaml b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.installer.yaml new file mode 100644 index 000000000000..60aca776369d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.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: Mozilla.Thunderbird.tr +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/tr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: A82A27955564A88443E3E24E19EA27100F3FEA49F7F7D5987B3CDC6525C96D10 + ProductCode: Mozilla Thunderbird 151.0 (x86 tr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/tr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: A3B35A136A043CCF3195DF4E2ED93CE1239664588AC40DB94AE80F6EE89F4F42 + ProductCode: Mozilla Thunderbird 151.0 (x64 tr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.en-US.yaml new file mode 100644 index 000000000000..5a7b4786e490 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.tr +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (tr) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.locale.zh-CN.yaml new file mode 100644 index 000000000000..374c98b63c1a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.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.Thunderbird.tr +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (tr) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.yaml b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.yaml new file mode 100644 index 000000000000..4bf5f90a9567 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/tr/151.0/Mozilla.Thunderbird.tr.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.Thunderbird.tr +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 300f4fb560d66562813369ecc8b74d89cc473537 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:54:24 +0800 Subject: [PATCH 184/325] New version: Baidu.Comate version 2.0.0 (#376767) --- .../Comate/2.0.0/Baidu.Comate.installer.yaml | 154 ++++++++++++++++++ .../2.0.0/Baidu.Comate.locale.en-US.yaml | 19 +++ .../2.0.0/Baidu.Comate.locale.zh-CN.yaml | 34 ++++ .../b/Baidu/Comate/2.0.0/Baidu.Comate.yaml | 8 + 4 files changed, 215 insertions(+) create mode 100644 manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.installer.yaml create mode 100644 manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.en-US.yaml create mode 100644 manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.zh-CN.yaml create mode 100644 manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.yaml diff --git a/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.installer.yaml b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.installer.yaml new file mode 100644 index 000000000000..4a7f6b1236d3 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.installer.yaml @@ -0,0 +1,154 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.0.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- comate +FileExtensions: +- ascx +- asp +- aspx +- bash +- bash_login +- bash_logout +- bash_profile +- bashrc +- bib +- bowerrc +- c +- c++ +- cc +- cfg +- cjs +- clj +- cljs +- cljx +- clojure +- cls +- cmake +- code-workspace +- coffee +- config +- containerfile +- cpp +- cs +- cshtml +- csproj +- css +- csv +- csx +- ctp +- cxx +- dart +- diff +- dockerfile +- dot +- dtd +- editorconfig +- edn +- erb +- eyaml +- eyml +- fs +- fsi +- fsscript +- fsx +- gemspec +- gitattributes +- gitconfig +- gitignore +- go +- gradle +- groovy +- h +- h++ +- handlebars +- hbs +- hh +- hpp +- hxx +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- lua +- m +- makefile +- markdown +- md +- mdoc +- mdown +- mdtext +- mdtxt +- mdwn +- mjs +- mk +- mkd +- mkdn +- ml +- mli +- npmignore +- php +- phtml +- pl +- pl6 +- plist +- pm +- pm6 +- pod +- pp +- profile +- properties +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ProductCode: '{E1BCCBB0-0C31-40C1-AB8D-2AE2E6C3C2F2}}_is1' +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://comate-ide.cdn.bcebos.com/download/stable/69f76118f431176dda6c10db268f694dea1f3b78-253535543/Comate-win32-x64-user-setup.exe + InstallerSha256: 41B26D4091512C8C5C8FAAE3ECEC15D7369FC923296F4F36CDA3785CC0945A6F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.en-US.yaml b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.en-US.yaml new file mode 100644 index 000000000000..14bce92c6eb0 --- /dev/null +++ b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.0.0 +PackageLocale: en-US +PublisherUrl: https://comate.baidu.com/en +License: Proprietary +ShortDescription: Intelligent coding capabilities throughout the entire development process along with enhanced multimodal abilities. Install now to start a seamless and natural intelligent development experience. +PurchaseUrl: https://comate.baidu.com/en/pricing +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: Tutorials + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: FAQ + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.zh-CN.yaml b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.zh-CN.yaml new file mode 100644 index 000000000000..aed3f2cf7c2e --- /dev/null +++ b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baidu.Comate +PackageVersion: 2.0.0 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://comate.baidu.com/ +PublisherSupportUrl: https://developer.baidu.com/singleTagPage.html?tagId=326 +PrivacyUrl: https://cloud.baidu.com/doc/COMATE/s/2lxiygl2z +Author: 北京百度网讯科技有限公司 +PackageName: Comate +PackageUrl: https://comate.baidu.com/download +License: 专有软件 +LicenseUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +Copyright: © 2026 Baidu +CopyrightUrl: https://cloud.baidu.com/doc/COMATE/s/glxiygwdx +ShortDescription: 智能编码能力深度融入开发全流程,多模态能力全面增强,一键安装、畅享自然流畅的智能开发体验。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +PurchaseUrl: https://comate.baidu.com/pricing +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/9lnvs245z +- DocumentLabel: 教学课程 + DocumentUrl: https://comate.baidu.com/zh/curriculums/1 +- DocumentLabel: 常见问题 + DocumentUrl: https://cloud.baidu.com/doc/COMATE/s/Dlnvqzquu +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.yaml b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.yaml new file mode 100644 index 000000000000..978db192347c --- /dev/null +++ b/manifests/b/Baidu/Comate/2.0.0/Baidu.Comate.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: Baidu.Comate +PackageVersion: 2.0.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 16601e1d68db0f2b2cc07744e83eb33d87526928 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 04:54:39 +0800 Subject: [PATCH 185/325] New version: wm94i.WorkReview version 1.0.47 (#376771) --- .../1.0.47/wm94i.WorkReview.installer.yaml | 16 ++++++ .../1.0.47/wm94i.WorkReview.locale.en-US.yaml | 23 +++++++++ .../1.0.47/wm94i.WorkReview.locale.zh-CN.yaml | 50 +++++++++++++++++++ .../WorkReview/1.0.47/wm94i.WorkReview.yaml | 8 +++ 4 files changed, 97 insertions(+) create mode 100644 manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.installer.yaml create mode 100644 manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.en-US.yaml create mode 100644 manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.zh-CN.yaml create mode 100644 manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.yaml diff --git a/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.installer.yaml b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.installer.yaml new file mode 100644 index 000000000000..aebafdc351d8 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.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: wm94i.WorkReview +PackageVersion: 1.0.47 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: Work Review +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wm94i/Work-Review/releases/download/v1.0.47/Work_Review_1.0.47_x64-setup.exe + InstallerSha256: CF14FAC18B2C6874255A1940D751F5693678CF5E5672B3C6FB43EA1B81B22941 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.en-US.yaml b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.en-US.yaml new file mode 100644 index 000000000000..83bb6d611ad0 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.47 +PackageLocale: en-US +License: Freeware +ShortDescription: Automatically records for you which apps you use, which web pages you browse, and how much time you spend on each app throughout the day. +Description: |- + Work Review continuously records the apps you use, websites you visit, key windows and screen content throughout the day in the background, then organizes these discrete fragments into a work trajectory that supports playback, follow-up queries, and work retrospectives. + - No manual clock-in is required, nor do you need to recall what you did that day afterwards + - The overview, timeline, daily report, and work assistant all share the same set of underlying records + - You can not only view statistics, but also directly trace back to specific pages, window titles and contextual screenshots + - Supports three interface languages: Simplified Chinese, English, and Traditional Chinese; daily reports are generated and switched automatically according to the currently selected language + - Supports lightweight mode, hourly activity view, Markdown export of daily reports, and switching between multi-screen screenshot strategies + - The Desktop Avatar Beta is now available, accompanying you during work with more lightweight virtual desktop pet status feedback + All data is stored locally, and no data will be uploaded to any server. AI features are optional, and the product is fully usable even when these features are disabled. +Tags: +- time +- timer +- tracker +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.zh-CN.yaml b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.zh-CN.yaml new file mode 100644 index 000000000000..e33016d8a403 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: wm94i.WorkReview +PackageVersion: 1.0.47 +PackageLocale: zh-CN +Publisher: workreview +PublisherUrl: https://github.com/wm94i +PublisherSupportUrl: https://github.com/wm94i/Work-Review/issues +PackageName: Work Review +PackageUrl: https://github.com/wm94i/Work-Review +License: 免费软件 +Copyright: © 2026 WorkReview +ShortDescription: 帮你自动记录一天中使用了哪些应用、浏览了哪些网页、在每个应用上花了多少时间 +Description: |- + Work Review 会在后台持续记录你当天使用过的应用、访问过的网站、关键窗口和屏幕内容,再把这些离散片段整理成一条可回看、可追问、可复盘的工作轨迹。 + - 不需要手动打卡,也不用事后回忆今天干了什么 + - 概览、时间线、日报、工作助手共用同一份底层记录 + - 既能看统计,也能直接追到具体页面、窗口标题和上下文截图 + - 支持简体中文 / English / 繁體中文三种界面语言,日报会按当前语言分别生成与切换 + - 支持轻量模式、按小时活跃度视图、日报 Markdown 导出和多屏截图策略切换 + - 现在还提供 桌面化身 Beta,用更轻量的桌宠状态反馈陪你工作 + 全部数据本地存储,不上传任何服务器。AI 功能可选,关掉也完全可用。 +Tags: +- 时间 +- 计时器 +- 跟踪器 +ReleaseNotes: |- + 新增 + - 远程截图存储:支持 S3/MinIO 和 WebDAV 上传截图,上传成功后回写 URL 到数据库(#88, @lumia1998) + - 时间线详情弹窗隐私规则快捷设置:三段式按钮 + 确认弹窗,支持完全记录/仅统计时长/完全忽略 + - About 页面自动检查更新开关:可关闭启动时自动更新检查 + - Localhost API 文档写入 README(#83) + 安全 + - Telegram Bot 新增 chat_id 白名单:未授权会话拒绝响应(#86) + - 飞书 Bot 强制要求 verification_token:未配置时拒绝所有请求(#86) + - localhost API 限制 loopback 地址:禁止绑定 0.0.0.0 暴露到局域网(#86) + - Tauri webview 添加 CSP 安全策略(#86) + - shell:allow-execute 添加 args 校验(#86) + - config.json 写入时设置 0o600 权限(#86) + - 更新 endpoint 顺序调整:GitHub 直连优先,代理作为 fallback(#86) + 优化 + - 隐私规则按钮从合并样式改为带间距的独立卡片 + - 三语 i18n 补全(zh-CN / en / zh-TW) + macOS 安装说明 + 首次打开可能提示「已损坏,无法打开」,请执行: + sudo xattr -rd com.apple.quarantine '/Applications/Work Review.app' +ReleaseNotesUrl: https://github.com/wm94i/Work-Review/releases/tag/v1.0.47 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.yaml b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.yaml new file mode 100644 index 000000000000..bd8b91c519c4 --- /dev/null +++ b/manifests/w/wm94i/WorkReview/1.0.47/wm94i.WorkReview.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: wm94i.WorkReview +PackageVersion: 1.0.47 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 84bea52d861e3bfda4b7b6ed50e8dc84654a786d Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Tue, 19 May 2026 16:54:53 -0400 Subject: [PATCH 186/325] Remove version: ZedIndustries.Zed.Preview version 1.3.0-pre (#376795) --- .../ZedIndustries.Zed.Preview.installer.yaml | 29 ---- ...edIndustries.Zed.Preview.locale.en-US.yaml | 130 ------------------ .../1.3.0-pre/ZedIndustries.Zed.Preview.yaml | 8 -- 3 files changed, 167 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.yaml diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.installer.yaml deleted file mode 100644 index 0397643e27fa..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.3.0-pre -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -ReleaseDate: 2026-05-13 -AppsAndFeaturesEntries: -- DisplayVersion: 1.3.0 - ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed Preview' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.3.0-pre/Zed-x86_64.exe - InstallerSha256: 14779B74FEBBAB28768966C0CD8525F18A4BA272DB97C524219AA4C767DFB1D7 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.3.0-pre/Zed-aarch64.exe - InstallerSha256: 6315345A3A08C3446B1B2BA39A3494B58E2C0901DE6867B788BF31A5290318A9 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml deleted file mode 100644 index e5e0d7ed0085..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml +++ /dev/null @@ -1,130 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.3.0-pre -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed Preview -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - This week's release includes a Git panel branch history view and support for running custom Git commands from the Git Graph context menu, inline image and Mermaid diagram rendering in the agent, a new subagent_model setting, optional text icons for completion items ("completion_menu_item_kind": "symbol"), and Vim g z jump-to-word navigation. - Shipped by the Zed Guild 🛡️ - - Added built-in language server support for Bash. (#52811; thanks lingyaochu) - Learn about the Zed Guild. - Features - AI - - Agent: Added setting subagent_model to specify which model is used when a subagent is spawned. (#56203) - - Agent: Added support for rendering inline images. (#56427) - - Agent: Added support for Mermaid diagrams. (#56430) - - Agent: Improved UX when agent tries to edit unsaved buffer. (#55655) - - Agent: Added Mistral Ministral 3 models. (#55443; thanks dargor) - - Agent: Added support for grok-4.3 and grok-4.2. (#55931) - - Agent: Added Google Gemini 3.1 Flash Lite. (#56248; thanks qtqgyt) - - Agent: Updated OpenCode Free models (BigPickle and Ring 2.6 1T Free). (#56328; thanks Vlaaaaaaad) - - Agent: Added support for gpt-5.4-nano/mini models for OpenAI provider. (#56476) - - Agent: Improved output quality when using OpenAI models. (#56476) - - Agent: Added guardrail_identifier and guardrail_version settings for AWS Bedrock, enabling use in environments where IAM policies require a guardrail on all model requests. (#50084; thanks 9to6) - - Agent: Added support for editing the thread title for external agent threads. (#56446) - - Agent: Added user confirmation requirement before letting tools modify files inside .agents/skills/ (per-project) or ~/.agents/skills/ (global), so skills installed by any agent are protected from unsolicited edits. (#56456) - - Anthropic: Added dynamic fetching of available models from Anthropic API. (#56397) - - Improved sidebar search placeholder text to read "Search threads…" instead of "Search…". (#56081) - - Edit Prediction: Added the ability to input the "expected patch", i.e. what the model should have predicted in the edit prediction: rate completions modal. (#56629) - - Improved Anthropic prompt cache utilization, reducing latency and cost for ongoing conversations. (#56472) - - Improved Bedrock prompt cache utilization by anchoring the system prompt as its own cache prefix. (#56474) - - Improved Copilot edit predictions to no longer rely on a system node installation, so the system node version no longer affects whether they work in Zed. (#56635) - Git - - Added a history view to the Git panel that allows to quickly see in a list all the commits for a given branch. (#56500) - - Added support for running global custom Git command tasks from the Git Graph commit context menu. (#56354) - - Added support for force deleting worktrees that contain modified or untracked files. (#56519) - - Added a Copy Tag action to the git graph context menu. (#56110) - - Changed the git::Commit action (cmd-enter or ctrl-enter) to now commit a pending amend. (#54472) - - Added confirmation prompt when deleting unmerged git branches, with option to force delete. (#55927) - - Added alt+click on delete button to force delete a branch immediately. (#55927) - Vim / Helix - - Added Vim-mode jump-to-word navigation on g z. (#55492; thanks GoldStrikeArch) - - Added support for Helix' buffer picker that is opened via space b by default. (#55868; thanks jnns) - - Added a setting vim.show_edit_predictions_in_normal_mode to control whether edit predictions are shown in normal mode. (#55956) - Remote Development - - Added support for SCP style SSH urls: zed ssh://user@host:~/code/proj. (#56304; thanks notpeter) - Other - - Added text icons for completion items (disabled by default, use "completion_menu_item_kind": "symbol" to enable). (#56396) - - Improved Markdown preview table cells to vertically center content in tall rows and respect column alignment from the table header. (#53465; thanks davidalecrim1) - - Improved Mermaid diagrams in rendered markdown to match your theme by default. (#56430) - - Added a Hide Button entry to the right-click context menu on status bar items and panel buttons. (#54971) - - Added support for opening a file with a line range selected in the file finder using the path:start-end syntax (e.g. file.rs:10-20). (#53958; thanks cppcoffee) - - Added file:line:col navigation from ctrl+click hover links in the editor. (#55877; thanks jabdinghoff) - - Optimized multibuffer creation by conditionally using headers based on RHS state. (#56058; thanks chirivelli) - - Improved the minimum size of diagnostics pane excerpts. (#56172) - - Improved default button focus in macOS dialogs. (#56513) - - Improved auto update error message for NixOS users missing rsync. (#56097; thanks karol-broda) - - Added theme keys for configuring editor diff hunk colors. (#51784; thanks vitallium) - - Improved extension updates to be more resilient to network and upstream failures. (#54355) - Bug Fixes - - Agent: Fixed an issue where editing would sometimes fail for specific models (Deepseek v4). (#55894) - - Ollama: Fixed issue where specifying auto_discover: false would still auto discover models. (#55999; thanks ogtega) - - Fixed a bug where restoring diff hunks in remote projects would leave stale no-op hunks in the UI. (#54823) - - Fixed a bug where selection mentions would resolve to the literal selection rather than the URI in draft threads. (#55203) - - Fixed a bug where Zed incorrectly kept a removed pane as the active pane. (#56229) - - Fixed a crash in follow mode when opening multibuffers. (#55948) - - Fixed a crash in markdown preview when a mermaid flowchart contained a partially-typed parallelogram node like A[/] or A[\]. (#56199) - - Fixed agent "finished" notification appearing right before the queued message is sent. (#56157) - - Fixed agent panel staying in a generating state when the underlying prompt task was cancelled before completing. (#55562; thanks brunorodmoreira) - - Fixed an issue where local settings files would not correctly open on remote workspaces. (#56373) - - Fixed an issue where re-running the git: branch diff after changing the active project would not refresh the branch diff to show the branch diff of the active project. (#56552) - - Fixed an out-of-bounds panic when the AI produced multiple inline rewrites in a single completion. (#52458; thanks mre) - - Fixed code lens decorations painting outside the editor viewport when horizontally scrolling. (#56549; thanks terror) - - Fixed eagerly truncated labels in the Debug modal. (#56510; thanks afgomez) - - Fixed file names containing markdown special characters (e.g. __somefile__) being rendered as formatted text in the git discard confirmation dialog. (#56197; thanks alkinun) - - Fixed installing extensions when Zed's cache and data directories are on different filesystems. (#56437; thanks PiasekDev) - - Fixed resolved lens causing flickers. (#56047) - - Fixed some rare cases where API requests would fail with Unauthorized. (#56559) - - Fixed the ACP Registry getting stuck on loading when registry or icon requests hang. (#56108; thanks grgwuk990) - - Fixed the agent panel to show "Restore checkpoint" as soon as the agent starts editing instead of waiting until the turn ends. (#56611) - - Fixed unsaved untitled buffers being silently lost when opening a file or project from an empty window. (#55889) - - Fixed vim change surrounds for MiniQuotes, MiniBrackets, and AnyQuotes. (#51067; thanks ian-h-chamberlain) - - Fixed Windows installer task arguments syntax. (#50464) - - Fixed scrollbar position jumping or inverting when content height changes during a scrollbar drag (e.g. in the agent panel while streaming). (#53378; thanks KlausUllrich) - - Fixed DashScope (Aliyun) tool calls not preserving id and name across streaming delta chunks. - - Fixed file names containing markdown special characters (e.g. __somefile__) being rendered as formatted text in the file deletion confirmation dialog. (#55697; thanks alkinun) - - Fixed Vim % (jump to matching) to match C preprocessor directives (e.g. #if/#endif) and comment delimiters, like Neovim. (#55515; thanks tanaxer01) - - Fixed Vim % incorrectly expanding into the rest of the file when used on a blank line inside a bracket range. (#55515; thanks tanaxer01) - Breaking Changes and Notices - - Removed open tool from built-in Agent tools. (#56295) - - Removed deprecated xAI models. (#55931) - - Removed deprecated Mistral models. (#55443; thanks dargor) - - Removed deprecated OpenCode models (MiMo V2, Hy3, and Claude 3.5 Haiku). (#56278; thanks Vlaaaaaaad) - - Removed Ling 2.6 Flash Free model from the OpenCode provider. (#55984; thanks Sikriet) - - Removed deprecated OpenAI models. (#56476) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.3.0-pre -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.yaml deleted file mode 100644 index 7156322160c3..000000000000 --- a/manifests/z/ZedIndustries/Zed/Preview/1.3.0-pre/ZedIndustries.Zed.Preview.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: ZedIndustries.Zed.Preview -PackageVersion: 1.3.0-pre -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 56d1216e78441a3b863cd75b06a20adde828aadd Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:14:09 +0800 Subject: [PATCH 187/325] New version: Tencent.TencentVideo version 11.166.2270.0 (#375860) --- .../Tencent.TencentVideo.installer.yaml | 70 +++++++++++++++++++ .../Tencent.TencentVideo.locale.en-US.yaml | 41 +++++++++++ .../Tencent.TencentVideo.locale.zh-CN.yaml | 41 +++++++++++ .../11.166.2270.0/Tencent.TencentVideo.yaml | 8 +++ 4 files changed, 160 insertions(+) create mode 100644 manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.installer.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.locale.en-US.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.locale.zh-CN.yaml create mode 100644 manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.yaml diff --git a/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.installer.yaml b/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.installer.yaml new file mode 100644 index 000000000000..7d1d2282045f --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.166.2270.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.166.2270.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-05-18 +Installers: +- Architecture: x86 + InstallerUrl: https://dldir1v6.qq.com/qqtv/TencentVideo11.166.2270.0.exe?support_redirect=1 + InstallerSha256: 79B47A98944B26C72A1B955CADF3C27C42BFE267D28385045C84EE058CD8A39E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.locale.en-US.yaml b/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.locale.en-US.yaml new file mode 100644 index 000000000000..0754bf27b978 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.166.2270.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.166.2270.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.166.2270.0/Tencent.TencentVideo.locale.zh-CN.yaml b/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.locale.zh-CN.yaml new file mode 100644 index 000000000000..c084eda1aad1 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.166.2270.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.166.2270.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.166.2270.0/Tencent.TencentVideo.yaml b/manifests/t/Tencent/TencentVideo/11.166.2270.0/Tencent.TencentVideo.yaml new file mode 100644 index 000000000000..d1b99c4fbd63 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.166.2270.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.166.2270.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ffb8d95581503e08c0d053d2d23ac324cf9a1bfc Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Wed, 20 May 2026 05:14:22 +0800 Subject: [PATCH 188/325] New version: t8y2.DBX version 0.5.13 (#376055) --- .../t/t8y2/DBX/0.5.13/t8y2.DBX.installer.yaml | 26 +++++ .../DBX/0.5.13/t8y2.DBX.locale.en-US.yaml | 107 ++++++++++++++++++ manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.yaml | 8 ++ 3 files changed, 141 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..a68fe7d24d5d --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.13 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-18 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.13/DBX_0.5.13_x64-setup.exe + InstallerSha256: 769E211FF004DE806FA0F9D84E274CD7322E8C21D2EA2C81FD2E6483C9D9A70A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..ad0c4c138c10 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,107 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.13 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: AGPL-3.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - Redis 按值搜索 — 支持按键值内容搜索 Redis 键,搜索结果实时流式返回 + - Oracle 服务名/SID 连接 — Oracle 连接支持选择 Service Name 或 SID 方式 + - Agent 数据库配置 — 新增 Agent 数据库配置文件,简化 Agent 驱动的数据库管理 + - JDBC 插件更新通知 — 当 JDBC 驱动有新版本可用时显示更新提示 + - 默认深色主题 — 应用默认切换为深色主题 + - SQL 导出与托盘更新 — 支持 SQL 导出功能,优化系统托盘行为 + - Web 端驱动管理 — Web 版支持驱动管理功能 + 改进 + - 启动性能优化 — 延迟加载启动时的对话框和负载数据,提升应用启动速度 + - 驱动商店外观 — 优化驱动商店的界面样式和标签页体验 + 修复 + - SQL Server SELECT INTO — 修复 SQL Server 中 SELECT INTO 语句的解析处理 + - 对象计数去重 — 修复侧边栏树节点中对象计数重复显示的问题 + - 表元数据展开 — 修复侧边栏中表的元数据分组无法展开的问题 + - 对象重命名后保持展开 — 修复侧边栏中对象重命名后展开状态丢失的问题 + - 存储过程重命名 — 修复存储过程等例程的重命名编辑功能 + - 主机名连接探测 — 修复主机名类型的连接跳过不必要的 TCP 探测 + - MySQL SHOW 命令 — 修复 MySQL 管理类 SHOW 命令通过文本协议执行的问题 + - 分组操作按钮 — 修复无连接时侧边栏分组操作按钮不显示的问题 + - 分组重命名焦点 — 修复侧边栏分组重命名时输入框失去焦点的问题 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ────────────────────────┬──────────────────────────────── + 文件 │说明 + ────────────────────────┼──────────────────────────────── + DBX_0.5.13_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ────────────────────────┼──────────────────────────────── + DBX_0.5.13_x64_en-US.msi│MSI 安装包,适用于企业部署 + ────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ──────────────────────┬───────────────────────────────────────── + 文件 │说明 + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.13_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.13_x64.dmg │适用于 Intel Mac + ──────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.13 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.yaml new file mode 100644 index 000000000000..830a1b67e28b --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.13/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bcbc405a02a4a18bb93ae99cb701ec27882a81bf Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:14:52 +0800 Subject: [PATCH 189/325] New version: Mozilla.Firefox.id version 151.0 (#376589) --- .../151.0/Mozilla.Firefox.id.installer.yaml | 40 ++++++ .../Mozilla.Firefox.id.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.id.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.id.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.id.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.id.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.id.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.id.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.id.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.id.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.id.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.id.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.id.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.id.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.id.locale.zh-CN.yaml | 24 ++++ .../Firefox/id/151.0/Mozilla.Firefox.id.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.yaml diff --git a/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.installer.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.installer.yaml new file mode 100644 index 000000000000..61a877d3f651 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/id/Firefox%20Setup%20151.0.exe + InstallerSha256: 39740E14B025E628A7E8376DFC06AEFA723B5C2698A5EA3F558899551770BF95 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/id/Firefox%20Setup%20151.0.exe + InstallerSha256: FA82B22183BEFF7CF3DC0F19F8970328E5604E079175FE8B8EEB56F90E5178B1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/id/Firefox%20Setup%20151.0.exe + InstallerSha256: 78598A556F0C73E932840E0C140F000AED15A207AF059B734066C8E527B5D520 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f870b650894d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.da-DK.yaml new file mode 100644 index 000000000000..ea37ef4c0637 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.de-DE.yaml new file mode 100644 index 000000000000..cb3d64351bc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.el-GR.yaml new file mode 100644 index 000000000000..bf70bc0d64f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.en-GB.yaml new file mode 100644 index 000000000000..28f3d68d1a6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.en-US.yaml new file mode 100644 index 000000000000..ff7fa32f07af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: "151.0" +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 (id) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.es-MX.yaml new file mode 100644 index 000000000000..393d15219dea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.fr-FR.yaml new file mode 100644 index 000000000000..63ccb1f082fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.hu-HU.yaml new file mode 100644 index 000000000000..d581098c0741 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ja-JP.yaml new file mode 100644 index 000000000000..8cd71bb4e297 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.nb-NO.yaml new file mode 100644 index 000000000000..72e6e527d7fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ru-RU.yaml new file mode 100644 index 000000000000..df0ca296a7f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.ta-IN.yaml new file mode 100644 index 000000000000..8fbeb505e625 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.locale.zh-CN.yaml new file mode 100644 index 000000000000..26be6a2dd6fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +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/id/151.0/Mozilla.Firefox.id.yaml b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.yaml new file mode 100644 index 000000000000..c6f72048b1d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0/Mozilla.Firefox.id.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.id +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6abe907eab39c981dbd23d49149c17c8235d02e5 Mon Sep 17 00:00:00 2001 From: Stacklok Bot <140063061+stacklokbot@users.noreply.github.com> Date: Tue, 19 May 2026 14:15:17 -0700 Subject: [PATCH 190/325] New version: stacklok.thv 0.28.0 (#376617) Co-authored-by: stacklokbot --- .../thv/0.28.0/stacklok.thv.installer.yaml | 26 +++++++ .../thv/0.28.0/stacklok.thv.locale.en-US.yaml | 68 +++++++++++++++++++ .../s/stacklok/thv/0.28.0/stacklok.thv.yaml | 7 ++ 3 files changed, 101 insertions(+) create mode 100644 manifests/s/stacklok/thv/0.28.0/stacklok.thv.installer.yaml create mode 100644 manifests/s/stacklok/thv/0.28.0/stacklok.thv.locale.en-US.yaml create mode 100644 manifests/s/stacklok/thv/0.28.0/stacklok.thv.yaml diff --git a/manifests/s/stacklok/thv/0.28.0/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.installer.yaml new file mode 100644 index 000000000000..213038923b0e --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-19" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.0/toolhive_0.28.0_windows_amd64.zip + InstallerSha256: e292f4d12d6d40d668fe52d1db0a3d9a2aa03b74613e40a332c466ac8d47ef7f + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.28.0/toolhive_0.28.0_windows_arm64.zip + InstallerSha256: 2b46092a85ee7d345b91c7f2adb6dbc0b4c5685ad027d53c26cdd80f61c65350 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.0/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.locale.en-US.yaml new file mode 100644 index 000000000000..41924ecdfc85 --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,68 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.0 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * 51db3c6aa12390cf36c3a8bbf9c6c2d09753d860: Add --session-ttl flag and fix three session timeout bugs (#5117) (@JAORMX) + * 42048580d19f7f19bee8db6ed9cff8dc270b470f: Add API endpoint to refresh the registry cache (#5268) (@rdimitrov) + * 836c570ed49d7f2efb49489af3f2defa01489b70: Add GitHub Copilot CLI as a supported MCP client (#5287) (@danbarr) + * 110b9a73d90d1e90575578442fcc3e3b64965719: Add RFC 7523 JWT Bearer grant package (#5262) (@jhrozek) + * 89f99c0ff007e82877ecbfbf067422edd65c70bc: Add TOOLHIVE_SKIP_UPDATE_CHECK env var to disable update checks (#5264) (@lujunsan) + * 8c84c0594e8b2fd85342f8a52bfd0e9942c1f2a1: Add identityFromToken to MCPExternalAuthConfig CRD (#5269) (@jhrozek) + * 86f973416ccb114b37abebae87d53047a902cf38: Bump toolhive-core on release day via Renovate (#5315) (@reyortiz3) + * e3585e9c4936630f8ef98c025da54caf8fb8fef9: Bump toolhive-core to v0.0.20 (#5316) (@reyortiz3) + * 0a741f7487341b69f57ff80f66561ccb43e328ec: Bump toolhive-core to v0.0.21 and use shared redis client (#5318) (@reyortiz3) + * 88667f71f6132d55cf1845e1ccacd1a524af5595: Configure rate limits on VirtualMCPServer PR A (#5079) (@Sanskarzz) + * 285e5d061ce2e3c86c1e2e8e6f3ed30dc551fe2d: Deep-copy shared fixtures in mapMCPServerToWebhookConfig subtests (#5310) (@jhrozek) + * d1d1ee54cd99a63f17cdd31721f4ee3cc8721996: Deflake transientRefresher singleflight test (#5312) (@jhrozek) + * 0d8b133c245e01c93982d01efffe717d0f10cb2e: Drop empty PULLS column from registry list and search output (#5314) (@danbarr) + * 3dfed719213ebead040d88819bb252a359de9dc4: Drop legacy registry schema from release artifacts (#5273) (@rdimitrov) + * e0d270b32659e29eb819af1dfa895ac4c139d1dd: Drop per-component CRD and controller gating from operator install (#5281) (@ChrisJBurns) + * 3fa65b09f00a33d1c95d13fca42013bea1a2b74e: Extract DCR resolver into pkg/auth/dcr (#5198) (@tgrunnagle) + * 4893b657196cdff51da42582c7e71702f62f629e: Fix audit events logged as INFO+2 instead of AUDIT (#5256) (@kimjune01) + * 17451d14594c0a8a466f82cd5f1142b03efd521d: Fix operator RBAC for event recording (#5243) (@pl4nty) + * 7697242861dbe8e7191922caa88ca0d5c0938c0d: Fix wrapper name in api-compat workflow comments (#5282) (@ChrisJBurns) + * f180fa95152fd654e1e8173a6b7f6af0135b85c9: Migrate CLI OAuth flow to pkg/auth/dcr resolver (#5250) (@tgrunnagle) + * 1f00bdb73a9e69c7d43e1e8a79a02290b3ad8b28: Move HeaderForward helpers to pkg/vmcp/headerforward (#5302) (@lorr1) + * 24fe7760d87f000be72380566a06b1fe95aaf5ee: Pin helm-crd-wrapper to v0.0.1 (#5283) (@ChrisJBurns) + * 439977d8b8dfd74562ae402dab378b60b98836be: References printcolumn shows raw JSON instead of useful summary (#5267) (@Sanskarzz) + * 2ce3ef76ac17d53fa45564b847025d9518a45c34: Release v0.28.0 (#5322) (@toolhive-release-app[bot]) + * 594ae1ef4e18af41238b516480809ba82be59697: Reset RunWorkload retry counter after stable run (#5172) (@gkatz2) + * 84f606acc4f305b2b3d35b8ba1617fe228b53162: Retry OAuth token refresh on infrastructure 4xx (#5170) (@gkatz2) + * 8a269b6330148a130bbd665428446a739e42ce32: Split api-workloads E2E suite into parallel entries (#5275) (@jhrozek) + * 605fa34e7224b45109082ee0fe95459f95030e5c: Update anthropics/claude-code-action digest to 51ea8ea (#5294) (@renovate[bot]) + * 7cffc52b30874c233080e93b8ce6b29d5ecd0277: Update github/codeql-action digest to 9e0d7b8 (#5295) (@renovate[bot]) + * 5a9d2b0c313a3524c569995b1c14324ea1d5a382: Update golang.org/x/exp/jsonrpc2 digest to 74f9aab (#5296) (@renovate[bot]) + * 92185fada4ec46ad3a3681ec7010a1ae88b5d37f: Update module github.com/cedar-policy/cedar-go to v1.6.1 (#5307) (@renovate[bot]) + * 78097d7032cd36f9952bdcdb4987b469d2ae124a: Update module github.com/charmbracelet/x/ansi to v0.11.7 (#5308) (@renovate[bot]) + * ca9ac2f184e89efc242e2f45b7df50b1ae616cdd: Update module github.com/google/cel-go to v0.28.1 (#5309) (@renovate[bot]) + * 9d9604a32a2aca0c789cb673da9906c5e7d31672: Update module github.com/modelcontextprotocol/registry to v1.7.7 [SECURITY] (#5230) (@renovate[bot]) + * 65e65ec82f38e4175b08ee6f1167db922bb3a431: Update module github.com/stacklok/toolhive-catalog to v0.20260513.0 (#5274) (@renovate[bot]) + * 5aa045b03c139aed48162f905780bc2272535e0c: Update module github.com/stacklok/toolhive-catalog to v0.20260518.0 (#5313) (@renovate[bot]) + * 4d411ceb90659e644ca7fb178c3bfd7fd4662517: Watch authz ConfigMaps from VirtualMCPServer (#5271) (@blkt) + * 4bc4624708e3e324b6ab7f46217120b0de26bf4d: Wire HeaderForward into vMCP per-session HTTP client (#5301) (@lorr1) + * 8a3e9a82683a662c4a83bf6e70d43e63a83102de: Wire identityFromToken into the OAuth2 upstream provider (#5222) (@jhrozek) + * e5faa2f6fee2ea9d58ee2f233ad81b38152d93e0: Wire identityFromToken through authserver config and runtime (#5285) (@jhrozek) + * 8fd704eaeb95bba6250172441517e345c82c3282: docs: remove stale chart version bump guidance from check-contribution skill (#5211) (@wucm667) + * f78bb42e2add4564f2bd64277665a4971b205ada: fix(operator): add startup probe to proxyrunner deployment (#5300) (@gabrielcosi) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.28.0/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.yaml new file mode 100644 index 000000000000..3fc759da84ed --- /dev/null +++ b/manifests/s/stacklok/thv/0.28.0/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 00530df8f96f1ed72064f5d577b284ae851f6bd3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:15:29 +0800 Subject: [PATCH 191/325] New version: Brave.Brave.Nightly version 148.1.92.74 (#376622) --- .../Brave.Brave.Nightly.installer.yaml | 86 +++++++++++++++++++ .../Brave.Brave.Nightly.locale.en-US.yaml | 33 +++++++ .../Brave.Brave.Nightly.locale.zh-CN.yaml | 29 +++++++ .../148.1.92.74/Brave.Brave.Nightly.yaml | 8 ++ 4 files changed, 156 insertions(+) create mode 100644 manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.installer.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.locale.en-US.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.locale.zh-CN.yaml create mode 100644 manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.yaml diff --git a/manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 000000000000..bc90e23b06de --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.74/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: 148.1.92.74 +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.92.74/BraveBrowserStandaloneSilentNightlySetup32.exe + InstallerSha256: 564C0D101A780EA62E72289A7C66716FC9A13D8C6FAA4264F476434C5AFF8BF1 + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.74/BraveBrowserStandaloneNightlySetup32.exe + InstallerSha256: 3BE1C0330BB9B591DB12B5B47F732993866C21F1C2A889F31897240DDD410B25 + 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.92.74/BraveBrowserStandaloneSilentNightlySetup.exe + InstallerSha256: 1DC1EACC68C76EEB99FDB430CCFAB01A172E2CF9178060F8BFCB9B6A86572259 + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.74/BraveBrowserStandaloneNightlySetup.exe + InstallerSha256: 8D751F9BAE4CC671315D4ED94A69ABF4DC8D96CCD041906588E1DC852B9AB1DA + 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.92.74/BraveBrowserStandaloneSilentNightlySetupArm64.exe + InstallerSha256: E04FCE3CEB77CF575B48A9654EADC02BE93E10B776DA7866DF2A324B9E2D2223 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.92.74/BraveBrowserStandaloneNightlySetupArm64.exe + InstallerSha256: 50DC719AC336280EE3D9A61651A0CA61CC0139BD26554E9059C8022B111D2AAE + 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/148.1.92.74/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..bac96a4efdca --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.74/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: 148.1.92.74 +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/148.1.92.74/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..3dae64b8d023 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.74/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: 148.1.92.74 +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/148.1.92.74/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/148.1.92.74/Brave.Brave.Nightly.yaml new file mode 100644 index 000000000000..b13cb5db8089 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/148.1.92.74/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: 148.1.92.74 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cf958bcff07643eb58dc711c98e05b2bffc128e2 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 17:15:44 -0400 Subject: [PATCH 192/325] New version: Google.AndroidStudio.Beta version 2026.1.1.6 (#376669) Co-authored-by: UnownPlain --- .../Google.AndroidStudio.Beta.installer.yaml | 22 ++++++++ ...oogle.AndroidStudio.Beta.locale.en-US.yaml | 52 +++++++++++++++++++ .../2026.1.1.6/Google.AndroidStudio.Beta.yaml | 8 +++ 3 files changed, 82 insertions(+) create mode 100644 manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.installer.yaml create mode 100644 manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml create mode 100644 manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.yaml diff --git a/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.installer.yaml b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.installer.yaml new file mode 100644 index 000000000000..2aa24bc33091 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.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: Google.AndroidStudio.Beta +PackageVersion: 2026.1.1.6 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSuccessCodes: +- 1223 +UpgradeBehavior: deny +ReleaseDate: 2026-05-19 +RequireExplicitUpgrade: true +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/android/studio/install/2026.1.1.6/android-studio-quail1-rc1-windows.exe + InstallerSha256: E59B5EC9439FF871514DC215C05289AAF12A41234B1289ED82D9996597BE51E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml new file mode 100644 index 000000000000..8ec5c309ef64 --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AndroidStudio.Beta +PackageVersion: 2026.1.1.6 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://developer.android.com/studio/intro +PrivacyUrl: https://policies.google.com/privacy +PackageName: Android Studio Beta +PackageUrl: https://developer.android.com/studio/preview +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright © 2000–2024 Google +CopyrightUrl: https://developer.android.com/studio/terms +ShortDescription: The official Integrated Development Environment (IDE) for Android app development. +Description: |- + Get early access to the latest features and improvements in Android Studio. + Android Studio is the official Integrated Development Environment (IDE) for Android app development. + Based on the powerful code editor and developer tools from IntelliJ IDEA, + Android Studio offers even more features that enhance your productivity when building Android apps. +Moniker: android-studio-beta +Tags: +- aab +- adb +- android +- android-studio +- androidstudiobeta +- apk +- app +- beta +- debug +- development +- emulator +- fastboot +- ide +- intellij +- studio +Agreements: +- AgreementLabel: Android Software Development Kit License Agreement + AgreementUrl: https://developer.android.com/studio/terms +ReleaseNotesUrl: https://androidstudio.googleblog.com/ +Documentations: +- DocumentLabel: Install Alongside Stable + DocumentUrl: https://developer.android.com/studio/preview/install-preview +- DocumentLabel: Report A Bug + DocumentUrl: https://developer.android.com/studio/report-bugs +- DocumentLabel: Troubleshoot + DocumentUrl: https://developer.android.com/studio/troubleshoot +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.yaml b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.yaml new file mode 100644 index 000000000000..5cf8e1ae4b6a --- /dev/null +++ b/manifests/g/Google/AndroidStudio/Beta/2026.1.1.6/Google.AndroidStudio.Beta.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: Google.AndroidStudio.Beta +PackageVersion: 2026.1.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ec57fcd707587548ad6c6595efb4391a7a039404 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:15:50 +0800 Subject: [PATCH 193/325] New version: Mozilla.Thunderbird.be version 151.0 (#376689) --- .../Mozilla.Thunderbird.be.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.be.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.be.locale.zh-CN.yaml | 24 +++++ .../be/151.0/Mozilla.Thunderbird.be.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.yaml diff --git a/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.installer.yaml b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.installer.yaml new file mode 100644 index 000000000000..f7dc05e855f8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.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: Mozilla.Thunderbird.be +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/be/Thunderbird%20Setup%20151.0.exe + InstallerSha256: AF5F7C13725AC72FE3D8FADC4A0E91F1A74C5932A2635183B09806C945A34927 + ProductCode: Mozilla Thunderbird 151.0 (x86 be) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/be/Thunderbird%20Setup%20151.0.exe + InstallerSha256: CEB971DB96022627BB197BA61A92964BA28E155D3520459940352012385632A6 + ProductCode: Mozilla Thunderbird 151.0 (x64 be) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.en-US.yaml new file mode 100644 index 000000000000..ae04a0add076 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.be +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (be) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.locale.zh-CN.yaml new file mode 100644 index 000000000000..5a0637439a69 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.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.Thunderbird.be +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (be) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.yaml b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.be.yaml new file mode 100644 index 000000000000..c14351d93095 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/be/151.0/Mozilla.Thunderbird.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.Thunderbird.be +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c86ca2d7f48604bdb14a1ed4be535d2af372be73 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:16:12 +0800 Subject: [PATCH 194/325] New version: Mozilla.Thunderbird.en-CA version 151.0 (#376703) --- .../Mozilla.Thunderbird.en-CA.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.en-CA.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.en-CA.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.en-CA.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.yaml diff --git a/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.installer.yaml b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.installer.yaml new file mode 100644 index 000000000000..f9fc57d68ebd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.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: Mozilla.Thunderbird.en-CA +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/en-CA/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 7BA2AC62F5E0C3370F4E675E27FA50999AB700F94664338FB111B6F3B7A51BFD + ProductCode: Mozilla Thunderbird 151.0 (x86 en-CA) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/en-CA/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4CA1019078AEDC5CC6616CECC8B5436A568015D0DC0CA46B01CD68032B034AAF + ProductCode: Mozilla Thunderbird 151.0 (x64 en-CA) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.en-US.yaml new file mode 100644 index 000000000000..e5f235e797fe --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.en-CA +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (en-CA) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.locale.zh-CN.yaml new file mode 100644 index 000000000000..5852159da1e5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.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.Thunderbird.en-CA +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (en-CA) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.yaml b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.en-CA.yaml new file mode 100644 index 000000000000..9213750bebfc --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/en-CA/151.0/Mozilla.Thunderbird.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.Thunderbird.en-CA +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 992abf85a44fad51bb669686311f749a1281bfde Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:16:16 +0800 Subject: [PATCH 195/325] New version: Mozilla.Thunderbird.de version 151.0 (#376698) --- .../Mozilla.Thunderbird.de.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.de.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.de.locale.zh-CN.yaml | 24 +++++ .../de/151.0/Mozilla.Thunderbird.de.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.yaml diff --git a/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.installer.yaml b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.installer.yaml new file mode 100644 index 000000000000..c12c8078805b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.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: Mozilla.Thunderbird.de +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/de/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9D7047FA39E72C98F52326E5544414E118EA57596174BFAC77A1FBFC2B79A160 + ProductCode: Mozilla Thunderbird 151.0 (x86 de) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/de/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4B361B798173777FA0535812986C6ED72CFDA1F802B928D9EF1155B0DE55355B + ProductCode: Mozilla Thunderbird 151.0 (x64 de) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.en-US.yaml new file mode 100644 index 000000000000..a79674027207 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.de +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (de) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.locale.zh-CN.yaml new file mode 100644 index 000000000000..f7ac1ec3edd2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.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.Thunderbird.de +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (de) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.yaml b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.yaml new file mode 100644 index 000000000000..7307f03a3c90 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/de/151.0/Mozilla.Thunderbird.de.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.Thunderbird.de +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 8775fa086eae3ba656bb9890654fff3b7300dce3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:16:26 +0800 Subject: [PATCH 196/325] New version: Mozilla.Thunderbird.et version 151.0 (#376709) --- .../Mozilla.Thunderbird.et.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.et.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.et.locale.zh-CN.yaml | 24 +++++ .../et/151.0/Mozilla.Thunderbird.et.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.yaml diff --git a/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.installer.yaml b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.installer.yaml new file mode 100644 index 000000000000..228f1bd980a3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.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: Mozilla.Thunderbird.et +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/et/Thunderbird%20Setup%20151.0.exe + InstallerSha256: C19D433EC6AC66DE820856CE55EA2FD1877AE15220C97BE6304599BAA0AE704A + ProductCode: Mozilla Thunderbird 151.0 (x86 et) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/et/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6B253D02AFF40AE1A027538D2EB22302986763469DB096DA35F6B0E8E5797A78 + ProductCode: Mozilla Thunderbird 151.0 (x64 et) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.en-US.yaml new file mode 100644 index 000000000000..08539f08498a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.et +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (et) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.locale.zh-CN.yaml new file mode 100644 index 000000000000..609c1dbbf2fd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.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.Thunderbird.et +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (et) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.yaml b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.et.yaml new file mode 100644 index 000000000000..d4224eb2faf4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/et/151.0/Mozilla.Thunderbird.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.Thunderbird.et +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b453cc594d5e713cb2e2b9cd0e975505f6c803b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:16:41 +0800 Subject: [PATCH 197/325] New version: XinTaoFei.Codeg version 0.13.8 (#376710) --- .../0.13.8/XinTaoFei.Codeg.installer.yaml | 42 +++++++++++++++++++ .../0.13.8/XinTaoFei.Codeg.locale.en-US.yaml | 35 ++++++++++++++++ .../0.13.8/XinTaoFei.Codeg.locale.zh-CN.yaml | 25 +++++++++++ .../Codeg/0.13.8/XinTaoFei.Codeg.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.installer.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.en-US.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.zh-CN.yaml create mode 100644 manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.yaml diff --git a/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.installer.yaml b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.installer.yaml new file mode 100644 index 000000000000..f783c4252f77 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.installer.yaml @@ -0,0 +1,42 @@ +# 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.13.8 +UpgradeBehavior: install +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.13.8/codeg_0.13.8_x64-setup.exe + InstallerSha256: AC89F4A66F6E02A3117942571626891BFA1AD7491B9DE239C85ED89C0C412A1D + ProductCode: codeg +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.13.8/codeg_0.13.8_arm64-setup.exe + InstallerSha256: E48D9765D0424C79D6069559F1DF8FA47DFC15B1A1E91A6E6FD40903C1B7245D + ProductCode: codeg +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.13.8/codeg_0.13.8_x64_en-US.msi + InstallerSha256: C79F1414640D71DBE35152D6F979205551E572EADB74DEC97AC8DC26C200AD9E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{6A72D231-412C-449D-9F64-CD3676FC010E}' + AppsAndFeaturesEntries: + - UpgradeCode: '{1C562DF4-E6D8-5B40-B311-E481B7622E6C}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/xintaofei/codeg/releases/download/v0.13.8/codeg_0.13.8_arm64_en-US.msi + InstallerSha256: 9068A90F7272AAB150A00A35870BE89E779C37A8B13387F43D912860DF610715 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{9006F3A0-123A-454A-AC54-65F32EA3A865}' + AppsAndFeaturesEntries: + - UpgradeCode: '{1C562DF4-E6D8-5B40-B311-E481B7622E6C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.en-US.yaml b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.en-US.yaml new file mode 100644 index 000000000000..971aba690139 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.13.8 +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(folder): Right-click a folder → "Set default agent" to pin which agent opens for new conversations from that folder. + - fix(tab): Auto-replaced draft tabs now inherit the previous agent instead of the global default. + - chore(deps): Dropped @lobehub/icons for inlined brand SVGs — smaller install, faster cold start. +ReleaseNotesUrl: https://github.com/xintaofei/codeg/releases/tag/v0.13.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.zh-CN.yaml b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.locale.zh-CN.yaml new file mode 100644 index 000000000000..be9f4beee338 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.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: XinTaoFei.Codeg +PackageVersion: 0.13.8 +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: |- + - 功能(文件夹):右键文件夹 → 「设置默认代理」,绑定该文件夹新会话默认使用的代理。 + - 修复(标签):草稿标签被自动替换时,继承上一个标签的代理,不再回落到全局默认。 + - 调整(依赖):移除 @lobehub/icons,改为内联品牌 SVG,安装更小、冷启动更快。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.yaml b/manifests/x/XinTaoFei/Codeg/0.13.8/XinTaoFei.Codeg.yaml new file mode 100644 index 000000000000..657f58814a42 --- /dev/null +++ b/manifests/x/XinTaoFei/Codeg/0.13.8/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.13.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a4efdcb5b0e0f6233153108c5249b9ef95ed7743 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:16:56 +0800 Subject: [PATCH 198/325] New version: Mozilla.Thunderbird.eu version 151.0 (#376712) --- .../Mozilla.Thunderbird.eu.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.eu.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.eu.locale.zh-CN.yaml | 24 +++++ .../eu/151.0/Mozilla.Thunderbird.eu.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.yaml diff --git a/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.installer.yaml b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.installer.yaml new file mode 100644 index 000000000000..fb15247cbfeb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.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: Mozilla.Thunderbird.eu +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/eu/Thunderbird%20Setup%20151.0.exe + InstallerSha256: BB1B016F576E0D6DFE3C9E71B3614B1936053C5D507A0CAD64A82793E56286DA + ProductCode: Mozilla Thunderbird 151.0 (x86 eu) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/eu/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 81235532A32C3EF38D24C0083FDCEA3D7C087D08EC56B30CCF4082B1E38DB71C + ProductCode: Mozilla Thunderbird 151.0 (x64 eu) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.en-US.yaml new file mode 100644 index 000000000000..07d194dded9e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.eu +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (eu) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.locale.zh-CN.yaml new file mode 100644 index 000000000000..7ac55430607d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.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.Thunderbird.eu +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (eu) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.yaml b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.yaml new file mode 100644 index 000000000000..b7257c80687f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/eu/151.0/Mozilla.Thunderbird.eu.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.Thunderbird.eu +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bf20f0f912e06336db0d7782dd696c2b9d06e000 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:17:09 +0800 Subject: [PATCH 199/325] New version: Mozilla.Thunderbird.he version 151.0 (#376721) --- .../Mozilla.Thunderbird.he.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.he.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.he.locale.zh-CN.yaml | 24 +++++ .../he/151.0/Mozilla.Thunderbird.he.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.yaml diff --git a/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.installer.yaml b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.installer.yaml new file mode 100644 index 000000000000..7c2d963a9931 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.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: Mozilla.Thunderbird.he +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/he/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 08F0AD620B41ABFBEA270396BE9722A130A09BE419891A252BF5FDB6A9344C93 + ProductCode: Mozilla Thunderbird 151.0 (x86 he) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/he/Thunderbird%20Setup%20151.0.exe + InstallerSha256: A8D6B3D390B992B53177AA871BCA4D0D5A9207465BE13AF809E876A1B74CD502 + ProductCode: Mozilla Thunderbird 151.0 (x64 he) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.en-US.yaml new file mode 100644 index 000000000000..5d9c7553d20c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.he +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (he) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.locale.zh-CN.yaml new file mode 100644 index 000000000000..a03ab875b272 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.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.Thunderbird.he +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (he) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.yaml b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.yaml new file mode 100644 index 000000000000..76cc9ddce6ea --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/he/151.0/Mozilla.Thunderbird.he.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.Thunderbird.he +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5c4c8ea08ad8ba6253e5f0a9f6267a4e1bc6d5e4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:17:23 +0800 Subject: [PATCH 200/325] New version: Mozilla.Thunderbird.hr version 151.0 (#376722) --- .../Mozilla.Thunderbird.hr.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.hr.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.hr.locale.zh-CN.yaml | 24 +++++ .../hr/151.0/Mozilla.Thunderbird.hr.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.yaml diff --git a/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.installer.yaml b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.installer.yaml new file mode 100644 index 000000000000..8c6f787dd993 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.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: Mozilla.Thunderbird.hr +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/hr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4853D8299D98C4D2827C9B81B5F58F82A0B6E9378DFF2F3CE535473B3E51D30B + ProductCode: Mozilla Thunderbird 151.0 (x86 hr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/hr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 479A6CC7677A25836A73BEAB4EA53419DCFEC963AEAB903EA371E5EB872C5016 + ProductCode: Mozilla Thunderbird 151.0 (x64 hr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.en-US.yaml new file mode 100644 index 000000000000..8fabc467141d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.hr +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (hr) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.locale.zh-CN.yaml new file mode 100644 index 000000000000..0606d22375e8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.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.Thunderbird.hr +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (hr) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.yaml b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.hr.yaml new file mode 100644 index 000000000000..13f09bdb4b1c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hr/151.0/Mozilla.Thunderbird.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.Thunderbird.hr +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cf68fdb4ef44086518472490c9a23704fbae05ad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:17:49 +0800 Subject: [PATCH 201/325] New version: Mozilla.Thunderbird.is version 151.0 (#376727) --- .../Mozilla.Thunderbird.is.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.is.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.is.locale.zh-CN.yaml | 24 +++++ .../is/151.0/Mozilla.Thunderbird.is.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.yaml diff --git a/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.installer.yaml b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.installer.yaml new file mode 100644 index 000000000000..e72fadddd8e2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.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: Mozilla.Thunderbird.is +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/is/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2E9B8904C99511E3921F9EFD0FFC2AC29CA5291FACEC9DCC667E1062D4B3317F + ProductCode: Mozilla Thunderbird 151.0 (x86 is) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/is/Thunderbird%20Setup%20151.0.exe + InstallerSha256: E6DAAD4F5F2077C53B86BD62B4AC92204095F93217D6D16F08134FD3F51CAEE5 + ProductCode: Mozilla Thunderbird 151.0 (x64 is) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.en-US.yaml new file mode 100644 index 000000000000..895baf1575fe --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.is +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (is) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.locale.zh-CN.yaml new file mode 100644 index 000000000000..45883a135b3f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.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.Thunderbird.is +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (is) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.yaml b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.yaml new file mode 100644 index 000000000000..1f0e1158effd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/is/151.0/Mozilla.Thunderbird.is.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.Thunderbird.is +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0fe8b0b0b53bca5355e1098e081e77cd503c8dde Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:04 +0800 Subject: [PATCH 202/325] New version: Mozilla.Thunderbird.lt version 151.0 (#376734) --- .../Mozilla.Thunderbird.lt.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.lt.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.lt.locale.zh-CN.yaml | 24 +++++ .../lt/151.0/Mozilla.Thunderbird.lt.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.yaml diff --git a/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.installer.yaml b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.installer.yaml new file mode 100644 index 000000000000..eefff9ffdff6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.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: Mozilla.Thunderbird.lt +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/lt/Thunderbird%20Setup%20151.0.exe + InstallerSha256: EDDCD7A75CD21CBF4E7903E5B9A1A7D4744FDEC93973F4E87BBB17D7DC014E90 + ProductCode: Mozilla Thunderbird 151.0 (x86 lt) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/lt/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 93218A284A011A015B51746C8BB945F310BD0E1D39474F7CC6444B7A69889622 + ProductCode: Mozilla Thunderbird 151.0 (x64 lt) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.en-US.yaml new file mode 100644 index 000000000000..72fd54781de2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.lt +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (lt) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.locale.zh-CN.yaml new file mode 100644 index 000000000000..58e41f4f04e3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.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.Thunderbird.lt +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (lt) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.yaml b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.lt.yaml new file mode 100644 index 000000000000..b2068bcaed9b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lt/151.0/Mozilla.Thunderbird.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.Thunderbird.lt +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 99deb7d33e652e725941a1374738c8cdd7dc3580 Mon Sep 17 00:00:00 2001 From: Avital Yachin Date: Wed, 20 May 2026 00:18:08 +0300 Subject: [PATCH 203/325] New version: Xpoz.XpozCli version 0.3.5 (#376735) --- .../XpozCli/0.3.5/Xpoz.XpozCli.installer.yaml | 15 ++++++++ .../0.3.5/Xpoz.XpozCli.locale.en-US.yaml | 35 +++++++++++++++++++ .../x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.yaml | 8 +++++ 3 files changed, 58 insertions(+) create mode 100644 manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.installer.yaml create mode 100644 manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.locale.en-US.yaml create mode 100644 manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.yaml diff --git a/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.installer.yaml b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.installer.yaml new file mode 100644 index 000000000000..2f3b5bc43132 --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Xpoz.XpozCli +PackageVersion: 0.3.5 +InstallerType: portable +Commands: +- xpoz-cli +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XPOZpublic/xpoz-cli/releases/download/v0.3.5/xpoz-cli-windows-amd64.exe + InstallerSha256: FD87308D6A2A8AAE0C8003CA0EF1C1EB6FEBB52D98C9BF51A78C9D9C908EC3F8 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.locale.en-US.yaml b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.locale.en-US.yaml new file mode 100644 index 000000000000..747c46ed5763 --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Xpoz.XpozCli +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: Xpoz +PublisherUrl: https://www.xpoz.ai +PublisherSupportUrl: https://github.com/XPOZpublic/xpoz-cli/issues +Author: Xpoz +PackageName: xpoz-cli +PackageUrl: https://github.com/XPOZpublic/xpoz-cli +License: MIT +LicenseUrl: https://github.com/XPOZpublic/xpoz-cli/blob/main/LICENSE +ShortDescription: Standalone CLI wrapper around the Xpoz Python SDK. +Description: |- + xpoz-cli is the official command-line interface for the Xpoz social media intelligence platform. + It wraps the Xpoz Python SDK and exposes every SDK method as a CLI subcommand across Twitter, + Instagram, Reddit, TikTok, and tracking — with paginated result handling, CSV export, and + persistent authentication. +Moniker: xpoz-cli +Tags: +- cli +- xpoz +- social-media +- twitter +- instagram +- reddit +- tiktok +ReleaseNotesUrl: https://github.com/XPOZpublic/xpoz-cli/releases/tag/v0.3.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/XPOZpublic/xpoz-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.yaml b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.yaml new file mode 100644 index 000000000000..fd1436cfcdd6 --- /dev/null +++ b/manifests/x/Xpoz/XpozCli/0.3.5/Xpoz.XpozCli.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: Xpoz.XpozCli +PackageVersion: 0.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From cff2a47742d43df61a3411878c4a5e5840a5390f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:27 +0800 Subject: [PATCH 204/325] New package: jcalado.VoxDMR version 0.10.0 (#375386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com> --- .../0.10.0/jcalado.VoxDMR.installer.yaml | 21 ++++++++++++++++++ .../0.10.0/jcalado.VoxDMR.locale.en-US.yaml | 22 +++++++++++++++++++ .../jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.installer.yaml create mode 100644 manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.locale.en-US.yaml create mode 100644 manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.yaml diff --git a/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.installer.yaml b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.installer.yaml new file mode 100644 index 000000000000..1b7b8a82bae9 --- /dev/null +++ b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.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: jcalado.VoxDMR +PackageVersion: 0.10.0 +InstallerType: portable +Commands: +- VoxDMR +InstallModes: +- interactive +UpgradeBehavior: install +ReleaseDate: 2026-05-12 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/jcalado/voxdmr-site/releases/download/v0.10.0/VoxDMR-windows-x86_64.exe + InstallerSha256: 911DED8EBADC50FE8FD947EADF21E30835808B5C0371C56E7ADF106923F58EFD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.locale.en-US.yaml b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.locale.en-US.yaml new file mode 100644 index 000000000000..62b98e7f4059 --- /dev/null +++ b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.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: jcalado.VoxDMR +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: jcalado +PublisherUrl: https://github.com/jcalado +PublisherSupportUrl: https://github.com/jcalado/voxdmr-site/issues +Author: Joel Calado +PackageName: VoxDMR +PackageUrl: https://github.com/jcalado/voxdmr-site +License: Proprietary +ShortDescription: DMR from your Desktop. +Description: Join BrandMeister DMR talkgroups from your Windows or Linux PC. +ReleaseNotes: |- + - Multiple connection profiles + - DMR Engine rebuild + - RX audio path AGC +ReleaseNotesUrl: https://github.com/jcalado/voxdmr-site/releases/tag/v0.10.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.yaml b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.yaml new file mode 100644 index 000000000000..10268aad2166 --- /dev/null +++ b/manifests/j/jcalado/VoxDMR/0.10.0/jcalado.VoxDMR.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: jcalado.VoxDMR +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1a4f31c2d70b494dfeecbb2962139ac8eda4921a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:31 +0800 Subject: [PATCH 205/325] New version: Mozilla.Thunderbird.nl version 151.0 (#376740) --- .../Mozilla.Thunderbird.nl.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.nl.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.nl.locale.zh-CN.yaml | 24 +++++ .../nl/151.0/Mozilla.Thunderbird.nl.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.yaml diff --git a/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.installer.yaml b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.installer.yaml new file mode 100644 index 000000000000..9c9253bf156d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.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: Mozilla.Thunderbird.nl +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/nl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: AAA3E2D874B8C4FE1EDAD8994A612BC28CACE0B0A6F2AF184A078067D2BAC510 + ProductCode: Mozilla Thunderbird 151.0 (x86 nl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/nl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2F8CA8EBF3C661E08819008601D8D5E646831DEA42C25AA5BA40B8CDCCD28CD7 + ProductCode: Mozilla Thunderbird 151.0 (x64 nl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.en-US.yaml new file mode 100644 index 000000000000..0e5657482bf2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.nl +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (nl) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.locale.zh-CN.yaml new file mode 100644 index 000000000000..111827f30d31 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.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.Thunderbird.nl +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (nl) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.yaml b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.nl.yaml new file mode 100644 index 000000000000..28245d7c8755 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nl/151.0/Mozilla.Thunderbird.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.Thunderbird.nl +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 36ef73be5bbe76ca356a5d2b43325c6ca51d16b9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:35 +0800 Subject: [PATCH 206/325] New version: Mozilla.Thunderbird.ms version 151.0 (#376738) --- .../Mozilla.Thunderbird.ms.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ms.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ms.locale.zh-CN.yaml | 24 +++++ .../ms/151.0/Mozilla.Thunderbird.ms.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.installer.yaml b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.installer.yaml new file mode 100644 index 000000000000..60ff2aa1a254 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.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: Mozilla.Thunderbird.ms +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ms/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 46DC8C863E62C8A68EC5F0BF48FBAB92CC327E893627CD5DBCA0F77B99E59482 + ProductCode: Mozilla Thunderbird 151.0 (x86 ms) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ms/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 5C32282B37298EDB6057641173D0FAE756CEF281DDA3EDB301D289392F6D3677 + ProductCode: Mozilla Thunderbird 151.0 (x64 ms) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.en-US.yaml new file mode 100644 index 000000000000..96a8ea33c802 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ms +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ms) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.locale.zh-CN.yaml new file mode 100644 index 000000000000..37a0ca965c40 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.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.Thunderbird.ms +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ms) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.yaml b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.yaml new file mode 100644 index 000000000000..cdb754758332 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ms/151.0/Mozilla.Thunderbird.ms.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.Thunderbird.ms +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 92d44730898cf5c3134825b23a6750a5c65ce825 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:43 +0800 Subject: [PATCH 207/325] New version: Vivaldi.Vivaldi version 7.9.3970.67 (#376235) --- .../Vivaldi.Vivaldi.installer.yaml | 94 +++++++++++++++++++ .../Vivaldi.Vivaldi.locale.en-US.yaml | 36 +++++++ .../Vivaldi.Vivaldi.locale.zh-CN.yaml | 27 ++++++ .../Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.yaml | 8 ++ 4 files changed, 165 insertions(+) create mode 100644 manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.installer.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.en-US.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.zh-CN.yaml create mode 100644 manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.yaml diff --git a/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.installer.yaml b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.installer.yaml new file mode 100644 index 000000000000..5d02cd475c15 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.installer.yaml @@ -0,0 +1,94 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.9.3970.67 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- apng +- flac +- gif +- htm +- html +- ico +- jpeg +- jpg +- log +- m4v +- mht +- mhtml +- mp3 +- mp4 +- ogg +- pdf +- png +- shtml +- svg +- txt +- webp +- xht +- xhtml +- xml +ProductCode: Vivaldi +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.exe + InstallerSha256: EF026A8E3BF3181840D9273BA485C80834C7A9592A5471308716ABB1FF6B3CB2 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.exe + InstallerSha256: EF026A8E3BF3181840D9273BA485C80834C7A9592A5471308716ABB1FF6B3CB2 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.x64.exe + InstallerSha256: 1ECECA1C9F40C0B1198E8246298383A16D2A527A4894A321FC4B16BCC00BBCD1 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.x64.exe + InstallerSha256: 1ECECA1C9F40C0B1198E8246298383A16D2A527A4894A321FC4B16BCC00BBCD1 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.arm64.exe + InstallerSha256: 05940CD08B6D4E48FBC92A8362AEEAD2A320FEC916A87A5FDA5D5E7ACF151316 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/stable/Vivaldi.7.9.3970.67.arm64.exe + InstallerSha256: 05940CD08B6D4E48FBC92A8362AEEAD2A320FEC916A87A5FDA5D5E7ACF151316 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.en-US.yaml new file mode 100644 index 000000000000..9ef8fb7df47a --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.9.3970.67 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser. +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Moniker: vivaldi +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- pdfreader +- protonvpn +- rssreader +- web +- webbrowser +- webpage +- xp99gvqdx7jpr4 +ReleaseNotes: '- [Chromium] Includes a selection of security fixes backported from 148.0.7778.167/168' +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/7.9.3970.67.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.zh-CN.yaml new file mode 100644 index 000000000000..cde40eba757d --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.9.3970.67 +PackageLocale: zh-CN +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/zh-hans/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2026 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/7.9.3970.67.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.yaml b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.yaml new file mode 100644 index 000000000000..3f596f5001ee --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/7.9.3970.67/Vivaldi.Vivaldi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi +PackageVersion: 7.9.3970.67 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e2fd7525c37f89bb1a4f282739de42d919064a4a Mon Sep 17 00:00:00 2001 From: Blue <246968358+placeholder2703@users.noreply.github.com> Date: Wed, 20 May 2026 04:18:56 +0700 Subject: [PATCH 208/325] New version: Playnite.Playnite version 10.55 (#376265) --- .../10.55/Playnite.Playnite.installer.yaml | 30 ++++++++++++++++++ .../10.55/Playnite.Playnite.locale.en-US.yaml | 31 +++++++++++++++++++ .../Playnite/10.55/Playnite.Playnite.yaml | 8 +++++ 3 files changed, 69 insertions(+) create mode 100644 manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.installer.yaml create mode 100644 manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.locale.en-US.yaml create mode 100644 manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.yaml diff --git a/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.installer.yaml b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.installer.yaml new file mode 100644 index 000000000000..4cdeffaf633c --- /dev/null +++ b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Playnite.Playnite +PackageVersion: '10.55' +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Upgrade: /NORESTART + Custom: /NORESTART +UpgradeBehavior: install +ProductCode: Playnite_is1 +ReleaseDate: 2026-05-11 +AppsAndFeaturesEntries: +- ProductCode: Playnite_is1 +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Playnite' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/JosefNemec/Playnite/releases/download/10.55/Playnite1055.exe + InstallerSha256: C031E411DD38D4219B11413FE18D8FF6661569BD7F572DA5B7A8E10885E739F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.locale.en-US.yaml b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.locale.en-US.yaml new file mode 100644 index 000000000000..71c1bfa23fd8 --- /dev/null +++ b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Playnite.Playnite +PackageVersion: '10.55' +PackageLocale: en-US +Publisher: Josef Nemec +PublisherUrl: https://playnite.link/ +PublisherSupportUrl: https://github.com/JosefNemec/Playnite/issues +Author: Josef Nemec +PackageName: Playnite +PackageUrl: https://playnite.link/ +License: MIT +LicenseUrl: https://github.com/JosefNemec/Playnite/blob/HEAD/LICENSE.md +Copyright: Copyright (c) 2020 Josef Nemec +CopyrightUrl: https://raw.githubusercontent.com/JosefNemec/Playnite/master/LICENSE.md +ShortDescription: 'Playnite is an open source video game library manager with one simple goal: To provide a unified interface for all of your games.' +Description: |- + An open source video game library manager and launcher with support for 3rd party libraries like Steam, GOG, Origin, Battle.net and Uplay. + Includes game emulation support, providing one unified interface for your games. +Tags: +- game-management +- gaming +- launcher +ReleaseNotes: '- Reverted controller input library update as it seems to be causing crashing on startup for some people.' +ReleaseNotesUrl: https://github.com/JosefNemec/Playnite/releases/tag/10.55 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JosefNemec/Playnite/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.yaml b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.yaml new file mode 100644 index 000000000000..d502cc4d4ca8 --- /dev/null +++ b/manifests/p/Playnite/Playnite/10.55/Playnite.Playnite.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: Playnite.Playnite +PackageVersion: '10.55' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e8f4b39c3d537fc9f7af30d4947009e581c7a399 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:18:59 +0800 Subject: [PATCH 209/325] New version: Mozilla.Thunderbird.nn-NO version 151.0 (#376741) --- .../Mozilla.Thunderbird.nn-NO.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.nn-NO.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.nn-NO.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.nn-NO.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.yaml diff --git a/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.installer.yaml b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.installer.yaml new file mode 100644 index 000000000000..0c2bacc9b677 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.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: Mozilla.Thunderbird.nn-NO +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/nn-NO/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 54DE25F556F8622F7D2076A0E2307A24BC95829C554655EC37B33D5CD68B1A33 + ProductCode: Mozilla Thunderbird 151.0 (x86 nn-NO) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/nn-NO/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 95D22992ADE8E8AC0A8FE737BE36D0E24A6EDD024FBE3BAE9BBFFA55E6627E77 + ProductCode: Mozilla Thunderbird 151.0 (x64 nn-NO) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.en-US.yaml new file mode 100644 index 000000000000..374b0290074e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.nn-NO +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (nn-NO) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..14207b1d92e7 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.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.Thunderbird.nn-NO +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (nn-NO) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.yaml b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.yaml new file mode 100644 index 000000000000..4de680956cd4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/nn-NO/151.0/Mozilla.Thunderbird.nn-NO.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.Thunderbird.nn-NO +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1cf534fdd838ad764efa5fe61af42e6163813b0c Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Tue, 19 May 2026 23:19:08 +0200 Subject: [PATCH 210/325] Update: AxCrypt.AxCrypt to 3.0.94 (#376284) --- .../3.0.94/AxCrypt.AxCrypt.installer.yaml | 25 +++++++++++++++++++ .../3.0.94/AxCrypt.AxCrypt.locale.en-US.yaml | 24 ++++++++++++++++++ .../AxCrypt/3.0.94/AxCrypt.AxCrypt.yaml | 7 ++++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.installer.yaml create mode 100644 manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.locale.en-US.yaml create mode 100644 manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.yaml diff --git a/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.installer.yaml b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.installer.yaml new file mode 100644 index 000000000000..56654e5e3117 --- /dev/null +++ b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AxCrypt.AxCrypt +PackageVersion: 3.0.94 +Platform: +- Windows.Universal +- Windows.Desktop +Installers: +- Architecture: x64 + InstallerType: msix + MinimumOSVersion: 10.0.17763.0 + PackageFamilyName: AxCrypt_r5dj3j3bka4dm + InstallerUrl: https://downloader.axcrypt.net/windows/axcrypt-3-appsetup-win_x64.msix + InstallerSha256: CE8D186FB014CB4A81C9A68650C582B013AAB17114ECB2A94EDBF391D1A1EF85 + SignatureSha256: 830798C52B1BBC9F6D0F8A0B784C3B6FCB762AB94CFBAAACB101F2C9000338CF + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.WindowsAppRuntime.1.7 +- Architecture: x64 + InstallerType: msi + InstallerUrl: https://downloader.axcrypt.net/windows/axcrypt-3-appsetup-win_x64.msi + InstallerSha256: 96E4B2E857869BD8AFB6B8892FF365AD88814380E2756370F28480DDC43FB690 + ProductCode: '{5C8184BE-6F39-4A3A-AF25-F46DFF9B473C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.locale.en-US.yaml b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.locale.en-US.yaml new file mode 100644 index 000000000000..555f5b90a7ae --- /dev/null +++ b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AxCrypt.AxCrypt +PackageVersion: 3.0.94 +PackageLocale: en-US +Publisher: AxCrypt AB +PackageName: AxCrypt File Encryption +PackageUrl: https://axcrypt.net/download/ +License: Proprietary (Trialware, followed by subscription) +ShortDescription: The easiest way to encrypt, share and secure your files everywhere. Protect files and folders with strong encryption before sharing them or storing in Google Drive, OneDrive, or Dropbox with zero-knowledge encryption. +Tags: +- axcrypt-file-encryption +- axcryptfileencryption +- encrypt-files +- share-files +- cloud-storage +- onedrive +- google-drive +- dropbox +- sweden +- 9ppkjz32dbkz +PurchaseUrl: https://axcrypt.net/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.yaml b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.yaml new file mode 100644 index 000000000000..75199a83c774 --- /dev/null +++ b/manifests/a/AxCrypt/AxCrypt/3.0.94/AxCrypt.AxCrypt.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AxCrypt.AxCrypt +PackageVersion: 3.0.94 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 \ No newline at end of file From 5b215c5e224b0d13fce5f004544cb7c39c4dfa88 Mon Sep 17 00:00:00 2001 From: Alissonk Date: Tue, 19 May 2026 18:19:23 -0300 Subject: [PATCH 211/325] New version: MasterSigner.Agent version 1.1.2 (#376750) --- .../1.1.2/MasterSigner.Agent.installer.yaml | 21 +++++++++++++ .../MasterSigner.Agent.locale.en-US.yaml | 31 +++++++++++++++++++ .../Agent/1.1.2/MasterSigner.Agent.yaml | 6 ++++ 3 files changed, 58 insertions(+) create mode 100755 manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml create mode 100755 manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml create mode 100755 manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml new file mode 100755 index 000000000000..c01c31f012da --- /dev/null +++ b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: MasterSigner.Agent +PackageVersion: 1.1.2 +Platform: + - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user +InstallModes: + - interactive + - silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UninstallBehavior: uninstaller +Installers: + - Architecture: x64 + InstallerUrl: https://get.mastersigner.app/agent/windows-amd64.exe + InstallerSha256: BA2C8AE4E70E170493B847E9F71F0B0EC629351B44CA0B259F716AF95C05C676 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml new file mode 100755 index 000000000000..7df0406f8ce3 --- /dev/null +++ b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: MasterSigner.Agent +PackageVersion: 1.1.2 +PackageLocale: en-US +Publisher: MasterSigner +PublisherUrl: https://mastersigner.app +PublisherSupportUrl: https://mastersigner.app/download +PackageName: Master Signer Agent +PackageUrl: https://mastersigner.app/download +License: Proprietary +ShortDescription: Native messaging agent for Master Signer ICP-Brasil digital signature +Description: |- + Master Signer Agent is a native messaging host that enables the Master Signer + browser extension to access hardware security tokens (A3 certificates) and perform + ICP-Brasil compliant digital signatures via PKCS#11. + + Supports tokens from: SafeSign (AET/SERPRO), Feitian ePass, HID ActivClient, + Safeweb, Thales/Gemalto IDGo, WatchData, and other PKCS#11 compatible devices. +Tags: + - certificate + - digital-signature + - icp-brasil + - pkcs11 + - token + - signing +ReleaseNotes: |- + Alinhamento de versão com extensão 1.1.2. Sem mudanças funcionais no agente — + versão acompanha o release unificado que corrige a quota de session storage + da extensão para PDFs grandes. +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml new file mode 100755 index 000000000000..c9309f1119fc --- /dev/null +++ b/manifests/m/MasterSigner/Agent/1.1.2/MasterSigner.Agent.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: MasterSigner.Agent +PackageVersion: 1.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 793feb6014c54a1af7f20313213bb78a10ed5d4d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:19:26 +0800 Subject: [PATCH 212/325] New version: Mozilla.Thunderbird.sq version 151.0 (#376755) --- .../Mozilla.Thunderbird.sq.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.sq.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.sq.locale.zh-CN.yaml | 24 +++++ .../sq/151.0/Mozilla.Thunderbird.sq.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.yaml diff --git a/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.installer.yaml b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.installer.yaml new file mode 100644 index 000000000000..36eb3636647b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.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: Mozilla.Thunderbird.sq +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/sq/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 4AD3392B84B08A374DF3CB7B48186B508C8AD939C8FBB14F7119271AD713D7BC + ProductCode: Mozilla Thunderbird 151.0 (x86 sq) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/sq/Thunderbird%20Setup%20151.0.exe + InstallerSha256: D3B4C21BC67C5E8FA3D77A9DB7F9F3D4DB4914C41651CD19FF0949E8B4A9D760 + ProductCode: Mozilla Thunderbird 151.0 (x64 sq) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.en-US.yaml new file mode 100644 index 000000000000..3d3099cf3938 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.sq +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (sq) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.locale.zh-CN.yaml new file mode 100644 index 000000000000..c7e362957b46 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.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.Thunderbird.sq +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (sq) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.yaml b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.yaml new file mode 100644 index 000000000000..7a4c3830ee47 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sq/151.0/Mozilla.Thunderbird.sq.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.Thunderbird.sq +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3d981e06db693b05f35c39804bb7119264241616 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:19:32 +0800 Subject: [PATCH 213/325] New version: Mozilla.Thunderbird.pl version 151.0 (#376744) --- .../Mozilla.Thunderbird.pl.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.pl.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.pl.locale.zh-CN.yaml | 24 +++++ .../pl/151.0/Mozilla.Thunderbird.pl.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.yaml diff --git a/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.installer.yaml b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.installer.yaml new file mode 100644 index 000000000000..7fd31e5bbe47 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.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: Mozilla.Thunderbird.pl +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/pl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: B029A7DA43E1C10E4E913E6B84EC98AB3788D251E793DA1F6E490E6E7D2257C5 + ProductCode: Mozilla Thunderbird 151.0 (x86 pl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/pl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 0FAFA66AC188FCDE9CEA6F0DAF3C36E48FE0ED5B1504FA446FF6C7EACBA40C37 + ProductCode: Mozilla Thunderbird 151.0 (x64 pl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.en-US.yaml new file mode 100644 index 000000000000..ebc2b190f5fa --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pl +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (pl) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.locale.zh-CN.yaml new file mode 100644 index 000000000000..573646fdb783 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.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.Thunderbird.pl +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (pl) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.yaml b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.pl.yaml new file mode 100644 index 000000000000..cffc7f9e161f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pl/151.0/Mozilla.Thunderbird.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.Thunderbird.pl +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9778feb70ae52e7edd63c90effdb3d35b626ae83 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:19:35 +0800 Subject: [PATCH 214/325] New version: Mozilla.Firefox.kn version 151.0 (#376599) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/kn/151.0/Mozilla.Firefox.kn.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.yaml diff --git a/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.installer.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.installer.yaml new file mode 100644 index 000000000000..c46dd026680e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/kn/Firefox%20Setup%20151.0.exe + InstallerSha256: 4E2A5A087B5BD28D7FB0F8DFEA86498544F01C7CB84BA73561D0F3ADB92BEB6F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/kn/Firefox%20Setup%20151.0.exe + InstallerSha256: C4170EC4DF2828377260E1FCF2080A0FD02CB6A690193C740448931AEE837350 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/kn/Firefox%20Setup%20151.0.exe + InstallerSha256: 7C1DDC5BF3FAC6235946BA3EADEDAA10F16217253E7CC6B4762C8C89371E877E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c8b57425ba94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.da-DK.yaml new file mode 100644 index 000000000000..6b05161d84e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.de-DE.yaml new file mode 100644 index 000000000000..98464285a59f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.el-GR.yaml new file mode 100644 index 000000000000..df17059c6797 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.en-GB.yaml new file mode 100644 index 000000000000..59e905d247f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.en-US.yaml new file mode 100644 index 000000000000..8f8c6ea15cd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.es-MX.yaml new file mode 100644 index 000000000000..ac3ba7a10902 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.fr-FR.yaml new file mode 100644 index 000000000000..7b7518fe23f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.hu-HU.yaml new file mode 100644 index 000000000000..653d32632461 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ja-JP.yaml new file mode 100644 index 000000000000..e54e02000236 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.nb-NO.yaml new file mode 100644 index 000000000000..c2589550acca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ru-RU.yaml new file mode 100644 index 000000000000..0f0b96f98967 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.ta-IN.yaml new file mode 100644 index 000000000000..fd10f7035949 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.locale.zh-CN.yaml new file mode 100644 index 000000000000..b072568bbb76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +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/Mozilla.Firefox.kn.yaml b/manifests/m/Mozilla/Firefox/kn/151.0/Mozilla.Firefox.kn.yaml new file mode 100644 index 000000000000..78861b07f67d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5e7ec56acf457ae7d21771c0bb8bd4a78e4b6510 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:19:39 +0800 Subject: [PATCH 215/325] New version: Mozilla.Thunderbird.th version 151.0 (#376758) --- .../Mozilla.Thunderbird.th.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.th.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.th.locale.zh-CN.yaml | 24 +++++ .../th/151.0/Mozilla.Thunderbird.th.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.yaml diff --git a/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.installer.yaml b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.installer.yaml new file mode 100644 index 000000000000..5cb5c2e6787d --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.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: Mozilla.Thunderbird.th +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/th/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 725B6260817521F596D1D0E06E5E5FBC9E3A4EF02773F1937D05342BBAF80AE1 + ProductCode: Mozilla Thunderbird 151.0 (x86 th) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/th/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 55D93AEF96AE3E2D3804D16FBA5FED236A63A602A3C96F764AB3B0CBEDF7603B + ProductCode: Mozilla Thunderbird 151.0 (x64 th) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.en-US.yaml new file mode 100644 index 000000000000..39572f74d241 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.th +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (th) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.locale.zh-CN.yaml new file mode 100644 index 000000000000..cbe711e8b509 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.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.Thunderbird.th +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (th) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.yaml b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.yaml new file mode 100644 index 000000000000..b67eb4f3ece1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/th/151.0/Mozilla.Thunderbird.th.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.Thunderbird.th +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c8fbcb9b543bb17efe893db891334003ac61e9c4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:19:45 +0800 Subject: [PATCH 216/325] New version: Mozilla.Firefox.dsb version 151.0 (#376553) --- .../151.0/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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.dsb.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.yaml diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.installer.yaml new file mode 100644 index 000000000000..2a1bc5f647d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/dsb/Firefox%20Setup%20151.0.exe + InstallerSha256: 3DEAE11E87EFBE7E74B369C17A777CA32A076004EC544BBAC14B614CC6A8F6EF +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/dsb/Firefox%20Setup%20151.0.exe + InstallerSha256: 8C7D357E896BDD8FA83684577C278A11CFBEA5B7165F49AF7875DDAFCB3D3CE8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/dsb/Firefox%20Setup%20151.0.exe + InstallerSha256: 4C65802AFAE8D245D9ECB007868308FFAE30CC793D05D97F5BBE28FE6B532837 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.cs-CZ.yaml new file mode 100644 index 000000000000..79dfc25fe5a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.da-DK.yaml new file mode 100644 index 000000000000..e3efecf57cf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.de-DE.yaml new file mode 100644 index 000000000000..8d62624b0fd7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.el-GR.yaml new file mode 100644 index 000000000000..67f313a195cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.en-GB.yaml new file mode 100644 index 000000000000..22c495ed33d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.en-US.yaml new file mode 100644 index 000000000000..54cf6eededdb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.es-MX.yaml new file mode 100644 index 000000000000..9d9fb847fc5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.fr-FR.yaml new file mode 100644 index 000000000000..c6d783d1cf6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.hu-HU.yaml new file mode 100644 index 000000000000..a46d19683176 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ja-JP.yaml new file mode 100644 index 000000000000..9a1eab46e2ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.nb-NO.yaml new file mode 100644 index 000000000000..00784de342a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ru-RU.yaml new file mode 100644 index 000000000000..60e8a58269ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.ta-IN.yaml new file mode 100644 index 000000000000..0a2f464621fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..8230563f0783 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +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/Mozilla.Firefox.dsb.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0/Mozilla.Firefox.dsb.yaml new file mode 100644 index 000000000000..cc4161cbad96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3a65dd0ce1f5faac9f83b6f5029aaaa543b4900b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:20:05 +0800 Subject: [PATCH 217/325] New version: Mozilla.Thunderbird.uk version 151.0 (#376760) --- .../Mozilla.Thunderbird.uk.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.uk.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.uk.locale.zh-CN.yaml | 24 +++++ .../uk/151.0/Mozilla.Thunderbird.uk.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.yaml diff --git a/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.installer.yaml b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.installer.yaml new file mode 100644 index 000000000000..efb9799c7738 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.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: Mozilla.Thunderbird.uk +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/uk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 0791CCFBD337830CE3937BB2157FED636D5A6D1DC2027D8E96C221F063BD42FD + ProductCode: Mozilla Thunderbird 151.0 (x86 uk) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/uk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 1D210601055CA8FF23F29662DB8016197ED3247350AEF087500DA8479075A17F + ProductCode: Mozilla Thunderbird 151.0 (x64 uk) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.en-US.yaml new file mode 100644 index 000000000000..1cb3b51933e5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.uk +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (uk) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.locale.zh-CN.yaml new file mode 100644 index 000000000000..ed35dbf664c6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.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.Thunderbird.uk +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (uk) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.yaml b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.yaml new file mode 100644 index 000000000000..1364e0d445c6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/uk/151.0/Mozilla.Thunderbird.uk.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.Thunderbird.uk +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 45a75ea5b16946aa8fa44733347fee76f87a49d2 Mon Sep 17 00:00:00 2001 From: "Zhao.MA" Date: Tue, 19 May 2026 23:20:17 +0200 Subject: [PATCH 218/325] New version: xarthurx.Whisperi version 0.6.11 (#376770) --- .../0.6.11/xarthurx.Whisperi.installer.yaml | 13 ++++++++++++ .../xarthurx.Whisperi.locale.en-US.yaml | 20 +++++++++++++++++++ .../Whisperi/0.6.11/xarthurx.Whisperi.yaml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.installer.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.locale.en-US.yaml create mode 100644 manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.yaml diff --git a/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.installer.yaml b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.installer.yaml new file mode 100644 index 000000000000..7a1ddc890986 --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.6.11 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/xarthurx/whisperi/releases/download/v0.6.11/Whisperi_0.6.11_x64-setup.exe + InstallerSha256: D4591A6B92E6A9325DC1E1D65FBCBA1F2BFB71903C607C969EFDE8658CB95F2E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.locale.en-US.yaml b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.locale.en-US.yaml new file mode 100644 index 000000000000..f962634671f1 --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.6.11 +PackageLocale: en-US +Publisher: xarthurx +PublisherUrl: https://github.com/xarthurx +PublisherSupportUrl: https://github.com/xarthurx/whisperi/issues +PackageName: Whisperi +PackageUrl: https://github.com/xarthurx/whisperi +License: MIT +LicenseUrl: https://github.com/xarthurx/whisperi/blob/main/LICENSE +ShortDescription: Windows speech-to-text software built on Tauri system and can paste directly to cmd. Lightweight and fast, supporting multiple cloud LLM services through APIs. +ReleaseNotesUrl: https://github.com/xarthurx/whisperi/releases/tag/v0.6.11 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/xarthurx/whisperi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.yaml b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.yaml new file mode 100644 index 000000000000..1afbd406a8c9 --- /dev/null +++ b/manifests/x/xarthurx/Whisperi/0.6.11/xarthurx.Whisperi.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: xarthurx.Whisperi +PackageVersion: 0.6.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6fc34bc0de94255365203889bc9377d7e07dbd7d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:20:33 +0800 Subject: [PATCH 219/325] Update: FinalWire.AIDA64.Extreme version 8.30 (8.30.8313) (#376806) --- .../8.30/FinalWire.AIDA64.Extreme.installer.yaml | 2 +- .../FinalWire.AIDA64.Extreme.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml index 493dfba74bdc..90c16c63c90d 100644 --- a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.installer.yaml @@ -7,7 +7,7 @@ InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: AIDA64 Extreme_is1 -ReleaseDate: 2026-05-04 +ReleaseDate: 2026-05-19 Installers: - Architecture: x64 InstallerUrl: https://download.aida64.com/aida64extreme830.exe diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml index 20863e2dd61d..b9112ec76e18 100644 --- a/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.30/FinalWire.AIDA64.Extreme.locale.en-US.yaml @@ -23,7 +23,21 @@ Tags: - diagnostic - hardware - monitor -ReleaseNotes: 'fixed: Storage / SMART / missing attribute values' +ReleaseNotes: |- + Thermalright Trofeo Vision 9.16 LCD support + support for Asus ROG Strix Aiolos USB-NVMe passthrough + GPU information for nVIDIA GeForce RTX 5060 (GB205) + GPU sensor support for Asus ROG-Matrix-RTX5090-P32G-30th + improved support for AMD K1A.68 Krackan 2 / Gorgon Point 3 APU + improved support for Intel Clearwater Forest CPU + preliminary support for Intel Panther Lake-R CPU + Intel Processor Number detection for Atom P6900 Series + Intel Processor Number detection for Core 5 205H + Intel Processor Number detection for Core 7 230H + Intel Processor Number detection for Xeon Platinum 8480C, 8488C + motherboard specific sensor info for Asus ProArt B850-Creator WiFi Neo, ROG Crosshair 2006, ROG Strix X870E-A Gaming WiFi 7 Neo, ROG Strix X870E-E Gaming WiFi7 Neo, ROG Strix X870E-E Gaming WiFi7 R2 Series, TX Gaming B860M WiFi + motherboard specific sensor info for MaxSun MS-Challenger B850M-P, MS-iCraft B850M GKD5 WiFi, MS-MoDT RPL-H GT0 + fixed: optimized memory bandwidth benchmark run times on AMD Chagall ReleaseNotesUrl: https://www.aida64.com/news/aida64-v830-game-fps-frames-APX-wildcat-lake-nova-cpu-zen6-expo PurchaseUrl: https://www.aida64.com/online-store Documentations: From 8522a82875754335754d3b84bfbf641ca5341277 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 17:20:36 -0400 Subject: [PATCH 220/325] New version: Modrinth.ModrinthApp version 0.13.19 (#376776) --- .../Modrinth.ModrinthApp.installer.yaml | 20 +++++++++++ .../Modrinth.ModrinthApp.locale.en-US.yaml | 33 +++++++++++++++++++ .../0.13.19/Modrinth.ModrinthApp.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.installer.yaml create mode 100644 manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.locale.en-US.yaml create mode 100644 manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.yaml diff --git a/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.installer.yaml b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.installer.yaml new file mode 100644 index 000000000000..5d58f480a49a --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.13.19 +InstallerType: nullsoft +Scope: user +ProductCode: Modrinth App +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- Publisher: ModrinthApp + ProductCode: Modrinth App +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Modrinth App' +Installers: +- Architecture: x64 + InstallerUrl: https://launcher-files.modrinth.com/versions/0.13.19/windows/Modrinth%20App_0.13.19_x64-setup.exe + InstallerSha256: 67246A7B73226C57EA4C2E388C11F1E92FF9EE5138181B59CAB9AE97E462FFB1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.locale.en-US.yaml b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.locale.en-US.yaml new file mode 100644 index 000000000000..23dfa6f165ac --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.13.19 +PackageLocale: en-US +Publisher: Modrinth +PublisherUrl: https://modrinth.com/ +PublisherSupportUrl: https://support.modrinth.com/en/ +PrivacyUrl: https://modrinth.com/legal/privacy +Author: Modrinth +PackageName: Modrinth App +PackageUrl: https://modrinth.com/app +License: GPL-3.0 +LicenseUrl: https://github.com/modrinth/code/blob/main/apps/app/LICENSE +ShortDescription: The Modrinth App is a unique, open source Minecraft launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. +Tags: +- minecraft +- minecraft-launcher +- modrinth +ReleaseNotes: |- + Changed + - Updated translations. + - Modrinth Hosting: Updated translations. + + Fixed + - Fixed bug with table headers being misaligned if using the app in a non-english language. +ReleaseNotesUrl: https://github.com/modrinth/code/releases/tag/v0.13.19 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://support.modrinth.com/en/collections/7804910-modrinth-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.yaml b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.yaml new file mode 100644 index 000000000000..60bcb8408c8b --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.13.19/Modrinth.ModrinthApp.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: Modrinth.ModrinthApp +PackageVersion: 0.13.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 700a8f5b271fe4d4c721e2c931a91cf8335cf363 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:20:59 +0800 Subject: [PATCH 221/325] Update: FinalWire.AIDA64.Engineer version 8.30 (8.30.8313) (#376807) --- .../FinalWire.AIDA64.Engineer.installer.yaml | 2 +- .../FinalWire.AIDA64.Engineer.locale.en-US.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml index acb7b0db741d..027799ff6b36 100644 --- a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.installer.yaml @@ -7,7 +7,7 @@ InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: AIDA64 Engineer_is1 -ReleaseDate: 2026-05-04 +ReleaseDate: 2026-05-19 Installers: - Architecture: x64 InstallerUrl: https://download.aida64.com/aida64engineer830.exe diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml index 0fbd970d4fbf..fddf4c62d31f 100644 --- a/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.30/FinalWire.AIDA64.Engineer.locale.en-US.yaml @@ -23,7 +23,21 @@ Tags: - diagnostic - hardware - monitor -ReleaseNotes: 'fixed: Storage / SMART / missing attribute values' +ReleaseNotes: |- + Thermalright Trofeo Vision 9.16 LCD support + support for Asus ROG Strix Aiolos USB-NVMe passthrough + GPU information for nVIDIA GeForce RTX 5060 (GB205) + GPU sensor support for Asus ROG-Matrix-RTX5090-P32G-30th + improved support for AMD K1A.68 Krackan 2 / Gorgon Point 3 APU + improved support for Intel Clearwater Forest CPU + preliminary support for Intel Panther Lake-R CPU + Intel Processor Number detection for Atom P6900 Series + Intel Processor Number detection for Core 5 205H + Intel Processor Number detection for Core 7 230H + Intel Processor Number detection for Xeon Platinum 8480C, 8488C + motherboard specific sensor info for Asus ProArt B850-Creator WiFi Neo, ROG Crosshair 2006, ROG Strix X870E-A Gaming WiFi 7 Neo, ROG Strix X870E-E Gaming WiFi7 Neo, ROG Strix X870E-E Gaming WiFi7 R2 Series, TX Gaming B860M WiFi + motherboard specific sensor info for MaxSun MS-Challenger B850M-P, MS-iCraft B850M GKD5 WiFi, MS-MoDT RPL-H GT0 + fixed: optimized memory bandwidth benchmark run times on AMD Chagall ReleaseNotesUrl: https://www.aida64.com/news/aida64-v830-game-fps-frames-APX-wildcat-lake-nova-cpu-zen6-expo PurchaseUrl: https://www.aida64.com/online-store Documentations: From 6cbcb62cbc4ee49458bd7c84ee7edbbc9ea30929 Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Tue, 19 May 2026 17:21:02 -0400 Subject: [PATCH 222/325] Remove version: ZedIndustries.Zed version 1.1.8 (#376817) --- .../1.1.8/ZedIndustries.Zed.installer.yaml | 28 ----------- .../1.1.8/ZedIndustries.Zed.locale.en-US.yaml | 46 ------------------- .../Zed/1.1.8/ZedIndustries.Zed.yaml | 8 ---- 3 files changed, 82 deletions(-) delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.installer.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.locale.en-US.yaml delete mode 100644 manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.yaml diff --git a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.installer.yaml deleted file mode 100644 index 8e14e05d6e1d..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.1.8 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -ReleaseDate: 2026-05-12 -AppsAndFeaturesEntries: -- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Zed' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.1.8/Zed-x86_64.exe - InstallerSha256: ECE2FD9E765E3297181724D56CE708142EB84518E919926B7163655BAB9E5930 -- Architecture: arm64 - InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.1.8/Zed-aarch64.exe - InstallerSha256: 3DC3829A6297F60B1DE289ECEE052E041E1AB21E17A7B44CD2FE0D1A143DD926 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.locale.en-US.yaml deleted file mode 100644 index 44e9f60b4c21..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.locale.en-US.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.1.8 -PackageLocale: en-US -Publisher: Zed Industries -PublisherUrl: https://zed.dev/ -PublisherSupportUrl: https://zed.dev/support -PrivacyUrl: https://zed.dev/privacy-policy -Author: The Zed Industries Authors -PackageName: Zed -PackageUrl: https://zed.dev/windows -License: GPL-3.0 -LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL -Copyright: Copyright 2022 - 2025 Zed Industries, Inc. -ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. -Description: |- - Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - - Chat with teammates, write notes together, and share your screen and project. All included. - - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. - - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. - - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. -Moniker: zed -Tags: -- code-editor -- developer-tools -- editor -- text-editor -ReleaseNotes: |- - - Fixed some issues where the activity indicator would show the wrong icon and not be clickable on errors present. (#56471) - - Fixed a memory leak with diffing non-existing files with Zed cli (#56445) - - Fixed edit prediction provider menu checkmarks for active non-Zed providers. (#56292) - - Fixed an issue where project files would take a long time to appear when opening Zed on a file system that requires polling (#56207) -ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.1.8 -PurchaseUrl: https://zed.dev/pricing -Documentations: -- DocumentLabel: Community Links - DocumentUrl: https://zed.dev/community-links -- DocumentLabel: Getting Started - DocumentUrl: https://zed.dev/docs/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.yaml deleted file mode 100644 index 7625e929dcd2..000000000000 --- a/manifests/z/ZedIndustries/Zed/1.1.8/ZedIndustries.Zed.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: ZedIndustries.Zed -PackageVersion: 1.1.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 378b74fc3907950151a297070b130ad63fdc756e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:21:18 +0800 Subject: [PATCH 223/325] New version: JetBrains.dotTrace version 2026.1.2 (#376634) --- .../JetBrains.dotTrace.installer.yaml | 31 +++++++++++++++++ .../JetBrains.dotTrace.locale.en-US.yaml | 34 +++++++++++++++++++ .../JetBrains.dotTrace.locale.zh-CN.yaml | 23 +++++++++++++ .../dotTrace/2026.1.2/JetBrains.dotTrace.yaml | 8 +++++ 4 files changed, 96 insertions(+) create mode 100644 manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.installer.yaml create mode 100644 manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.en-US.yaml create mode 100644 manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.zh-CN.yaml create mode 100644 manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.yaml diff --git a/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.installer.yaml b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.installer.yaml new file mode 100644 index 000000000000..b801e25af01c --- /dev/null +++ b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.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: JetBrains.dotTrace +PackageVersion: 2026.1.2 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /Silent=True + SilentWithProgress: /Silent=True + Log: /LogFile="" +FileExtensions: +- dtp +- dtt +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotTrace.2026.1.2.web.exe + InstallerSha256: 0F0CF80A34C5665AE15CB95FA4B8A378A12B62BDCCB9924AADA162EA0EB1908B +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/resharper/dotUltimate.2026.1.2/JetBrains.dotTrace.2026.1.2.web.exe + InstallerSha256: 0F0CF80A34C5665AE15CB95FA4B8A378A12B62BDCCB9924AADA162EA0EB1908B + InstallerSwitches: + Custom: /PerMachine=True + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.en-US.yaml b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.en-US.yaml new file mode 100644 index 000000000000..df3b1c9b561d --- /dev/null +++ b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.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: JetBrains.dotTrace +PackageVersion: 2026.1.2 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains dotTrace +PackageUrl: https://www.jetbrains.com/profiler/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: .NET performance profiler +Description: dotTrace helps you detect performance bottlenecks in a variety of .NET and .NET Core applications. +Tags: +- .net +- c# +- csharp +- develop +- development +- dotnet +- dottrace +ReleaseNotes: |- + ReSharper 2026.1.2 + This update contains a number of bug fixes important for the stability and performance of ReSharper and other JetBrains .NET tools. + For the full list of resolved issues, please refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/store/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.zh-CN.yaml b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.zh-CN.yaml new file mode 100644 index 000000000000..daede84141ca --- /dev/null +++ b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotTrace +PackageVersion: 2026.1.2 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/profiler/ +License: 专有软件 +ShortDescription: .NET 性能分析器 +Description: dotTrace 可以帮助您检测各种 .NET 和 .NET Core 应用程序的性能瓶颈。 +Tags: +- .net +- c# +- csharp +- dotnet +- dottrace +- 开发 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DOTNET-A-340/ReSharper-Tools-2026.1.2-release-notes +PurchaseUrl: https://www.jetbrains.com/zh-cn/store/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.yaml b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.yaml new file mode 100644 index 000000000000..e5ace2a6b198 --- /dev/null +++ b/manifests/j/JetBrains/dotTrace/2026.1.2/JetBrains.dotTrace.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JetBrains.dotTrace +PackageVersion: 2026.1.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a91aee68fcb58112ceed0b43cbd13b9170c6df02 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 19 May 2026 23:21:45 +0200 Subject: [PATCH 224/325] New version: AdventDevelopmentInc.Kudu version 1.41.0 (#376672) --- .../AdventDevelopmentInc.Kudu.installer.yaml | 21 +++++++++++ ...dventDevelopmentInc.Kudu.locale.en-US.yaml | 35 +++++++++++++++++++ .../1.41.0/AdventDevelopmentInc.Kudu.yaml | 8 +++++ 3 files changed, 64 insertions(+) create mode 100644 manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.installer.yaml create mode 100644 manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.locale.en-US.yaml create mode 100644 manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.yaml diff --git a/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.installer.yaml b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.installer.yaml new file mode 100644 index 000000000000..01a21bfabaea --- /dev/null +++ b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.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: AdventDevelopmentInc.Kudu +PackageVersion: 1.41.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: 99d553c9-ffb4-5437-be2b-e5cf46a6d687 +AppsAndFeaturesEntries: +- DisplayName: Kudu 1.40.0 + Publisher: Kudu Contributors + ProductCode: 99d553c9-ffb4-5437-be2b-e5cf46a6d687 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AdventDevInc/kudu/releases/download/v1.41.0/Kudu-Setup-1.41.0.exe + InstallerSha256: C0CA4F63418861C186E3FC61CF2C920F139F860E858F24E5FE672CC8D3FC2B31 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.locale.en-US.yaml b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.locale.en-US.yaml new file mode 100644 index 000000000000..797e4ef398a6 --- /dev/null +++ b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdventDevelopmentInc.Kudu +PackageVersion: 1.41.0 +PackageLocale: en-US +Publisher: Advent Development, Inc. +PublisherUrl: https://github.com/AdventDevInc +PublisherSupportUrl: https://github.com/AdventDevInc/kudu/issues +PackageName: Kudu +PackageUrl: https://github.com/AdventDevInc/kudu +License: MIT +LicenseUrl: https://github.com/AdventDevInc/kudu/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Kudu Contributors +ShortDescription: A modern, open-source system cleaner for Windows, macOS, and Linux +Tags: +- ccleaner-alternative +- cleaner +- free +- hardening +- kudu +- linux-cleaner +- mac-cleaner +- malware-detection +- open-source +- pc-optimization +- performance +- privacy +- scanner +- security +- startup-manager +- system-cleaner +ReleaseNotesUrl: https://github.com/AdventDevInc/kudu/releases/tag/v1.41.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.yaml b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.yaml new file mode 100644 index 000000000000..96b32949012f --- /dev/null +++ b/manifests/a/AdventDevelopmentInc/Kudu/1.41.0/AdventDevelopmentInc.Kudu.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: AdventDevelopmentInc.Kudu +PackageVersion: 1.41.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 942edfc63c1f582d851ecd10e8b3c1a65a003a22 Mon Sep 17 00:00:00 2001 From: Hiroyuki Furuno <58550284+HiroyukiFuruno@users.noreply.github.com> Date: Wed, 20 May 2026 06:21:50 +0900 Subject: [PATCH 225/325] New version: HiroyukiFuruno.katana-desktop version 0.22.25 (#376674) --- ...royukiFuruno.katana-desktop.installer.yaml | 26 +++++++++++++++ ...ukiFuruno.katana-desktop.locale.en-US.yaml | 33 +++++++++++++++++++ .../HiroyukiFuruno.katana-desktop.yaml | 8 +++++ 3 files changed, 67 insertions(+) create mode 100644 manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.installer.yaml create mode 100644 manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.locale.en-US.yaml create mode 100644 manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.yaml diff --git a/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.installer.yaml b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.installer.yaml new file mode 100644 index 000000000000..911f51514175 --- /dev/null +++ b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HiroyukiFuruno.katana-desktop +PackageVersion: 0.22.25 +InstallerLocale: en-US +InstallerType: wix +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: '{527B2A3C-B707-4081-ACCA-B5B3B1EC444C}' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayName: KatanA + Publisher: Hiroyuki Furuno + ProductCode: '{527B2A3C-B707-4081-ACCA-B5B3B1EC444C}' + UpgradeCode: '{7476FFDE-7ADF-4C18-9E70-40842FBEB99D}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%/Programs/KatanA/bin' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/HiroyukiFuruno/KatanA/releases/download/v0.22.25/KatanA-windows-x86_64.msi + InstallerSha256: 8BCB0BC2689D17E9D8DC8F47B00AE84C7C34E99B80A3227ED694E6B3BE1C0C94 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.locale.en-US.yaml b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.locale.en-US.yaml new file mode 100644 index 000000000000..de8782c9fbe8 --- /dev/null +++ b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.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: HiroyukiFuruno.katana-desktop +PackageVersion: 0.22.25 +PackageLocale: en-US +Publisher: HiroyukiFuruno +PublisherUrl: https://github.com/HiroyukiFuruno +PublisherSupportUrl: https://github.com/HiroyukiFuruno/KatanA/issues +Author: Hiroyuki Furuno +PackageName: KatanA Desktop +PackageUrl: https://github.com/HiroyukiFuruno/KatanA +License: MIT +LicenseUrl: https://github.com/HiroyukiFuruno/KatanA/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Hiroyuki Furuno +ShortDescription: KatanA Desktop +Description: KatanA Desktop +Moniker: katana +Tags: +- linux-amd64 +- mados +- markdown +- mermaid +- plantuml +- windows-amd64 +ReleaseNotes: |- + 🐛 Bug Fixes + - Release quality checks now always run for version bumps: Fixed release automation so version updates no longer bypass CI. Release PRs that touch the app version now keep the normal validation path active before they can be merged. + - Language can follow the operating system again: Added an "Auto (Follow OS)" language choice and made new installs use it by default. Existing saved language choices are preserved, so users who explicitly selected Japanese or English are not silently changed. + - Update-check errors are now localized: Replaced raw network/library error details in the update-check dialog with localized explanations for connection, timeout, server, proxy, payload, and unknown failures across all supported app languages. +ReleaseNotesUrl: https://github.com/HiroyukiFuruno/KatanA/releases/tag/v0.22.25 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.yaml b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.yaml new file mode 100644 index 000000000000..09a207081990 --- /dev/null +++ b/manifests/h/HiroyukiFuruno/katana-desktop/0.22.25/HiroyukiFuruno.katana-desktop.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: HiroyukiFuruno.katana-desktop +PackageVersion: 0.22.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d8cf3bf9a653bb2e8d2803d6b8dd271989aaa14f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:22:12 +0800 Subject: [PATCH 226/325] New version: Google.Antigravity version 2.0.0 (#376678) --- .../2.0.0/Google.Antigravity.installer.yaml | 157 ++++++++++++++++++ .../Google.Antigravity.locale.en-US.yaml | 42 +++++ .../Google.Antigravity.locale.zh-CN.yaml | 21 +++ .../Antigravity/2.0.0/Google.Antigravity.yaml | 8 + 4 files changed, 228 insertions(+) create mode 100644 manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.installer.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.locale.en-US.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.yaml diff --git a/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.installer.yaml b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.installer.yaml new file mode 100644 index 000000000000..8d2eb1ef5f01 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.installer.yaml @@ -0,0 +1,157 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 2.0.0 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- antigravity +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 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.0-6324554176528384/windows-x64/Antigravity.exe + InstallerSha256: 06E1B95DCA9BF14FCBFC72ACE0C11B42123C0CB65F35EE3C979B63BAB3B56A6A + ProductCode: '{AA73B3E3-C6C8-45C8-B1DC-4AE56C751432}_is1' +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.0-6324554176528384/windows-arm/Antigravity.exe + InstallerSha256: 5B8F70548455C61FBC7DDF137B4D74C189444167085FDD6EF29B8CD2FEB57B18 + ProductCode: '{057BEF68-E891-4AD8-871C-3C9893C9F8A7}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.locale.en-US.yaml b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.locale.en-US.yaml new file mode 100644 index 000000000000..1cb213ed6373 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.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: Google.Antigravity +PackageVersion: 2.0.0 +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 +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 +ReleaseNotes: |- + Bug Fixes + Fixed bug that prevented MCP servers from loading and bug that prevented accessing workspace-specific settings. + Improvements (0) + + Fixes (2) + - Fixed bug that prevented MCP servers from loading + - Fixed bug that prevented accessing workspace-specific settings + Patches (0) +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/Antigravity/2.0.0/Google.Antigravity.locale.zh-CN.yaml b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.locale.zh-CN.yaml new file mode 100644 index 000000000000..c84db1420e2c --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.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.Antigravity +PackageVersion: 2.0.0 +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/Antigravity/2.0.0/Google.Antigravity.yaml b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.yaml new file mode 100644 index 000000000000..d056d1dd5d48 --- /dev/null +++ b/manifests/g/Google/Antigravity/2.0.0/Google.Antigravity.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.Antigravity +PackageVersion: 2.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6acc9c449b8297e9a30c172f3b00ad37a04f8d88 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:22:15 +0800 Subject: [PATCH 227/325] New version: Mozilla.Thunderbird.lv version 151.0 (#376736) --- .../Mozilla.Thunderbird.lv.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.lv.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.lv.locale.zh-CN.yaml | 24 +++++ .../lv/151.0/Mozilla.Thunderbird.lv.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.yaml diff --git a/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.installer.yaml b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.installer.yaml new file mode 100644 index 000000000000..5b78b5d3c704 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.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: Mozilla.Thunderbird.lv +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/lv/Thunderbird%20Setup%20151.0.exe + InstallerSha256: A79586211408D347A9042287FE87589DD0321AC5FF475B994C753AA0A5F5DE9C + ProductCode: Mozilla Thunderbird 151.0 (x86 lv) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/lv/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 89B71DA99D99CDBAB86611FF5E02585793E2163DBB25E895CFF58FB08BD9A175 + ProductCode: Mozilla Thunderbird 151.0 (x64 lv) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.en-US.yaml new file mode 100644 index 000000000000..8f37fd574d5e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.lv +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (lv) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.locale.zh-CN.yaml new file mode 100644 index 000000000000..f166fa4105d9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.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.Thunderbird.lv +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (lv) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.yaml b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.yaml new file mode 100644 index 000000000000..7d4399392701 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/lv/151.0/Mozilla.Thunderbird.lv.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.Thunderbird.lv +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b58947564eecbf65e44f04bc2a009043fbbc34a3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:22:29 +0800 Subject: [PATCH 228/325] New version: Mozilla.Thunderbird.pt-BR version 151.0 (#376745) --- .../Mozilla.Thunderbird.pt-BR.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.pt-BR.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.pt-BR.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.pt-BR.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.yaml diff --git a/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.installer.yaml b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.installer.yaml new file mode 100644 index 000000000000..9b0ecd5148cd --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.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: Mozilla.Thunderbird.pt-BR +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/pt-BR/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 372BDA6996B8F85DFD7B9F15A5F8F52DC7B38C2DFC7CB855F02819F79573A075 + ProductCode: Mozilla Thunderbird 151.0 (x86 pt-BR) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/pt-BR/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 72E164E5EF4A659EFAF6734F84D2A0F9797CAA6A2581CD78BD968E064DB359EF + ProductCode: Mozilla Thunderbird 151.0 (x64 pt-BR) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.en-US.yaml new file mode 100644 index 000000000000..3739d17fa6d4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pt-BR +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (pt-BR) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.locale.zh-CN.yaml new file mode 100644 index 000000000000..893537e050af --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.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.Thunderbird.pt-BR +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (pt-BR) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.yaml b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.yaml new file mode 100644 index 000000000000..f765cecaad7a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pt-BR/151.0/Mozilla.Thunderbird.pt-BR.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.Thunderbird.pt-BR +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bca9cc5f37ef5463463ab02105d4c05d6394a543 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:22:49 +0800 Subject: [PATCH 229/325] New version: Mozilla.Thunderbird.sl version 151.0 (#376754) --- .../Mozilla.Thunderbird.sl.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.sl.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.sl.locale.zh-CN.yaml | 24 +++++ .../sl/151.0/Mozilla.Thunderbird.sl.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.yaml diff --git a/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.installer.yaml b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.installer.yaml new file mode 100644 index 000000000000..dc1243d89bc4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.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: Mozilla.Thunderbird.sl +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/sl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2B090ED303554F0CFF465E66BC7FD4682CC5C01FF08F2B7FA7688645A21697FA + ProductCode: Mozilla Thunderbird 151.0 (x86 sl) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/sl/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 57FDB998C242ADB9E3ADBCB7A43829F1ACE95E81B2AD178745B5460F6B2AE6EE + ProductCode: Mozilla Thunderbird 151.0 (x64 sl) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.en-US.yaml new file mode 100644 index 000000000000..01f03e82af9f --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.sl +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (sl) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.locale.zh-CN.yaml new file mode 100644 index 000000000000..99263f838ebb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.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.Thunderbird.sl +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (sl) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.yaml b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.yaml new file mode 100644 index 000000000000..909c5c3a96bb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sl/151.0/Mozilla.Thunderbird.sl.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.Thunderbird.sl +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From be12d80a820b4588fe242999e1118cdbdb974cab Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:23:11 +0800 Subject: [PATCH 230/325] New version: Mozilla.Thunderbird.sr version 151.0 (#376756) --- .../Mozilla.Thunderbird.sr.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.sr.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.sr.locale.zh-CN.yaml | 24 +++++ .../sr/151.0/Mozilla.Thunderbird.sr.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.yaml diff --git a/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.installer.yaml b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.installer.yaml new file mode 100644 index 000000000000..dab0b09b4afc --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.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: Mozilla.Thunderbird.sr +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/sr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 36E90D1296865DD353CB704953FFA844C70A8A095C6D38B5810BA97D814DEA84 + ProductCode: Mozilla Thunderbird 151.0 (x86 sr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/sr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: E020E4882229A7F1BEBA2CA7633B2F27BCCC46412DC7A5A8B04EF2D2B9695AB0 + ProductCode: Mozilla Thunderbird 151.0 (x64 sr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.en-US.yaml new file mode 100644 index 000000000000..2a03bc8adf55 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.sr +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (sr) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.locale.zh-CN.yaml new file mode 100644 index 000000000000..398adf1cd640 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.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.Thunderbird.sr +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (sr) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.yaml b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.yaml new file mode 100644 index 000000000000..c0a05834d14c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sr/151.0/Mozilla.Thunderbird.sr.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.Thunderbird.sr +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b65045c096fc060db89fe2844991918f46b2a42a Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 17:44:28 -0400 Subject: [PATCH 231/325] New version: oxc-project.oxlint version 1.66.0 (#376308) --- .../1.66.0/oxc-project.oxlint.installer.yaml | 31 ++++++++++ .../oxc-project.oxlint.locale.en-US.yaml | 59 +++++++++++++++++++ .../oxlint/1.66.0/oxc-project.oxlint.yaml | 8 +++ 3 files changed, 98 insertions(+) create mode 100644 manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.installer.yaml create mode 100644 manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.locale.en-US.yaml create mode 100644 manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.yaml diff --git a/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.installer.yaml b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.installer.yaml new file mode 100644 index 000000000000..da279294c3b5 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.installer.yaml @@ -0,0 +1,31 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.66.0 +InstallerType: zip +NestedInstallerType: portable +Commands: +- oxlint +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: oxlint-i686-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.66.0/oxlint-i686-pc-windows-msvc.zip + InstallerSha256: E683997C14473DB121812B781563EA2672F98772F89F29712DE44B02ED41EA68 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-x86_64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.66.0/oxlint-x86_64-pc-windows-msvc.zip + InstallerSha256: D54EB28A9FB130BEA5990E4347DA8D67E0D67171BE28BAD07E13785929729CE0 +- Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: oxlint-aarch64-pc-windows-msvc.exe + PortableCommandAlias: oxlint + InstallerUrl: https://github.com/oxc-project/oxc/releases/download/apps_v1.66.0/oxlint-aarch64-pc-windows-msvc.zip + InstallerSha256: 08486BF80043558B52AEA9674EC138B46A144FE58A1F92035DCA39462D50E332 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.locale.en-US.yaml b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.locale.en-US.yaml new file mode 100644 index 000000000000..beede74361e2 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: oxc-project.oxlint +PackageVersion: 1.66.0 +PackageLocale: en-US +Publisher: VoidZero Inc. & Contributors +PublisherUrl: https://oxc.rs/ +PublisherSupportUrl: https://github.com/oxc-project/oxc/issues +Author: VoidZero Inc. & Contributors +PackageName: oxlint +PackageUrl: https://oxc.rs/docs/guide/usage/linter.html +License: MIT +LicenseUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2024-present VoidZero Inc. & Contributors +CopyrightUrl: https://github.com/oxc-project/oxc/blob/HEAD/LICENSE +ShortDescription: oxlint is a blazing-fast JavaScript and TypeScript linter that is 50–100× faster than ESLint. It is designed to catch erroneous or useless code without requiring any configurations by default. +Tags: +- compiler +- javascript +- linter +- minifier +- parser +- transpiler +- typescript +ReleaseNotes: |- + 🚀 Features + - 1ae291e linter/no-underscore-dangle: Add allowInUsingDeclarations option (#22483) (吴杨帆) + - 0440b0f linter/eslint: Implement id-match rule (#22379) (Vladislav Sayapin) + - 65bf119 linter: Implement react no-object-type-as-default-prop (#22481) (uhyo) + - 2a6ddce linter/eslint: Implement no-implied-eval rule (#22391) (Vladislav Sayapin) + - d3a3c1d linter: Auto detect agents from CLI and transition to the agent output format (#22068) (Jovi De Croock) + - 625758a linter/vitest: Implement padding-around-after-all-blocks rule (#21788) (kapobajza) + - 37680b0 linter: Implement react no-unstable-nested-components (#22248) (Jovi De Croock) + - d8d9c74 linter: Implement import/newline-after-import rule (#19142) (Ryuya Yanagi) + + 🐛 Bug Fixes + - 3f59e03 linter: Only call rayon/miette/tracing inits once (#21899) (Matiss Janis Aboltins) + - 602dfd6 linter/promise/no-return-wrap: Detect Promise calls in all branches (#22474) (zennnnnnn11) + - e182aee linter: Allow dialogs and popovers for no_autofocus (#22289) (mehm8128) + - 7ffb710 linter/jest/vitest: Jest/no-standalone-expect ignores additionalTestBlockFunctions option for jest/vitest hooks (#22477) (kapobajza) + - c6f2d3f linter: Add more expression support for iframe-has-title (#22460) (mehm8128) + - 5747ff1 linter: Avoid enabling jest with vitest plugin (#22499) (camc314) + - 863984f linter/no-find-dom-node: Run on all files (#22479) (bab) + + ⚡ Performance + - 2afef79 linter: Optimize no-loop-func (#22491) (camchenry) + - 4c9ca72 oxlint: Align walker thread count with rayon pool (#22494) (Boshen) + + 📚 Documentation + - f7967c7 linter/id-match: Clarify onlyDeclarations config docs (#22523) (camc314) + - 1e0c97f linter: Fix closing code block in documentation for padding-around-after-all-blocks rule. (#22513) (connorshea) + - a9049fd linter: Exclude directly provide autoFocus to dialog pattern (#22510) (mehm8128) +ReleaseNotesUrl: https://github.com/oxc-project/oxc/releases/tag/apps_v1.66.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://oxc.rs/docs/guide/usage/linter.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.yaml b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.yaml new file mode 100644 index 000000000000..94b783f0f363 --- /dev/null +++ b/manifests/o/oxc-project/oxlint/1.66.0/oxc-project.oxlint.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: oxc-project.oxlint +PackageVersion: 1.66.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 717354a6ada40b4774c07a971f5ecf31cb91968a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:44:43 +0800 Subject: [PATCH 232/325] New version: Mozilla.Firefox.ESR.sr version 140.11.0 (#376505) --- .../Mozilla.Firefox.ESR.sr.installer.yaml | 42 +++++++++++++++++++ .../Mozilla.Firefox.ESR.sr.locale.de-DE.yaml | 21 ++++++++++ .../Mozilla.Firefox.ESR.sr.locale.en-US.yaml | 38 +++++++++++++++++ .../Mozilla.Firefox.ESR.sr.locale.zh-CN.yaml | 25 +++++++++++ .../sr/140.11.0/Mozilla.Firefox.ESR.sr.yaml | 8 ++++ 5 files changed, 134 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.yaml diff --git a/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.installer.yaml b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.installer.yaml new file mode 100644 index 000000000000..d47689f0a6f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.installer.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ESR.sr +PackageVersion: 140.11.0 +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 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win32/sr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: AAA16FC956D1FCB43128BD787B9DDF026F11E466567D04C919B50B6AE983250D + ProductCode: Mozilla Firefox 140.11.0 ESR (x86 sr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64/sr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: 2E09BFE08F77438B75CF901360BA6B5CD036C7A935ADED4051D82BBEED0938F9 + ProductCode: Mozilla Firefox 140.11.0 ESR (x64 sr) +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/140.11.0esr/win64-aarch64/sr/Firefox%20Setup%20140.11.0esr.exe + InstallerSha256: E2C2162287881B7CEB9BFA1AD31D20F491D74CE1246768EEBFE5C2FEE8B96395 + ProductCode: Mozilla Firefox 140.11.0 ESR (arm64 sr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.de-DE.yaml new file mode 100644 index 000000000000..e121a6999ecd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.de-DE.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: Mozilla.Firefox.ESR.sr +PackageVersion: 140.11.0 +PackageLocale: de-DE +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/websites +Author: Mozilla Foundation +PackageName: Mozilla Firefox ESR (sr) +PackageUrl: https://www.mozilla.org/de/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Holen Sie sich den Firefox Extended Support Release oder Rapid Release für umfassende Datensicherheit und Datenschutz. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.en-US.yaml new file mode 100644 index 000000000000..d063cc28ca9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.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: Mozilla.Firefox.ESR.sr +PackageVersion: 140.11.0 +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 ESR (sr) +PackageUrl: https://www.mozilla.org/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Get the Firefox Extended Support Release or Rapid Release browser for comprehensive data security and data protection. +Moniker: firefox-esr +Tags: +- browser +- cross-platform +- foss +- gecko +- quantum +- spidermonkey +- web +- web-browser +ReleaseNotes: |- + Version 140.11.0, first offered to ESR channel users on May 19, 2026 + Firefox 140 Extended Support Release (ESR) includes all of the enhancements since Firefox 128, along with many new features to make your enterprise deployments easier and even more flexible. + + Fixed + - Various security fixes. + + Developer +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.locale.zh-CN.yaml new file mode 100644 index 000000000000..d6669414668c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.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: Mozilla.Firefox.ESR.sr +PackageVersion: 140.11.0 +PackageLocale: zh-CN +Publisher: Mozilla +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 基金会 +PackageName: Mozilla Firefox ESR (sr) +PackageUrl: https://www.mozilla.org/zh-CN/firefox/enterprise/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: 下载部署 Firefox 延长支持版或快速发行版,获得全面的信息安全和数据保护。 +Tags: +- mozilla +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.yaml b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.yaml new file mode 100644 index 000000000000..fd3b77f7cb5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ESR/sr/140.11.0/Mozilla.Firefox.ESR.sr.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.ESR.sr +PackageVersion: 140.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 46a45be4fa6f14daf0f8e1089f9a8c22e8a938f9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:45:07 +0800 Subject: [PATCH 233/325] New version: Mozilla.Firefox.fa version 151.0 (#376570) --- .../151.0/Mozilla.Firefox.fa.installer.yaml | 40 ++++++ .../Mozilla.Firefox.fa.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.fa.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.fa.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.fa.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.fa.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.fa.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.fa.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.fa.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.fa.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.fa.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.fa.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.fa.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.fa.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.fa.locale.zh-CN.yaml | 24 ++++ .../Firefox/fa/151.0/Mozilla.Firefox.fa.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.yaml diff --git a/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.installer.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.installer.yaml new file mode 100644 index 000000000000..c7fc471fadd5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/fa/Firefox%20Setup%20151.0.exe + InstallerSha256: A03C99AF0D5278E173D1582E6ADF7C760FC52779C1669DAF8E9EF051C820508F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/fa/Firefox%20Setup%20151.0.exe + InstallerSha256: 4690684A9970A5BBB5C7D8BA9158C6A561F00B8604EFE9B9C966974BFD91B441 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/fa/Firefox%20Setup%20151.0.exe + InstallerSha256: 9C02B4D07F54192695282F2AB12BECEE09E79453AB2EDC29E8144C333FCEAE26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.cs-CZ.yaml new file mode 100644 index 000000000000..9f3ded6c36e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.da-DK.yaml new file mode 100644 index 000000000000..bf9ea812e4f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.de-DE.yaml new file mode 100644 index 000000000000..046ae0f6651b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.el-GR.yaml new file mode 100644 index 000000000000..c124c0548280 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.en-GB.yaml new file mode 100644 index 000000000000..2e105cdebabd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.en-US.yaml new file mode 100644 index 000000000000..40326a93339d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fa +PackageVersion: "151.0" +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 (fa) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.es-MX.yaml new file mode 100644 index 000000000000..a1b0d4feb193 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.fr-FR.yaml new file mode 100644 index 000000000000..3a5ab6466e2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.hu-HU.yaml new file mode 100644 index 000000000000..c2365d324600 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ja-JP.yaml new file mode 100644 index 000000000000..b4738fe6332c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.nb-NO.yaml new file mode 100644 index 000000000000..a6977ec140d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ru-RU.yaml new file mode 100644 index 000000000000..2129fa8299d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.ta-IN.yaml new file mode 100644 index 000000000000..9122866f24d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.locale.zh-CN.yaml new file mode 100644 index 000000000000..a9579d963679 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +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/fa/151.0/Mozilla.Firefox.fa.yaml b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.yaml new file mode 100644 index 000000000000..4821110ff498 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/151.0/Mozilla.Firefox.fa.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.fa +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2c33bd9e5197f2c62e248752fccd11d4cd093685 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:45:31 +0800 Subject: [PATCH 234/325] New version: Mozilla.Firefox.it version 151.0 (#376591) --- .../151.0/Mozilla.Firefox.it.installer.yaml | 40 ++++++ .../Mozilla.Firefox.it.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.it.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.it.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.it.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.it.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.it.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.it.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.it.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.it.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.it.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.it.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.it.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.it.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.it.locale.zh-CN.yaml | 24 ++++ .../Firefox/it/151.0/Mozilla.Firefox.it.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.yaml diff --git a/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.installer.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.installer.yaml new file mode 100644 index 000000000000..f2639eb18c12 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/it/Firefox%20Setup%20151.0.exe + InstallerSha256: 1EB10D191A215ADB2BA20852C4C89041DA8492D536D85B287B93EA871056F90F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/it/Firefox%20Setup%20151.0.exe + InstallerSha256: 459FDD28FD4AC261CF2D98CE864241EE4691A206CBD2DCCF81367E440006BD1A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/it/Firefox%20Setup%20151.0.exe + InstallerSha256: 13586B172A6DE760C8A3140ABA7479C22B442AF63D204DB2B4347A5AF486F7B3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.cs-CZ.yaml new file mode 100644 index 000000000000..afe248c39d70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.da-DK.yaml new file mode 100644 index 000000000000..83321a2a3ab4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.de-DE.yaml new file mode 100644 index 000000000000..c1218e89965e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.el-GR.yaml new file mode 100644 index 000000000000..abf109c6a80d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.en-GB.yaml new file mode 100644 index 000000000000..4e1bc1060b36 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.en-US.yaml new file mode 100644 index 000000000000..9657ca69ad21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.it +PackageVersion: "151.0" +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 (it) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.es-MX.yaml new file mode 100644 index 000000000000..becddb792b60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.fr-FR.yaml new file mode 100644 index 000000000000..7a422dd2cea2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.hu-HU.yaml new file mode 100644 index 000000000000..1c6ff934b011 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ja-JP.yaml new file mode 100644 index 000000000000..693c189ee43c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.nb-NO.yaml new file mode 100644 index 000000000000..c756621161e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ru-RU.yaml new file mode 100644 index 000000000000..4c5a5b4410aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.ta-IN.yaml new file mode 100644 index 000000000000..c820eb962fd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.locale.zh-CN.yaml new file mode 100644 index 000000000000..ede268abe784 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +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/it/151.0/Mozilla.Firefox.it.yaml b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.yaml new file mode 100644 index 000000000000..99ce37def052 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0/Mozilla.Firefox.it.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.it +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 88d1d7b0b7a578e75de59dd0dd911280b9ba33a0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:45:54 +0800 Subject: [PATCH 235/325] New version: Mozilla.Firefox.ne-NP version 151.0 (#376610) --- .../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 | 120 ++++++++++++++++++ .../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/Mozilla.Firefox.ne-NP.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.yaml diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.installer.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.installer.yaml new file mode 100644 index 000000000000..d714a1e532b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ne-NP/Firefox%20Setup%20151.0.exe + InstallerSha256: F8270EDF78597860A0E97E6950D3DCF2B6CB30B59F66EF2EDFDD123B390EDF0F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ne-NP/Firefox%20Setup%20151.0.exe + InstallerSha256: 44701BE57DC35352A5FBFA88DE5316660FE8B8B31F7CB2970EA83D7FAF0D004F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ne-NP/Firefox%20Setup%20151.0.exe + InstallerSha256: 4FD0BE435A99C57B1C20938F9E66C18BD9CAC43DE787F14C6B27F7B07BAEE282 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.cs-CZ.yaml new file mode 100644 index 000000000000..eb07fc20b255 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.da-DK.yaml new file mode 100644 index 000000000000..cfe92697fd22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.de-DE.yaml new file mode 100644 index 000000000000..5a0eb74f19c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.el-GR.yaml new file mode 100644 index 000000000000..98044c967c4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.en-GB.yaml new file mode 100644 index 000000000000..9d382b8730c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.en-US.yaml new file mode 100644 index 000000000000..c637903652f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.es-MX.yaml new file mode 100644 index 000000000000..b8fb8bb1715e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.fr-FR.yaml new file mode 100644 index 000000000000..a908a2607c92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.hu-HU.yaml new file mode 100644 index 000000000000..51acbf73a067 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ja-JP.yaml new file mode 100644 index 000000000000..611b3539419b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.nb-NO.yaml new file mode 100644 index 000000000000..78453eca9ccc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ru-RU.yaml new file mode 100644 index 000000000000..54cca1da2cb1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.ta-IN.yaml new file mode 100644 index 000000000000..acfd1d47c61f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.locale.zh-CN.yaml new file mode 100644 index 000000000000..aed3892c1ee8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +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/Mozilla.Firefox.ne-NP.yaml b/manifests/m/Mozilla/Firefox/ne-NP/151.0/Mozilla.Firefox.ne-NP.yaml new file mode 100644 index 000000000000..0ff08eb8b8e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ne-NP/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6a5bb8b79043a24d5044c9decfa3e7fe7559385a Mon Sep 17 00:00:00 2001 From: yuzhy8701 <18453608+yuzhy8701@users.noreply.github.com> Date: Tue, 19 May 2026 14:46:08 -0700 Subject: [PATCH 236/325] New version: Google.AndroidCLI version 1.0.15433482 (#376673) --- .../Google.AndroidCLI.installer.yaml | 16 ++++++++++ .../Google.AndroidCLI.locale.en-US.yaml | 29 +++++++++++++++++++ .../1.0.15433482/Google.AndroidCLI.yaml | 8 +++++ 3 files changed, 53 insertions(+) create mode 100644 manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.installer.yaml create mode 100644 manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.locale.en-US.yaml create mode 100644 manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.yaml diff --git a/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.installer.yaml b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.installer.yaml new file mode 100644 index 000000000000..de6a8c4c5e27 --- /dev/null +++ b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.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: Google.AndroidCLI +PackageVersion: 1.0.15433482 +InstallerType: portable +UpgradeBehavior: install +Commands: +- android +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/android/cli/1.0.15433482/windows_x86_64/android.exe + InstallerSha256: 7346C547988C2B4823EA2F8358E14D4585837E0643F72DE20E5CA6935988584C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.locale.en-US.yaml b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.locale.en-US.yaml new file mode 100644 index 000000000000..5174387ff520 --- /dev/null +++ b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.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: Google.AndroidCLI +PackageVersion: 1.0.15433482 +PackageLocale: en-US +Publisher: Google LLC +PublisherUrl: https://developer.android.com/ +PublisherSupportUrl: https://issuetracker.google.com/issues?q=componentid:2091212 +PackageName: Android CLI +PackageUrl: https://developer.android.com/tools/agents/android-cli +License: Android Software Development Kit License Agreement +LicenseUrl: https://developer.android.com/studio/terms +Copyright: Copyright (c) 2026 Google LLC +ShortDescription: Android Developer command-line tools +Description: Android CLI is a command-line interface that enables you to more easily and efficiently build for Android using any tool of your choice. +Moniker: android-cli +Tags: +- agent +- agent-skills +- android +- android-sdk +- apk +- app +- development +- emulator +ReleaseNotesUrl: https://developer.android.com/tools/agents/android-cli/release-notes +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.yaml b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.yaml new file mode 100644 index 000000000000..75835819151d --- /dev/null +++ b/manifests/g/Google/AndroidCLI/1.0.15433482/Google.AndroidCLI.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: Google.AndroidCLI +PackageVersion: 1.0.15433482 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d70d67267bbe75a80f1a46cd9a83699af15d79a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:46:23 +0800 Subject: [PATCH 237/325] New version: Mozilla.Thunderbird.id version 151.0 (#376726) --- .../Mozilla.Thunderbird.id.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.id.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.id.locale.zh-CN.yaml | 24 +++++ .../id/151.0/Mozilla.Thunderbird.id.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.yaml diff --git a/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.installer.yaml b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.installer.yaml new file mode 100644 index 000000000000..dfcaeba2b321 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.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: Mozilla.Thunderbird.id +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/id/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6D15D75DAA7765A51930F99D558DA304004958641993DAE08F80E1A934095376 + ProductCode: Mozilla Thunderbird 151.0 (x86 id) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/id/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 86317452BAABEA033EB02B01554C48DE4D995E2560AD7FAB1E092AFF8F9D8DBC + ProductCode: Mozilla Thunderbird 151.0 (x64 id) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.en-US.yaml new file mode 100644 index 000000000000..d594f73b70bb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.id +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (id) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.locale.zh-CN.yaml new file mode 100644 index 000000000000..08ec9a5a5a48 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.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.Thunderbird.id +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (id) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.yaml b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.yaml new file mode 100644 index 000000000000..5b1cd0143916 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/id/151.0/Mozilla.Thunderbird.id.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.Thunderbird.id +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 45be96f30807fc032ecfbd92420ccf14c49c25da Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:46:38 +0800 Subject: [PATCH 238/325] New version: Mozilla.Thunderbird.kab version 151.0 (#376731) --- .../Mozilla.Thunderbird.kab.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.kab.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.kab.locale.zh-CN.yaml | 24 +++++ .../kab/151.0/Mozilla.Thunderbird.kab.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.yaml diff --git a/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.installer.yaml b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.installer.yaml new file mode 100644 index 000000000000..427654f0a3b4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.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: Mozilla.Thunderbird.kab +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/kab/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2FE971871B9AAF89C5114A368D97A97445B5379F6068B1D3820A2881C0D0B1B5 + ProductCode: Mozilla Thunderbird 151.0 (x86 kab) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/kab/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9B11949A2E2FE5B1CB25DDE5DE197B66ADD7BF1156B07705D112F6A339A29666 + ProductCode: Mozilla Thunderbird 151.0 (x64 kab) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.en-US.yaml new file mode 100644 index 000000000000..e2f84af5262a --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.kab +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (kab) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.locale.zh-CN.yaml new file mode 100644 index 000000000000..cbebc3095681 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.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.Thunderbird.kab +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (kab) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.yaml b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.yaml new file mode 100644 index 000000000000..c515f5ad9418 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/kab/151.0/Mozilla.Thunderbird.kab.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.Thunderbird.kab +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 56b74af9e3e276f0606b1a8e869b0f0b9bf2cf05 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:46:53 +0800 Subject: [PATCH 239/325] New version: Mozilla.Thunderbird.ko version 151.0 (#376733) --- .../Mozilla.Thunderbird.ko.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ko.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ko.locale.zh-CN.yaml | 24 +++++ .../ko/151.0/Mozilla.Thunderbird.ko.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.installer.yaml b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.installer.yaml new file mode 100644 index 000000000000..05c60b48f036 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.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: Mozilla.Thunderbird.ko +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ko/Thunderbird%20Setup%20151.0.exe + InstallerSha256: EFF110B191959CAE466B375DADFF0F68B668F10252F3F6B2BDD0DC14573E91C1 + ProductCode: Mozilla Thunderbird 151.0 (x86 ko) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ko/Thunderbird%20Setup%20151.0.exe + InstallerSha256: DE843900FDCB5ACC7C644B2750F68297D54AFFEB6A22CA5DB8A4BC9257D98CE8 + ProductCode: Mozilla Thunderbird 151.0 (x64 ko) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.en-US.yaml new file mode 100644 index 000000000000..eadc574b44d0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ko +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ko) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.locale.zh-CN.yaml new file mode 100644 index 000000000000..9fb299c7dfe0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.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.Thunderbird.ko +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ko) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.yaml b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.yaml new file mode 100644 index 000000000000..917aac0525c0 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ko/151.0/Mozilla.Thunderbird.ko.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.Thunderbird.ko +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 21aec768206cf048861358ee1891a3da83d90976 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:47:08 +0800 Subject: [PATCH 240/325] New version: Mozilla.Thunderbird.pa-IN version 151.0 (#376742) --- .../Mozilla.Thunderbird.pa-IN.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.pa-IN.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.pa-IN.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.pa-IN.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.yaml diff --git a/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.installer.yaml b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.installer.yaml new file mode 100644 index 000000000000..2ccace5c5586 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.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: Mozilla.Thunderbird.pa-IN +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/pa-IN/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 8317BA22EECF881F7E3663278E29D675C4CC4967FAA74E17D2A68D2A266BD176 + ProductCode: Mozilla Thunderbird 151.0 (x86 pa-IN) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/pa-IN/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9B8D9A0156D10A49CE3273B3D02EFE33A9A6979258230EBA75822AAA193D74FC + ProductCode: Mozilla Thunderbird 151.0 (x64 pa-IN) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.en-US.yaml new file mode 100644 index 000000000000..c9ee5d99b5ab --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.pa-IN +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (pa-IN) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..684854d22f0c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.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.Thunderbird.pa-IN +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (pa-IN) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.yaml b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.yaml new file mode 100644 index 000000000000..1c0db5edacb1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/pa-IN/151.0/Mozilla.Thunderbird.pa-IN.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.Thunderbird.pa-IN +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From de7897ebd49104f76afea4515d4a1dcb7935435b Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:47:23 +0800 Subject: [PATCH 241/325] New version: Mozilla.Thunderbird.ru version 151.0 (#376751) --- .../Mozilla.Thunderbird.ru.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ru.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ru.locale.zh-CN.yaml | 24 +++++ .../ru/151.0/Mozilla.Thunderbird.ru.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.installer.yaml b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.installer.yaml new file mode 100644 index 000000000000..f247827bbfe3 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.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: Mozilla.Thunderbird.ru +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ru/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 3DAB7A34902FE52824A9E0481C0F6AA2810E0FC73420B71A268CF94E0A0D54B6 + ProductCode: Mozilla Thunderbird 151.0 (x86 ru) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ru/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 6637D984CDB9548E25378EA3DE41DB5D0020FC15C7BCDB799686C3AEE81AE8D1 + ProductCode: Mozilla Thunderbird 151.0 (x64 ru) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.en-US.yaml new file mode 100644 index 000000000000..980862a183f6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ru +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ru) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.locale.zh-CN.yaml new file mode 100644 index 000000000000..4aad2f7e6279 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.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.Thunderbird.ru +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ru) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.yaml b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.yaml new file mode 100644 index 000000000000..6b2a0d0649d4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ru/151.0/Mozilla.Thunderbird.ru.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.Thunderbird.ru +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From d2dbdae6950d3819a5bc7b90e809ad4b27f0dc04 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:47:38 +0800 Subject: [PATCH 242/325] New version: Mozilla.Thunderbird.sk version 151.0 (#376752) --- .../Mozilla.Thunderbird.sk.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.sk.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.sk.locale.zh-CN.yaml | 24 +++++ .../sk/151.0/Mozilla.Thunderbird.sk.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.yaml diff --git a/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.installer.yaml b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.installer.yaml new file mode 100644 index 000000000000..78f6a7e40ab5 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.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: Mozilla.Thunderbird.sk +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/sk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 2EBBF0CF53510E40AE3E2B10ECE5AEE3FF0E2614FCDB567437921321DAF7C790 + ProductCode: Mozilla Thunderbird 151.0 (x86 sk) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/sk/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 52E6D80F38288E8CFBD4D5FA838FFA19DD471BDBAD730BA9E7C523EDDBF2488B + ProductCode: Mozilla Thunderbird 151.0 (x64 sk) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.en-US.yaml new file mode 100644 index 000000000000..04dce86ddee9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.sk +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (sk) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.locale.zh-CN.yaml new file mode 100644 index 000000000000..c07e15563d94 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.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.Thunderbird.sk +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (sk) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.yaml b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.sk.yaml new file mode 100644 index 000000000000..edcf57923412 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/sk/151.0/Mozilla.Thunderbird.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.Thunderbird.sk +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ed3c3704eb467fe89ccf6ded43651b717d030553 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:47:52 +0800 Subject: [PATCH 243/325] New version: Mozilla.Thunderbird.vi version 151.0 (#376763) --- .../Mozilla.Thunderbird.vi.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.vi.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.vi.locale.zh-CN.yaml | 24 +++++ .../vi/151.0/Mozilla.Thunderbird.vi.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.yaml diff --git a/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.installer.yaml b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.installer.yaml new file mode 100644 index 000000000000..2b1426a1bde2 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.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: Mozilla.Thunderbird.vi +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/vi/Thunderbird%20Setup%20151.0.exe + InstallerSha256: D86FA848F0431A460819BC4613BE265EA3C2384ED3251545C38FC5AD19A1E2A6 + ProductCode: Mozilla Thunderbird 151.0 (x86 vi) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/vi/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 9C76CFDCB51DEC89C00CA48E8D83DC60E0EADD85517809C0FE2DB9E30B92034B + ProductCode: Mozilla Thunderbird 151.0 (x64 vi) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.en-US.yaml new file mode 100644 index 000000000000..ac44a28bc604 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.vi +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (vi) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.locale.zh-CN.yaml new file mode 100644 index 000000000000..4c0a27960acb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.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.Thunderbird.vi +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (vi) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.yaml b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.yaml new file mode 100644 index 000000000000..f802e7de6021 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/vi/151.0/Mozilla.Thunderbird.vi.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.Thunderbird.vi +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From feb48710730793e9ce21d03657f4d62b1195135d Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:48:07 +0800 Subject: [PATCH 244/325] New version: Mozilla.Thunderbird.zh-CN version 151.0 (#376764) --- .../Mozilla.Thunderbird.zh-CN.installer.yaml | 36 ++++++++ ...ozilla.Thunderbird.zh-CN.locale.en-US.yaml | 89 +++++++++++++++++++ ...ozilla.Thunderbird.zh-CN.locale.zh-CN.yaml | 24 +++++ .../151.0/Mozilla.Thunderbird.zh-CN.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.yaml diff --git a/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.installer.yaml b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.installer.yaml new file mode 100644 index 000000000000..c052c7041cf4 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.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: Mozilla.Thunderbird.zh-CN +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/zh-CN/Thunderbird%20Setup%20151.0.exe + InstallerSha256: C1593089BFF017B7CAE349D8B9FFF7244568D9922A127B56A4C94C2225C82816 + ProductCode: Mozilla Thunderbird 151.0 (x86 zh-CN) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/zh-CN/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 565A8E47270A5F78B617290A21D46DBB3EADFD10433FA452ADEFCEEE8E8BA14F + ProductCode: Mozilla Thunderbird 151.0 (x64 zh-CN) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.en-US.yaml new file mode 100644 index 000000000000..319566244ccb --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.zh-CN +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (zh-CN) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..b5d3bedeef90 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.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.Thunderbird.zh-CN +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (zh-CN) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.yaml new file mode 100644 index 000000000000..ff543601da88 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/zh-CN/151.0/Mozilla.Thunderbird.zh-CN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.zh-CN +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a37a4ce40be4ee5e0341f98a44126f525a3c9901 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:48:22 +0800 Subject: [PATCH 245/325] New version: Mozilla.Thunderbird.MSIX version 151.0 (#376766) --- .../Mozilla.Thunderbird.MSIX.installer.yaml | 29 ++++++ ...Mozilla.Thunderbird.MSIX.locale.en-GB.yaml | 14 +++ ...Mozilla.Thunderbird.MSIX.locale.en-US.yaml | 98 +++++++++++++++++++ ...Mozilla.Thunderbird.MSIX.locale.zh-CN.yaml | 24 +++++ .../MSIX/151.0/Mozilla.Thunderbird.MSIX.yaml | 8 ++ 5 files changed, 173 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.yaml diff --git a/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.installer.yaml b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.installer.yaml new file mode 100644 index 000000000000..7ee9f119381b --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.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: Mozilla.Thunderbird.MSIX +PackageVersion: "151.0" +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +PackageFamilyName: MozillaThunderbird.MozillaThunderbird_jag0gd4e3s9p2 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/multi/Thunderbird%20Setup%20151.0.msix + InstallerSha256: BDE0E324ECEBF0B905E4249A56B82E92443AF7EAB9E210147F6BFDA3272139E0 + SignatureSha256: 9F01932EDB231FAD05B064B97EB4803B6DD47855465F7D01D730A415C32A32C5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/multi/Thunderbird%20Setup%20151.0.msix + InstallerSha256: 9886AFE5383AF0BF0BAD82F88E0F67BA255230492FC3B41100A424D15BAB896B + SignatureSha256: BD7FF685178D426E24180D48B035F76B1485B3BB6DF015C379AB13B9FF651B29 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-GB.yaml b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-GB.yaml new file mode 100644 index 000000000000..e858cce0ce12 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-GB.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.Thunderbird.MSIX +PackageVersion: "151.0" +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +PackageName: Mozilla Thunderbird (MSIX) +PackageUrl: https://www.thunderbird.net/en-GB/ +ShortDescription: A free email application that is easy to set up and customise - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customise. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-US.yaml new file mode 100644 index 000000000000..c5462b4d6f8e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.en-US.yaml @@ -0,0 +1,98 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.MSIX +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (MSIX) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- calendar +- elementio +- email +- inboxfilters +- irc +- mail +- matrixchat +- openpgpencryption +- rssfeedreader +- spamfiltering +- xmpp +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.locale.zh-CN.yaml new file mode 100644 index 000000000000..f3b1d7dfcb6e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.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.Thunderbird.MSIX +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (MSIX) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.yaml b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.yaml new file mode 100644 index 000000000000..799b48bcf9ff --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/MSIX/151.0/Mozilla.Thunderbird.MSIX.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.Thunderbird.MSIX +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4551632e2bf8191e0c7e549e37fdc29a47af6113 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:48:37 +0800 Subject: [PATCH 246/325] New version: Mamba.Micromamba version 2.6.2-1 (#376769) --- .../2.6.2-1/Mamba.Micromamba.installer.yaml | 18 ++++++++++++ .../Mamba.Micromamba.locale.en-US.yaml | 29 +++++++++++++++++++ .../Mamba.Micromamba.locale.zh-CN.yaml | 21 ++++++++++++++ .../Micromamba/2.6.2-1/Mamba.Micromamba.yaml | 8 +++++ 4 files changed, 76 insertions(+) create mode 100644 manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.installer.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.en-US.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.zh-CN.yaml create mode 100644 manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.yaml diff --git a/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.installer.yaml b/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.installer.yaml new file mode 100644 index 000000000000..874579637011 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.6.2-1/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.6.2-1 +InstallerType: portable +Commands: +- micromamba +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mamba-org/micromamba-releases/releases/download/2.6.2-1/micromamba-win-64 + InstallerSha256: AF63B3C3061AA150BF520A59F3EBCE3A8D10AE730F624872B1CFE3997DD803C9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.en-US.yaml b/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.en-US.yaml new file mode 100644 index 000000000000..ae2c4bdde388 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.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: Mamba.Micromamba +PackageVersion: 2.6.2-1 +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 +ReleaseNotes: |- + Bug fixes: + - [libmamba] fix: Use zlib<1.3.2 for static builds by @jjerphan in https://github.com/mamba-org/mamba/pull/4281 + - [libmamba] fix: Set environment variables for use_sharded_repodata by @jjerphan in https://github.com/mamba-org/mamba/pull/4279 + CI fixes and doc: + - [all] ci: Use micromamba 2.6.0 by @jjerphan in https://github.com/mamba-org/mamba/pull/4280 +ReleaseNotesUrl: https://github.com/mamba-org/mamba/releases/tag/2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.zh-CN.yaml b/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.locale.zh-CN.yaml new file mode 100644 index 000000000000..5497aa63d82f --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.6.2-1/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.6.2-1 +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.6.2-1/Mamba.Micromamba.yaml b/manifests/m/Mamba/Micromamba/2.6.2-1/Mamba.Micromamba.yaml new file mode 100644 index 000000000000..54f2d81d9ec8 --- /dev/null +++ b/manifests/m/Mamba/Micromamba/2.6.2-1/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.6.2-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From bf6a66fc48618deb36361c6b0d0104a8778a709f Mon Sep 17 00:00:00 2001 From: Dmytro Yaroshenko Date: Tue, 19 May 2026 14:48:51 -0700 Subject: [PATCH 247/325] New version: o-murphy.ebalistyka version 0.1.15.0 (#376775) --- .../o-murphy.ebalistyka.installer.yaml | 18 +++++++++++++++ .../o-murphy.ebalistyka.locale.en-US.yaml | 22 +++++++++++++++++++ .../0.1.15.0/o-murphy.ebalistyka.yaml | 8 +++++++ 3 files changed, 48 insertions(+) create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.installer.yaml create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.locale.en-US.yaml create mode 100644 manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.yaml diff --git a/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.installer.yaml b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.installer.yaml new file mode 100644 index 000000000000..36887613a51e --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.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: o-murphy.ebalistyka +PackageVersion: 0.1.15.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ebalistyka.exe + PortableCommandAlias: ebalistyka +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/o-murphy/ebalistyka-app/releases/download/v0.1.15/ebalistyka_windows_x86_64.zip + InstallerSha256: 67DE0C3913372C8DDBCA0FFD8A158AF21E60B159D909F9A48089488ED7159560 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.locale.en-US.yaml b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.locale.en-US.yaml new file mode 100644 index 000000000000..97a01c8d60b1 --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.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: o-murphy.ebalistyka +PackageVersion: 0.1.15.0 +PackageLocale: en-US +Publisher: o-murphy +PublisherUrl: https://github.com/o-murphy +PublisherSupportUrl: https://github.com/o-murphy/ebalistyka-app/issues +PackageName: eBalistyka +PackageUrl: https://github.com/o-murphy/ebalistyka-app +License: GPL-3.0-only +ShortDescription: Ballistic Calculator +Tags: +- ballistic-calculator +- ballistic-solver +- bclibc +- flutter +- py-ballisticcalc +ReleaseNotesUrl: https://github.com/o-murphy/ebalistyka-app/releases/tag/v0.1.15 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.yaml b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.yaml new file mode 100644 index 000000000000..4bed1bd7b56d --- /dev/null +++ b/manifests/o/o-murphy/ebalistyka/0.1.15.0/o-murphy.ebalistyka.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: o-murphy.ebalistyka +PackageVersion: 0.1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6fa19fcda75aae8bccc2e6fd25a862814f3874c1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:49:15 +0800 Subject: [PATCH 248/325] Update: MediaHuman.YouTubeToMP3Converter version 3.9.20 (#376784) --- .../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 9af67da5c7b0..1d801f8ef11d 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: 69660B52AC35574AEDD0984379AD33DBF6794F9A290FCC6F544B48882B17D87E + InstallerSha256: 33BB5BDBFE92D7EB1DA628310DCFB31A0D16AF92FFAACC92D56E3A142C90A16C - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeToMP3-x64.exe - InstallerSha256: CAB32500098DD1CCDE115C82EDA7E804438F7150A5613605E2D7FB480DF31BDD + InstallerSha256: 07C26D9281393201A3CF7B16BA4485FE87810FD304DCB2CDDC77A44CC8E281C2 ManifestType: installer ManifestVersion: 1.12.0 From 5838e1f4f9beabd008ab60a8685eebee56f45a26 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 14:49:20 -0700 Subject: [PATCH 249/325] Automatic update of 360.360File from 1.0.0.1200 to 1.0.0.1210 (#376788) --- .../1.0.0.1210/360.360File.installer.yaml | 25 ++++++++++++++++ .../1.0.0.1210/360.360File.locale.en-US.yaml | 29 +++++++++++++++++++ .../1.0.0.1210/360.360File.locale.zh-CN.yaml | 27 +++++++++++++++++ .../3/360/360File/1.0.0.1210/360.360File.yaml | 8 +++++ 4 files changed, 89 insertions(+) create mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml create mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml create mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml create mode 100644 manifests/3/360/360File/1.0.0.1210/360.360File.yaml diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml new file mode 100644 index 000000000000..65d588efc196 --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1210/360.360File.installer.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1210 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe + InstallerSha256: 997834D6D8B0F297CF00FD1C5DC847F394DE40B53C8CC937BFAD057DC85CEC3B + ProductCode: 360FileBrowser +- Architecture: x64 + InstallerUrl: https://down.360safe.com/pcnewapp/360FileSetup.exe + InstallerSha256: 997834D6D8B0F297CF00FD1C5DC847F394DE40B53C8CC937BFAD057DC85CEC3B + ProductCode: 360FileBrowser +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml new file mode 100644 index 000000000000..24cd8aa9b7eb --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1210 +PackageLocale: en-US +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html +Author: Beijing Qihoo Technology Co., Ltd. +PackageName: 360文件夹 +PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html +License: Freeware +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: Multi-tab File Explorer +Description: 360 File is a single-window, multi-tab file explorer that improves the efficiency of using various types of folders. +Tags: +- directory +- explorer +- file +- file-explorer +- folder +- manage +- management +- system +ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml new file mode 100644 index 000000000000..769a2622f02b --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1210/360.360File.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1210 +PackageLocale: zh-CN +Publisher: 360.cn +PublisherUrl: https://www.360.cn/ +PublisherSupportUrl: https://bbs.360.cn/thread-16040300-1-1.html +Author: 北京奇虎科技有限公司 +PackageName: 360文件夹 +PackageUrl: https://bbs.360.cn/thread-16040300-1-1.html +License: 免费软件 +Copyright: (C) 360.cn All Rights Reserved. +CopyrightUrl: https://www.360.cn/about/banquanshengming.html +ShortDescription: 多标签文件管理器 +Description: 360 文件是一款单窗口多标签的资源管理器,提高了使用各类文件夹操作效率。 +Tags: +- 文件 +- 文件夹 +- 文件资源管理器 +- 目录 +- 管理 +- 系统 +ReleaseNotesUrl: https://bbs.360.cn/thread-16040300-1-1.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/3/360/360File/1.0.0.1210/360.360File.yaml b/manifests/3/360/360File/1.0.0.1210/360.360File.yaml new file mode 100644 index 000000000000..18a6ed2021ba --- /dev/null +++ b/manifests/3/360/360File/1.0.0.1210/360.360File.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: 360.360File +PackageVersion: 1.0.0.1210 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7fa40a63901db4242e723b7e64d44d8705fc6544 Mon Sep 17 00:00:00 2001 From: Wallace Martins da Silva <56648941+wallacemartinss@users.noreply.github.com> Date: Tue, 19 May 2026 18:49:44 -0300 Subject: [PATCH 250/325] New version: HubDev.HubDev version 1.15.0 (#376790) --- .../HubDev/1.15.0/HubDev.HubDev.installer.yaml | 14 ++++++++++++++ .../HubDev/1.15.0/HubDev.HubDev.locale.en-US.yaml | 14 ++++++++++++++ .../h/HubDev/HubDev/1.15.0/HubDev.HubDev.yaml | 8 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.installer.yaml create mode 100644 manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.locale.en-US.yaml create mode 100644 manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.yaml diff --git a/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..30a5a9313046 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.15.0 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.15.0 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.15.0/HubDev_1.15.0_Setup.exe + InstallerSha256: 186CC3688328580AB9F459107E9199D29D5A940A104BE3581732840BC81EB727 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..c5dab251da10 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HubDev.HubDev +PackageVersion: 1.15.0 +PackageLocale: en-US +Publisher: HubDev +PublisherUrl: https://hubdev.io +PackageName: HubDev +License: Proprietary +Copyright: Copyright......... +ShortDescription: Hybrid Development Environment Manager +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.yaml new file mode 100644 index 000000000000..8e818d959cfa --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.15.0/HubDev.HubDev.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: HubDev.HubDev +PackageVersion: 1.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1b827a7c619c358d7ceeb5f4f8f581dfda22d2b4 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Tue, 19 May 2026 14:49:47 -0700 Subject: [PATCH 251/325] New version: DoltHub.Dolt version 2.0.4 (#376799) --- .../Dolt/2.0.4/DoltHub.Dolt.installer.yaml | 25 ++++++++++++++++ .../Dolt/2.0.4/DoltHub.Dolt.locale.en-US.yaml | 29 +++++++++++++++++++ .../d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.installer.yaml create mode 100644 manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.locale.en-US.yaml create mode 100644 manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.yaml diff --git a/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.installer.yaml new file mode 100644 index 000000000000..9448363c7099 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.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: DoltHub.Dolt +PackageVersion: 2.0.4 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{18A5889C-38EF-49FD-A41F-36E3A4D8BBBA}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 2.0.4 + ProductCode: '{18A5889C-38EF-49FD-A41F-36E3A4D8BBBA}' + UpgradeCode: '{6BC40754-759D-4899-9FD3-E6BE1823CACD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Dolt' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v2.0.4/dolt-windows-amd64.msi + InstallerSha256: 478D15F0797CAFD0899778372E2F232AECC796E6B1E762A9AE550A584335D13C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 000000000000..65243e7f0433 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.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: DoltHub.Dolt +PackageVersion: 2.0.4 +PackageLocale: en-US +Publisher: DoltHub +PublisherUrl: https://github.com/dolthub/dolt +PublisherSupportUrl: https://github.com/dolthub/dolt/issues +Author: DoltHub +PackageName: Dolt +PackageUrl: https://www.dolthub.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/dolthub/dolt/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/dolthub/dolt/master/LICENSE +ShortDescription: Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. +Description: |- + Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. + Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. + Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. +Moniker: dolt +Tags: +- cli +- data +- git-for-data +- versioning +ReleaseNotesUrl: https://github.com/dolthub/dolt/releases/tag/v2.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.yaml new file mode 100644 index 000000000000..926ad9371335 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.0.4/DoltHub.Dolt.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: DoltHub.Dolt +PackageVersion: 2.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dc2323e9b534d15df8ea00bfcf893f85180c54a9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:50:01 +0800 Subject: [PATCH 252/325] New version: Discord.Discord.Canary version 1.0.956 (#376805) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.956/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..55058b1f7013 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.956 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.956/DiscordCanarySetup.exe + InstallerSha256: 6CB9343DD039671DA4D914A6A2790929F993546E705AD4FACE7D4FE0783844EF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..43d611d7e052 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.956 +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 Canary +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-canary +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/Canary/1.0.956/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..eafbec79259e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.956 +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 Canary +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/Canary/1.0.956/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..56389a2b6d8c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.956/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.956 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 402b1faf8c98893aecb8e51efc78f26760db5d69 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:58:24 +0800 Subject: [PATCH 253/325] New version: Mozilla.Firefox.ff version 151.0 (#376571) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/ff/151.0/Mozilla.Firefox.ff.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.yaml diff --git a/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.installer.yaml new file mode 100644 index 000000000000..2ca68ce69cbe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/ff/Firefox%20Setup%20151.0.exe + InstallerSha256: 75300EA57CBD0265F043B5C366669D0A1E02BD305CD5E1C5768371C02331E779 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/ff/Firefox%20Setup%20151.0.exe + InstallerSha256: FE1DA5CAE7FB34762C9828A541F68D506336E7EA680DC095286229C5CB1EE37A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/ff/Firefox%20Setup%20151.0.exe + InstallerSha256: E4919067462E49B01F72004ED62B3BAB5C66073F153AE5CC5BCBBF21FAC9C230 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4ccf8fec5197 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.da-DK.yaml new file mode 100644 index 000000000000..6f6fd0019995 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.de-DE.yaml new file mode 100644 index 000000000000..44515acb0089 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.el-GR.yaml new file mode 100644 index 000000000000..228a4c80c22e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.en-GB.yaml new file mode 100644 index 000000000000..70154861159c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.en-US.yaml new file mode 100644 index 000000000000..723c9bdebce9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.es-MX.yaml new file mode 100644 index 000000000000..90a62ce17a3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.fr-FR.yaml new file mode 100644 index 000000000000..b11ac3318d2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.hu-HU.yaml new file mode 100644 index 000000000000..e450600649a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ja-JP.yaml new file mode 100644 index 000000000000..4dabbd22c385 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.nb-NO.yaml new file mode 100644 index 000000000000..a159d13f195b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ru-RU.yaml new file mode 100644 index 000000000000..3b28f8f4717d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.ta-IN.yaml new file mode 100644 index 000000000000..4101120ee368 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.locale.zh-CN.yaml new file mode 100644 index 000000000000..c54ef5b6516c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +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/Mozilla.Firefox.ff.yaml b/manifests/m/Mozilla/Firefox/ff/151.0/Mozilla.Firefox.ff.yaml new file mode 100644 index 000000000000..30f2270769ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 1246d820870a306f13cd1ff7e6893243936757c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Kj=C3=A6rg=C3=A5rd?= <31723128+kris6673@users.noreply.github.com> Date: Tue, 19 May 2026 23:58:38 +0200 Subject: [PATCH 254/325] New version: ast-grep.ast-grep version 0.42.3 (#376666) --- .../0.42.3/ast-grep.ast-grep.installer.yaml | 20 +++++++++ .../ast-grep.ast-grep.locale.en-US.yaml | 42 +++++++++++++++++++ .../ast-grep/0.42.3/ast-grep.ast-grep.yaml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.installer.yaml create mode 100644 manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.locale.en-US.yaml create mode 100644 manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.yaml diff --git a/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.installer.yaml b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.installer.yaml new file mode 100644 index 000000000000..7af61de4b987 --- /dev/null +++ b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.installer.yaml @@ -0,0 +1,20 @@ +# 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: ast-grep.ast-grep +PackageVersion: 0.42.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: sg.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-19 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ast-grep/ast-grep/releases/download/0.42.3/app-x86_64-pc-windows-msvc.zip + InstallerSha256: 98ACB57EDAE7A9F9E68657C2CC03CE25B7144BAE69621FE7CF2D0492807CB623 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.locale.en-US.yaml b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.locale.en-US.yaml new file mode 100644 index 000000000000..8f0bda940ec7 --- /dev/null +++ b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: ast-grep.ast-grep +PackageVersion: 0.42.3 +PackageLocale: en-US +Publisher: ast-grep +PublisherUrl: https://github.com/ast-grep +PublisherSupportUrl: https://github.com/ast-grep/ast-grep/issues +PackageName: ast-grep +PackageUrl: https://ast-grep.github.io/ +License: MIT +LicenseUrl: https://github.com/ast-grep/ast-grep/blob/HEAD/LICENSE +ShortDescription: A fast and polyglot tool for code searching, linting, rewriting at large scale. +Tags: +- ast +- babel +- codemod +- codereview +- command-line +- command-line-tool +- grep +- linter +- refactoring +- rust +- search +- static-analysis +- structural-search +- tree-sitter +- typescript +ReleaseNotes: |- + - feat: support nth-last-child esquery #2631 + - chore(deps): update rust crate dashmap to v6.2.1 #2645 + - chore(deps): update dependency oxlint to v1.65.0 #2635 + - chore(deps): update rust crate napi-derive to v3.5.6 #2642 + - chore(deps): update rust crate napi-build to v2.3.2 #2641 + - chore(deps): update rust crate napi to v3.9.0 #2643 + - chore(deps): update dependency @ast-grep/napi to v0.42.2 #2630 + - fix: fix windows installation 4021ae0 +ReleaseNotesUrl: https://github.com/ast-grep/ast-grep/releases/tag/0.42.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.yaml b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.yaml new file mode 100644 index 000000000000..3938b1b85ae9 --- /dev/null +++ b/manifests/a/ast-grep/ast-grep/0.42.3/ast-grep.ast-grep.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: ast-grep.ast-grep +PackageVersion: 0.42.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From f9c0633571b39df330eefc2464c6fbcd8478c193 Mon Sep 17 00:00:00 2001 From: step-ci <60948607+step-ci@users.noreply.github.com> Date: Tue, 19 May 2026 14:58:50 -0700 Subject: [PATCH 255/325] Smallstep.step-desktop: v0.67.3 (#376670) Co-authored-by: goreleaserbot --- .../Smallstep.step-desktop.installer.yaml | 27 ++++++++++++++++++ .../Smallstep.step-desktop.locale.en-US.yaml | 28 +++++++++++++++++++ .../0.67.3/Smallstep.step-desktop.yaml | 7 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.installer.yaml create mode 100644 manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.locale.en-US.yaml create mode 100644 manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.yaml diff --git a/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.installer.yaml b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.installer.yaml new file mode 100644 index 000000000000..9f59fa7e0c04 --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.installer.yaml @@ -0,0 +1,27 @@ +# 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: Smallstep.step-desktop +PackageVersion: 0.67.3 +InstallerLocale: en-US +InstallerType: wix +ReleaseDate: "2026-05-19" +Installers: + - Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: step-desktop.exe + PortableCommandAlias: step-desktop + InstallerUrl: https://github.com/smallstep/step-agent-plugin/releases/download/v0.67.3/step-desktop_amd64.msi + InstallerSha256: e9e0ec8880da66b29167b0fbc0001aa2b72bb614f4e8667a95fc0757ebbdbf31 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: step-desktop.exe + PortableCommandAlias: step-desktop + InstallerUrl: https://github.com/smallstep/step-agent-plugin/releases/download/v0.67.3/step-desktop_arm64.msi + InstallerSha256: 69915729627cb6d607384807f91ac181062c3163694bef153fe120fba1735e2d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 +Dependencies: + PackageDependencies: + - PackageIdentifier: Smallstep.step-agent diff --git a/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.locale.en-US.yaml b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.locale.en-US.yaml new file mode 100644 index 000000000000..299ee127bea5 --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.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: Smallstep.step-desktop +PackageVersion: 0.67.3 +PackageLocale: en-US +Publisher: Smallstep Labs, LLC +PublisherUrl: https://smallstep.com +PublisherSupportUrl: https://smallstep.com/docs/platform/troubleshooting-agent +PrivacyUrl: https://smallstep.com/privacy-policy +PackageName: step-desktop +PackageUrl: https://smallstep.com/docs/platform/smallstep-agent +License: Proprietary +LicenseUrl: https://smallstep.com/terms-of-use +ShortDescription: Smallstep desktop UI for managing device identity. +Description: | + Smallstep Desktop is the graphical interface for the Smallstep agent. + It surfaces device identity status, managed certificate lifecycle, and + onboarding flows. It connects to the Smallstep agent daemon over a + local IPC socket; the agent must be installed for the desktop to function. +Moniker: step-desktop +Tags: + - smallstep + - device-identity + - desktop + - gui +ReleaseNotesUrl: https://github.com/smallstep/step-agent-plugin/releases/tag/v0.67.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.yaml b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.yaml new file mode 100644 index 000000000000..c421f4ef57e6 --- /dev/null +++ b/manifests/s/Smallstep/step-desktop/0.67.3/Smallstep.step-desktop.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: Smallstep.step-desktop +PackageVersion: 0.67.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ccff79d19726f3c63cbf109969f5fca847977405 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:59:03 +0800 Subject: [PATCH 256/325] New version: Discord.Discord.Development.arm64 version 1.0.992 (#376677) --- ...d.Discord.Development.arm64.installer.yaml | 20 +++++++++++ ...iscord.Development.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...iscord.Development.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../Discord.Discord.Development.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.yaml diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.installer.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.installer.yaml new file mode 100644 index 000000000000..5112682726b1 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.992 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: arm64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/arm64/1.0.992/DiscordDevelopmentSetup.exe + InstallerSha256: E0826D5212BBA9FA705F28BEC16A5C80037F9303AC21A340E8BD76CBF46F0C8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..af60ae587e87 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.992 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development (arm64) +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..037cd809aab7 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.992 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.yaml b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.yaml new file mode 100644 index 000000000000..6c2e150389c9 --- /dev/null +++ b/manifests/d/Discord/Discord/Development/arm64/1.0.992/Discord.Discord.Development.arm64.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development.arm64 +PackageVersion: 1.0.992 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 032957f03702dc3fe83caaa7b8a798b23a08d68a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:59:18 +0800 Subject: [PATCH 257/325] New version: Mozilla.Thunderbird.hu version 151.0 (#376724) --- .../Mozilla.Thunderbird.hu.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.hu.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.hu.locale.zh-CN.yaml | 24 +++++ .../hu/151.0/Mozilla.Thunderbird.hu.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.yaml diff --git a/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.installer.yaml b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.installer.yaml new file mode 100644 index 000000000000..140440fd13d6 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.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: Mozilla.Thunderbird.hu +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/hu/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 646B859E435E33F172111242ED369176DDB1785D58D2CC9A215B9E4E1A46BCA8 + ProductCode: Mozilla Thunderbird 151.0 (x86 hu) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/hu/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 38F2503F0F579AC9843039C6C836BA25749F72981797F2870F8CAD7A0A5802E3 + ProductCode: Mozilla Thunderbird 151.0 (x64 hu) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.en-US.yaml new file mode 100644 index 000000000000..0b714ca658a1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.hu +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (hu) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.locale.zh-CN.yaml new file mode 100644 index 000000000000..14548ea5558c --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.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.Thunderbird.hu +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (hu) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.yaml b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.hu.yaml new file mode 100644 index 000000000000..2fc72d847de9 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/hu/151.0/Mozilla.Thunderbird.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.Thunderbird.hu +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5c376c32959192d6bea835a7141eecb0b03c5f68 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 05:59:41 +0800 Subject: [PATCH 258/325] Update: MediaHuman.YouTubeDownloader version 3.9.20 (#376785) --- .../3.9.20/MediaHuman.YouTubeDownloader.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml b/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml index 9ebe7a322631..1f3a4eb10ee2 100644 --- a/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml +++ b/manifests/m/MediaHuman/YouTubeDownloader/3.9.20/MediaHuman.YouTubeDownloader.installer.yaml @@ -13,9 +13,9 @@ ReleaseDate: 2026-04-25 Installers: - Architecture: x86 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader.exe - InstallerSha256: BE0F86AD9941192A71FECD499A6F59EE7834AA44CF153BAD2493BE9A3ACF3A48 + InstallerSha256: 067BD3C9F1CCD7422FA91B5D6D8A30BC6866F705004A2F0349CFD8C8F707C986 - Architecture: x64 InstallerUrl: https://www.mediahuman.com/files/YouTubeDownloader-x64.exe - InstallerSha256: CEF6634B7913728A2F6B6419F0BA44B0A36989C206736123AEEE39B305D0DA9A + InstallerSha256: 33F7CEE264D28CBE4C29CF25A565AB61AC9ED89795D0F1E705434A0161748B0B ManifestType: installer ManifestVersion: 1.12.0 From b307b356eb9cec9c261553f23b6bb922c0fa90f4 Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Tue, 19 May 2026 17:59:43 -0400 Subject: [PATCH 259/325] New version: ZedIndustries.Zed.Preview version 1.3.5-pre (#376794) --- .../ZedIndustries.Zed.Preview.installer.yaml | 29 +++++++++++++ ...edIndustries.Zed.Preview.locale.en-US.yaml | 42 +++++++++++++++++++ .../1.3.5-pre/ZedIndustries.Zed.Preview.yaml | 8 ++++ 3 files changed, 79 insertions(+) create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.installer.yaml create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml create mode 100644 manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.yaml diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.installer.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.installer.yaml new file mode 100644 index 000000000000..17f0d07a5d7c --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.installer.yaml @@ -0,0 +1,29 @@ +# 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: ZedIndustries.Zed.Preview +PackageVersion: 1.3.5-pre +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayVersion: 1.3.5 + ProductCode: '{F70E4811-D0E2-4D88-AC99-D63752799F95}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed Preview' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.3.5-pre/Zed-x86_64.exe + InstallerSha256: 8E57FA65A718AB9429E48CF16951FA757BFC7303BC88C6EA69C599EC43B83372 +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.3.5-pre/Zed-aarch64.exe + InstallerSha256: 1CE2BEABB496E42D3859035034F246579CDFF4EC60F3B840A42B7415083F8682 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..7b4600023f68 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: ZedIndustries.Zed.Preview +PackageVersion: 1.3.5-pre +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed Preview +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: '- Fixed an issue where git state would be stale in some cases. (#57176)' +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.3.5-pre +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.yaml b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.yaml new file mode 100644 index 000000000000..46e421ca65b7 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/Preview/1.3.5-pre/ZedIndustries.Zed.Preview.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: ZedIndustries.Zed.Preview +PackageVersion: 1.3.5-pre +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3b3806ed734ef01e11555555a79db00ecfdc9f27 Mon Sep 17 00:00:00 2001 From: Bob Kelly <122731898+rwk3@users.noreply.github.com> Date: Tue, 19 May 2026 18:00:13 -0400 Subject: [PATCH 260/325] New version: RWKSystems.TestPackage version 2.5.0 (#376802) --- .../RWKSystems.TestPackage.installer.yaml | 17 ++++++++++ .../RWKSystems.TestPackage.locale.en-US.yaml | 34 +++++++++++++++++++ .../2.5.0/RWKSystems.TestPackage.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.installer.yaml create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.locale.en-US.yaml create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.yaml diff --git a/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.installer.yaml b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.installer.yaml new file mode 100644 index 000000000000..d5414863a7c5 --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.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: RWKSystems.TestPackage +PackageVersion: 2.5.0 +InstallerType: nullsoft +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RWK-Systems/test-package/releases/download/v2.5.0/TestPackageSetup.exe + InstallerSha256: 19BD37A0CA6D7F3C83C1553D2A5FE3B53ED081BE2A9CF34CECA9329CDECCDE7F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.locale.en-US.yaml b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.locale.en-US.yaml new file mode 100644 index 000000000000..71033e87c27d --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RWKSystems.TestPackage +PackageVersion: 2.5.0 +PackageLocale: en-US +Publisher: RWK Systems +PublisherUrl: https://rwksystems.com +PublisherSupportUrl: https://github.com/RWK-Systems/test-package/issues +PackageName: TestPackage +PackageUrl: https://www.rwksystems.com/test-package/ +License: Proprietary +LicenseUrl: https://github.com/RWK-Systems/test-package/blob/main/LICENSE +ShortDescription: A configurable Windows installation simulator for testing repackaging, virtualization, and deployment solutions. +Description: |- + TestPackage Configurator lets you design and generate simulated Windows + installers for testing repackaging tools, application virtualization + solutions, and deployment platforms. + + Use the GUI to configure 15+ installer behaviors (registry, shortcuts, + services, file associations, firewall rules, and more), then click + Generate Installer to produce a ready-to-test setup EXE. +Tags: +- packaging +- repackaging +- installer +- testing +- deployment +- application-virtualization +- sccm +- intune +ReleaseNotesUrl: https://github.com/RWK-Systems/test-package/releases/tag/v2.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.yaml b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.yaml new file mode 100644 index 000000000000..bdbc864c14f7 --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.0/RWKSystems.TestPackage.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: RWKSystems.TestPackage +PackageVersion: 2.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ce082cd1f8b40e8f3491694a4e76b7c0b80a64f9 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:01:37 +0800 Subject: [PATCH 261/325] New version: Discord.Discord.Canary.arm64 version 1.0.286 (#376804) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.286/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..34b611e858fc --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.286 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.286/DiscordCanarySetup.exe + InstallerSha256: 4D301EFA9B04ED9CFEEB2494C056698203F86F39CE6282CDE6E7B3B11E9FF8D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..472149590f21 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.286 +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 Canary (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-canary +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/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..e975562765c4 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.286 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..33fc30147af9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.286/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.286 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c5d5130b8fc727102c9a493ceb25de41d3d40448 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:20:43 +0800 Subject: [PATCH 262/325] New version: JS8Call-improved.JS8Call-improved version 3.0.1 (#376213) --- ...l-improved.JS8Call-improved.installer.yaml | 13 +++++++++++++ ...mproved.JS8Call-improved.locale.en-US.yaml | 19 +++++++++++++++++++ .../JS8Call-improved.JS8Call-improved.yaml | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.installer.yaml create mode 100644 manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.locale.en-US.yaml create mode 100644 manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.yaml diff --git a/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.installer.yaml b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.installer.yaml new file mode 100644 index 000000000000..a4e236d6ed18 --- /dev/null +++ b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.installer.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JS8Call-improved.JS8Call-improved +PackageVersion: 3.0.1 +InstallerType: inno +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JS8Call-improved/JS8Call-improved/releases/download/v3.0.1/JS8Call-3.0.1-installer.exe + InstallerSha256: F6CC68D5465587A62058A194376155DD9B91B6B76CB1C49575E0CFEDBE4792A4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.locale.en-US.yaml b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.locale.en-US.yaml new file mode 100644 index 000000000000..46995c963001 --- /dev/null +++ b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JS8Call-improved.JS8Call-improved +PackageVersion: 3.0.1 +PackageLocale: en-US +Publisher: Ham Radio +PublisherUrl: https://github.com/JS8Call-improved +PublisherSupportUrl: https://github.com/JS8Call-improved/JS8Call-improved/issues +PackageName: JS8Call-improved +PackageUrl: https://github.com/JS8Call-improved/JS8Call-improved +License: GPL-3.0 +ShortDescription: Improved version of the original JS8Call software for JS8 digital mode weak signal keyboard-to-keyboard messaging for ham radio. +ReleaseNotesUrl: https://github.com/JS8Call-improved/JS8Call-improved/releases/tag/v3.0.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JS8Call-improved/JS8Call-improved/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.yaml b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.yaml new file mode 100644 index 000000000000..3f0eef675b67 --- /dev/null +++ b/manifests/j/JS8Call-improved/JS8Call-improved/3.0.1/JS8Call-improved.JS8Call-improved.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: JS8Call-improved.JS8Call-improved +PackageVersion: 3.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From dd5d899e0b31fdd7bc57d96cf13a5437f6d13bf2 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Wed, 20 May 2026 06:20:55 +0800 Subject: [PATCH 263/325] New version: t8y2.DBX version 0.5.14 (#376640) --- .../t/t8y2/DBX/0.5.14/t8y2.DBX.installer.yaml | 26 ++++ .../DBX/0.5.14/t8y2.DBX.locale.en-US.yaml | 119 ++++++++++++++++++ manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.yaml | 8 ++ 3 files changed, 153 insertions(+) create mode 100644 manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.installer.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.locale.en-US.yaml create mode 100644 manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.yaml diff --git a/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.installer.yaml b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.installer.yaml new file mode 100644 index 000000000000..e9ebd4301ee4 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.14 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: DBX +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- Publisher: dbx + ProductCode: DBX +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\DBX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/t8y2/dbx/releases/download/v0.5.14/DBX_0.5.14_x64-setup.exe + InstallerSha256: 0B572E5BD76F8F650C4290CA57760C55FD46726E9D98C5B3E1A2745176B5701F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.locale.en-US.yaml b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.locale.en-US.yaml new file mode 100644 index 000000000000..b46e7cc950d7 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.locale.en-US.yaml @@ -0,0 +1,119 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.14 +PackageLocale: en-US +Publisher: t8y2 +PublisherUrl: https://github.com/t8y2 +PublisherSupportUrl: https://github.com/t8y2/dbx/issues +Author: t8y2 +PackageName: DBX +PackageUrl: https://github.com/t8y2/dbx +License: AGPL-3.0 +LicenseUrl: https://github.com/t8y2/dbx/blob/HEAD/LICENSE +ShortDescription: 15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more. +Tags: +- clickhouse +- database +- database-client +- database-management +- duckdb +- gui +- mongodb +- mysql +- postgresql +- redis +- rust +- sql-server +- sqlite +- tauri +- vue +ReleaseNotes: |- + 新功能 + - 批量插入行 — 在数据网格中一次插入多行数据时,合并为单条 INSERT 语句执行,提升批量操作效率 + - MySQL DELIMITER 语法 — SQL 编辑器支持 MySQL 的 DELIMITER 语法,正确分割存储过程等多语句脚本 + - 数据库导出搜索 — 导出对话框新增表搜索过滤功能,快速定位目标表 + - 日期时间编辑器 — 数据网格中日期、时间、时间戳类型的单元格使用专用编辑器,输入更直观 + - DuckDB 创建数据库 — 支持在连接表单中直接创建 DuckDB 数据库文件 + - 内存数据库 — SQLite 和 DuckDB 支持以内存模式连接(:memory:) + - DDL 能力矩阵 — 表结构编辑器根据数据库类型自动启用/禁用 DDL 操作 + - SQL 自动补全优化 — 改善 SQL 编辑器自动补全的界面交互体验 + - 保存分页大小 — 查询结果的每页行数设置将持久化保存 + - Oracle 查询优化 — 使用直接 SQL 替代 JDBC 元数据 API,加速 Oracle 元数据查询 + 改进 + - Agent 协议重构 — 全面重构 Agent 驱动通信协议,新增兼容握手机制和能力矩阵,提升驱动兼容性 + 修复 + - OceanBase 兼容 — 修复 OceanBase (MySQL 兼容模式) 中 COLLATE 不一致导致元数据查询失败的问题 + - SQL Server ORDER BY — 修复 SQL Server 包装查询时未正确移除 ORDER BY 的问题 + - ClickHouse 元数据 — 修复 ClickHouse 的 schema 元数据数据库解析错误 + - MongoDB 认证库 — 修复 MongoDB 无法配置认证数据库 (authSource) 的问题 + - 思考模型超时 — 延长 AI 思考模型的超时时间和 token 预算 + - IME 回车 — 修复中文等输入法组合状态下误触发发送的问题 + - 数据网格状态 — 切换结果集时正确丢弃未提交的编辑 + - 格式化按钮遮挡 — 加宽表头控件宽度,避免格式化按钮被遮挡 + - 分页行数 — 修复数据网格未正确遵守分页大小限制的问题 + - 无 Catalog 的数据库 — 修复不支持 Catalog 的数据库侧边栏 schema 树无法展示的问题 + - 对象搜索 — 修复对象搜索结果中不必要的 schema 前缀 + - Web 端复制 — 修复 Web 端复制功能在部分浏览器不可用的问题 + - 表结构编辑器 — 修复表结构编辑器打开时未正确加载、ClickHouse 列编辑和对象 schema 丢失等多个问题 + - DuckDB 时间显示 — 修复 DuckDB 中日期时间类型的显示格式 + - DuckDB 连接测试 — 修复连接测试时重复创建连接池的问题 + - JDBC 兼容 — 捕获部分老旧 JDBC 驱动不支持 getSchema/getCatalog 的异常 + - 驱动校验 — 增强下载驱动的文件完整性校验 + - 连接编辑 — 修复打开已保存连接的编辑对话框时数据未正确填充的问题 + - 代理设置 — 修复 Agent 意外继承系统代理设置导致连接失败的问题 + 下载安装 + 系统要求 + ────────┬──────────────────────────────┬─────────────────────────────────── + 操作系统│最低版本 │架构 + ────────┼──────────────────────────────┼─────────────────────────────────── + Windows │Windows 10 或更高版本 │x64 + ────────┼──────────────────────────────┼─────────────────────────────────── + macOS │macOS 12 (Monterey) 或更高版本│Intel (x64) / Apple Silicon (arm64) + ────────┼──────────────────────────────┼─────────────────────────────────── + Linux │见下表 │x64 + ────────┴──────────────────────────────┴─────────────────────────────────── + Windows + ────────────────────────┬──────────────────────────────── + 文件 │说明 + ────────────────────────┼──────────────────────────────── + DBX_0.5.14_x64-setup.exe│推荐 — NSIS 安装包,支持自动更新 + ────────────────────────┼──────────────────────────────── + DBX_0.5.14_x64_en-US.msi│MSI 安装包,适用于企业部署 + ────────────────────────┴──────────────────────────────── + Scoop: + scoop bucket add dbx https://github.com/t8y2/scoop-bucket + scoop install dbx + 更新: + scoop update dbx + macOS + ──────────────────────┬───────────────────────────────────────── + 文件 │说明 + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.14_aarch64.dmg│推荐 — 适用于 Apple Silicon (M1/M2/M3/M4) + ──────────────────────┼───────────────────────────────────────── + DBX_0.5.14_x64.dmg │适用于 Intel Mac + ──────────────────────┴───────────────────────────────────────── + Homebrew: + brew install --cask t8y2/tap/dbx + 更新: + brew upgrade --cask t8y2/tap/dbx + Linux + ──────────────────────────────────────┬─────────┬───────────────────────────────────────────────────── + 发行版 │推荐格式 │安装方式 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Ubuntu / Debian / Linux Mint / Pop!_OS│.deb │sudo dpkg -i DBX_*.deb 或 sudo apt install + │ │./DBX_*.deb + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Fedora / RHEL / CentOS / Rocky Linux │.rpm │sudo rpm -i DBX-*.rpm 或 sudo dnf install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + openSUSE │.rpm │sudo zypper install ./DBX-*.rpm + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + Arch Linux / Manjaro │.AppImage│添加执行权限后运行 + ──────────────────────────────────────┼─────────┼───────────────────────────────────────────────────── + 其他发行版 │.AppImage│chmod +x DBX_*.AppImage && ./DBX_*.AppImage + ──────────────────────────────────────┴─────────┴───────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/t8y2/dbx/releases/tag/v0.5.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.yaml b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.yaml new file mode 100644 index 000000000000..1f6e24dcbaf3 --- /dev/null +++ b/manifests/t/t8y2/DBX/0.5.14/t8y2.DBX.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: t8y2.DBX +PackageVersion: 0.5.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fd73977cab775b88cbf2a1f9ba98cebb08b36cb8 Mon Sep 17 00:00:00 2001 From: DaMn good B0t <143536629+damn-good-b0t@users.noreply.github.com> Date: Wed, 20 May 2026 00:21:07 +0200 Subject: [PATCH 264/325] New version: VirusTotal.vt-cli version 1.3.1 (#376641) --- .../1.3.1/VirusTotal.vt-cli.installer.yaml | 20 ++++++++++++++++ .../1.3.1/VirusTotal.vt-cli.locale.en-US.yaml | 23 +++++++++++++++++++ .../vt-cli/1.3.1/VirusTotal.vt-cli.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.installer.yaml create mode 100644 manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.locale.en-US.yaml create mode 100644 manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.yaml diff --git a/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.installer.yaml b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.installer.yaml new file mode 100644 index 000000000000..75d33e66254c --- /dev/null +++ b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VirusTotal.vt-cli +PackageVersion: 1.3.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vt.exe +UpgradeBehavior: uninstallPrevious +Commands: +- vt +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VirusTotal/vt-cli/releases/download/1.3.1/Windows64.zip + InstallerSha256: 0B355668ACBD181B2B8D9A04BCF70853616FB7A96F41491243B8DAAA077DA947 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.locale.en-US.yaml b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.locale.en-US.yaml new file mode 100644 index 000000000000..19efb4b57f38 --- /dev/null +++ b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VirusTotal.vt-cli +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: VirusTotal +PublisherUrl: https://github.com/VirusTotal/vt-cli +PublisherSupportUrl: https://github.com/VirusTotal/vt-cli/issues +Author: VirusTotal +PackageName: vt-cli +PackageUrl: https://github.com/VirusTotal/vt-cli +License: Apache-2.0 +LicenseUrl: https://github.com/VirusTotal/vt-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) VirusTotal +ShortDescription: VirusTotal Command Line Interface +Moniker: vt +Tags: +- antivirus +- cli +- virustotal +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.yaml b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-cli.yaml new file mode 100644 index 000000000000..d5adb65c1608 --- /dev/null +++ b/manifests/v/VirusTotal/vt-cli/1.3.1/VirusTotal.vt-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: VirusTotal.vt-cli +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a91de61331ef9dc5174c29be842e21b3d16f4e6d Mon Sep 17 00:00:00 2001 From: JohnMcPMS Date: Tue, 19 May 2026 15:21:18 -0700 Subject: [PATCH 265/325] Update: Microsoft.DSC to 3.2.1 (#376667) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../DSC/3.2.1/Microsoft.DSC.installer.yaml | 50 ++++++++++++++++++ .../DSC/3.2.1/Microsoft.DSC.locale.en-US.yaml | 52 +++++++++++++++++++ .../m/Microsoft/DSC/3.2.1/Microsoft.DSC.yaml | 8 +++ 3 files changed, 110 insertions(+) create mode 100644 manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.installer.yaml create mode 100644 manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.yaml diff --git a/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.installer.yaml b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.installer.yaml new file mode 100644 index 000000000000..f6b585c01bf3 --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.installer.yaml @@ -0,0 +1,50 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.DSC +PackageVersion: 3.2.1 +MinimumOSVersion: 10.0.17763.0 +FileExtensions: +- dsc.json +- dsc.yaml +- winget +Installers: +- Platform: + - Windows.Universal + Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.1/DSC-3.2.1-Win.msixbundle + InstallerSha256: 0D5A8A8A5566A994864A9357798E10F9FE564E98FF188643EF68BDB3D9F1F2F9 + SignatureSha256: 5D04FB1CC0D6D7639F1C8F6CA70BD8DC21FF98327BB796CDF06DCD5CAC37BF51 + PackageFamilyName: Microsoft.DesiredStateConfiguration_8wekyb3d8bbwe +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dsc.exe + PortableCommandAlias: dsc + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.1/DSC-3.2.1-x86_64-pc-windows-msvc.zip + InstallerSha256: CB496D68617ADB0BC8EEEA9004EC4A55662F2EF25458390A6DAB33F4B4C6ADF6 + AppsAndFeaturesEntries: + - DisplayName: DSC v3 (Portable x64) +- Platform: + - Windows.Universal + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.1/DSC-3.2.1-Win.msixbundle + InstallerSha256: 0D5A8A8A5566A994864A9357798E10F9FE564E98FF188643EF68BDB3D9F1F2F9 + SignatureSha256: 5D04FB1CC0D6D7639F1C8F6CA70BD8DC21FF98327BB796CDF06DCD5CAC37BF51 + PackageFamilyName: Microsoft.DesiredStateConfiguration_8wekyb3d8bbwe +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dsc.exe + PortableCommandAlias: dsc + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.1/DSC-3.2.1-aarch64-pc-windows-msvc.zip + InstallerSha256: BD146F6C618F30B4853B38ACE415D61A3E8085833423A661213DFF4DD1C391BE + AppsAndFeaturesEntries: + - DisplayName: DSC v3 (Portable ARM64) +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-18 diff --git a/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.locale.en-US.yaml b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.locale.en-US.yaml new file mode 100644 index 000000000000..5be54aafd8ca --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.DSC +PackageVersion: 3.2.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/PowerShell +PublisherSupportUrl: https://github.com/PowerShell/DSC/issues +PackageName: DSC v3 +PackageUrl: https://github.com/PowerShell/DSC +License: MIT +LicenseUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE +Copyright: © Microsoft Corporation +CopyrightUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE +ShortDescription: An open source command line application that abstracts the management of software components declaratively and idempotently. +Description: |- + DSCv3 is the latest iteration of Microsoft's Desired State Configuration platform. + DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently. + DSCv3 runs on Linux, macOS, and Windows without any external dependencies. + + With DSCv3, you can: + + - Author resources to manage your systems in any language + - Invoke individual resources + - Create configuration documents that define the desired state of a system +Moniker: dscv3 +Tags: +- config-as-code +- configuration +- configuration-as-code +- desired-state-configuration +- desiredstateconfiguration +- dsc +- dscv3 +- idempotent +- microsoft-dsc +- microsoftdsc +- powershell-dsc +- powershell.dsc +- powershelldsc +- requirescmd +ReleaseNotes: |- + What's Changed + - Backport includeQuotes to 3.2.1 release by @SteveL-MSFT in #1535 + Full Changelog: v3.2.0...v3.2.1 +ReleaseNotesUrl: https://github.com/PowerShell/DSC/releases/tag/v3.2.1 +Documentations: +- DocumentLabel: Microsoft Learn + DocumentUrl: https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-3.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.yaml b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.yaml new file mode 100644 index 000000000000..e350550ec223 --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.1/Microsoft.DSC.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.DSC +PackageVersion: 3.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2a3413efea8e7b692f3d19a17230216cc90e6bb4 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:21:30 +0800 Subject: [PATCH 266/325] New version: Sourcegraph.Amp version 0.0.1779209758-g4230e0 (#376695) --- .../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.1779209758-g4230e0/Sourcegraph.Amp.installer.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.locale.en-US.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.locale.zh-CN.yaml create mode 100644 manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.yaml diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..8265980c09d4 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/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.1779209758-g4230e0 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779209758-g4230e0/amp-windows-x64-baseline.exe + InstallerSha256: 5B84E37865E307EC09EADB132607ED5366D83F86512C81F763DDD4821A0E3C9C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..64fc2481856c --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/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.1779209758-g4230e0 +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.1779209758-g4230e0/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..7382d4f753c7 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/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.1779209758-g4230e0 +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.1779209758-g4230e0/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..ff38b904d3fb --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779209758-g4230e0/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.1779209758-g4230e0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c46cf8daa8a6c1fc9f3b7d27ec4ce837f17e9932 Mon Sep 17 00:00:00 2001 From: Worktrunk Bot Date: Tue, 19 May 2026 15:21:43 -0700 Subject: [PATCH 267/325] New version: max-sixty.worktrunk version v0.52.0 (#376791) --- .../max-sixty.worktrunk.installer.yaml | 19 ++++++ .../max-sixty.worktrunk.locale.en-US.yaml | 65 +++++++++++++++++++ .../v0.52.0/max-sixty.worktrunk.yaml | 8 +++ 3 files changed, 92 insertions(+) create mode 100644 manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.installer.yaml create mode 100644 manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.locale.en-US.yaml create mode 100644 manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.yaml diff --git a/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.installer.yaml b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.installer.yaml new file mode 100644 index 000000000000..5c5bfff47331 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.installer.yaml @@ -0,0 +1,19 @@ +# 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: max-sixty.worktrunk +PackageVersion: v0.52.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: git-wt.exe + PortableCommandAlias: git-wt +- RelativeFilePath: wt.exe + PortableCommandAlias: wt +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.52.0/worktrunk-x86_64-pc-windows-msvc.zip + InstallerSha256: 15640D80678FAC8FCC1909E9FE8622EF4295929A09DC1C8CDC8CD53248880A98 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.locale.en-US.yaml b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.locale.en-US.yaml new file mode 100644 index 000000000000..af413499f5a0 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: max-sixty.worktrunk +PackageVersion: v0.52.0 +PackageLocale: en-US +Publisher: max-sixty +PublisherUrl: https://github.com/max-sixty +PublisherSupportUrl: https://github.com/max-sixty/worktrunk/issues +PackageName: worktrunk +PackageUrl: https://github.com/max-sixty/worktrunk +License: MIT OR Apache-2.0 +LicenseUrl: https://github.com/max-sixty/worktrunk/blob/HEAD/LICENSE +ShortDescription: A Git worktree manager for trunk-based development +Description: |- + worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows. + It simplifies creating, switching between, and managing Git worktrees, making it easy to + work on multiple features or branches simultaneously without the overhead of stashing + or switching branches in a single working directory. +Tags: +- cli +- git +- git-worktree +- rust +- terminal +- worktree +ReleaseNotes: |- + Release Notes + Improved + - wt step tether: New [experimental] operation that runs a command in its own process group and kills the whole group when the command exits or its worktree is removed (a 250ms portable poll — killpg on Unix, taskkill /T /F on Windows). A single post-start hook (wt step tether -- npm run dev) replaces the usual post-start-to-launch / pre-remove-to-stop pair, and unlike pre-remove it also cleans up after a git worktree remove, an rm -rf, or a crashed hook — the leak path that eventually saturates macOS fseventsd. Arguments after -- run directly with no shell, matching wt step for-each. (#2785) + - Gemini CLI extension: Worktrunk now ships a Gemini CLI extension for wt list activity tracking, installable with gemini extensions install max-sixty/worktrunk. The extension's manifest, hooks, and skills resolve at the repo root, so the GitHub-name install path works without a local clone. (#2803, #2807, thanks @rafavital for the request in #2763) + Fixed + - Project hooks are frozen at the approval gate: A project-defined pre-*/post-* hook command was selected from .config/wt.toml twice — once to build the approval prompt, once at execution — and the operation itself mutates state between the two reads (a merge moves the target ref, an auto-rebase rewrites the feature config, a removal scrubs the worktree, git worktree add materializes a --create worktree). The second read could select a command the user never approved; on a freshly cloned repo that is unapproved code execution. The gate now freezes the command set into an immutable plan that the executor consumes verbatim, so post-operation hooks can never run an unapproved command. Behavior is otherwise unchanged, and wt merge --no-hooks (or a declined/empty plan) now returns before loading approvals, so a malformed approvals.toml no longer aborts a command that had nothing to authorize. (#2806) + - Declining the wt merge commit-append no longer skips hooks: When a project's pre-merge/post-merge hooks were already approved, wt merge bundled the commit-message append into the same prompt; declining the lone append prompt skipped every hook for that run even though the user only meant to skip the append. The append is now gated on its own path (the same one wt step commit/wt step squash use), so declining it drops only the append. On a fresh repo where both the hooks and the append are unapproved this is now two prompts instead of one bundled prompt. Decline messages are also canonicalized across merge, remove, prune, and switch (Commands declined, … without hooks). (#2802) + - Windows wt step prune .git/config race: wt step prune could intermittently fail on Windows with unable to access '.git/config': Permission denied — its parallel branch-integration checks read .git/config while an inline git branch -D rewrote it via git's lockfile rename, which on Windows briefly blocks concurrent readers. Branch-integration reads are now excluded from overlapping the git branch -D that rewrites config. (#2808) + Install worktrunk 0.52.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.52.0/worktrunk-installer.sh | sh && wt config shell install + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.52.0/worktrunk-installer.ps1 | iex"; git-wt config shell install + Install prebuilt binaries via Homebrew + brew install worktrunk && wt config shell install + Download worktrunk 0.52.0 + ────────────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ────────────────────────────────────────────────┼───────────────────┼───────────── + worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum + ────────────────────────────────────────────────┼───────────────────┼───────────── + worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum + ────────────────────────────────────────────────┼───────────────────┼───────────── + worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ────────────────────────────────────────────────┼───────────────────┼───────────── + worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum + ────────────────────────────────────────────────┼───────────────────┼───────────── + worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum + ────────────────────────────────────────────────┴───────────────────┴───────────── + Install via Cargo + cargo install worktrunk && wt config shell install + Install via Winget (Windows) + winget install max-sixty.worktrunk && git-wt config shell install + Install via AUR (Arch Linux) + paru worktrunk-bin && wt config shell install +ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.52.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.yaml b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.yaml new file mode 100644 index 000000000000..f9057b3c13b7 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.52.0/max-sixty.worktrunk.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: max-sixty.worktrunk +PackageVersion: v0.52.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 65ea0c8f0350df6c224086670ab530cd4e256a08 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Tue, 19 May 2026 15:21:55 -0700 Subject: [PATCH 268/325] New version: OpenCLICollective.google-readonly version 1.0.49 (#376793) --- ...ICollective.google-readonly.installer.yaml | 20 +++++++++++ ...llective.google-readonly.locale.en-US.yaml | 33 +++++++++++++++++++ .../OpenCLICollective.google-readonly.yaml | 8 +++++ 3 files changed, 61 insertions(+) create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.installer.yaml create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.yaml diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.installer.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.installer.yaml new file mode 100644 index 000000000000..c1f7bb23c090 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.49 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gro.exe + PortableCommandAlias: gro +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.49/gro_v1.0.49_windows_amd64.zip + InstallerSha256: BD2DF98665A821FB9ACEB60231FC86440949571C3F0B1AA690C1007624DA2633 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/google-readonly/releases/download/v1.0.49/gro_v1.0.49_windows_arm64.zip + InstallerSha256: E46723CDDBE584D0D69AE3A4EC78740959225F9E70F4CFBBE505F3AE01BB5B17 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.locale.en-US.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.locale.en-US.yaml new file mode 100644 index 000000000000..e044a84d37d0 --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.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: OpenCLICollective.google-readonly +PackageVersion: 1.0.49 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/google-readonly/issues +PackageName: Google Readonly CLI +PackageUrl: https://github.com/open-cli-collective/google-readonly +License: MIT +LicenseUrl: https://github.com/open-cli-collective/google-readonly/blob/main/LICENSE +ShortDescription: Read-only command-line interface for Google services +Description: |- + A read-only CLI for Google services. Provides secure, read-only access to + Gmail, Google Calendar, and Google Drive including searching messages, + reading emails, viewing calendar events, and browsing Drive files. +Tags: +- google +- gmail +- calendar +- drive +- cli +- api +- readonly +- automation +ReleaseNotesUrl: https://github.com/open-cli-collective/google-readonly/releases/tag/v1.0.49 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/google-readonly/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.yaml b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.yaml new file mode 100644 index 000000000000..e9f9c940c12c --- /dev/null +++ b/manifests/o/OpenCLICollective/google-readonly/1.0.49/OpenCLICollective.google-readonly.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.google-readonly +PackageVersion: 1.0.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From ce8a512ff7eedd7be3b25e548cc74b7f349dc0ae Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Tue, 19 May 2026 15:22:08 -0700 Subject: [PATCH 269/325] New version: OpenCLICollective.jira-ticket-cli version 1.0.119 (#376797) --- ...ICollective.jira-ticket-cli.installer.yaml | 20 ++++++++++++ ...llective.jira-ticket-cli.locale.en-US.yaml | 31 +++++++++++++++++++ .../OpenCLICollective.jira-ticket-cli.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.yaml diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.installer.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.installer.yaml new file mode 100644 index 000000000000..b75999237710 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.119 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: jtk.exe + PortableCommandAlias: jtk +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.119/jtk_1.0.119_windows_amd64.zip + InstallerSha256: 5E7A587C7DC2ADD5D0F3E0731422A807931E25AABCB16283EC04C34810F15945 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/jtk-v1.0.119/jtk_1.0.119_windows_arm64.zip + InstallerSha256: 0EA25D351DD741B4EA3158C3FD18EA62444A7B6BEAEDB7F4785935398F62DE74 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml new file mode 100644 index 000000000000..bd1a511b99b5 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.119 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/atlassian-cli/issues +PackageName: Jira Ticket CLI +PackageUrl: https://github.com/open-cli-collective/atlassian-cli/tree/main/tools/jtk +License: MIT +LicenseUrl: https://github.com/open-cli-collective/atlassian-cli/blob/main/tools/jtk/LICENSE +ShortDescription: Command-line interface for Jira Cloud +Description: |- + A CLI tool for managing Jira issues directly from your terminal. + Features include issue creation, viewing, updating, and deletion, + workflow transitions, sprint management, JQL search, and comments. +Tags: +- jira +- atlassian +- cli +- ticket +- issue-tracking +- agile +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/jtk-v1.0.119 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/atlassian-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.yaml b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.yaml new file mode 100644 index 000000000000..f47a79ad0b38 --- /dev/null +++ b/manifests/o/OpenCLICollective/jira-ticket-cli/1.0.119/OpenCLICollective.jira-ticket-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.jira-ticket-cli +PackageVersion: 1.0.119 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From da29af56434dd34d5b3aa33270dc9158b3a4a21e Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:22:21 +0800 Subject: [PATCH 270/325] New version: Anthropic.Claude version 1.8089.1 (#376800) --- .../1.8089.1/Anthropic.Claude.installer.yaml | 66 +++++++++++++++++++ .../Anthropic.Claude.locale.en-US.yaml | 24 +++++++ .../Anthropic.Claude.locale.zh-CN.yaml | 15 +++++ .../Claude/1.8089.1/Anthropic.Claude.yaml | 8 +++ 4 files changed, 113 insertions(+) create mode 100644 manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.installer.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.locale.en-US.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.locale.zh-CN.yaml create mode 100644 manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.yaml diff --git a/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.installer.yaml new file mode 100644 index 000000000000..8bd429937747 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.1/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.8089.1 +Protocols: +- claude +Installers: +- Platform: + - Windows.Desktop + MinimumOSVersion: 10.0.18362.0 + Architecture: x64 + InstallerType: msix + InstallerUrl: https://downloads.claude.ai/releases/win32/x64/1.8089.1/Claude-b98a06c70e376344e3b6938d6980242e8cc20547.msix + InstallerSha256: 1005F8846FB167C345671BAC4BE402A168F9122156C4831DACA8B71014D2F357 + SignatureSha256: 4EC70AEC9FF833738FC306C3D2BC11BB1272B543DB1AE9793895D821CE75B908 + 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.8089.1/Claude-b98a06c70e376344e3b6938d6980242e8cc20547.msix + InstallerSha256: AA72C066CDD1847D3B52BABB93E146E0E69CEE8E79B37A5319CE74D952691500 + SignatureSha256: 39A5EA9A040F56AD2AE726DF5F148D3C83202906CC4625D1A792826896C63370 + 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.8089.1/Claude-b98a06c70e376344e3b6938d6980242e8cc20547.exe + InstallerSha256: 4EEA12BA8866E96592644D93895D282D3347AD3E61ACAE2E7D2C32E58D3D184F + 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.8089.1/Claude-b98a06c70e376344e3b6938d6980242e8cc20547.exe + InstallerSha256: F3268503BCD0748A8C56D314FE8D01E4DADDA4C75A65FE9BFAE8F7141FB24AA2 + 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.8089.1/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.locale.en-US.yaml new file mode 100644 index 000000000000..84c71fb856de --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.1/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.8089.1 +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.8089.1/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.locale.zh-CN.yaml new file mode 100644 index 000000000000..b0b16f659b88 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.1/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.8089.1 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 您电脑上的 AI 伙伴。快速、专注,专为深度工作而设计。 +Tags: +- llm +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/1.8089.1/Anthropic.Claude.yaml new file mode 100644 index 000000000000..5ff31c1d0020 --- /dev/null +++ b/manifests/a/Anthropic/Claude/1.8089.1/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.8089.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7382a25e06d9218f1f597bd3c674bffd938f6e62 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:22:35 +0800 Subject: [PATCH 271/325] New version: Google.Chrome.EXE version 148.0.7778.179 (#376809) --- .../Google.Chrome.EXE.installer.yaml | 74 +++++++++++++++++++ .../Google.Chrome.EXE.locale.en-US.yaml | 26 +++++++ .../Google.Chrome.EXE.locale.nb-NO.yaml | 23 ++++++ .../Google.Chrome.EXE.locale.zh-CN.yaml | 25 +++++++ .../EXE/148.0.7778.179/Google.Chrome.EXE.yaml | 8 ++ 5 files changed, 156 insertions(+) create mode 100644 manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.installer.yaml create mode 100644 manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.en-US.yaml create mode 100644 manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.nb-NO.yaml create mode 100644 manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.yaml diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.installer.yaml new file mode 100644 index 000000000000..a4f79676bf74 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.installer.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.179 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 3 + ReturnResponse: alreadyInstalled +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Google Chrome +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/acsrah5weirbpva7nxx2vo5ku3ra_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: 7614BB1180A0A64D63211C834C0D69FE0ABAE281D0A58817EEA06AF68EA8A9B0 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x86 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/acsrah5weirbpva7nxx2vo5ku3ra_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: 7614BB1180A0A64D63211C834C0D69FE0ABAE281D0A58817EEA06AF68EA8A9B0 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/bbrpk6rcpjmrf5k2p3me3lj4ou_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: 59A22DA2C8E4AA441168BE882AECC51A6567308FA802AE01B8F72769EE9FEC22 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/bbrpk6rcpjmrf5k2p3me3lj4ou_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: 59A22DA2C8E4AA441168BE882AECC51A6567308FA802AE01B8F72769EE9FEC22 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://dl.google.com/release2/chrome/e4qdzhvyoylowvucxx7yvepnve_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: BF8C2A83DB507CD84666B00B37EA7DA9491703E585307673588159CA71D70654 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://dl.google.com/release2/chrome/e4qdzhvyoylowvucxx7yvepnve_148.0.7778.179/148.0.7778.179_chrome_installer_uncompressed.exe + InstallerSha256: BF8C2A83DB507CD84666B00B37EA7DA9491703E585307673588159CA71D70654 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.en-US.yaml new file mode 100644 index 000000000000..182b24bcce8e --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.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: Google.Chrome.EXE +PackageVersion: 148.0.7778.179 +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 (EXE) +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 browser built by Google +Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.nb-NO.yaml new file mode 100644 index 000000000000..13efefd7e9bc --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.Chrome.EXE +PackageVersion: 148.0.7778.179 +PackageLocale: nb-NO +Publisher: Google LLC +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://support.google.com/?hl=no +PrivacyUrl: https://policies.google.com/privacy?hl=no +Author: Google LLC +PackageName: Google Chrome (EXE) +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: Nettleseren fra Google +Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. +Tags: +- chromium +- nettleseren +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.locale.zh-CN.yaml new file mode 100644 index 000000000000..34b648b0ce23 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.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: Google.Chrome.EXE +PackageVersion: 148.0.7778.179 +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 (EXE) +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: 由 Google 打造的浏览器 +Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.yaml new file mode 100644 index 000000000000..8ee79cb03697 --- /dev/null +++ b/manifests/g/Google/Chrome/EXE/148.0.7778.179/Google.Chrome.EXE.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.EXE +PackageVersion: 148.0.7778.179 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6d0548094e0ed52ee3fd094d70fab8fe09b3841a Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:22:50 +0800 Subject: [PATCH 272/325] New version: Google.Chrome version 148.0.7778.179 (#376810) --- .../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/148.0.7778.179/Google.Chrome.yaml | 8 +++ 5 files changed, 165 insertions(+) create mode 100644 manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.installer.yaml create mode 100644 manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.en-US.yaml create mode 100644 manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.nb-NO.yaml create mode 100644 manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.zh-CN.yaml create mode 100644 manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.yaml diff --git a/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.installer.yaml b/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.installer.yaml new file mode 100644 index 000000000000..e364704b16b2 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.179/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: 148.0.7778.179 +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: B36204C4C03FBE51EDEAEB5084D918883407E3250CFBF02A57F900BC218CD6ED + ProductCode: '{18A3EFD3-6C6F-33CF-8D5B-B352EF0DBE4B}' + AppsAndFeaturesEntries: + - ProductCode: '{18A3EFD3-6C6F-33CF-8D5B-B352EF0DBE4B}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: x64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi + InstallerSha256: F92C6C5A21CAC1073AC1380CBC36A0D13CE206DF6EFF5380EA1EAA433529B79A + ProductCode: '{692B282C-C40F-3C80-A657-46EA96374B73}' + AppsAndFeaturesEntries: + - ProductCode: '{692B282C-C40F-3C80-A657-46EA96374B73}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +- Architecture: arm64 + InstallerUrl: https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise_arm64.msi + InstallerSha256: D335656154998D22CF8AC8677209FC8C05E11A942481F95057793D6EE3F36340 + ProductCode: '{B8F9A8F5-A4E6-39E5-8149-6D3CA3AEC31A}' + AppsAndFeaturesEntries: + - ProductCode: '{B8F9A8F5-A4E6-39E5-8149-6D3CA3AEC31A}' + UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.en-US.yaml b/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.en-US.yaml new file mode 100644 index 000000000000..23af05f6680c --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.179/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: 148.0.7778.179 +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/148.0.7778.179/Google.Chrome.locale.nb-NO.yaml b/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.nb-NO.yaml new file mode 100644 index 000000000000..c55ae7644628 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.179/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: 148.0.7778.179 +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/148.0.7778.179/Google.Chrome.locale.zh-CN.yaml b/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.locale.zh-CN.yaml new file mode 100644 index 000000000000..75eb0b68fdc1 --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.179/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: 148.0.7778.179 +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/148.0.7778.179/Google.Chrome.yaml b/manifests/g/Google/Chrome/148.0.7778.179/Google.Chrome.yaml new file mode 100644 index 000000000000..6fd3c1df5f7a --- /dev/null +++ b/manifests/g/Google/Chrome/148.0.7778.179/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: 148.0.7778.179 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7e56b6834b6ba07bd9b8dd8de7d706eca8b77ac2 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:23:05 +0800 Subject: [PATCH 273/325] New version: kay-ou.SimTradeDesk version 0.7.0 (#376811) --- .../0.7.0/kay-ou.SimTradeDesk.installer.yaml | 28 +++++++++++++++ .../kay-ou.SimTradeDesk.locale.en-US.yaml | 28 +++++++++++++++ .../kay-ou.SimTradeDesk.locale.zh-CN.yaml | 35 +++++++++++++++++++ .../0.7.0/kay-ou.SimTradeDesk.yaml | 8 +++++ 4 files changed, 99 insertions(+) create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.installer.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.en-US.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml create mode 100644 manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.yaml diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 000000000000..39cd808b7547 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.0/SimTradeDesk-Setup-0.7.0.exe + InstallerSha256: 45027BAB6A783518A2D242CB77F89E39E44787E442AB60FA3DF1BFA40B32143E + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.0/SimTradeDesk-Setup-0.7.0.exe + InstallerSha256: 45027BAB6A783518A2D242CB77F89E39E44787E442AB60FA3DF1BFA40B32143E + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 000000000000..00d538b9c67a --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.0 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 000000000000..8fff7134fa94 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.0 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.7.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.yaml new file mode 100644 index 000000000000..8f44bcd3190c --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.0/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 From 0e0b60d47d58d81d7a66cfdb4304146551896722 Mon Sep 17 00:00:00 2001 From: Moheshwar Amarnath Biswas Date: Wed, 20 May 2026 04:23:19 +0600 Subject: [PATCH 274/325] Update: MoheshwarAmarnathBiswas.TauriWinTools version 1.0.0 (#376815) --- ...eshwarAmarnathBiswas.TauriWinTools.installer.yaml | 12 ++++++++++++ ...warAmarnathBiswas.TauriWinTools.locale.en-US.yaml | 12 ++++++++++++ .../1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.installer.yaml create mode 100644 manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.locale.en-US.yaml create mode 100644 manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.yaml diff --git a/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.installer.yaml b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.installer.yaml new file mode 100644 index 000000000000..86b77040808b --- /dev/null +++ b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.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: MoheshwarAmarnathBiswas.TauriWinTools +PackageVersion: 1.0.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fluentmoheshwar/TauriWinTools/releases/download/v1.0.0/TauriWinTools_1.0.0_Setup.exe + InstallerSha256: B944B36CA8C0F8DEA21AB1BEF9831CCEE943E6CFA851DEBB98D2DE9D45BBA7E6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.locale.en-US.yaml b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.locale.en-US.yaml new file mode 100644 index 000000000000..065239213997 --- /dev/null +++ b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.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: MoheshwarAmarnathBiswas.TauriWinTools +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Moheshwar Amarnath Biswas +PackageName: TauriWinTools +License: MIT License +ShortDescription: It's a collection of handy tools and shortcuts that will make your Windows experience more efficient and fun. You can tweak your settings or access hidden features with ease. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.yaml b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.yaml new file mode 100644 index 000000000000..557b9f402844 --- /dev/null +++ b/manifests/m/MoheshwarAmarnathBiswas/TauriWinTools/1.0.0/MoheshwarAmarnathBiswas.TauriWinTools.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: MoheshwarAmarnathBiswas.TauriWinTools +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c1e2fb731f73a82a8f248f772f05547bd5c4a91f Mon Sep 17 00:00:00 2001 From: Zed Bot <166642247+zed-industries-bot@users.noreply.github.com> Date: Tue, 19 May 2026 18:23:32 -0400 Subject: [PATCH 275/325] New version: ZedIndustries.Zed version 1.2.7 (#376816) --- .../1.2.7/ZedIndustries.Zed.installer.yaml | 28 +++++++++++++ .../1.2.7/ZedIndustries.Zed.locale.en-US.yaml | 42 +++++++++++++++++++ .../Zed/1.2.7/ZedIndustries.Zed.yaml | 8 ++++ 3 files changed, 78 insertions(+) create mode 100644 manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.installer.yaml create mode 100644 manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.locale.en-US.yaml create mode 100644 manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.yaml diff --git a/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.installer.yaml new file mode 100644 index 000000000000..35b9a9c3f6d6 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 1.2.7 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Zed' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.2.7/Zed-x86_64.exe + InstallerSha256: 442A570F7CC82DB08B1FFD2C0EC5785B98C0BDE9B6437A464DAB96E6FB326F34 +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.2.7/Zed-aarch64.exe + InstallerSha256: F39505685DBED49E0B4D1488A1EECAE8E4896E5C264920C4BA809DADABFD028F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.locale.en-US.yaml new file mode 100644 index 000000000000..14ee1e94fc22 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.locale.en-US.yaml @@ -0,0 +1,42 @@ +# 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: ZedIndustries.Zed +PackageVersion: 1.2.7 +PackageLocale: en-US +Publisher: Zed Industries +PublisherUrl: https://zed.dev/ +PublisherSupportUrl: https://zed.dev/support +PrivacyUrl: https://zed.dev/privacy-policy +Author: The Zed Industries Authors +PackageName: Zed +PackageUrl: https://zed.dev/windows +License: GPL-3.0 +LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL +Copyright: Copyright 2022 - 2025 Zed Industries, Inc. +ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter. +Description: |- + Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. + - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. + - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. + - Chat with teammates, write notes together, and share your screen and project. All included. + - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. + - All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows. + - All Zed extensions now work seamlessly on Windows; no special steps, no caveats. + - To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11. +Moniker: zed +Tags: +- code-editor +- developer-tools +- editor +- text-editor +ReleaseNotes: '- git: Fix git blame processes not getting dropped properly. (#56912)' +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.2.7 +PurchaseUrl: https://zed.dev/pricing +Documentations: +- DocumentLabel: Community Links + DocumentUrl: https://zed.dev/community-links +- DocumentLabel: Getting Started + DocumentUrl: https://zed.dev/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.yaml new file mode 100644 index 000000000000..31073c59546e --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.2.7/ZedIndustries.Zed.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: ZedIndustries.Zed +PackageVersion: 1.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 65c4b764383887dcebf8dde0eff7cbdfa78900c0 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:23:47 +0800 Subject: [PATCH 276/325] New version: Windscribe.Windscribe version 2.22.9 (#376818) --- .../Windscribe.Windscribe.installer.yaml | 25 +++++ .../Windscribe.Windscribe.locale.en-US.yaml | 93 +++++++++++++++++++ .../Windscribe.Windscribe.locale.zh-CN.yaml | 16 ++++ .../2.22.9/Windscribe.Windscribe.yaml | 8 ++ 4 files changed, 142 insertions(+) create mode 100644 manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.installer.yaml create mode 100644 manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.en-US.yaml create mode 100644 manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.zh-CN.yaml create mode 100644 manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.yaml diff --git a/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.installer.yaml b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.installer.yaml new file mode 100644 index 000000000000..170cb14e3436 --- /dev/null +++ b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.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: Windscribe.Windscribe +PackageVersion: 2.22.9 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: -silent -no-auto-start + SilentWithProgress: -silent -no-auto-start + InstallLocation: -dir "" +UpgradeBehavior: install +ProductCode: '{fa690e90-ddb0-4f0c-b3f1-136c084e5fc7}_is1' +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Windscribe/Desktop-App/releases/download/v2.22.9/Windscribe_2.22.9_amd64.exe + InstallerSha256: 51ADAD2FED021C1C820E3CB6E3B8F0AE0C7A4240077BE8E1B904E91AE4C919DF +- Architecture: arm64 + InstallerUrl: https://github.com/Windscribe/Desktop-App/releases/download/v2.22.9/Windscribe_2.22.9_arm64.exe + InstallerSha256: D2A5075262624391844C947DE5243D85CBF0D6F7689A346DCBD7907D2E029011 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.en-US.yaml b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.en-US.yaml new file mode 100644 index 000000000000..8b2ea3c4bf2e --- /dev/null +++ b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.en-US.yaml @@ -0,0 +1,93 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Windscribe.Windscribe +PackageVersion: 2.22.9 +PackageLocale: en-US +Publisher: Windscribe Limited +PublisherUrl: https://windscribe.com/ +PublisherSupportUrl: https://windscribe.com/knowledge-base/ +PrivacyUrl: https://windscribe.com/privacy/ +Author: Windscribe Limited +PackageName: Windscribe +PackageUrl: https://windscribe.com/ +License: GPL-2.0 +LicenseUrl: https://github.com/Windscribe/Desktop-App/blob/HEAD/LICENSE +Copyright: © 2026 Windscribe Limited +CopyrightUrl: https://windscribe.com/terms/ +ShortDescription: Windscribe encrypts your browsing activity, blocks ads, and unblocks entertainment content +Tags: +- network +- privacy +- proxy +- security +- vpn +ReleaseNotes: |- + Added + - A 'ports' command to the CLI. + - Belarusian (Taraškievica) localization. Community contribution by dubovy-achvelak. + - Support for the new server list v2 API. + Improved + - Filtering of potentially malicious directives in OpenVPN custom configs to prevent a local privilege escalation. + - "No P2P" icon to display per-city (datacenter) instead of per-country in the locations list. + - BFE service status detection on Windows when SCM access is restricted from unelevated processes. + - WireGuard PersistentKeepalive to use a value of 25 on all platforms. + - HTTP ping to use IP address rather than hostname. + - Field validation for custom WireGuard config import. + - Non-critical scriptlet commands on Linux to be optional to prevent failures when reinstalling or upgrading. + Fixed + - Possible local privilege escalation in the helper due to insufficient parameter validation before executing shell commands on macOS and Linux. We thank Johan Wahyudi for responsibly disclosing this issue. + - IPC frame bounds checking to reject malformed or oversized messages. + - Security vulnerability in ctrld command argument processing on macOS and Linux. + - WireGuard custom config IP/CIDR validation to prevent command injection via crafted .conf files on Linux. + - Command injection in CLI update handler on Linux. + - Possible local privilege escalation and TOCTOU exploits in the macOS helper and installer. + - Possible local privilege escalation and TOCTOU exploits in the Linux helper. + - Potential privilege escalation during app update process on Linux. + - WireGuard service may start then terminate immediately in a loop after wake from sleep on Windows. + - Possible app crash when initiating an IKEv2 connection on Windows. + - Potential deadlock at app start. + - Factory reset does not fully reset preferences on macOS. + - Call continuity doesn't work with firewall enabled on macOS. + - OpenVPN TCP fails to connect when LAN proxy feature is enabled on macOS. + - Multicast traffic not working on split tunneled apps on macOS. + - Server sub-menus for the locations list in the OS tray menu should have a delay before being displayed. + - Protocol indicates "WireGuard" while disconnected and selected location is an OpenVPN custom config. + - WireGuard key limit dialog overlaps notification banners on app launch. + - Standard/hashed login text overlaps when language set to Belarusian. + - wsnet receiving system language rather than user's preferred language. + - News feed title is clipped and entry height miscalculated when entry is expanded. + - Location list hover states broken after clicking main window. + - Third-party custom config may no longer pass tunnel test. + - Dropdown menus in Preferences scrolling to the wrong position. + - El Salvador flag icon. + - App does not consistently connect to the specific server that has the user's pinned IP. + - Purchased ALC locations cannot be selected. + - Unnecessary VPN reconnection when switching between WiFi access points on the same network on macOS and Linux. + - An app crash when on macOS when all app sessions are cleared via the website account page. + - A potential crash while reinstalling the app on macOS. + - A crash when interacting with credential fields on macOS. + - P2P indicators not shown for premium locations. + - Cannot connect to purchased individual locations because the UI shows them as premium-only. + - Cannot connect with custom configs requiring credentials. + - Bridge API session tokens not being cleared during logout and persistent settings cleanup. + - Potential use-after-free crash when API handles outlive global wsnet teardown. + - Advanced parameters not parsed after being written on Linux. + - WireGuard reconnect fails after plan downgrade until app restart. + - Protocol Tweaks toggle not enabling during fresh install on a Russian network. + - Location nickname may be corrupted when best location changes. + - Incorrect knowledge base URL in Help window. + - Change protocol screen maximizes vertically after moving it. + - Linux CLI does not log the user out when all active sessions are deleted from the account. + - DNS manager may misdetect as resolvconf on Ubuntu when it should be NetworkManager. + - Linux Dockerfile build tool downloads not hash verified. + Updated + - Qt 6.11.0. + - cURL 8.18.0. + - OpenSSL 3.6.1. + - OpenVPN DCO driver 2.8.2. + - ctrld to 1.5.0. +ReleaseNotesUrl: https://github.com/Windscribe/Desktop-App/releases/tag/v2.22.9 +PurchaseUrl: https://windscribe.com/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.zh-CN.yaml b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.locale.zh-CN.yaml new file mode 100644 index 000000000000..3386057b2150 --- /dev/null +++ b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.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: Windscribe.Windscribe +PackageVersion: 2.22.9 +PackageLocale: zh-CN +ShortDescription: Windscribe 可加密您的浏览活动、屏蔽广告并解除对娱乐内容的屏蔽。 +Tags: +- vpn +- 代理 +- 安全 +- 网络 +- 隐私 +ReleaseNotesUrl: https://github.com/Windscribe/Desktop-App/releases/tag/v2.22.9 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.yaml b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.yaml new file mode 100644 index 000000000000..3d3b07142b7b --- /dev/null +++ b/manifests/w/Windscribe/Windscribe/2.22.9/Windscribe.Windscribe.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: Windscribe.Windscribe +PackageVersion: 2.22.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eda5beadaecbd66e2a55303d9dce7d6cc0dfd122 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:24:02 +0800 Subject: [PATCH 277/325] New version: WiresharkFoundation.Wireshark version 4.6.6 (#376819) --- ...resharkFoundation.Wireshark.installer.yaml | 66 ++++++++++++++++++ ...harkFoundation.Wireshark.locale.en-GB.yaml | 22 ++++++ ...harkFoundation.Wireshark.locale.en-US.yaml | 69 +++++++++++++++++++ ...harkFoundation.Wireshark.locale.zh-CN.yaml | 28 ++++++++ ...harkFoundation.Wireshark.locale.zh-TW.yaml | 33 +++++++++ .../4.6.6/WiresharkFoundation.Wireshark.yaml | 8 +++ 6 files changed, 226 insertions(+) create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.installer.yaml create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-GB.yaml create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-US.yaml create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-CN.yaml create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-TW.yaml create mode 100644 manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.yaml diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.installer.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.installer.yaml new file mode 100644 index 000000000000..638d0fcf3234 --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.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: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +Scope: machine +UpgradeBehavior: install +FileExtensions: +- 5vw +- acp +- apc +- atc +- bfr +- cap +- ems +- enc +- erf +- fdc +- ipfix +- lcap +- mplog +- ntar +- out +- pcap +- pcapng +- pklg +- pkt +- rf5 +- rtp +- scap +- snoop +- syc +- tpc +- tr1 +- trace +- trc +- vwr +- wpc +- wpz +ReleaseDate: 2026-05-19 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerType: nullsoft + InstallerUrl: https://2.na.dl.wireshark.org/win64/all-versions/Wireshark-4.6.6-x64.exe + InstallerSha256: AB28D13695ACE992307FB1AAEA7144F977D5B6562ACEC1F465C9C0A9FA04190C + ProductCode: Wireshark +- Architecture: arm64 + InstallerType: nullsoft + InstallerUrl: https://2.na.dl.wireshark.org/win64/all-versions/Wireshark-4.6.6-arm64.exe + InstallerSha256: B9383E52BAEBBB4CAA10BC9F6977771E6528EB3AC40EB70083E7C1A83BDC243B + ProductCode: Wireshark +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://2.na.dl.wireshark.org/win64/all-versions/Wireshark-4.6.6-x64.msi + InstallerSha256: 90104F6EAE9B1FB4B1C8EBF6313D73E42F34EE274D3BC26BDC86741D47466C9D + InstallerSwitches: + InstallLocation: INSTALLFOLDER="" + ProductCode: '{64FBB30B-E48F-4583-9FCE-55B1C78771B8}' + AppsAndFeaturesEntries: + - Publisher: The Wireshark developer community, https://www.wireshark.org/ + UpgradeCode: '{0D67AACE-269A-4264-81A3-DA8055C1C79C}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Wireshark' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-GB.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-GB.yaml new file mode 100644 index 000000000000..139d64afa9da --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-GB.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: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +PackageLocale: en-GB +PackageName: Wireshark +ShortDescription: The world's most popular network protocol analyser. +Description: |- + Wireshark is the world's foremost network protocol analyser. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions. + Wireshark development thrives thanks to the contributions of networking experts across the globe. It is the continuation of a project that started in 1998. +Tags: +- analyser +- network-capture +- network-sniffer +- networkcapture +- networksniffer +- protocol +- traffic +ReleaseNotesUrl: https://www.wireshark.org/update/relnotes/wireshark-4.6.6.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-US.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-US.yaml new file mode 100644 index 000000000000..dba0c4f4fa67 --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +PackageLocale: en-US +Publisher: The Wireshark developer community, https://www.wireshark.org +PublisherUrl: https://wiresharkfoundation.org/ +PublisherSupportUrl: https://gitlab.com/wireshark/wireshark/-/issues +PrivacyUrl: https://wiresharkfoundation.org/privacy-policy/ +Author: The Wireshark Foundation +PackageName: Wireshark +PackageUrl: https://www.wireshark.org/ +License: GPL-2.0 +LicenseUrl: https://gitlab.com/wireshark/wireshark/-/blob/HEAD/COPYING +Copyright: Copyright 1998-2026 Gerald Combs and contributors +ShortDescription: The world's most popular network protocol analyzer. +Description: |- + Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions. + Wireshark development thrives thanks to the contributions of networking experts across the globe. It is the continuation of a project that started in 1998. +Moniker: wireshark +Tags: +- analyzer +- network-capture +- network-sniffer +- networkcapture +- networksniffer +- protocol +- traffic +ReleaseNotes: |- + Bug Fixes + The following vulnerabilities have been fixed: + - wnpa-sec-2026-51 ROHC protocol dissector crash. Issue 21243. + The following bugs have been fixed: + - Wireshark crashes when run under Visual Studio on Windows. Work item 24787. + - Welcome page slide preferences are now available in the preferences window. + - vwr: Read of uninitialized memory in pntoh16. Issue 16460. + - vwr: Read of uninitialized memory in find_signature. Issue 16461. + - Upgrades on Windows do not retain existing optional features unless explicitly requested, resulting in accidental removal of features. Issue 18925. + - Wireshark.exe version 4.6.5 is twice as large as version 4.6.4. Issue 21233. + - MACsec dissector global-buffer-overflow. Issue 21235. + - Wireshark 4.6.5 does not run on Windows 10 version 1809 (including Server 2019 and some LTSC versions) Issue 21237. + - Fuzz job issue: fuzz-2026-05-02-14184750352.pcap. Issue 21240. + - packet-bacapp: rename aurth-request to auth-request. Issue 21246. + - Fuzz job issue: randpkt-2026-05-10-14293434231.pcap. Issue 21253. + New and Updated Features + - The Windows installers now ship with Npcap 1.88. They previously shipped with Npcap 1.87. + New Protocol Support + There are no new protocols in this release. + Updated Protocol Support + BACapp, BPv7, DB/IB GDS DB, Kafka, MACsec, PFCP, RF4CE, ROHC, RTPS-VT, SAPHDB, and SIP + New and Updated Capture File Support + JSON and VeriWave + New and Updated File Format Decoding Support + There is no new or updated file format support in this release. + Plugin Development Changes + On UN*X systems (excluding macOS when running from an app bundle, as with the official installer) extcap binaries are now searched for under the libexec directory by default, e.g., /usr/libexec/wireshark/extcap instead of /usr/lib64/wireshark/extcap or similar. This is the customary place for helper binaries, which as opposed to libraries do not need multiarch support. The location can be overridden via the environment variable WIRESHARK_EXTCAP_DIR. The extcap binaries shipped with Wireshark are installed in the new location, but third party extcaps may need packaging changes. This change was effective in version 4.6.0, but was not explicitly noted in the release notes previously. Note that some distributions do not use a libexec directory, such as Alpine Linux, which does not have multilib support. On such systems extcap binaries should be in the same location as before. +ReleaseNotesUrl: https://www.wireshark.org/update/relnotes/wireshark-4.6.6.html +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.wireshark.org/docs/ +- DocumentLabel: Learn + DocumentUrl: https://www.wireshark.org/learn +- DocumentLabel: FAQ + DocumentUrl: https://www.wireshark.org/faq.html +- DocumentLabel: Wiki + DocumentUrl: https://wiki.wireshark.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-CN.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-CN.yaml new file mode 100644 index 000000000000..34d98b4f15c5 --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.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: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +PackageLocale: zh-CN +ShortDescription: 全球最受欢迎的网络协议分析工具 +Description: |- + Wireshark 是全球顶尖的网络协议分析工具,能让您以微观视角洞察网络中的一切动态。作为多行业及教育机构实际(甚至法定)的通用标准,其地位无可撼动。 + 这款软件的蓬勃发展得益于全球网络专家的持续贡献,其前身项目可追溯至 1998 年,至今仍在不断演进。 +Tags: +- 分析 +- 协议 +- 抓包 +- 流量 +- 网络 +ReleaseNotesUrl: https://www.wireshark.org/update/relnotes/wireshark-4.6.6.html +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.wireshark.org/docs/ +- DocumentLabel: 学习 + DocumentUrl: https://www.wireshark.org/learn +- DocumentLabel: 常见问题 + DocumentUrl: https://www.wireshark.org/faq.html +- DocumentLabel: Wiki + DocumentUrl: https://wiki.wireshark.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-TW.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-TW.yaml new file mode 100644 index 000000000000..35e7b3471bad --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.locale.zh-TW.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +PackageLocale: zh-TW +ShortDescription: 全球最受歡迎的網絡協議分析工具 +Description: |- + Wireshark 是全球頂尖的網絡協議分析工具,能讓您以微觀視角洞察網絡中的一切動態。作為多行業及教育機構實際(甚至法定)的通用標準,其地位無可撼動。 + 這款軟件的蓬勃發展得益於全球網絡專家的持續貢獻,其前身項目可追溯至 1998 年,至今仍在不斷演進。 +Tags: +- ㄈㄣㄒㄧ +- ㄌㄧㄡˊㄌㄧㄤˊ +- ㄒㄧㄝˊㄧˋ +- ㄓㄨㄚㄅㄠ +- ㄨㄤˇㄌㄨㄛˋ +- 分析 +- 協議 +- 抓包 +- 流量 +- 網絡 +ReleaseNotesUrl: https://www.wireshark.org/update/relnotes/wireshark-4.6.6.html +Documentations: +- DocumentLabel: 文檔 + DocumentUrl: https://www.wireshark.org/docs/ +- DocumentLabel: 學習 + DocumentUrl: https://www.wireshark.org/learn +- DocumentLabel: 常見問題 + DocumentUrl: https://www.wireshark.org/faq.html +- DocumentLabel: Wiki + DocumentUrl: https://wiki.wireshark.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.yaml b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.yaml new file mode 100644 index 000000000000..bc9a655a0e88 --- /dev/null +++ b/manifests/w/WiresharkFoundation/Wireshark/4.6.6/WiresharkFoundation.Wireshark.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: WiresharkFoundation.Wireshark +PackageVersion: 4.6.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 25136dd3948d211ad30ad5a360d5384e4193ccc8 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 15:24:14 -0700 Subject: [PATCH 278/325] Automatic update of AdLock.AdLock from 2.1.8.3 to 2.1.8.4 (#376820) --- .../2.1.8.4/AdLock.AdLock.installer.yaml | 12 +++++++++++ .../2.1.8.4/AdLock.AdLock.locale.en-US.yaml | 21 +++++++++++++++++++ .../AdLock/AdLock/2.1.8.4/AdLock.AdLock.yaml | 8 +++++++ 3 files changed, 41 insertions(+) create mode 100644 manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.installer.yaml create mode 100644 manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.locale.en-US.yaml create mode 100644 manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.yaml diff --git a/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.installer.yaml b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.installer.yaml new file mode 100644 index 000000000000..679c3f500fde --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.4 +InstallerType: inno +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.adlock.com/windows/Adlock_Installer.exe + InstallerSha256: 5D01816FB7BF27B3BAEE8BF46257556771149E55CF55DBA9F28C6FA1595D0667 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.locale.en-US.yaml b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.locale.en-US.yaml new file mode 100644 index 000000000000..7b9a3f9fa1f5 --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.4 +PackageLocale: en-US +Publisher: Hankuper s.r.o. +PackageName: AdLock +PackageUrl: https://adlock.com/adlock-for-windows/ +License: Proprietary (Trialware) +ShortDescription: Removes ads from all browsers, games, and other apps providing top-notch privacy security all along. +Tags: +- adblock +- adblocking +- adblocker +- antimalware +- privacy +- adguardsyntax +PurchaseUrl: https://adlock.com/purchase/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.yaml b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.yaml new file mode 100644 index 000000000000..01c60325c76b --- /dev/null +++ b/manifests/a/AdLock/AdLock/2.1.8.4/AdLock.AdLock.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AdLock.AdLock +PackageVersion: 2.1.8.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 00f97a7874e0e2eda3cc9157b8a62540f1120438 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 18:37:30 -0400 Subject: [PATCH 279/325] New version: gstreamerproject.gstreamer version 1.28.3 (#376340) --- .../gstreamerproject.gstreamer.installer.yaml | 88 +++++++++++++++++++ ...treamerproject.gstreamer.locale.en-US.yaml | 19 ++++ .../1.28.3/gstreamerproject.gstreamer.yaml | 8 ++ 3 files changed, 115 insertions(+) create mode 100644 manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.installer.yaml create mode 100644 manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.locale.en-US.yaml create mode 100644 manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.yaml diff --git a/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.installer.yaml b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.installer.yaml new file mode 100644 index 000000000000..ced87aaece10 --- /dev/null +++ b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.installer.yaml @@ -0,0 +1,88 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: gstreamerproject.gstreamer +PackageVersion: 1.28.3 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-05-16 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-x86-1.28.3.exe + InstallerSha256: 968862FE2C3C519065AB380ADCE077BFDCBA6661E2C17D77EE6ED67FA6B7C3A2 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: ebe0c791-d84e-4f7e-a4eb-18012a0e319d_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC x86) version 1.28.3 + ProductCode: ebe0c791-d84e-4f7e-a4eb-18012a0e319d_is1 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs/gstreamer/1.0/msvc_x86' +- Architecture: x86 + Scope: machine + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-x86-1.28.3.exe + InstallerSha256: 968862FE2C3C519065AB380ADCE077BFDCBA6661E2C17D77EE6ED67FA6B7C3A2 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: ebe0c791-d84e-4f7e-a4eb-18012a0e319d_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC x86) version 1.28.3 + ProductCode: ebe0c791-d84e-4f7e-a4eb-18012a0e319d_is1 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/gstreamer/1.0/msvc_x86' +- Architecture: x64 + Scope: user + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-x86_64-1.28.3.exe + InstallerSha256: F01B4FB30B3AEFDCDF4251D4A7464FB68197D15A763A2A94B667B93F88CC6216 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: c20a66dc-b249-4e6d-a68a-d0f836b2b3cf_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC x86_64) version 1.28.3 + ProductCode: c20a66dc-b249-4e6d-a68a-d0f836b2b3cf_is1 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs/gstreamer/1.0/msvc_x86_64' +- Architecture: x64 + Scope: machine + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-x86_64-1.28.3.exe + InstallerSha256: F01B4FB30B3AEFDCDF4251D4A7464FB68197D15A763A2A94B667B93F88CC6216 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: c20a66dc-b249-4e6d-a68a-d0f836b2b3cf_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC x86_64) version 1.28.3 + ProductCode: c20a66dc-b249-4e6d-a68a-d0f836b2b3cf_is1 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/gstreamer/1.0/msvc_x86_64' +- Architecture: arm64 + Scope: user + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-arm64-1.28.3.exe + InstallerSha256: BF82DB1F8320358212B73483BE9A671A88F3768D471D29B5819BC9B6D64F47AB + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: ec8a3ec9-e847-416f-b57f-3ab5b6868ebb_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC arm64) version 1.28.3 + ProductCode: ec8a3ec9-e847-416f-b57f-3ab5b6868ebb_is1 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs/gstreamer/1.0/msvc_arm64' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://gstreamer.freedesktop.org/data/pkg/windows/1.28.3/msvc/gstreamer-1.0-msvc-arm64-1.28.3.exe + InstallerSha256: BF82DB1F8320358212B73483BE9A671A88F3768D471D29B5819BC9B6D64F47AB + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: ec8a3ec9-e847-416f-b57f-3ab5b6868ebb_is1 + AppsAndFeaturesEntries: + - DisplayName: GStreamer 1.0 (MSVC arm64) version 1.28.3 + ProductCode: ec8a3ec9-e847-416f-b57f-3ab5b6868ebb_is1 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/gstreamer/1.0/msvc_arm64' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.locale.en-US.yaml b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.locale.en-US.yaml new file mode 100644 index 000000000000..fd4b4078a7ed --- /dev/null +++ b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: gstreamerproject.gstreamer +PackageVersion: 1.28.3 +PackageLocale: en-US +Publisher: GStreamer Project +PublisherUrl: https://www.freedesktop.org/ +PublisherSupportUrl: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues +PrivacyUrl: https://www.freedesktop.org/wiki/PrivacyPolicy/ +PackageName: GStreamer +License: LGPL-2.1 +LicenseUrl: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/HEAD/LICENSE +ShortDescription: GStreamer is a library for constructing graphs of media-handling components. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://gstreamer.freedesktop.org/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.yaml b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.yaml new file mode 100644 index 000000000000..e30c9a14694f --- /dev/null +++ b/manifests/g/gstreamerproject/gstreamer/1.28.3/gstreamerproject.gstreamer.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: gstreamerproject.gstreamer +PackageVersion: 1.28.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3459194817a2812f62b519b6fa081d226b5069de Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Tue, 19 May 2026 15:37:44 -0700 Subject: [PATCH 280/325] OpenCLICollective.slack-chat-cli version 3.1.49 (#376782) Co-authored-by: github-actions[bot] --- ...LICollective.slack-chat-cli.installer.yaml | 20 ++++++++++++ ...ollective.slack-chat-cli.locale.en-US.yaml | 31 +++++++++++++++++++ .../OpenCLICollective.slack-chat-cli.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.installer.yaml create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.yaml diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.installer.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.installer.yaml new file mode 100644 index 000000000000..418a6b607415 --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.49 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: slck.exe + PortableCommandAlias: slck +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.49/slck_v3.1.49_windows_amd64.zip + InstallerSha256: 88108F03A40D476C3B3242527E1D670DC0D818181D46252D121CD7A66A49A0D8 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/slack-chat-api/releases/download/v3.1.49/slck_v3.1.49_windows_arm64.zip + InstallerSha256: BC75613FCDA25CCC8EC6D0B42E30DAD7433550DC3EED90C01D17E9605355EE2F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.locale.en-US.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.locale.en-US.yaml new file mode 100644 index 000000000000..41abe00fb67e --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.49 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/slack-chat-api/issues +PackageName: Slack Chat API CLI +PackageUrl: https://github.com/open-cli-collective/slack-chat-api +License: MIT +LicenseUrl: https://github.com/open-cli-collective/slack-chat-api/blob/main/LICENSE +ShortDescription: Command-line interface for Slack Web API +Description: |- + A lightweight CLI for interacting with the Slack Web API. Provides direct + API access for automation and scripting including sending messages, managing + channels, listing users, viewing message history, and searching messages/files. +Tags: +- slack +- cli +- api +- messaging +- automation +- chat +ReleaseNotesUrl: https://github.com/open-cli-collective/slack-chat-api/releases/tag/v3.1.49 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/slack-chat-api/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.yaml b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.yaml new file mode 100644 index 000000000000..53212290118b --- /dev/null +++ b/manifests/o/OpenCLICollective/slack-chat-cli/3.1.49/OpenCLICollective.slack-chat-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.slack-chat-cli +PackageVersion: 3.1.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 38145a4873b8927e1f17c924e3afa99de89740ec Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:38:00 +0800 Subject: [PATCH 281/325] New version: Microsoft.Teams version 26106.1911.4707.3286 (#376786) --- .../Microsoft.Teams.installer.yaml | 26 +++++++++++++ .../Microsoft.Teams.locale.en-US.yaml | 39 +++++++++++++++++++ .../Microsoft.Teams.locale.zh-CN.yaml | 37 ++++++++++++++++++ .../26106.1911.4707.3286/Microsoft.Teams.yaml | 8 ++++ 4 files changed, 110 insertions(+) create mode 100644 manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.installer.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.zh-CN.yaml create mode 100644 manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.yaml diff --git a/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.installer.yaml b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.installer.yaml new file mode 100644 index 000000000000..959bcbc1927a --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.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: Microsoft.Teams +PackageVersion: 26106.1911.4707.3286 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +UpgradeBehavior: install +PackageFamilyName: MSTeams_8wekyb3d8bbwe +Installers: +- Architecture: x86 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-x86/26106.1911.4707.3286/MSTeams-x86.msix + InstallerSha256: 3BF95705BADA3929744C10589E33E659BB9E952F30B47DDE53FE3B545F797FFA + SignatureSha256: 374A11F0EE9CC5E8E4BB3FCA26740504BA268161641743CE627E7E89D49FF76F +- Architecture: x64 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-x64/26106.1911.4707.3286/MSTeams-x64.msix + InstallerSha256: C12498F6CB128871C9F45E84E2DAF5C051B2C7657053A3E81FB06586F3ABCF31 + SignatureSha256: 005194ED1F99AB9E34331ABD6446AF517E2822ABCAF08E465998C5F1920029B0 +- Architecture: arm64 + InstallerUrl: https://installer.teams.static.microsoft/production-windows-arm64/26106.1911.4707.3286/MSTeams-arm64.msix + InstallerSha256: 4AEEA3280BBD34642B4A63D63A1B3B315F97488A502D876EA79E2C2D62F79709 + SignatureSha256: 84E48DDE85641768FF82B502CD6007811D81BECD2E57C0EE01F92C41EAF33FB3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.en-US.yaml b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.en-US.yaml new file mode 100644 index 000000000000..ad7c49229ad0 --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.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: Microsoft.Teams +PackageVersion: 26106.1911.4707.3286 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/teams +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Teams +PackageUrl: https://www.microsoft.com/microsoft-teams/group-chat-software +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Collaborate more effectively with a faster, simpler, smarter, and more flexible Teams. +Description: Working together is easier with Microsoft Teams. Tools and files are always available in one place that's designed to help you connect naturally, stay organized and bring ideas to life. +Moniker: teams +Tags: +- call +- calling +- chat +- collaborate +- collaboration +- conferencing +- meet +- meeting +- msteams +- team +- teams +- video +- video-conferencing +- voice +- voip +- webinar +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.zh-CN.yaml b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.zh-CN.yaml new file mode 100644 index 000000000000..532dd138c836 --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Teams +PackageVersion: 26106.1911.4707.3286 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/zh-cn/teams +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Teams +PackageUrl: https://www.microsoft.com/zh-cn/microsoft-teams/group-chat-software +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: (c) Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: 使用更快、更简单、更智能和更灵活的 Teams,更有效地进行协作。 +Description: Microsoft Teams 让协作更轻松。所有工具和文件都整合在一个位置,旨在帮助你轻松自如地建立联系、保持有序并将想法付诸于实践。 +Tags: +- msteams +- teams +- voip +- 会议 +- 协作 +- 协同 +- 团队 +- 开会 +- 电话 +- 研讨会 +- 视频 +- 视频会议 +- 聊天 +- 语音 +- 通话 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.yaml b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.yaml new file mode 100644 index 000000000000..d654a6ff1fbb --- /dev/null +++ b/manifests/m/Microsoft/Teams/26106.1911.4707.3286/Microsoft.Teams.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.Teams +PackageVersion: 26106.1911.4707.3286 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 50d28b561a3487158611e193ad159efa514062db Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 06:38:16 +0800 Subject: [PATCH 282/325] New version: StackExchange.DNSControl version 4.39.0 (#376787) --- .../StackExchange.DNSControl.installer.yaml | 21 +++++ ...StackExchange.DNSControl.locale.en-US.yaml | 83 +++++++++++++++++++ ...StackExchange.DNSControl.locale.zh-CN.yaml | 16 ++++ .../4.39.0/StackExchange.DNSControl.yaml | 8 ++ 4 files changed, 128 insertions(+) create mode 100644 manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.installer.yaml create mode 100644 manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.en-US.yaml create mode 100644 manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.zh-CN.yaml create mode 100644 manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.yaml diff --git a/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.installer.yaml b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.installer.yaml new file mode 100644 index 000000000000..6d26ea8ca7c5 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 4.39.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dnscontrol.exe +Commands: +- dnscontrol +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v4.39.0/dnscontrol_4.39.0_windows_amd64.zip + InstallerSha256: D2B2AB3F2D2D0AC7D345C164642084C48ACEBEFBD4AA7D04E9E04EE6DDFC72BB +- Architecture: arm64 + InstallerUrl: https://github.com/DNSControl/dnscontrol/releases/download/v4.39.0/dnscontrol_4.39.0_windows_arm64.zip + InstallerSha256: 527E80DB566894C5EEA3496BB96032B976CA7C29AB7402097BA8F5A8D88B6923 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.en-US.yaml b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.en-US.yaml new file mode 100644 index 000000000000..0f61369d0726 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 4.39.0 +PackageLocale: en-US +Publisher: Stack Exchange, Inc. +PublisherUrl: https://stackoverflow.com/ +PublisherSupportUrl: https://github.com/StackExchange/dnscontrol/issues +PrivacyUrl: https://stackoverflow.com/legal/privacy-policy +Author: Stack Exchange, Inc. +PackageName: DNSControl +PackageUrl: https://dnscontrol.org/ +License: MIT +LicenseUrl: https://github.com/StackExchange/dnscontrol/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Stack Overflow +ShortDescription: Infrastructure as code for DNS! +Description: DNSControl is an opinionated platform for seamlessly managing your DNS configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Overflow network, and can do the same for you! +Moniker: dnscontrol +Tags: +- dns +ReleaseNotes: |- + Greetings DNS fans! + Release highlights: + - NEW PROVIDER: DNSControl now supports NetBird! Thanks and welcome to @yzqzss who joins the project as its maintainer. We look forward to great things! + - dnscontrol init has come a long way! + - It now downloads existing DNS records and builds your dnsconfig.js! Thanks, @cafferata! + - Support has been added for: ALIDNS, AZURE_DNS, BUNNY_DNS, CLOUDFLAREAPI, CNR, DIGITALOCEAN, GANDI_V5, GCLOUD, GCORE, HEDNS, HETZNER_V2, HOSTINGDE, HUAWEICLOUD, LOOPIA, LuaDNS, MYTHICBEASTS, and NAMECHEAP! Thanks, Claude and the various provider maintainers! + - DOCS: README.md has been reorganized and CONTRIBUTING.md has been added. Thanks, @cafferata! + - Adding new providers has fewer steps thanks to automation of certain file updates. Thanks, @cafferata! + - And much, much, more! + Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions! + Sincerely, + --Tom Limoncelli + Monthly video call! + Everyone is invited to the Monthly DNSControl Community Video Conference Call on the 2nd Tuesday of each month. Join whether you are a new user with questions or an experienced developer that wants to discuss DNSControl internals... or anything in between! Meeting details on + GitHub Discussions. + Changelog + Major features: + - bbd110906f6f812a8e4aaceb23ea31bf29fc7715: FEATURE: init - verify credentials, select zones and import records (#4301) (@cafferata) + - 47d64a972ab60f70632013e7c5b700d188fd7377: NEW PROVIDER: Netbird DNS Zone (#4170) (@yzqzss) + Provider-specific changes: + - 36eb0619878119173c7bc8be2f61b7f1d69b5a3a: ALIDNS: support init command (#4271) (@TomOnTime) + - 4f752f368195fa31d617cb2bd8c359b8e64f3107: AZURE_DNS: support init command (#4273) (@TomOnTime) + - ddd7cfcbdf566b137a138de7a24dfe512845afd9: BUNNY_DNS: support init command (#4275) (@TomOnTime) + - 9c3c609442a257be615580f648f75cd695730e6a: CLOUDFLAREAPI: support init command (#4276) (@TomOnTime) + - 490f205b683362b0f1c73bfebb3bbcc4f44e589f: CNR: support init command (#4278) (@TomOnTime) + - 06234211d10bc97932f6841eb52d3e739479a952: DIGITALOCEAN: support init command (#4280) (@TomOnTime) + - 9e20bccad722d0e8907df34f821f92012de3021f: GANDI_V5: Enable init and get-zones (list) subcommands (#4285) (@TomOnTime) + - a2db481c3b35d001facc4bbf07a1b38af8970b45: GCLOUD: support init command (#4286) (@TomOnTime) + - 731799561589af4ed331ab60a5050421d3b3a270: GCORE: support init command (#4287) (@TomOnTime) + - 1a66a428b8c91958202d2f30dc096c2cc796d331: HEDNS: support init command (#4289) (@TomOnTime) + - c8b185d0880a3147fe2bbb9eef62eb6c920d7df8: HETZNER_V2: support init command (#4290) (@TomOnTime) + - 7aaaa233b63ac78c25fbce6f7815583efe283c04: HOSTINGDE: support init command (#4291) (@TomOnTime) + - b3ff3762f0284b3289fe586eebf22e5a14f342ae: HUAWEICLOUD: implement DNSSEC support (#4302) (@huihuimoe) + - 7407870b5839943c2194e0ac280e831e7a938c00: HUAWEICLOUD: support init command (#4292) (@TomOnTime) + - a20948ede0a69a5c77d36acb8395163783bbb9dd: LOOPIA: support init command (#4296) (@TomOnTime) + - 4585492c2bf3efa4d659bdd77211a29ca0abed96: LUADNS: changed to use record set to perform bulk operations (#4264) (@riku22) + - 368f43b62dd339df1bc0eaf290d99eb8b2e3e79c: LuaDNS: support init command (#4268) (@riku22) + - 16c26ac7a9a6e3f7f108368682eba59622583af3: MYTHICBEASTS: support init command (#4298) (@TomOnTime) + - d128d502ce8dbda56ac327cc3c35c6960cbd96b2: NAMECHEAP: support init command (#4299) (@TomOnTime) + - 037df27148913c257cd9a4c8fe9b239c3ff6730e: POWERDNS: Add support for automatic address hints in SVCB/HTTPS records (#4305) (@jpbede) + - a38886a360d3387982b4ea62a40aa8335937957b: VERCEL: add to integration test (#3876) (@SukkaW) + Documentation: + - 3b9394955bf57819b848350367eb8397e513bb1b: DOCS: Add CONTRIBUTING.md with developer onboarding guide (#4261) (@cafferata) + - 15056c9daf6c776b829f7a7ba07bd3da7471de00: DOCS: Reorganize README.md (#4263) (@cafferata) + CI/CD: + - 38251042cfd220c1cd78c98488008d002acf06b2: Build(deps): Bump brace-expansion from 5.0.5 to 5.0.6 (#4307) (@dependabot[bot]) + - 79939529673faa999843fa6d89824e87d884d4bd: CI: run scripts and format files (#4306) (@jpbede) + - 23b4816d83e4652f5ad75d2e93d42d02fff4765c: CICD: Auto-generate labeler config for provider labels (#4269) (@cafferata) + - 4f955759f9762f98f03aa409a7195a73f81fef7d: CICD: Do not run all tests on VERCEL in GHA (#4260) (@TomOnTime) + Other changes and improvements: + - 7887ffd6a9444b862e3e8484493d204f14796b49: CHORE: Update old Go module path in flattener.js (#4262) (@cafferata) + Deprecation warnings + [!WARNING] + - REV() will switch from RFC2317 to RFC4183 in v5.0. This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat + - NAMEDOTCOM, OPENSRS and SOFTLAYER need maintainers! These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes. +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v4.39.0 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.zh-CN.yaml b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.locale.zh-CN.yaml new file mode 100644 index 000000000000..96b984bcce41 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 4.39.0 +PackageLocale: zh-CN +Publisher: Stack Exchange, Inc. +PackageName: DNSControl +ShortDescription: DNS 的基础设施即代码! +Description: DNSControl 是一个有主见的平台,可在云端或您自己的基础架构中无缝管理任意数量 DNS 主机的 DNS 配置。它既可以管理 Stack Overflow 网络的所有域名,也可以为您提供同样的服务! +ReleaseNotesUrl: https://github.com/DNSControl/dnscontrol/releases/tag/v4.39.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.dnscontrol.org/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.yaml b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.yaml new file mode 100644 index 000000000000..b45c0b239515 --- /dev/null +++ b/manifests/s/StackExchange/DNSControl/4.39.0/StackExchange.DNSControl.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: StackExchange.DNSControl +PackageVersion: 4.39.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0817a043faff0374d13032d451eedfdb51f85e46 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Tue, 19 May 2026 15:38:29 -0700 Subject: [PATCH 283/325] New version: OpenCLICollective.cfl version 1.0.47 (#376796) --- .../OpenCLICollective.cfl.installer.yaml | 20 ++++++++++++ .../OpenCLICollective.cfl.locale.en-US.yaml | 32 +++++++++++++++++++ .../cfl/1.0.47/OpenCLICollective.cfl.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.installer.yaml create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.locale.en-US.yaml create mode 100644 manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.yaml diff --git a/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.installer.yaml b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.installer.yaml new file mode 100644 index 000000000000..776abaa79660 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.0.47 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cfl.exe + PortableCommandAlias: cfl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.0.47/cfl_1.0.47_windows_amd64.zip + InstallerSha256: F52A7C2CA49B603177D713CECE58FF047ED6BF95C73EC121859A9A4E44FFC612 +- Architecture: arm64 + InstallerUrl: https://github.com/open-cli-collective/atlassian-cli/releases/download/cfl-v1.0.47/cfl_1.0.47_windows_arm64.zip + InstallerSha256: A45108C7D4645B7A575468D9124B7B22700E081D13E471177C41D25A0BE634F1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.locale.en-US.yaml b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.locale.en-US.yaml new file mode 100644 index 000000000000..0f3342758129 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.0.47 +PackageLocale: en-US +Publisher: Open CLI Collective +PublisherUrl: https://github.com/open-cli-collective +PublisherSupportUrl: https://github.com/open-cli-collective/confluence-cli/issues +PackageName: Confluence CLI +PackageUrl: https://github.com/open-cli-collective/confluence-cli +License: MIT +LicenseUrl: https://github.com/open-cli-collective/confluence-cli/blob/main/LICENSE +ShortDescription: Command-line interface for Atlassian Confluence Cloud +Description: |- + A CLI tool for managing Confluence pages with a markdown-first workflow. + Features include page creation, editing, viewing, and deletion with automatic + markdown-to-Confluence conversion. Supports attachments, search via CQL, + and common Confluence macros (TOC, panels, expand). +Tags: +- confluence +- atlassian +- cli +- markdown +- wiki +- documentation +ReleaseNotesUrl: https://github.com/open-cli-collective/atlassian-cli/releases/tag/cfl-v1.0.47 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/open-cli-collective/confluence-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.yaml b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.yaml new file mode 100644 index 000000000000..7281973f2b66 --- /dev/null +++ b/manifests/o/OpenCLICollective/cfl/1.0.47/OpenCLICollective.cfl.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenCLICollective.cfl +PackageVersion: 1.0.47 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From e0b5b76bb84324eef890ec7690d5d7a74f2d695e Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 15:38:42 -0700 Subject: [PATCH 284/325] Automatic update of AktivCo.RutokenDrivers from 5.1.00.0000 to 5.1.01.0000 (#376827) --- .../AktivCo.RutokenDrivers.installer.yaml | 21 ++++++++++++++++ .../AktivCo.RutokenDrivers.locale.ru-RU.yaml | 25 +++++++++++++++++++ .../5.1.01.0000/AktivCo.RutokenDrivers.yaml | 8 ++++++ 3 files changed, 54 insertions(+) create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.installer.yaml create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml create mode 100644 manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.yaml diff --git a/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.installer.yaml b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.installer.yaml new file mode 100644 index 000000000000..468350a0df8f --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.installer.yaml @@ -0,0 +1,21 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AktivCo.RutokenDrivers +PackageVersion: 5.1.01.0000 +InstallerLocale: en-US +InstallerType: wix +InstallModes: +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qn + Custom: REBOOT=ReallySuppress +ProductCode: '{AE6CD1A7-8AB4-4D10-B62F-AEE7F8401400}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.rutoken.ru/Rutoken/Drivers/Current/rtDrivers.x64.msi + InstallerSha256: 2F316D1521257B3B7C472EAB2724496EBA3E12D46FE93ED7BAAA6304504937B1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml new file mode 100644 index 000000000000..36edfcc44fab --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.locale.ru-RU.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AktivCo.RutokenDrivers +PackageVersion: 5.1.01.0000 +PackageLocale: ru-RU +Publisher: Aktiv Co. +PublisherUrl: https://www.rutoken.ru +PublisherSupportUrl: https://www.rutoken.ru/support/feedback +PrivacyUrl: https://dev.rutoken.ru +Author: Aktiv Co. +PackageName: Rutoken Drivers +PackageUrl: https://www.rutoken.ru/support/download/windows +License: Proprietary +LicenseUrl: https://www.rutoken.ru/support/manual +Copyright: https://www.rutoken.ru/support/manual +CopyrightUrl: https://www.rutoken.ru/support/manual +ShortDescription: Официальные драйверы для электронных ключей и смарт-карт Рутокен +Description: Официальные драйверы для электронных ключей и смарт-карт Рутокен +Moniker: rutoken +Tags: +- rutoken +- token +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.yaml b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.yaml new file mode 100644 index 000000000000..9adef14d2cb5 --- /dev/null +++ b/manifests/a/AktivCo/RutokenDrivers/5.1.01.0000/AktivCo.RutokenDrivers.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AktivCo.RutokenDrivers +PackageVersion: 5.1.01.0000 +DefaultLocale: ru-RU +ManifestType: version +ManifestVersion: 1.12.0 From 85d64643999bee4f1a6ce143c2ce7c049f465e40 Mon Sep 17 00:00:00 2001 From: Bob Kelly <122731898+rwk3@users.noreply.github.com> Date: Tue, 19 May 2026 18:38:56 -0400 Subject: [PATCH 285/325] New version: RWKSystems.TestPackage version 2.5.1 (#376834) --- .../RWKSystems.TestPackage.installer.yaml | 17 ++++++++++ .../RWKSystems.TestPackage.locale.en-US.yaml | 34 +++++++++++++++++++ .../2.5.1/RWKSystems.TestPackage.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.installer.yaml create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.locale.en-US.yaml create mode 100644 manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.yaml diff --git a/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.installer.yaml b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.installer.yaml new file mode 100644 index 000000000000..5e7ce602ecf9 --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.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: RWKSystems.TestPackage +PackageVersion: 2.5.1 +InstallerType: nullsoft +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RWK-Systems/test-package/releases/download/v2.5.1/TestPackageSetup.exe + InstallerSha256: CEA62189D59100C02D03CB899FF60B21DBCE8151FFF74AC2F23DB8F8E2676F1C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.locale.en-US.yaml b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.locale.en-US.yaml new file mode 100644 index 000000000000..aca42c99e04f --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RWKSystems.TestPackage +PackageVersion: 2.5.1 +PackageLocale: en-US +Publisher: RWK Systems +PublisherUrl: https://rwksystems.com +PublisherSupportUrl: https://github.com/RWK-Systems/test-package/issues +PackageName: TestPackage +PackageUrl: https://www.rwksystems.com/test-package/ +License: Proprietary +LicenseUrl: https://github.com/RWK-Systems/test-package/blob/main/LICENSE +ShortDescription: A configurable Windows installation simulator for testing repackaging, virtualization, and deployment solutions. +Description: |- + TestPackage Configurator lets you design and generate simulated Windows + installers for testing repackaging tools, application virtualization + solutions, and deployment platforms. + + Use the GUI to configure 15+ installer behaviors (registry, shortcuts, + services, file associations, firewall rules, and more), then click + Generate Installer to produce a ready-to-test setup EXE. +Tags: +- packaging +- repackaging +- installer +- testing +- deployment +- application-virtualization +- sccm +- intune +ReleaseNotesUrl: https://github.com/RWK-Systems/test-package/releases/tag/v2.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.yaml b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.yaml new file mode 100644 index 000000000000..0da7cb0de51e --- /dev/null +++ b/manifests/r/RWKSystems/TestPackage/2.5.1/RWKSystems.TestPackage.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: RWKSystems.TestPackage +PackageVersion: 2.5.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7d2325bc8a677dfcb63b6ca7a7a9138f298bf451 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Wed, 20 May 2026 01:02:12 +0200 Subject: [PATCH 286/325] New version: Unibo.Alchemist version 43.0.52 (#376789) --- .../43.0.52/Unibo.Alchemist.installer.yaml | 23 +++++++++++++++++++ .../43.0.52/Unibo.Alchemist.locale.en-US.yaml | 20 ++++++++++++++++ .../Alchemist/43.0.52/Unibo.Alchemist.yaml | 8 +++++++ 3 files changed, 51 insertions(+) create mode 100644 manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.installer.yaml create mode 100644 manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.locale.en-US.yaml create mode 100644 manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.yaml diff --git a/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.installer.yaml b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.installer.yaml new file mode 100644 index 000000000000..f8615931dd11 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Unibo.Alchemist +PackageVersion: 43.0.52 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{F87F2CF6-3FA7-3FEC-8F76-A12AD7ADE77A}' +AppsAndFeaturesEntries: +- DisplayName: alchemist + Publisher: Unknown + ProductCode: '{F87F2CF6-3FA7-3FEC-8F76-A12AD7ADE77A}' + UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\alchemist' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/43.0.52/alchemist-43.0.52.msi + InstallerSha256: 082250A8939A39C7B5D1B8B1317114889996459BC6F8903DE43FA4E2C3880154 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.locale.en-US.yaml b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.locale.en-US.yaml new file mode 100644 index 000000000000..e0c6dc4211c7 --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.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: Unibo.Alchemist +PackageVersion: 43.0.52 +PackageLocale: en-US +Publisher: Unibo +PublisherUrl: https://github.com/AlchemistSimulator +PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues +PackageName: Alchemist +PackageUrl: https://github.com/AlchemistSimulator/Alchemist +License: GPLv3 +LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md +ShortDescription: an extensible simulator for pervasive computing +ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/43.0.52 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.yaml b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.yaml new file mode 100644 index 000000000000..6a208960a4fb --- /dev/null +++ b/manifests/u/Unibo/Alchemist/43.0.52/Unibo.Alchemist.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: Unibo.Alchemist +PackageVersion: 43.0.52 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 20803b9caff033e0acc7c8539c9cdf2d2abc493e 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, 20 May 2026 01:02:26 +0200 Subject: [PATCH 287/325] New version: Google.Perfetto version 55.3 (#376803) --- .../55.3/Google.Perfetto.installer.yaml | 17 ++++++++++++++++ .../55.3/Google.Perfetto.locale.en-US.yaml | 20 +++++++++++++++++++ .../Google/Perfetto/55.3/Google.Perfetto.yaml | 8 ++++++++ 3 files changed, 45 insertions(+) create mode 100644 manifests/g/Google/Perfetto/55.3/Google.Perfetto.installer.yaml create mode 100644 manifests/g/Google/Perfetto/55.3/Google.Perfetto.locale.en-US.yaml create mode 100644 manifests/g/Google/Perfetto/55.3/Google.Perfetto.yaml diff --git a/manifests/g/Google/Perfetto/55.3/Google.Perfetto.installer.yaml b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.installer.yaml new file mode 100644 index 000000000000..eeff2633b926 --- /dev/null +++ b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.installer.yaml @@ -0,0 +1,17 @@ +# 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: Google.Perfetto +PackageVersion: '55.3' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: windows-amd64/perfetto.exe + PortableCommandAlias: perfetto +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/google/perfetto/releases/download/v55.3/windows-amd64.zip + InstallerSha256: E14F9FAD47020670642E543BC2E58D9AEDAD8592322DDA94ED1CDA52F5954EA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Perfetto/55.3/Google.Perfetto.locale.en-US.yaml b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.locale.en-US.yaml new file mode 100644 index 000000000000..f0f0f893db76 --- /dev/null +++ b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.locale.en-US.yaml @@ -0,0 +1,20 @@ +# 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: Google.Perfetto +PackageVersion: '55.3' +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://github.com/google +PublisherSupportUrl: https://github.com/google/perfetto/issues +PackageName: Perfetto +PackageUrl: https://github.com/google/perfetto +License: Apache-2.0 +LicenseUrl: https://github.com/google/perfetto/blob/HEAD/LICENSE +ShortDescription: Performance instrumentation and tracing for Android, Linux and Chrome. +ReleaseNotes: |- + v55.3 is a point release of Perfetto v55 which relaxes embedded proto descriptor loading to allow wire-compatible extensions re-declared under renamed packages and defaults the UI to the Heap Dump Explorer view for traces with heap graph data. It also includes the fix from v55.2 which addressed an issue with how the "classic" CLI interface of trace_processor worked on Windows, preventing breakage of the Python API on that platform. + Note: For all other changes in Perfetto v55, please refer to the release notes for v55.1 +ReleaseNotesUrl: https://github.com/google/perfetto/releases/tag/v55.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/Perfetto/55.3/Google.Perfetto.yaml b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.yaml new file mode 100644 index 000000000000..f396d97a7648 --- /dev/null +++ b/manifests/g/Google/Perfetto/55.3/Google.Perfetto.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: Google.Perfetto +PackageVersion: '55.3' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7e29b16ee867f3b02c9f2b42ebee7ebf48c8d625 Mon Sep 17 00:00:00 2001 From: "Ruben J. Jongejan" Date: Wed, 20 May 2026 01:02:41 +0200 Subject: [PATCH 288/325] New version: rvben.rumdl version 0.1.95 (#376821) --- .../rumdl/0.1.95/rvben.rumdl.installer.yaml | 18 +++++++++ .../0.1.95/rvben.rumdl.locale.en-US.yaml | 39 +++++++++++++++++++ .../r/rvben/rumdl/0.1.95/rvben.rumdl.yaml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.installer.yaml create mode 100644 manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.locale.en-US.yaml create mode 100644 manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.yaml diff --git a/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.installer.yaml b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.installer.yaml new file mode 100644 index 000000000000..8d55d6719d33 --- /dev/null +++ b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.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: rvben.rumdl +PackageVersion: 0.1.95 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rumdl.exe + PortableCommandAlias: rumdl +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/rvben/rumdl/releases/download/v0.1.95/rumdl-v0.1.95-x86_64-pc-windows-msvc.zip + InstallerSha256: EBE19EFB26F6D8EAE582F68D7D430DE5CD989645A8C0BE3E16A14D19D104D8C1 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.locale.en-US.yaml b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.locale.en-US.yaml new file mode 100644 index 000000000000..e43799e1b590 --- /dev/null +++ b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: rvben.rumdl +PackageVersion: 0.1.95 +PackageLocale: en-US +Publisher: Ruben J. Jongejan +PublisherUrl: https://github.com/rvben +PublisherSupportUrl: https://github.com/rvben/rumdl/issues +Author: Ruben J. Jongejan +PackageName: rumdl +PackageUrl: https://github.com/rvben/rumdl +License: MIT +LicenseUrl: https://github.com/rvben/rumdl/blob/main/LICENSE +Copyright: Copyright (c) 2024-2025 Ruben J. Jongejan +ShortDescription: A fast Markdown linter and formatter written in Rust. +Description: |- + rumdl is a high-performance Markdown linter and formatter written in Rust. + It catches stylistic and structural issues in Markdown documents, fixes + them automatically where possible, and integrates with editors through + the Language Server Protocol. rumdl ships a comprehensive rule set, + intelligent caching for fast incremental runs, and is configured via + pyproject.toml or .rumdl.toml. +Moniker: rumdl +Tags: +- cli +- documentation +- formatter +- linter +- markdown +- markdown-linter +- rust +- static-analysis +ReleaseNotesUrl: https://github.com/rvben/rumdl/releases/tag/v0.1.95 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/rvben/rumdl/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.yaml b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.yaml new file mode 100644 index 000000000000..3dfc5679b75a --- /dev/null +++ b/manifests/r/rvben/rumdl/0.1.95/rvben.rumdl.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: rvben.rumdl +PackageVersion: 0.1.95 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 2bf327f4c213d964bbfb393427323a724be76077 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:02:55 +0800 Subject: [PATCH 289/325] New version: FactSet.FactSetWorkstation version 2016.71.043.057 (2016.71F) (#376836) --- .../FactSet.FactSetWorkstation.installer.yaml | 24 +++++++++++++++++++ ...ctSet.FactSetWorkstation.locale.en-US.yaml | 20 ++++++++++++++++ ...ctSet.FactSetWorkstation.locale.zh-CN.yaml | 10 ++++++++ .../FactSet.FactSetWorkstation.yaml | 8 +++++++ 4 files changed, 62 insertions(+) create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.installer.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.en-US.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.zh-CN.yaml create mode 100644 manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.yaml diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.installer.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.installer.yaml new file mode 100644 index 000000000000..0143d0d3a314 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.057 +InstallerType: wix +InstallerSwitches: + InstallLocation: FACTSET_PROGRAMDIR="" +UpgradeBehavior: install +Protocols: +- ec +- fdschart +- fdsup +FileExtensions: +- ecx +ProductCode: '{3A5483E8-2044-43E4-9245-42E9758F6467}' +AppsAndFeaturesEntries: +- UpgradeCode: '{36A5E6F0-5C4B-429A-9A60-F5BCD50FCD6C}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.factset.com/software/workstation/FactSet_Workstation_2016_71F_x64.msi + InstallerSha256: B67DD22ACD2A8AC58C34E26CD21F551BBB5B1EDF8BE4A540E34BE952D0FB3D42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.en-US.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.en-US.yaml new file mode 100644 index 000000000000..a208fbd2dabd --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.057 +PackageLocale: en-US +Publisher: FactSet Research Systems Inc. +PublisherUrl: https://www.factset.com/ +PublisherSupportUrl: https://www.factset.com/client-support +PrivacyUrl: https://www.factset.com/legal +Author: FactSet Research Systems Inc. +PackageName: FactSet Workstation +PackageUrl: https://www.factset.com/marketplace/catalog/product/factset-workstation +License: Proprietary +LicenseUrl: https://www.factset.com/legal +Copyright: Copyright © 2026 FactSet +CopyrightUrl: https://www.factset.com/legal +ShortDescription: Seamlessly combine hundreds of data sources in one user-friendly research solution, and surface fresh insights and opportunities with unique datasets, customizable charting, and sophisticated screening options. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.zh-CN.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.locale.zh-CN.yaml new file mode 100644 index 000000000000..02a0bbb2bd85 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.057 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 无缝整合数百种数据源于一体化的用户友好研究方案中,通过独特数据集、可定制图表及高级筛选功能,精准捕捉新洞察与投资机遇。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.yaml b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.yaml new file mode 100644 index 000000000000..1b3786dd8eb4 --- /dev/null +++ b/manifests/f/FactSet/FactSetWorkstation/2016.71.043.057/FactSet.FactSetWorkstation.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: FactSet.FactSetWorkstation +PackageVersion: 2016.71.043.057 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From a9091007a511fb43bfe861253382b04da6c36961 Mon Sep 17 00:00:00 2001 From: Kevin Boss Date: Wed, 20 May 2026 01:03:09 +0200 Subject: [PATCH 290/325] Remove version: kevinboss.haus version 0.2.1 (#376843) --- .../haus/0.2.1/kevinboss.haus.installer.yaml | 15 ----------- .../0.2.1/kevinboss.haus.locale.en-US.yaml | 27 ------------------- .../kevinboss/haus/0.2.1/kevinboss.haus.yaml | 8 ------ 3 files changed, 50 deletions(-) delete mode 100644 manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.installer.yaml delete mode 100644 manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.locale.en-US.yaml delete mode 100644 manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.yaml diff --git a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.installer.yaml b/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.installer.yaml deleted file mode 100644 index 28fa3f8a83fa..000000000000 --- a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# 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: kevinboss.haus -PackageVersion: 0.2.1 -InstallerType: portable -Commands: -- haus -ReleaseDate: 2026-05-08 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/kevinboss/haus/releases/download/v0.2.1/haus.exe - InstallerSha256: A814BA6735C721F9EB2ECC7FE5AF6B47FA59FE97AE9B4A058A52A51A8841EA4D -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.locale.en-US.yaml b/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.locale.en-US.yaml deleted file mode 100644 index 41a94dc30cd8..000000000000 --- a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# 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: kevinboss.haus -PackageVersion: 0.2.1 -PackageLocale: en-US -Publisher: Kevin Boss -PublisherUrl: https://github.com/kevinboss -PublisherSupportUrl: https://github.com/kevinboss/haus/issues -PackageName: haus -PackageUrl: https://github.com/kevinboss/haus -License: GPL-3.0 -LicenseUrl: https://github.com/kevinboss/haus/blob/HEAD/LICENSE -ShortDescription: Command-line interface for Home Assistant. -Description: |- - A command-line interface for Home Assistant. - Provides commands to inspect states, call services, fire events, manage automations, and install updates against a Home Assistant instance. -Tags: -- automation -- cli -- home-assistant -- homeassistant -- smart-home -ReleaseNotes: 'Full Changelog: v0.2.0...v0.2.1' -ReleaseNotesUrl: https://github.com/kevinboss/haus/releases/tag/v0.2.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.yaml b/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.yaml deleted file mode 100644 index 239d10cde295..000000000000 --- a/manifests/k/kevinboss/haus/0.2.1/kevinboss.haus.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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: kevinboss.haus -PackageVersion: 0.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 0fbeb6cdad390dec50f0eef599b9e12da8cf997f Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:15:39 +0800 Subject: [PATCH 291/325] New version: Mozilla.Firefox.an version 151.0 (#376527) --- .../151.0/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 | 120 ++++++++++++++++++ .../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 ++++ .../Firefox/an/151.0/Mozilla.Firefox.an.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.yaml diff --git a/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.installer.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.installer.yaml new file mode 100644 index 000000000000..493e977a93e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/an/Firefox%20Setup%20151.0.exe + InstallerSha256: 65295930A0D12691E711132EF5F26742621D857ADB269A40D236B67D313BB8F1 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/an/Firefox%20Setup%20151.0.exe + InstallerSha256: 4B9ABD4C08D91787A88B237363200052912ABDF9BE56AAEE0032D2B820168F42 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/an/Firefox%20Setup%20151.0.exe + InstallerSha256: 9753CF2EA7DF5DFFE548350A5B1E001F051A5E6166A4906EDAFF8C8D60C8E73F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c8b4a0366e2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.da-DK.yaml new file mode 100644 index 000000000000..433f7e55b418 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.de-DE.yaml new file mode 100644 index 000000000000..014b25616a28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.el-GR.yaml new file mode 100644 index 000000000000..0efc611133d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.en-GB.yaml new file mode 100644 index 000000000000..758a3f112687 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.en-US.yaml new file mode 100644 index 000000000000..d7ca3e61cacc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.en-US.yaml @@ -0,0 +1,120 @@ +# 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" +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.es-MX.yaml new file mode 100644 index 000000000000..785ae8da7fe8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.fr-FR.yaml new file mode 100644 index 000000000000..f9de2b653cae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.hu-HU.yaml new file mode 100644 index 000000000000..c5691bc7abbe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ja-JP.yaml new file mode 100644 index 000000000000..7f6d2e77f1a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.nb-NO.yaml new file mode 100644 index 000000000000..c26133133cfc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ru-RU.yaml new file mode 100644 index 000000000000..02217d69aa09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.ta-IN.yaml new file mode 100644 index 000000000000..1181f90717da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.locale.zh-CN.yaml new file mode 100644 index 000000000000..988b25252531 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +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/Mozilla.Firefox.an.yaml b/manifests/m/Mozilla/Firefox/an/151.0/Mozilla.Firefox.an.yaml new file mode 100644 index 000000000000..1f3c73dc6af0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/151.0/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" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 4b49e4e76df44c8293c07882b310276038afd4e1 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:15:44 +0800 Subject: [PATCH 292/325] New version: Mozilla.Firefox.es-AR version 151.0 (#376559) --- .../Mozilla.Firefox.es-AR.installer.yaml | 40 ++++++ .../Mozilla.Firefox.es-AR.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.es-AR.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.es-AR.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.es-AR.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.es-AR.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.es-AR.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.es-AR.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.es-AR.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.es-AR.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.es-AR.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.es-AR.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.es-AR.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.es-AR.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.es-AR.locale.zh-CN.yaml | 24 ++++ .../es-AR/151.0/Mozilla.Firefox.es-AR.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.yaml diff --git a/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.installer.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.installer.yaml new file mode 100644 index 000000000000..395bc5c3982e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/es-AR/Firefox%20Setup%20151.0.exe + InstallerSha256: A12C41C0E84CF32F29ED859F38A8321CB4ED67406388FD870F07997D20DE4A8A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/es-AR/Firefox%20Setup%20151.0.exe + InstallerSha256: 2D04FA310C14B81562825CD3FAFBAD1323E4D80A60F8C62BCE05844A8DED5D9C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/es-AR/Firefox%20Setup%20151.0.exe + InstallerSha256: A3336DCB8516C138B0C08514F6B11E59BFDA33EEC96F39FBDDEBE7D346AD0523 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f9d2484350ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.da-DK.yaml new file mode 100644 index 000000000000..ccf1d7a5972a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.de-DE.yaml new file mode 100644 index 000000000000..385162de112e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.el-GR.yaml new file mode 100644 index 000000000000..7029648286eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-GB.yaml new file mode 100644 index 000000000000..c1d7d490fdc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-US.yaml new file mode 100644 index 000000000000..a510eb0d9527 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: "151.0" +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 (es-AR) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.es-MX.yaml new file mode 100644 index 000000000000..4b16afd6d16a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.fr-FR.yaml new file mode 100644 index 000000000000..d7177c64f04a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.hu-HU.yaml new file mode 100644 index 000000000000..1c2dba0b6916 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ja-JP.yaml new file mode 100644 index 000000000000..5140cedf859f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.nb-NO.yaml new file mode 100644 index 000000000000..5021dca0090a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ru-RU.yaml new file mode 100644 index 000000000000..2148a3a7675d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.ta-IN.yaml new file mode 100644 index 000000000000..15e12f0ee65a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.locale.zh-CN.yaml new file mode 100644 index 000000000000..e77702d5903e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +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/es-AR/151.0/Mozilla.Firefox.es-AR.yaml b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.yaml new file mode 100644 index 000000000000..b9df4a37de5c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/151.0/Mozilla.Firefox.es-AR.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.es-AR +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 00d8c97b21c284add6b9844b8323ac2608f893ad Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:16:00 +0800 Subject: [PATCH 293/325] New version: Mozilla.Firefox.mk version 151.0 (#376604) --- .../151.0/Mozilla.Firefox.mk.installer.yaml | 40 ++++++ .../Mozilla.Firefox.mk.locale.cs-CZ.yaml | 14 ++ .../Mozilla.Firefox.mk.locale.da-DK.yaml | 14 ++ .../Mozilla.Firefox.mk.locale.de-DE.yaml | 16 +++ .../Mozilla.Firefox.mk.locale.el-GR.yaml | 13 ++ .../Mozilla.Firefox.mk.locale.en-GB.yaml | 20 +++ .../Mozilla.Firefox.mk.locale.en-US.yaml | 120 ++++++++++++++++++ .../Mozilla.Firefox.mk.locale.es-MX.yaml | 18 +++ .../Mozilla.Firefox.mk.locale.fr-FR.yaml | 17 +++ .../Mozilla.Firefox.mk.locale.hu-HU.yaml | 16 +++ .../Mozilla.Firefox.mk.locale.ja-JP.yaml | 14 ++ .../Mozilla.Firefox.mk.locale.nb-NO.yaml | 16 +++ .../Mozilla.Firefox.mk.locale.ru-RU.yaml | 17 +++ .../Mozilla.Firefox.mk.locale.ta-IN.yaml | 20 +++ .../Mozilla.Firefox.mk.locale.zh-CN.yaml | 24 ++++ .../Firefox/mk/151.0/Mozilla.Firefox.mk.yaml | 8 ++ 16 files changed, 387 insertions(+) create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.installer.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.cs-CZ.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.da-DK.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.de-DE.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.el-GR.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.en-GB.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.es-MX.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.fr-FR.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.hu-HU.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ja-JP.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.nb-NO.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ru-RU.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ta-IN.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.yaml diff --git a/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.installer.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.installer.yaml new file mode 100644 index 000000000000..ca9690d96fbf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win32/mk/Firefox%20Setup%20151.0.exe + InstallerSha256: 5B90B32C3F31865289E43F01F2E43225C1B4925023F0CF2087EDB276107250F2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64/mk/Firefox%20Setup%20151.0.exe + InstallerSha256: 1ECFC5D2F202923EC49189F2B5F037B8F2E0F35086E3690B50F64783444A0CE8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0/win64-aarch64/mk/Firefox%20Setup%20151.0.exe + InstallerSha256: 7D567BBC2FC20A585ED7248BC88135FE702B2941E58D3FE6234C2B57C1957F3D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3b0a3ce2cc37 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.da-DK.yaml new file mode 100644 index 000000000000..ed2e0a5a8645 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.de-DE.yaml new file mode 100644 index 000000000000..2e77245734e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.el-GR.yaml new file mode 100644 index 000000000000..69a9d71893cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.en-GB.yaml new file mode 100644 index 000000000000..4e6512dab265 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.en-US.yaml new file mode 100644 index 000000000000..bf1705380d74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.en-US.yaml @@ -0,0 +1,120 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mk +PackageVersion: "151.0" +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 (mk) +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, first offered to Release channel users on May 19, 2026 + + New + - Firefox Home (New Tab) has a fresh, new look and feel. The layout and design will enable upcoming features, from widgets to shortcuts improvements, launching between 151 and 152. Included are some new and exciting Wallpapers, such as the one below. Use the pencil icon in the lower right to check them out. + + - Private Browsing Mode now allows you to instantly clear all data from your current session without closing the entire window. When you select the End Private Session button (the fire icon) to the right of the URL bar, Firefox will ask you to confirm to clear your session. Once confirmed, it will wipe all of your private browsing data and open a fresh new Private Browsing Mode session for you. + + - Firefox now strengthens protection against fingerprinting in Standard Enhanced Tracking Protection, making it harder for websites to track you across sites by limiting the amount of information revealed about your device and browser. This reduces the number of users uniquely identifiable by common fingerprinting techniques by an average of ~14%, and by ~49% on macOS. + - You can now merge multiple PDFs directly in the Firefox PDF viewer. + + - The Translations page (about:translations) is now accessible through the More Tools section of the Application Menu. + - Local Firefox profile backups are now available on Linux in addition to Windows, and you can restore them across platforms. + - On macOS, URLs copied from iOS devices using Apple’s Universal Clipboard now paste correctly in Firefox. + - On macOS, dropdown menus on web pages now use the native macOS menu style, matching the look and behavior of the rest of the system. + - Address Autofill is enabled for users in the Netherlands. + + Fixed + - Fixed incorrect screen resolution reporting to websites in multi-monitor setups. + - Fixed an issue on macOS where maximized Firefox windows could reopen on the wrong monitor after relaunching in multi-monitor setups. + - Improved color management for copied and pasted images on macOS. + - Various security fixes. + + Changed + - The search bar in Firefox Settings (about:preferences) is now larger and spans the full width of the settings content area, making it easier to find options. + - Extensions and Themes installed in a Firefox Desktop profile directory will be restored successfully after the profile directory is moved or restored to a different location or a different operating system. + - Geolocation on Windows now respects the user's Windows location permission setting, instead of overriding it, when the user grants location permission to a page. Firefox will ask users to enable the Windows permission if it is needed. + + Enterprise + - You can find information about policy updates and enterprise-specific bug fixes in the Firefox for Enterprise 151 Release Notes. + + Developer + + Web Platform + - You can now manage microcontrollers that support serial communications in Firefox via the Web Serial API. This lets you program microcontrollers and development boards, such as ESP devices, Raspberry Pi Picos, 3D printers, CNC machines, and other devices. Web Serial can be used in Extensions, but not from moz-extension contexts at this time. + - Local network access restrictions are now rolling out to all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Previously, this protection was limited to users with Enhanced Tracking Protection set to Strict. + This feature is part of a progressive roll out. + What is a progressive roll out? + Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience. + - The new Fullscreen Keyboard Lock API adds an optional argument to requestFullscreen that allows websites to request that while fullscreen, pressing the Escape key will no longer exit fullscreen (instead, a long-press is required), and certain formerly-reserved browser hotkeys are allowed to be default-prevented. + - Firefox improves the rendering of absolutely positioned elements across multi-column containers and when printing, producing more accurate positioning and fragmentation. + - @container rules now allow specifying a list of container query conditions rather than a single condition. + - Firefox now supports container style queries, allowing styles to be applied to an element based on the computed values of its container's custom properties. This can be done by using one or more style() functions inside @container rules. + - A new CSSContainerRule.conditions property was introduced, holding an array of all container query conditions. This new property is intended to replace CSSContainerRule.containerName and CSSContainerRule.containerQuery, which only supported a single name and query, making them deprecated. + - Updated the behavior of implicit anchors in CSS Anchor Positioning. The position-anchor property now defaults to normal. When using position-area, implicit anchors are applied automatically, while popovers using anchor() or anchor-center now require position-anchor: auto to opt in. + - Firefox now supports the Document Picture-in-Picture API, which allows web pages to place content in an always-on-top popup. + - Temporary site permissions are now correctly reflected in the Permissions API. + - Firefox now supports the declarative definition of slot assignment behavior for shadow roots. + + Community Contributions + - With the release of Firefox 151, we are pleased to welcome the developers who contributed their first code change to Firefox in this release, 37 of whom were brand new volunteers. Please join us in thanking each of these diligent and enthusiastic individuals, and take a look at their contributions: + - Allison Embrey: 1938268 + - any1here: 2031162 + - aoia7rz7l: 1978290, 1984679 + - Armin Ulrich: 2031598 + - Brandon Lucier: 2030631 + - Chidimma Okoloigwe: 1901274 + - Chukwuka Rosemary: 1846829, 1948019, 2026574, 2028153 + - david.nicolson: 2026024 + - DrSeed: 1962904, 1968244, 1982888 + - EJiro Oghenekome: 1910902, 1938466, 1952061 + - gotyaoi: 1807516 + - Hailia: 2016934 + - Itoro James: 1936929, 2015491 + - japandi: 1977741, 1986020, 2015071 + - John Iweh: 1997925, 2027867 + - jonathancabera: 2012399, 2016058, 2026032 + - Keji Bakare: 2006572, 2008756, 2025287, 2031116 + - Kevin Doughty: 1984925 + - kofoworola shonuyi: 1999012, 2019901, 2028293 + - konyhéa: 1856191, 1876108, 1883497, 1891970, 2014334, 2030069 + - Mary cathline: 2022115 + - Miha Lepej [:lepko]: 2026335, 2029254 + - mozilla.7fhrv: 2023374 + - Noble Chinonso: 1945835, 1953621, 2019235, 2025701, 2028628 + - Okhuomon Ajayi: 2018272, 2026649, 2029684 + - Oluwatobi: 1975391, 2019936, 2023913 + - Osoble: 1876109 + - Philipp Hancke [:fippo]: 1056433, 2028060 + - Pranjali Srivastava: 944228, 1874155, 2009917 + - Rishan: 2030428 + - ROSHAAN: 1997346, 2018276, 2028927 + - Sameeksha: 2008178, 2021421 + - Sayd Mateen: 2021681 + - SuGotLand: 2025558 + - tk: 1826983 + - Vector: 2008128 + - wenzhao: 2031373 +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.es-MX.yaml new file mode 100644 index 000000000000..483989533607 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.fr-FR.yaml new file mode 100644 index 000000000000..0234d1937b1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.hu-HU.yaml new file mode 100644 index 000000000000..55b541b7f892 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ja-JP.yaml new file mode 100644 index 000000000000..9a4e31f01eaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.nb-NO.yaml new file mode 100644 index 000000000000..19273d1ecf39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ru-RU.yaml new file mode 100644 index 000000000000..590db13a5665 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.ta-IN.yaml new file mode 100644 index 000000000000..4e59509cf9f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.locale.zh-CN.yaml new file mode 100644 index 000000000000..090a9876fceb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +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/mk/151.0/Mozilla.Firefox.mk.yaml b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.yaml new file mode 100644 index 000000000000..cb7f749be8e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0/Mozilla.Firefox.mk.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.mk +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 5654256eddd6d6c4be36a1722f9307efa8ff9c78 Mon Sep 17 00:00:00 2001 From: leic4u <32786903+leic4u@users.noreply.github.com> Date: Wed, 20 May 2026 07:28:23 +0800 Subject: [PATCH 294/325] New version: Syngnat.GoNavi version 0.7.6 (#375879) --- .../0.7.6/Syngnat.GoNavi.installer.yaml | 18 ++++++++ .../0.7.6/Syngnat.GoNavi.locale.en-US.yaml | 42 +++++++++++++++++++ .../Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.yaml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.installer.yaml create mode 100644 manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.locale.en-US.yaml create mode 100644 manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.yaml diff --git a/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.installer.yaml b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.installer.yaml new file mode 100644 index 000000000000..cb329d9e8d3d --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.7.6 +InstallerType: portable +Commands: +- GoNavi +ReleaseDate: 2026-05-18 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Syngnat/GoNavi/releases/download/v0.7.6/GoNavi-0.7.6-Windows-Amd64.exe + InstallerSha256: 917AE59D88386032F4E198BE33004A7D000641213B0F801297A3B57944CB3B68 +- Architecture: arm64 + InstallerUrl: https://github.com/Syngnat/GoNavi/releases/download/v0.7.6/GoNavi-0.7.6-Windows-Arm64.exe + InstallerSha256: 087B289F918F2B713D4DCBC1085143153157E2B9C4D05BAC41FA2CB321C0A599 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.locale.en-US.yaml b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.locale.en-US.yaml new file mode 100644 index 000000000000..2f4bf6c8a1d4 --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.7.6 +PackageLocale: en-US +Publisher: GoNavi +PublisherUrl: https://github.com/Syngnat +PublisherSupportUrl: https://github.com/Syngnat/GoNavi/issues +Author: Syngnat +PackageName: GoNavi +PackageUrl: https://github.com/Syngnat/GoNavi +License: Apache-2.0 +LicenseUrl: https://github.com/Syngnat/GoNavi/blob/HEAD/LICENSE +ShortDescription: GoNavi is a modern, high-performance, cross-platform database client built with Wails (Go) and React. It delivers native-like responsiveness with low resource usage. +Description: GoNavi is a modern, high-performance, cross-platform database client built with Wails (Go) and React. It delivers native-like responsiveness with low resource usage.Compared with many Electron-based clients, GoNavi is typically smaller in binary size (around 10MB class), starts faster, and uses less memory. +ReleaseNotes: |- + ✨ 新功能 + - ✨ feat(iris): 新增 InterSystems IRIS 数据源支持 + - ✨ feat(connection): 支持连接 SSL 证书文件配置 + - ✨ feat(sync): 扩展跨库迁移自动建表能力 + 🐛 问题修复 + - 🐛 fix(windows): 修复闪退与驱动代理安装失败 + - 🐛 fix(windows): 修复在线更新挂起与 WebView2 启动闪退 + - 🐛 fix(ci): 修复 Windows 前端依赖安装失败 + - 🐛 fix(ci): 提升 Wails 前端依赖安装稳定性 + - 🐛 fix(sqlserver): 修复表 DDL 与索引创建语句生成 + - 🐛 fix(table-menu): 补齐表相关右键快捷操作 + - 🐛 fix(export): 修复 PostgreSQL 布尔字段备份类型错误 + - 🐛 fix(query-editor): 修复 Oracle 查询结果编辑提交失败 + - 🐛 fix(starrocks): 修复主键元数据识别导致表只读 + ⚡ 性能优化 + - ⚡️ perf(ci): 优化 driver-agent 变更检测范围 + - ⚡️ perf(ci): 优化 DriverAgents 按需构建流程 + - ⚡️ perf(webview): 降低首屏加载与 WebView2 内存占用 + - ⚡️ perf(dev): 优化 Wails 开发启动与 CI 构建耗时 + 🔧 其他变更 + - 🔧 chore(ci): 补齐 Wails 前端构建前置资源目录 + 完整变更: v0.7.5...v0.7.6 +ReleaseNotesUrl: https://github.com/Syngnat/GoNavi/releases/tag/v0.7.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.yaml b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.yaml new file mode 100644 index 000000000000..622407a73acb --- /dev/null +++ b/manifests/s/Syngnat/GoNavi/0.7.6/Syngnat.GoNavi.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Tracker using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Syngnat.GoNavi +PackageVersion: 0.7.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0f5adc2a2378420824f053b2672a8c6905a40cc7 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:28:36 +0800 Subject: [PATCH 295/325] New version: Mozilla.Thunderbird.fr version 151.0 (#376714) --- .../Mozilla.Thunderbird.fr.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.fr.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.fr.locale.zh-CN.yaml | 24 +++++ .../fr/151.0/Mozilla.Thunderbird.fr.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.yaml diff --git a/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.installer.yaml b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.installer.yaml new file mode 100644 index 000000000000..626b99708446 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.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: Mozilla.Thunderbird.fr +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/fr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 1937CB3804E2AF4C583DDD65A9C71CE73A8BEEA75C73E1D6A184122F4AC940A1 + ProductCode: Mozilla Thunderbird 151.0 (x86 fr) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/fr/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 3945C55AF5A5C1973982FBE418C540C86CC986F3DB215B0D928DB3833F8802A2 + ProductCode: Mozilla Thunderbird 151.0 (x64 fr) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.en-US.yaml new file mode 100644 index 000000000000..2615d329d7fe --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.fr +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (fr) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.locale.zh-CN.yaml new file mode 100644 index 000000000000..bbfc96a036b1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.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.Thunderbird.fr +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (fr) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.yaml b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.fr.yaml new file mode 100644 index 000000000000..ffc82bc0d06e --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/fr/151.0/Mozilla.Thunderbird.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.Thunderbird.fr +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From b2ba7ecc3d11704a617294601556a85bf369d418 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:28:48 +0800 Subject: [PATCH 296/325] New version: Mozilla.Thunderbird.ro version 151.0 (#376749) --- .../Mozilla.Thunderbird.ro.installer.yaml | 36 ++++++++ .../Mozilla.Thunderbird.ro.locale.en-US.yaml | 89 +++++++++++++++++++ .../Mozilla.Thunderbird.ro.locale.zh-CN.yaml | 24 +++++ .../ro/151.0/Mozilla.Thunderbird.ro.yaml | 8 ++ 4 files changed, 157 insertions(+) create mode 100644 manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.installer.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.en-US.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.zh-CN.yaml create mode 100644 manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.yaml diff --git a/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.installer.yaml b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.installer.yaml new file mode 100644 index 000000000000..b8f74158e6e1 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.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: Mozilla.Thunderbird.ro +PackageVersion: "151.0" +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- mailto +- mid +- webcal +- webcals +FileExtensions: +- eml +- ics +- wdseml +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win32/ro/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 81C29A4901E68D3E004176519E8E14D8AD0309108BE0BDDDA832DEE393840AC5 + ProductCode: Mozilla Thunderbird 151.0 (x86 ro) +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/ro/Thunderbird%20Setup%20151.0.exe + InstallerSha256: 276D123811846B49B2D25E41DB5AEED4B65555EE35D02CEC2EE41A7FE8527F80 + ProductCode: Mozilla Thunderbird 151.0 (x64 ro) +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.en-US.yaml b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.en-US.yaml new file mode 100644 index 000000000000..0822878911d8 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.en-US.yaml @@ -0,0 +1,89 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Thunderbird.ro +PackageVersion: "151.0" +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla Foundation +PackageName: Mozilla Thunderbird (ro) +PackageUrl: https://www.thunderbird.net/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird is a free email application that is easy to set up and customize - and it's loaded with great features! +Description: Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that’s easy to set up and customize. One of the core principles of Thunderbird is the use and promotion of open standards - this focus is a rejection of our world of closed platforms and services that can’t communicate with each other. We want our users to have freedom and choice in how they communicate. +Moniker: thunderbird +Tags: +- email +- mail +ReleaseNotes: |- + What’s New + new + Enable Thundermail OAuth sign-in with account auto-configuration + new + Enable users to override OAuth provider details for EWS accounts + new + Tasks can be sorted by created or modified date + What’s Changed + changed + Reinstated default application check when Thunderbird starts + changed + OpenPGP public key no longer attached by default in signed-only messages + What’s Fixed + fixed + Thunderbird could crash when processing message headers + fixed + Thunderbird could crash on startup + fixed + Calendar view tabs were not properly keyboard accessible + fixed + Thunderbird could crash when processing new incoming messages + fixed + On macOS, dragging attachments out of Thunderbird created multiple copies + fixed + Cancelling a newsgroup posting was not possible + fixed + Some IMAP emails showed current time instead of correct received date + fixed + Search result count was missing when using 'Find in Message' or Ctrl+F + fixed + Search results showed older irrelevant emails before newer exact matches + fixed + Reply with selected text lost formatting for HTML messages containing + fixed + Multipart/related attachments were not preserved when editing or forwarding + fixed + Forwarded malformed MIME email had empty body and extra attachment + fixed + OWL add-on description was not visible in Account Hub for non-en-US locales + fixed + Account Hub prompted for password after OAuth login, causing Outlook setup failure + fixed + Auto-discovered Account Hub values were not preserved for manual editing + fixed + Account Hub links for encryption and signature opened the wrong account + fixed + Virtual folders did not update correctly for filtered POP3 messages + fixed + Thunderbird could crash in spam filtering + fixed + Using thunderbird -compose with double quotes made last email address invalid + fixed + With auto-mark-read disabled, large mail still marked as read during load delay + fixed + It was not possible to create date-only all-day tasks + fixed + Task context menu (right-click) had several disabled menu items + fixed + 'Current Tasks' view showed past and finished tasks instead of only unfinished + fixed + Visual and UX improvements + fixed + Security fixes +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.zh-CN.yaml b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.locale.zh-CN.yaml new file mode 100644 index 000000000000..ae46007d0b39 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.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.Thunderbird.ro +PackageVersion: "151.0" +PackageLocale: zh-CN +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/privacy/thunderbird/ +Author: Mozilla 基金会 +PackageName: Mozilla Thunderbird (ro) +PackageUrl: https://www.thunderbird.net/zh-CN/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Thunderbird 是一款免费的邮件应用程序,配置简单、定制自由、功能强大! +Description: Thunderbird 是一款免费开源的电子邮件、新闻订阅、即时通信、日历客户端,配置简单,定制自由。Thunderbird 的核心准则之一是使用和推广开放标准——重点就是拒绝世界上我们无法相互通信的封闭平台和服务。我们希望我们的用户在沟通方式上拥有自由和选择。 +Tags: +- 电子邮件 +- 邮件 +ReleaseNotesUrl: https://www.thunderbird.net/thunderbird/151.0/releasenotes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.yaml b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.yaml new file mode 100644 index 000000000000..d0e9dee62a86 --- /dev/null +++ b/manifests/m/Mozilla/Thunderbird/ro/151.0/Mozilla.Thunderbird.ro.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.Thunderbird.ro +PackageVersion: "151.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From adff59291c5289507c94ef9e90ea513dd2f7ae09 Mon Sep 17 00:00:00 2001 From: cdrci <78873720+cdrci@users.noreply.github.com> Date: Wed, 20 May 2026 09:29:02 +1000 Subject: [PATCH 297/325] New version: Coder.Coder version 2.33.5 (#376822) --- .../Coder/2.33.5/Coder.Coder.installer.yaml | 32 +++++++++++++++++ .../2.33.5/Coder.Coder.locale.en-US.yaml | 34 +++++++++++++++++++ .../c/Coder/Coder/2.33.5/Coder.Coder.yaml | 8 +++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/c/Coder/Coder/2.33.5/Coder.Coder.installer.yaml create mode 100644 manifests/c/Coder/Coder/2.33.5/Coder.Coder.locale.en-US.yaml create mode 100644 manifests/c/Coder/Coder/2.33.5/Coder.Coder.yaml diff --git a/manifests/c/Coder/Coder/2.33.5/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.installer.yaml new file mode 100644 index 000000000000..e43aabaefd95 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.5 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.5/coder_2.33.5_windows_amd64.zip + InstallerSha256: 961D0B564FD18BCA05FE626C1154D563040A8A0D9E93BC62CE7A0CF7873F39E8 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.5/coder_2.33.5_windows_amd64_installer.exe + InstallerSha256: C234D93584A126B3E6C45C59CA4DD5B191B817A5D2A337EDD8FEE6017F878E68 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.33.5/coder_2.33.5_windows_arm64.zip + InstallerSha256: 0AE924311653EE45FBD9BE61FADF5864880FC9E002DB6FDB137764CB32237E3C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/c/Coder/Coder/2.33.5/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.locale.en-US.yaml new file mode 100644 index 000000000000..76680f2c572c --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.33.5 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.33.5 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.33.5/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.yaml new file mode 100644 index 000000000000..8f7fafe80c23 --- /dev/null +++ b/manifests/c/Coder/Coder/2.33.5/Coder.Coder.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: Coder.Coder +PackageVersion: 2.33.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From c9aec3badd37d8be41cbe148734ce5b9d9ddef9e Mon Sep 17 00:00:00 2001 From: cdrci <78873720+cdrci@users.noreply.github.com> Date: Wed, 20 May 2026 09:29:16 +1000 Subject: [PATCH 298/325] Add version: Coder.Coder version 2.32.4 (#376823) --- .../Coder/2.32.4/Coder.Coder.installer.yaml | 32 +++++++++++++++++ .../2.32.4/Coder.Coder.locale.en-US.yaml | 34 +++++++++++++++++++ .../c/Coder/Coder/2.32.4/Coder.Coder.yaml | 8 +++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/c/Coder/Coder/2.32.4/Coder.Coder.installer.yaml create mode 100644 manifests/c/Coder/Coder/2.32.4/Coder.Coder.locale.en-US.yaml create mode 100644 manifests/c/Coder/Coder/2.32.4/Coder.Coder.yaml diff --git a/manifests/c/Coder/Coder/2.32.4/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.installer.yaml new file mode 100644 index 000000000000..2238d3af11d0 --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.32.4 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.4/coder_2.32.4_windows_amd64.zip + InstallerSha256: E20B20F88F4B3FA8EDA9DAD5ABF4BADC4F6E7978A22E1E03189ADD12233C79F8 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.4/coder_2.32.4_windows_amd64_installer.exe + InstallerSha256: 1E7EF16D0A9D4116FBB2DE795CD9437593868DB82E5E0D6706471A34F08F1AD8 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.32.4/coder_2.32.4_windows_arm64.zip + InstallerSha256: 6992867E660B54467E158911BC9BC61F47A963A0942F3DBA7DB6D2F9AF12C378 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/c/Coder/Coder/2.32.4/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.locale.en-US.yaml new file mode 100644 index 000000000000..eed9b3649546 --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.32.4 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.32.4 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.32.4/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.yaml new file mode 100644 index 000000000000..eeba08cd9314 --- /dev/null +++ b/manifests/c/Coder/Coder/2.32.4/Coder.Coder.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: Coder.Coder +PackageVersion: 2.32.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From eb334f4dff2f7016159641f5b93af148bd9b4543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20J=C3=A9sover?= Date: Wed, 20 May 2026 01:29:28 +0200 Subject: [PATCH 299/325] New version: RedSalamander 7.0.38 (#376824) --- ...edSalamanders.RedSalamander.installer.yaml | 31 ++++++++++++++ ...alamanders.RedSalamander.locale.en-US.yaml | 42 +++++++++++++++++++ .../7.0.38/RedSalamanders.RedSalamander.yaml | 8 ++++ 3 files changed, 81 insertions(+) create mode 100644 manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.installer.yaml create mode 100644 manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.locale.en-US.yaml create mode 100644 manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.yaml diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.installer.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.installer.yaml new file mode 100644 index 000000000000..712b441b6689 --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.installer.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RedSalamanders.RedSalamander +PackageVersion: 7.0.38 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.22000.2600 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: RedLauncher.exe + PortableCommandAlias: RedSalamander +UpgradeBehavior: install +Commands: +- RedSalamander +InstallationMetadata: + Files: + - RelativeFilePath: RedLauncher.exe + FileType: launch + DisplayName: RedSalamander +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RedSalamanders/RedSalamander/releases/download/v7.0.38/RedSalamander-7.0.38-x64-Portable.zip + InstallerSha256: 6D1C43CE005FC3B4E08133A8C376733640CB968544DCABD58974C352EA72F5A0 +- Architecture: arm64 + InstallerUrl: https://github.com/RedSalamanders/RedSalamander/releases/download/v7.0.38/RedSalamander-7.0.38-ARM64-Portable.zip + InstallerSha256: 8F8E5D9CDEF7227F04C27E8EE256983055785171635564DEC21142097740EFAC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.locale.en-US.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.locale.en-US.yaml new file mode 100644 index 000000000000..299a288ad3e4 --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RedSalamanders.RedSalamander +PackageVersion: 7.0.38 +PackageLocale: en-US +Publisher: RedSalamanders +PublisherUrl: https://github.com/RedSalamanders +PublisherSupportUrl: https://github.com/RedSalamanders/RedSalamander/issues +Author: RedSalamanders +PackageName: RedSalamander +PackageUrl: https://github.com/RedSalamanders/RedSalamander +License: MIT +LicenseUrl: https://github.com/RedSalamanders/RedSalamander/blob/master/LICENSE.txt +ShortDescription: Windows file manager with advanced features and plugin support +Description: |- + RedSalamander is a Windows-native dual-pane file manager with plugin-based virtual file systems, + advanced text visualization, and real-time debugging capabilities. Features include: + - Dual-pane file management with virtual file system support + - Plugin architecture for custom file systems (7z, S3, cloud drives) + - Advanced text viewer with Direct2D rendering + - Comparison tools and search capabilities +Moniker: red-salamander +Tags: +- file-manager +- dual-pane +- file-explorer +- file-viewer +- direct2d +- cpp23 +- windows +- plugins +ReleaseNotes: See https://github.com/RedSalamanders/RedSalamander/releases/tag/v7.0.38 +ReleaseNotesUrl: https://github.com/RedSalamanders/RedSalamander/releases/tag/v7.0.38 +InstallationNotes: |- + RedSalamander installed. + Run RedSalamander from a new terminal. +Documentations: +- DocumentLabel: Getting Started + DocumentUrl: https://github.com/RedSalamanders/RedSalamander/blob/master/Docs/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.yaml b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.yaml new file mode 100644 index 000000000000..bde4261d9cbe --- /dev/null +++ b/manifests/r/RedSalamanders/RedSalamander/7.0.38/RedSalamanders.RedSalamander.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: RedSalamanders.RedSalamander +PackageVersion: 7.0.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 38b6ddd4dd4cef99e67aab338d7f4ed7b97fe608 Mon Sep 17 00:00:00 2001 From: cdrci <78873720+cdrci@users.noreply.github.com> Date: Wed, 20 May 2026 09:29:42 +1000 Subject: [PATCH 300/325] Add version: Coder.Coder version 2.31.14 (#376826) --- .../Coder/2.31.14/Coder.Coder.installer.yaml | 32 +++++++++++++++++ .../2.31.14/Coder.Coder.locale.en-US.yaml | 34 +++++++++++++++++++ .../c/Coder/Coder/2.31.14/Coder.Coder.yaml | 8 +++++ 3 files changed, 74 insertions(+) create mode 100644 manifests/c/Coder/Coder/2.31.14/Coder.Coder.installer.yaml create mode 100644 manifests/c/Coder/Coder/2.31.14/Coder.Coder.locale.en-US.yaml create mode 100644 manifests/c/Coder/Coder/2.31.14/Coder.Coder.yaml diff --git a/manifests/c/Coder/Coder/2.31.14/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.installer.yaml new file mode 100644 index 000000000000..3448ebc36569 --- /dev/null +++ b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.31.14 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.31.14/coder_2.31.14_windows_amd64.zip + InstallerSha256: C9BA7E16EB2E80DCA5077EF23E3E0FD089DB4F76CF0174609BC567389C59ABDD +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.31.14/coder_2.31.14_windows_amd64_installer.exe + InstallerSha256: 075D015E319B801869742084C5F1917FE006E10F4327B8F4D749BA00128D1F14 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.31.14/coder_2.31.14_windows_arm64.zip + InstallerSha256: 75B48B12CBECCFE421EE0C347219BC0BF0F7CFC1384B256EC838385628CEBEFA +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/c/Coder/Coder/2.31.14/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.locale.en-US.yaml new file mode 100644 index 000000000000..e51ee9b4bb93 --- /dev/null +++ b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.31.14 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.31.14 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.31.14/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.yaml new file mode 100644 index 000000000000..0e4c5f3e7930 --- /dev/null +++ b/manifests/c/Coder/Coder/2.31.14/Coder.Coder.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: Coder.Coder +PackageVersion: 2.31.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 6969bbee3830a516cabb12dfb8c8cce9f50256ef Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 16:29:52 -0700 Subject: [PATCH 301/325] Automatic update of Ajax.AjaxDesktop from 5.47 to 5.48 (#376828) --- .../5.48/Ajax.AjaxDesktop.installer.yaml | 14 +++++++++++ .../5.48/Ajax.AjaxDesktop.locale.en-US.yaml | 24 +++++++++++++++++++ .../5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml | 14 +++++++++++ .../AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml | 8 +++++++ 4 files changed, 60 insertions(+) create mode 100644 manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml create mode 100644 manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml create mode 100644 manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml create mode 100644 manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml new file mode 100644 index 000000000000..52918ace1238 --- /dev/null +++ b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.installer.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.48" +InstallerType: inno +Scope: machine +ProductCode: '{18AF1BCA-8C4F-438C-805F-C225EAFE62C3}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://desktop-app.ajax.systems/app_main/resources/downloads/windows64/AjaxMainSetup64.exe + InstallerSha256: E5FF347D40B170B66D62A1D7E5E6D1D4F7E1883F31A44FC7E539E8728214A878 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..c5c15436aeac --- /dev/null +++ b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.48" +PackageLocale: en-US +Publisher: Ajax Systems Inc. +PublisherUrl: https://ajax.systems/ +PublisherSupportUrl: https://support.ajax.systems/ +PrivacyUrl: https://ajax.systems/privacy-policy/ +Author: AJAX SYSTEMS CH +PackageName: Ajax Desktop +PackageUrl: https://ajax.systems/ajax-desktop/ +License: Proprietary +LicenseUrl: https://ajax.systems/end-user-agreement/ +Copyright: © 2026 AJAX SYSTEMS CH. All rights reserved. +CopyrightUrl: https://ajax.systems/end-user-agreement/ +ShortDescription: Desktop app to rule your space +Description: Ajax Desktop transforms an end user’s desktops into full-fledged security control centers. Manage security modes for specific groups or the entire facility, monitor each device’s state, and view live streams from multiple system cameras — all within a single, intuitive interface. With informative real-time notifications, no alarm or on-site event goes unnoticed. +Tags: +- camera +- surveillance +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml new file mode 100644 index 000000000000..10e99c0a3c6b --- /dev/null +++ b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.48" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 帮你掌控个人空间的桌面应用 +Description: Ajax Desktop 可将终端用户的桌面设备转变为功能完备的安全管控中心。用户既能为特定群组或整个场所配置安全模式、监控每台设备的运行状态,也可查看多路系统摄像头的实时画面,所有操作都可在一个直观便捷的统一界面内完成。系统会推送信息丰富的实时通知,确保不会遗漏任何警报或现场事件。 +Tags: +- 摄像头 +- 监控 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml new file mode 100644 index 000000000000..dab7e6898cdf --- /dev/null +++ b/manifests/a/Ajax/AjaxDesktop/5.48/Ajax.AjaxDesktop.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/19 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Ajax.AjaxDesktop +PackageVersion: "5.48" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From fcaae88ea0770a42db27031674e2b9cd9deebd23 Mon Sep 17 00:00:00 2001 From: farid5006 <127622652+farid5006@users.noreply.github.com> Date: Wed, 20 May 2026 02:30:05 +0300 Subject: [PATCH 302/325] MF.NexusShell version 3.1.3 (#376832) --- .../3.1.3/MF.NexusShell.installer.yaml | 17 +++++++++++++ .../3.1.3/MF.NexusShell.locale.en-US.yaml | 25 +++++++++++++++++++ .../m/MF/NexusShell/3.1.3/MF.NexusShell.yaml | 8 ++++++ 3 files changed, 50 insertions(+) create mode 100644 manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.installer.yaml create mode 100644 manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.locale.en-US.yaml create mode 100644 manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.yaml diff --git a/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.installer.yaml b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.installer.yaml new file mode 100644 index 000000000000..23069178106d --- /dev/null +++ b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: MF.NexusShell +PackageVersion: 3.1.3 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Mohammedkhaled96/NexusShell/releases/download/V3.1.3-fix/NexusShell_Silent_Setup.exe + InstallerSha256: B007AF1BD75584156D6F0F4700B790671D1727F61B3FF9AE79395A8AC7FFA4FE + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.locale.en-US.yaml b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.locale.en-US.yaml new file mode 100644 index 000000000000..fb8f46d5bcda --- /dev/null +++ b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: MF.NexusShell +PackageVersion: 3.1.3 +PackageLocale: en-US +Publisher: Mohammed Khaled +PublisherUrl: https://github.com/Mohammedkhaled96 +PackageName: NexusShell +PackageUrl: https://github.com/Mohammedkhaled96/NexusShell +License: Freeware +ShortDescription: An accessible terminal interface aimed at improving screen reader compatibility. +Tags: +- accessibility +- accessible-terminal +- blind +- cli +- command-line +- navigation +- screen-reader +- shell +- terminal +- visually-impaired +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.yaml b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.yaml new file mode 100644 index 000000000000..ee8147c7c2c7 --- /dev/null +++ b/manifests/m/MF/NexusShell/3.1.3/MF.NexusShell.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: MF.NexusShell +PackageVersion: 3.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 From 479e657c133aa389cca86f7d8a198d6793434671 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 20 May 2026 01:30:20 +0200 Subject: [PATCH 303/325] New version: vim.vim.nightly version 9.2.0502 (#376841) --- .../9.2.0502/vim.vim.nightly.installer.yaml | 34 +++++++++ .../vim.vim.nightly.locale.en-US.yaml | 71 +++++++++++++++++++ .../vim/nightly/9.2.0502/vim.vim.nightly.yaml | 8 +++ 3 files changed, 113 insertions(+) create mode 100644 manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.installer.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.locale.en-US.yaml create mode 100644 manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.yaml diff --git a/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..b0024dfd898d --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.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: vim.vim.nightly +PackageVersion: 9.2.0502 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.2 +ReleaseDate: 2026-05-19 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0502/gvim_9.2.0502_x86.exe + InstallerSha256: 0879A24D813DF459064A782E0F3EAB1BA4B6B2806BA4EDFFE7DF8DAD706162ED +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0502/gvim_9.2.0502_x64.exe + InstallerSha256: 55093A3BB6089B13B5B0FBB482028B53F3B8AAB4D8CAFC43BB7D87BEB498B389 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..38bb4ff3a434 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,71 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0502 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.2.0502 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - 9.2.0502: runtime(netrw): bookmark handling can be improved + - runtime(doc): document new GTK4 GUI in version9.txt + - runtime(syntax-tests): Always delete our copy of "src/testdir/vimcmd" + - 9.2.0501: GTK4: there is no GTK4 UI available + - runtime(htmldjango): Remove unnecessary code. + - CI: Stop using AppVeyor + Files: + 🔓 Unsigned Files: + - gvim_9.2.0502_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0502_x64.exe + 64-bit installer + - gvim_9.2.0502_arm64.exe + ARM64-bit installer + - gvim_9.2.0502_x86.zip + 32-bit zip archive + - gvim_9.2.0502_x64.zip + 64-bit zip archive + - gvim_9.2.0502_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0502_x86_pdb.7z + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0502_x64_pdb.7z + pdb files for debugging the corresponding 64-bit executable + - gvim_9.2.0502_arm64_pdb.7z + pdb files for debugging the corresponding ARM 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python2 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.22 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0502 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.yaml new file mode 100644 index 000000000000..fff042385cc3 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0502/vim.vim.nightly.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.2.0502 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3f5b90a9f4039673080fa4fc188591f5e3a449f4 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 19:30:34 -0400 Subject: [PATCH 304/325] Remove version: Google.Chrome.EXE version 136.0.7103.93 (#376851) --- .../Google.Chrome.EXE.installer.yaml | 74 ------------------- .../Google.Chrome.EXE.locale.en-US.yaml | 26 ------- .../Google.Chrome.EXE.locale.nb-NO.yaml | 23 ------ .../Google.Chrome.EXE.locale.zh-CN.yaml | 25 ------- .../EXE/136.0.7103.93/Google.Chrome.EXE.yaml | 8 -- 5 files changed, 156 deletions(-) delete mode 100644 manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.installer.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.en-US.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.nb-NO.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.zh-CN.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.yaml diff --git a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.installer.yaml deleted file mode 100644 index 08ed8b94310e..000000000000 --- a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 136.0.7103.93 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acnr5b6bwpsrgcvxxz5hakjvniia_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: C1728AACBBE08E17D7924786F933DC68DD5F46928F762D0CBFACE988D27209E8 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acnr5b6bwpsrgcvxxz5hakjvniia_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: C1728AACBBE08E17D7924786F933DC68DD5F46928F762D0CBFACE988D27209E8 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/acmbkhjxay4eqmo7yutbo43vubca_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: CB5B8B9C15DE44B8D3FC84837C0643F722091C68F9B6F63DBB482DC3305AA795 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/acmbkhjxay4eqmo7yutbo43vubca_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: CB5B8B9C15DE44B8D3FC84837C0643F722091C68F9B6F63DBB482DC3305AA795 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/adtgtpvgvus5h36bxaj2j2cnwhpa_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: 0AD3522A6FA9F01EDF9DB7A13F43C3F5DF3198D071BFDDF1972EDAD2B3E3A99D - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/adtgtpvgvus5h36bxaj2j2cnwhpa_136.0.7103.93/136.0.7103.93_chrome_installer.exe - InstallerSha256: 0AD3522A6FA9F01EDF9DB7A13F43C3F5DF3198D071BFDDF1972EDAD2B3E3A99D - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.en-US.yaml deleted file mode 100644 index 942f0eab006f..000000000000 --- a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 136.0.7103.93 -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 (EXE) -PackageUrl: https://www.google.com/chrome/ -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: The browser built by Google -Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.nb-NO.yaml deleted file mode 100644 index 266debfe8a70..000000000000 --- a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 136.0.7103.93 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/ -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nettleseren fra Google -Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.zh-CN.yaml deleted file mode 100644 index 11e605654987..000000000000 --- a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 136.0.7103.93 -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 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/ -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 由 Google 打造的浏览器 -Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.yaml deleted file mode 100644 index c9a487c52a0d..000000000000 --- a/manifests/g/Google/Chrome/EXE/136.0.7103.93/Google.Chrome.EXE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 136.0.7103.93 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From d31ed44e8c4b6d908cfe2aecdc430430a3dd834a Mon Sep 17 00:00:00 2001 From: UnownBot Date: Tue, 19 May 2026 19:30:47 -0400 Subject: [PATCH 305/325] Remove version: Google.Chrome.EXE version 137.0.7151.104 (#376852) --- .../Google.Chrome.EXE.installer.yaml | 74 ------------------- .../Google.Chrome.EXE.locale.en-US.yaml | 26 ------- .../Google.Chrome.EXE.locale.nb-NO.yaml | 23 ------ .../Google.Chrome.EXE.locale.zh-CN.yaml | 25 ------- .../EXE/137.0.7151.104/Google.Chrome.EXE.yaml | 8 -- 5 files changed, 156 deletions(-) delete mode 100644 manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.installer.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.en-US.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.nb-NO.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.zh-CN.yaml delete mode 100644 manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.yaml diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.installer.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.installer.yaml deleted file mode 100644 index 9a7ac96185a3..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.installer.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.104 -InstallerType: exe -InstallModes: -- silent -InstallerSwitches: - Log: --verbose-logging --log-file="" -ExpectedReturnCodes: -- InstallerReturnCode: 60 - ReturnResponse: installInProgress -- InstallerReturnCode: 22 - ReturnResponse: cancelledByUser -- InstallerReturnCode: 4 - ReturnResponse: downgrade -- InstallerReturnCode: 3 - ReturnResponse: alreadyInstalled -UpgradeBehavior: install -Protocols: -- http -- https -- mailto -- tel -FileExtensions: -- htm -- html -- pdf -- shtml -- svg -- webp -- xht -- xhtml -ProductCode: Google Chrome -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/buclkgkk4nqq2xkzl36zoxcrcy_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 6A06AF1C459B1AE327B6F2CFB5EF177BF3D3EBE1DBE32CFFC229FFD938591BF7 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x86 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/buclkgkk4nqq2xkzl36zoxcrcy_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 6A06AF1C459B1AE327B6F2CFB5EF177BF3D3EBE1DBE32CFFC229FFD938591BF7 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: x64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/e7gkfwikhrsnurie2arqws53wu_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 9012F0F2C76EF18FC1518E0E74321FD2396D459FDEA7B6C187E74050AA8689AE - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: x64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/e7gkfwikhrsnurie2arqws53wu_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 9012F0F2C76EF18FC1518E0E74321FD2396D459FDEA7B6C187E74050AA8689AE - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -- Architecture: arm64 - Scope: user - InstallerUrl: https://dl.google.com/release2/chrome/ada3rtx76mdmx6kbrisljofmhztq_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 80F72870C1CD328529F975CD69C12B82729C6F07F5264CE327CAEFA531C96163 - InstallerSwitches: - Custom: --do-not-launch-chrome -- Architecture: arm64 - Scope: machine - InstallerUrl: https://dl.google.com/release2/chrome/ada3rtx76mdmx6kbrisljofmhztq_137.0.7151.104/137.0.7151.104_chrome_installer.exe - InstallerSha256: 80F72870C1CD328529F975CD69C12B82729C6F07F5264CE327CAEFA531C96163 - InstallerSwitches: - Custom: --do-not-launch-chrome --system-level -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.en-US.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.en-US.yaml deleted file mode 100644 index 86637e8bc3a5..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.104 -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 (EXE) -PackageUrl: https://www.google.com/chrome/ -License: Freeware -LicenseUrl: https://www.google.com/chrome/terms -Copyright: Copyright 2024 Google LLC. All rights reserved. -ShortDescription: The browser built by Google -Description: A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. -Tags: -- browser -- chromium -- internet -- web -- webpage -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.nb-NO.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.nb-NO.yaml deleted file mode 100644 index e0e038febe6e..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.nb-NO.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.104 -PackageLocale: nb-NO -Publisher: Google LLC -PublisherUrl: https://www.google.com/ -PublisherSupportUrl: https://support.google.com/?hl=no -PrivacyUrl: https://policies.google.com/privacy?hl=no -Author: Google LLC -PackageName: Google Chrome (EXE) -PackageUrl: https://www.google.com/intl/no/chrome/ -License: Gratis Programvare -LicenseUrl: https://www.google.com/intl/no/chrome/terms -Copyright: Copyright 2024 Google LLC. Med enerett. -ShortDescription: Nettleseren fra Google -Description: Enklere, tryggere og raskere enn noensinne – med Googles smarte funksjoner. -Tags: -- chromium -- nettleseren -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.zh-CN.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.zh-CN.yaml deleted file mode 100644 index 48580ce7c95d..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.locale.zh-CN.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.104 -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 (EXE) -PackageUrl: https://www.google.com/intl/zh-CN/chrome/ -License: 免费软件 -LicenseUrl: https://www.google.com/intl/zh-CN/chrome/terms -Copyright: 版权所有 2024 Google LLC. 保留所有权利。 -ShortDescription: 由 Google 打造的浏览器 -Description: 得益于 Google 智能工具,Chrome 现在更易用、更安全、更快速。 -Tags: -- chromium -- 互联网 -- 浏览器 -- 网页 -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.yaml b/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.yaml deleted file mode 100644 index 6d3ab9743e0c..000000000000 --- a/manifests/g/Google/Chrome/EXE/137.0.7151.104/Google.Chrome.EXE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: Google.Chrome.EXE -PackageVersion: 137.0.7151.104 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 From 4e5ff821179aa96bd04e9526da49c970c89d8380 Mon Sep 17 00:00:00 2001 From: Vouch Bot <280483259+vouch-bot@users.noreply.github.com> Date: Tue, 19 May 2026 19:49:01 -0400 Subject: [PATCH 306/325] New version: SmokeTurner.Vouch version 2026.5.2 (#375816) --- .../2026.5.2/SmokeTurner.Vouch.installer.yaml | 20 ++++++++++ .../SmokeTurner.Vouch.locale.en-US.yaml | 37 +++++++++++++++++++ .../Vouch/2026.5.2/SmokeTurner.Vouch.yaml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.installer.yaml create mode 100644 manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.locale.en-US.yaml create mode 100644 manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.yaml diff --git a/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.installer.yaml b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.installer.yaml new file mode 100644 index 000000000000..976e89aa125e --- /dev/null +++ b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SmokeTurner.Vouch +PackageVersion: 2026.5.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vouch.exe + PortableCommandAlias: vouch +ReleaseDate: 2026-05-17 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/vouch-sh/vouch/releases/download/v2026.5.2/vouch-v2026.5.2-x86_64-pc-windows-msvc.zip + InstallerSha256: 7C3799872F271EA963878399759C5CF55A331BD17177A7484369534F4AB1682E +- Architecture: arm64 + InstallerUrl: https://github.com/vouch-sh/vouch/releases/download/v2026.5.2/vouch-v2026.5.2-aarch64-pc-windows-msvc.zip + InstallerSha256: 40796AB78EB31783A28E7014D70D160AA573175825B47E689EFE4ECE4646C89F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.locale.en-US.yaml b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.locale.en-US.yaml new file mode 100644 index 000000000000..c00b4dc96178 --- /dev/null +++ b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SmokeTurner.Vouch +PackageVersion: 2026.5.2 +PackageLocale: en-US +Publisher: Smoke Turner, LLC +PublisherUrl: https://github.com/vouch-sh +PublisherSupportUrl: https://github.com/vouch-sh/vouch/issues +Author: Smoke Turner, LLC +PackageName: Vouch +PackageUrl: https://github.com/vouch-sh/vouch +License: Apache-2.0 +LicenseUrl: https://github.com/vouch-sh/vouch/blob/main/LICENSE-APACHE +Copyright: Copyright (c) Smoke Turner, LLC +ShortDescription: Hardware-backed identity for developers +Description: |- + Vouch is a hardware-backed authentication system that issues short-lived + credentials only after a human touches a YubiKey. One touch, one PIN, one + 8-hour session — then SSH, AWS, Kubernetes, and more just work. + + Vouch requires physical presence for every credential issuance, replacing + long-lived API keys and password-plus-push MFA with FIDO2-verified, time- + bounded credentials. +Moniker: vouch +Tags: +- aws +- cli +- fido2 +- kubernetes +- oidc +- ssh +- webauthn +- yubikey +ReleaseNotesUrl: https://github.com/vouch-sh/vouch/releases/tag/v2026.5.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.yaml b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.yaml new file mode 100644 index 000000000000..d713f09eb4bc --- /dev/null +++ b/manifests/s/SmokeTurner/Vouch/2026.5.2/SmokeTurner.Vouch.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: SmokeTurner.Vouch +PackageVersion: 2026.5.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 936bb2710e34f2675677851b7386a3f7ea9108c0 Mon Sep 17 00:00:00 2001 From: Fernando Tonon Date: Tue, 19 May 2026 19:49:14 -0400 Subject: [PATCH 307/325] New version: FernandoTonon.QtMeshEditor version 3.2.1 (#376833) --- .../FernandoTonon.QtMeshEditor.installer.yaml | 19 ++++++++++ ...rnandoTonon.QtMeshEditor.locale.en-US.yaml | 35 +++++++++++++++++++ .../3.2.1/FernandoTonon.QtMeshEditor.yaml | 8 +++++ 3 files changed, 62 insertions(+) create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.installer.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml create mode 100644 manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.yaml diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.installer.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.installer.yaml new file mode 100644 index 000000000000..505ca9c99ee4 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\QtMeshEditor.exe + PortableCommandAlias: qtmesheditor +- RelativeFilePath: bin\qtmesh.exe + PortableCommandAlias: qtmesh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fernandotonon/QtMeshEditor/releases/download/3.2.1/QtMeshEditor-3.2.1-bin-Windows.zip + InstallerSha256: 7628BFA1B14A6251E2FE9BDFAF55251593DE1572D235924BC99EE4E0C7A5C4BD +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml new file mode 100644 index 000000000000..168c71e718fd --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.1 +PackageLocale: en-US +Publisher: Fernando Tonon +PublisherUrl: https://github.com/fernandotonon +PublisherSupportUrl: https://github.com/fernandotonon/QtMeshEditor/issues +PackageName: QtMeshEditor +PackageUrl: https://github.com/fernandotonon/QtMeshEditor +License: MIT +LicenseUrl: https://github.com/fernandotonon/QtMeshEditor/blob/master/License +ShortDescription: Free 3D asset tool for indie game developers +Description: |- + QtMeshEditor is a free 3D asset tool for indie game developers. + Merge animations from multiple files, convert between 40+ formats, + edit materials with AI, and inspect skeletons and bone weights. + Supports GUI, CLI (qtmesh), and REST API via MCP server. +Moniker: qtmesheditor +Tags: +- 3d +- mesh-editor +- animation +- fbx +- gltf +- ogre3d +- game-development +- material-editor +ReleaseNotesUrl: https://github.com/fernandotonon/QtMeshEditor/releases/tag/3.2.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/fernandotonon/QtMeshEditor/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.yaml b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.yaml new file mode 100644 index 000000000000..7e02a248d0a2 --- /dev/null +++ b/manifests/f/FernandoTonon/QtMeshEditor/3.2.1/FernandoTonon.QtMeshEditor.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: FernandoTonon.QtMeshEditor +PackageVersion: 3.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9c438c71a787781d87acdad19fc6f9cef4ce5404 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:49:27 +0800 Subject: [PATCH 308/325] New version: DuckDuckGo.DesktopBrowser.Preview version 0.158.1.0 (#376835) --- ...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.158.1.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml create mode 100644 manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.yaml diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.installer.yaml new file mode 100644 index 000000000000..9dadd712cabd --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.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.158.1.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.158.1.0/DuckDuckGo%20Preview_0.158.1.0.msixbundle + InstallerSha256: 5DD3F6644AAE852B6FD5519DE8076D8C9CF5B68FEFA27F416032247EA7BDDAA5 + SignatureSha256: 3DAEF492FEADD420BCDA9DFF00548ADA1B3430629BC80ACE153A4F45BFD8517B +- Architecture: x64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.158.1.0/DuckDuckGo%20Preview_0.158.1.0.msixbundle + InstallerSha256: 5DD3F6644AAE852B6FD5519DE8076D8C9CF5B68FEFA27F416032247EA7BDDAA5 + SignatureSha256: 3DAEF492FEADD420BCDA9DFF00548ADA1B3430629BC80ACE153A4F45BFD8517B +- Architecture: arm64 + InstallerUrl: https://staticcdn.duckduckgo.com/d5c04536-5379-4709-8d19-d13fdd456ff6/preview/0.158.1.0/DuckDuckGo%20Preview_0.158.1.0.msixbundle + InstallerSha256: 5DD3F6644AAE852B6FD5519DE8076D8C9CF5B68FEFA27F416032247EA7BDDAA5 + SignatureSha256: 3DAEF492FEADD420BCDA9DFF00548ADA1B3430629BC80ACE153A4F45BFD8517B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..6250395e4ab0 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.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.158.1.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.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.locale.zh-CN.yaml new file mode 100644 index 000000000000..7c0908dd282b --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.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.158.1.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.158.1.0/DuckDuckGo.DesktopBrowser.Preview.yaml b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.0/DuckDuckGo.DesktopBrowser.Preview.yaml new file mode 100644 index 000000000000..33669387baf9 --- /dev/null +++ b/manifests/d/DuckDuckGo/DesktopBrowser/Preview/0.158.1.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.158.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 26f7de875bdfbff638335c21face07871c09abf3 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:49:41 +0800 Subject: [PATCH 309/325] New version: DevelopedMethods.playit version 1.0.4 (#376845) --- .../DevelopedMethods.playit.installer.yaml | 45 +++++++++++++++++++ .../DevelopedMethods.playit.locale.en-US.yaml | 35 +++++++++++++++ .../DevelopedMethods.playit.locale.zh-CN.yaml | 21 +++++++++ .../playit/1.0.4/DevelopedMethods.playit.yaml | 8 ++++ 4 files changed, 109 insertions(+) create mode 100644 manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.installer.yaml create mode 100644 manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.en-US.yaml create mode 100644 manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.zh-CN.yaml create mode 100644 manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.yaml diff --git a/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.installer.yaml b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.installer.yaml new file mode 100644 index 000000000000..61e45fca34bf --- /dev/null +++ b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.installer.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DevelopedMethods.playit +PackageVersion: 1.0.4 +Commands: +- playit +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x86 + InstallerType: portable + InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v1.0.4/playit-windows-x86-signed.exe + InstallerSha256: 3AC1404A386401CA65CC2E1CFA655DFB576F97BCF1AE06D08DF5159069070FC7 +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v1.0.4/playit-windows-x86_64-signed.exe + InstallerSha256: 88000D40AF7A8E5A0548D27D71C0CAD7D5F4B91FD85F6E9297237AC8B57FBDC9 +- InstallerLocale: en-US + Architecture: x86 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v1.0.4/playit-windows-x86-signed.msi + InstallerSha256: 451CAC8A757881ABDDC7CFC0CEDC5D43814526A86E203A4252C80E37ABD385D7 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + UpgradeBehavior: install + ProductCode: '{C02B8C8D-7E79-4C49-AE37-471ECA7C8215}' + AppsAndFeaturesEntries: + - ProductCode: '{C02B8C8D-7E79-4C49-AE37-471ECA7C8215}' + UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/playit-cloud/playit-agent/releases/download/v1.0.4/playit-windows-x86_64-signed.msi + InstallerSha256: FA14C69A07F3AB910F934A630FA251B1B202EB9FC321875C89DF5242529093C8 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + UpgradeBehavior: install + ProductCode: '{867227C9-F327-4DF7-B234-B11ECA5D28A7}' + AppsAndFeaturesEntries: + - ProductCode: '{867227C9-F327-4DF7-B234-B11ECA5D28A7}' + UpgradeCode: '{2640FEA4-3120-4DB0-93A9-6B04A4EFE7D2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.en-US.yaml b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.en-US.yaml new file mode 100644 index 000000000000..101bb4f07ab4 --- /dev/null +++ b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.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: DevelopedMethods.playit +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: Developed Methods LLC +PublisherUrl: https://playit.gg/ +PublisherSupportUrl: https://playit.gg/support/ +PrivacyUrl: https://playit.gg/privacy-policy +Author: Developed Methods LLC +PackageName: playit +PackageUrl: https://playit.gg/ +License: BSD-2-Clause +LicenseUrl: https://github.com/playit-cloud/playit-agent/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2026 Developed Methods LLC. All Rights Reserved. +ShortDescription: A global proxy that allows anyone to host a server without port forwarding. +Description: playit.gg is a networking service that make it possible to host game servers at home that anyone across the world can join. We do this through our custom tunneling software. You can find our opensource client here. When you launch the playit program, the program will connect to our Anycast Network and assign you a static IP and port. You can then share your static IP and port with friends. When they connect, their connection information will go to the nearest tunnel server and be tunneled to the playit program running on your computer. By tunneling the connection, your friend is able to connect to the server running within your network. +Moniker: playit +Tags: +- game +- gaming +- multiplayer +- proxy +- server +- tunnel +ReleaseNotes: |- + - Remove noisy log statement (slow IPC client) + - Add rate limit to logging to prevent spamming logs + - Add log rotation to windows to limit logs to 15MB total + - Copy over secret key in installer to be used with new service application + - Fixes portable version of windows build not showing the console +ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v1.0.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.zh-CN.yaml b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.locale.zh-CN.yaml new file mode 100644 index 000000000000..cf435105b2d4 --- /dev/null +++ b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.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: DevelopedMethods.playit +PackageVersion: 1.0.4 +PackageLocale: zh-CN +ShortDescription: 一款让任何人无需端口转发即可托管服务器的全球代理。 +Description: playit.gg 是一种网络服务,让任何人在家中托管游戏服务器,并且全世界的任何人都能加入。我们通过定制的隧道软件来实现,您可以在这里找到我们的开源客户端。当您启动 playit 程序时,程序会连接到我们的 Anycast 网络,并为您分配一个静态 IP 和端口。然后,您就可以与朋友共享您的静态 IP 和端口。当他们连接时,他们的连接信息将转到最近的隧道服务器,并以隧道方式传输到您电脑上运行的 playit 程序。通过隧道连接,您的朋友就能连接到在您的网络中运行的服务器。 +Tags: +- 代理 +- 多人游戏 +- 多人联机 +- 对战平台 +- 服务器 +- 游戏 +- 电竞 +- 联机 +- 隧道 +ReleaseNotesUrl: https://github.com/playit-cloud/playit-agent/releases/tag/v1.0.4 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.yaml b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.yaml new file mode 100644 index 000000000000..b5da0626b86e --- /dev/null +++ b/manifests/d/DevelopedMethods/playit/1.0.4/DevelopedMethods.playit.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: DevelopedMethods.playit +PackageVersion: 1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 218e762b88eb3992902ef05b31dab0e3d625cdcc Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:49:54 +0800 Subject: [PATCH 310/325] New version: Discord.Discord.Canary version 1.0.957 (#376846) --- .../Discord.Discord.Canary.installer.yaml | 20 +++++++++++ .../Discord.Discord.Canary.locale.en-US.yaml | 33 +++++++++++++++++++ .../Discord.Discord.Canary.locale.zh-CN.yaml | 29 ++++++++++++++++ .../1.0.957/Discord.Discord.Canary.yaml | 8 +++++ 4 files changed, 90 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.yaml diff --git a/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..47ace9653c0e --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.957 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: x64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/x64/1.0.957/DiscordCanarySetup.exe + InstallerSha256: 363084A41B0D1E998E62D1E7BEE2AE9D8C76C25AB90317E35609AAC6E0C06CBF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..1e23a3cd7ad6 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.957 +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 Canary +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-canary +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/Canary/1.0.957/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..702021f8860c --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary +PackageVersion: 1.0.957 +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 Canary +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/Canary/1.0.957/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..47e8c9e12f00 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.957/Discord.Discord.Canary.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.Canary +PackageVersion: 1.0.957 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 144c88b4bfb0a1b21336a29a1587208ef52c4bcb Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:50:08 +0800 Subject: [PATCH 311/325] New version: Discord.Discord.Canary.arm64 version 1.0.288 (#376847) --- ...iscord.Discord.Canary.arm64.installer.yaml | 20 +++++++++++ ...ord.Discord.Canary.arm64.locale.en-US.yaml | 33 +++++++++++++++++++ ...ord.Discord.Canary.arm64.locale.zh-CN.yaml | 19 +++++++++++ .../1.0.288/Discord.Discord.Canary.arm64.yaml | 8 +++++ 4 files changed, 80 insertions(+) create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.installer.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.en-US.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.zh-CN.yaml create mode 100644 manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.yaml diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..8c319de81711 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Canary.arm64 +PackageVersion: 1.0.288 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordCanary +Installers: +- Architecture: arm64 + InstallerUrl: https://canary.dl2.discordapp.net/distro/app/canary/win/arm64/1.0.288/DiscordCanarySetup.exe + InstallerSha256: B8C0E5645B6803AA5A2A00F11CE219A555E0151582168AE937A965AB6127CF88 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..844c309d5063 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.288 +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 Canary (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-canary +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/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..a795001545a3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.288 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..b6df54e89451 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.288/Discord.Discord.Canary.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.Canary.arm64 +PackageVersion: 1.0.288 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 14432f35e8457740964f0d2a12d6a60600f25077 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 07:50:21 +0800 Subject: [PATCH 312/325] New version: Joplin.Joplin version 3.6.14 (#376848) --- .../3.6.14/Joplin.Joplin.installer.yaml | 32 +++++++++++++++ .../3.6.14/Joplin.Joplin.locale.en-US.yaml | 41 +++++++++++++++++++ .../3.6.14/Joplin.Joplin.locale.zh-CN.yaml | 30 ++++++++++++++ .../j/Joplin/Joplin/3.6.14/Joplin.Joplin.yaml | 8 ++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.installer.yaml create mode 100644 manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.en-US.yaml create mode 100644 manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.zh-CN.yaml create mode 100644 manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.yaml diff --git a/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.installer.yaml b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.installer.yaml new file mode 100644 index 000000000000..0b5cfb70190e --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.14 +InstallerLocale: en-US +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- joplin +ProductCode: 499c114e-8890-5040-9c02-24abe7d3ebe9 +ReleaseDate: 2026-05-19 +AppsAndFeaturesEntries: +- DisplayName: Joplin 3.4.7 + ProductCode: 499c114e-8890-5040-9c02-24abe7d3ebe9 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/laurent22/joplin/releases/download/v3.6.14/Joplin-Setup-3.6.14.exe + InstallerSha256: 4AC91174220D28A93538ACA8FEFD87F4D9F358D98388A5A001432D506898E650 + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/laurent22/joplin/releases/download/v3.6.14/Joplin-Setup-3.6.14.exe + InstallerSha256: 4AC91174220D28A93538ACA8FEFD87F4D9F358D98388A5A001432D506898E650 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.en-US.yaml b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.en-US.yaml new file mode 100644 index 000000000000..1b5e4850ca57 --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.14 +PackageLocale: en-US +Publisher: Laurent Cozic +PublisherUrl: https://joplinapp.org/ +PublisherSupportUrl: https://joplinapp.org/help/ +PrivacyUrl: https://joplinapp.org/privacy/ +Author: Laurent Cozic +PackageName: Joplin +PackageUrl: https://joplinapp.org/ +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/laurent22/joplin/blob/HEAD/LICENSE +Copyright: Copyright (c) 2016-2026 Laurent Cozic +ShortDescription: Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device. +Description: |- + Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. + Notes exported from Evernote can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported. + Joplin is "offline first", which means you always have all your data on your phone or computer. This ensures that your notes are always accessible, whether you have an internet connection or not. + The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud. + Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own. + The application is available for Windows, Linux, macOS, Android and iOS. A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome. +Tags: +- checklist +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotes: |- + - Fixed: Fix Markdown export folder paths with dot in parent path (#15455) (#15374 by @Rygaa) + - Fixed: Importing from OneNote: Fix importing .zip files containing .onetoc2 files (#15476) (#15430 by @personalizedrefrigerator) + - Fixed: In-editor rendering: Do not render empty inline HTML (#15470) (#15467 by @personalizedrefrigerator) +ReleaseNotesUrl: https://github.com/laurent22/joplin/releases/tag/v3.6.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.zh-CN.yaml b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.locale.zh-CN.yaml new file mode 100644 index 000000000000..32871cdf453b --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.14 +PackageLocale: zh-CN +Publisher: Laurent Cozic +PackageName: Joplin +ShortDescription: Joplin 是一款开源笔记应用程序。您可以捕捉自己的想法,并通过任何设备安全地访问它们。 +Description: |- + Joplin 是一款免费/自由的开源笔记和待办事项应用程序,可以处理大量笔记,并将其组织成笔记本。笔记可搜索,可直接从应用程序或从自己的文本编辑器中复制、标记和修改。笔记采用 Markdown 格式。 + 可以将从 Evernote 导出的笔记导入至 Joplin,包括格式化的内容(已转换为 Markdown)、资源(图片、附件等)和完整的元数据(地理位置、更新时间、创建时间等)。也可以导入普通的 Markdown 文件。 + Joplin 采用“离线优先”原则,这意味着您的手机或电脑上始终保存着所有数据。这确保了无论您是否有网络连接,都能随时访问您的笔记。 + 笔记可以通过端到端加密与各种云服务安全同步,包括 Nextcloud、Dropbox、OneDrive 和 Joplin Cloud。 + 所有平台均提供全文搜索功能,可快速查找所需信息。该应用程序可使用插件和主题进行定制,您也可以轻松创建自己的插件和主题。 + 该应用程序适用于 Windows、Linux、macOS、Android 和 iOS。Firefox 和 Chrome 浏览器还有 Web Clipper,用于保存网页和浏览器截图。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日程 +- 清单 +- 笔记 +ReleaseNotesUrl: https://github.com/laurent22/joplin/releases/tag/v3.6.14 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.yaml b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.yaml new file mode 100644 index 000000000000..944e1a85c6b1 --- /dev/null +++ b/manifests/j/Joplin/Joplin/3.6.14/Joplin.Joplin.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: Joplin.Joplin +PackageVersion: 3.6.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 3435f1e85dbc14bc36cf8c7b3b8fd480f93fc802 Mon Sep 17 00:00:00 2001 From: "github@warp.dev" <108495044+warpmachineuser@users.noreply.github.com> Date: Tue, 19 May 2026 20:12:46 -0400 Subject: [PATCH 313/325] New version: Warp.Warp version v0.2026.05.18.05.32.stable_02 (#376370) --- .../Warp.Warp.installer.yaml | 48 +++++++++++++++++++ .../Warp.Warp.locale.en-US.yaml | 35 ++++++++++++++ .../Warp.Warp.locale.zh-CN.yaml | 24 ++++++++++ .../Warp.Warp.yaml | 8 ++++ 4 files changed, 115 insertions(+) create mode 100644 manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.installer.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.en-US.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.zh-CN.yaml create mode 100644 manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.yaml diff --git a/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.installer.yaml b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.installer.yaml new file mode 100644 index 000000000000..edec9a564b35 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.installer.yaml @@ -0,0 +1,48 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.18.05.32.stable_02 +InstallerType: inno +Protocols: +- warp +ProductCode: warp-terminal-stable_is1 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.18.05.32.stable_02&arch=x86_64 + InstallerSha256: 6A40521BCACB1B0118E1DD4F56401B77E875F44D45BF60EAEE8FECF0291DD67B + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.18.05.32.stable_02&arch=x86_64 + InstallerSha256: 6A40521BCACB1B0118E1DD4F56401B77E875F44D45BF60EAEE8FECF0291DD67B + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.18.05.32.stable_02&arch=arm64 + InstallerSha256: 42EADEDCA4804CBDC72559B6194B3FA3ADC2EB3B4C96AA88B87921637078FB5B + InstallerSwitches: + Custom: /CURRENTUSER + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://app.warp.dev/download/windows?version=v0.2026.05.18.05.32.stable_02&arch=arm64 + InstallerSha256: 42EADEDCA4804CBDC72559B6194B3FA3ADC2EB3B4C96AA88B87921637078FB5B + InstallerSwitches: + Custom: /ALLUSERS + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.en-US.yaml b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.en-US.yaml new file mode 100644 index 000000000000..837a2d47e711 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.18.05.32.stable_02 +PackageLocale: en-US +Publisher: Denver Technologies, Inc. +PublisherUrl: https://www.warp.dev/ +PublisherSupportUrl: https://www.warp.dev/contact +PrivacyUrl: https://www.warp.dev/privacy-policy +Author: Denver Technologies, Inc. +PackageName: Warp +PackageUrl: https://www.warp.dev/windows-terminal +License: Proprietary +LicenseUrl: https://www.warp.dev/terms-of-service +Copyright: Copyright 2025 Warp +CopyrightUrl: https://www.warp.dev/terms-of-service +ShortDescription: Warp is the intelligent terminal with AI and your dev team’s knowledge built-in. Warp brings AI, collaboration, and a modern-UX to this essential developer tool to help you become even more powerful. +Description: |- + Warp is the intelligent terminal with AI and your dev team's knowledge built-in. + Key Features: + - Warp AI: AI integrated in your terminal for natural language input, autofill, and intelligent suggestions. + - Warp Drive: Notebooks, workflows, and environment variables for you to use personally or with your team. + - Modern UX and Text Editing: Commands and outputs are grouped into easy to use Blocks, and you can use your cursor or customizable keybindings to easily navigate Warp’s input editor. + You can fully customize Warp's appearance, prompts, settings, and keybindings to fit your preferences. Warp works with zsh, bash, fish, and PowerShell, and is built with Rust for high performance. +Tags: +- ai +- console +- terminal +PurchaseUrl: https://www.warp.dev/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.warp.dev/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.zh-CN.yaml b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.zh-CN.yaml new file mode 100644 index 000000000000..341b8df50da1 --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Warp.Warp +PackageVersion: v0.2026.05.18.05.32.stable_02 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Warp 是一款内置 AI 和开发团队知识的智能终端。Warp 为这款重要的开发工具带来了 AI、协作和现代用户体验,让您变得更加出色。 +Description: |- + Warp 是一款内置 AI 和开发团队知识的智能终端。 + 主要功能: + - Warp AI:AI 集成在你的终端中,用于自然语言输入、自动填充和智能建议。 + - Warp Drive:笔记本、工作流和环境变量,供个人或团队使用。 + - 现代用户体验和文本编辑:将命令和输出归类到易用的“块”(Block)中,您可以使用光标或自定义组合键来轻松浏览 Warp 的输入编辑器。 + 您可以完全自定义 Warp 的外观、提示、设置和组合键,以满足自己的喜好。Warp 可与 zsh、bash、fish 和 PowerShell 配合使用,并采用 Rust 构建,性能卓越。 +Tags: +- console +- terminal +- 人工智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.warp.dev/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.yaml b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.yaml new file mode 100644 index 000000000000..db5fcb3d903a --- /dev/null +++ b/manifests/w/Warp/Warp/v0.2026.05.18.05.32.stable_02/Warp.Warp.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: Warp.Warp +PackageVersion: v0.2026.05.18.05.32.stable_02 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 9ca75a757f649e457db5de265cf9206b2361f26a Mon Sep 17 00:00:00 2001 From: "Kad D." Date: Wed, 20 May 2026 02:13:00 +0200 Subject: [PATCH 314/325] New version: demkada.ArgyCode version 1.10.6 (#376675) --- .../1.10.6/demkada.ArgyCode.installer.yaml | 14 ++++++++++++++ .../1.10.6/demkada.ArgyCode.locale.en-US.yaml | 11 +++++++++++ .../demkada/ArgyCode/1.10.6/demkada.ArgyCode.yaml | 6 ++++++ 3 files changed, 31 insertions(+) create mode 100644 manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.installer.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.locale.en-US.yaml create mode 100644 manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.yaml diff --git a/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.installer.yaml new file mode 100644 index 000000000000..67bea08da14e --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.6 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.10.6/argy-windows-x64.zip + InstallerSha256: cc9fb68c1670a4f0cb8df6e5694ee42accdd277ab9852ef29a92bdd6605c9fc5 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 000000000000..7012c702a856 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.6 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.yaml new file mode 100644 index 000000000000..60259a5db03a --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.10.6/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.10.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 From e52fae98724ca316f82763162e3565f199ac6dcb Mon Sep 17 00:00:00 2001 From: copilot-cli-winget-bot Date: Tue, 19 May 2026 20:13:13 -0400 Subject: [PATCH 315/325] GitHub.Copilot.Prerelease version v1.0.51-1 (#376831) --- .../GitHub.Copilot.Prerelease.installer.yaml | 23 +++++++++++++++ ...itHub.Copilot.Prerelease.locale.en-US.yaml | 29 +++++++++++++++++++ .../v1.0.51-1/GitHub.Copilot.Prerelease.yaml | 8 +++++ 3 files changed, 60 insertions(+) create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.installer.yaml create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.locale.en-US.yaml create mode 100644 manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.yaml diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 000000000000..3b334e85a74c --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.installer.yaml @@ -0,0 +1,23 @@ +# 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.Prerelease +PackageVersion: v1.0.51-1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51-1/copilot-win32-x64.zip + InstallerSha256: BFA014343C366207C369585F0525EC8F3CE59C4C2A2B9172F3AD779F1B0C55A8 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.51-1/copilot-win32-arm64.zip + InstallerSha256: 93859505515FDDA234A46EFF2F5D70E37F80B9CF3483E3DBEA1621DDA1297230 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-19 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 000000000000..3cac81e49df7 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.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.Prerelease +PackageVersion: v1.0.51-1 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.51-1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 000000000000..10f29504a6b5 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.51-1/GitHub.Copilot.Prerelease.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.Prerelease +PackageVersion: v1.0.51-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 7af73060a5b367f8fcdc6166ef95b6fbf4d9db0c Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 20 May 2026 08:13:27 +0800 Subject: [PATCH 316/325] New version: CraftDocs.CraftAgents version 0.9.5 (#376844) --- .../CraftDocs.CraftAgents.installer.yaml | 20 +++++++ .../CraftDocs.CraftAgents.locale.en-US.yaml | 52 +++++++++++++++++++ .../CraftDocs.CraftAgents.locale.zh-CN.yaml | 18 +++++++ .../0.9.5/CraftDocs.CraftAgents.yaml | 8 +++ 4 files changed, 98 insertions(+) create mode 100644 manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.installer.yaml create mode 100644 manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.en-US.yaml create mode 100644 manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.zh-CN.yaml create mode 100644 manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.yaml diff --git a/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.installer.yaml b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.installer.yaml new file mode 100644 index 000000000000..7475332ef859 --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.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: CraftDocs.CraftAgents +PackageVersion: 0.9.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- craftagents +ProductCode: 61dc82ee-e3b9-557b-98c4-20b9178a0f78 +ReleaseDate: 2026-05-19 +Installers: +- Architecture: x64 + InstallerUrl: https://agents.craft.do/electron/0.9.5/Craft-Agents-x64.exe + InstallerSha256: 00AE962E0B85625C4CA2EDB7CC558AAFC1B7D54A1FC4FCCFF6A7CF0226FED7F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.en-US.yaml b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.en-US.yaml new file mode 100644 index 000000000000..fe05336c6b1e --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.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: CraftDocs.CraftAgents +PackageVersion: 0.9.5 +PackageLocale: en-US +Publisher: Craft Docs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://github.com/craft-ai-agents/craft-agents-oss/issues +PrivacyUrl: https://www.craft.do/privacy +Author: Craft Docs Ltd. +PackageName: Craft Agents +PackageUrl: https://agents.craft.do/ +License: Apache-2.0 +LicenseUrl: https://github.com/craft-ai-agents/craft-agents-oss/blob/HEAD/LICENSE +Copyright: Copyright 2026 Craft Docs Ltd. +CopyrightUrl: https://www.craft.do/terms +ShortDescription: Work with most powerful agents in the world, with the UX they deserve +Description: 'Craft Agents brings Claude’s coding capabilities to your entire digital workflow. It massively improves both coding and non-coding workflows via enhanced UI, review, and auto execution. Built on the same foundation as Claude Code (the Claude Agent SDK), it extends the model’s reasoning power to work across all your tools: GitHub, Linear, Slack, Craft documents, local files, and any API you can connect.' +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + v0.9.5 — Compact-mode UX polish and MCP / branching stability + Features + - Compact-mode drawer for the session row menu — Session row context menus on compact / mobile layouts now open as a vaul drawer instead of a clipped Radix popover, matching the drawer pattern already used for status, labels, share, and messaging actions. (a0468049) + - Drawer-based working-directory selector in compact mode — The working-directory picker switches to a drawer on narrow widths so the path list, recent dirs, and "Choose folder…" action remain reachable without horizontal scroll. The desktop dropdown is unchanged. (6e147c03) + - Expandable chat input on compact layouts — Users can now tap to expand a collapsed chat input on compact / mobile views so longer prompts are easier to compose without leaving the active session. (15fe589b) + - Drawer-based AcceptPlan picker in compact mode — The plan-acceptance UI uses a drawer in compact / mobile layouts so action rows aren't pushed off-screen on narrow widths. (f8e92a11) + - Compact model selector in the web UI's mobile / auto-compact view — The web UI's model picker collapses into a compact selector when the shell width crosses the mobile breakpoint, matching the Electron app's container-query behavior. (75c7825d) + Improvements + - Shared useWorkingDirectoryState hook — Path resolution, recent dirs, and folder-picker handling are extracted into a single hook so the desktop dropdown and compact drawer can't drift in behavior. (aa01895d) + - Windows RTK install docs — Clarifies the Windows install path in the RTK setup docs so the "RTK not found" detection in Settings → AI → Performance matches what users see on Windows. (129c28ff) + Bug Fixes + - Branching on the latest turn no longer drops the last assistant message — The Pi-backed branching path now captures the conversation anchor after the SDK appends the new entry, so branching off the most recent turn no longer truncates the message that triggered the branch. Fixes #782. (0988d0d6) + - Stdio MCP source_test gives real diagnostics instead of a fake timeout — source_test for stdio MCP servers now runs a single process with a proper stderr-activity watchdog and surfaces actual startup output, replacing the false "Server startup timeout" that fired for any slow-but-healthy server. Fixes #787. (a7fa0a3a, 69d74167) + - Parallel source_test calls no longer wedge a session — When a source-activation abort interrupts a turn, sibling tool_result blocks are now drained before the abort propagates so the SDK doesn't end up with orphaned tool_use IDs that permanently jam the next turn. Fixes #790. (58087fbf) + - AcceptPlan dropdown positioning and compact visibility — The desktop AcceptPlan dropdown is now built on Radix DropdownMenu, fixing anchor drift and viewport clipping that could push actions off-screen. The web UI also now actually renders the dropdown in compact / mobile views — previously hidden behind a wider-only branch. (01d062e3, d32f390d) + - Chat view no longer stuck on "Thinking…" when a turn ends on a tool call — Mirrors the messaging-gateway fix on the Electron main UI side. When the Pi agent emits intermediate text plus a tool call and then completes without a non-intermediate text_complete, groupMessagesByTurn now uses the session's isProcessing=false signal to mark the open turn complete and promote the intermediate text as the response. Pre-fix the chat sat on "Thinking…" forever and the user had to send a follow-up message to unstick it. + - Messaging gateway delivers the final assistant message in progress / final_only modes — Automations whose last action is a tool call (e.g. the agent uses a tool to send the Telegram message and never emits a clean non-intermediate text_complete) used to leave progress frozen on 💭 thinking… and final_only silent. The renderer now tracks the most recent assistant text regardless of isIntermediate and falls back to it on complete when no clean final arrived; genuinely empty runs still leave the status label in place. Thanks to @nheagy for the original PR (#779). (13187c2c) + - SDK Agent subagent activity groups are collapsible again — The activity grouping for SDK Agent subagent runs no longer renders flat; the collapse toggle behavior is restored. (774e7ecb) + Breaking Changes + - None. All changes are backward-compatible. +ReleaseNotesUrl: https://github.com/craft-ai-agents/craft-agents-oss/releases/tag/v0.9.5 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://agents.craft.do/docs/getting-started/introduction +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.zh-CN.yaml b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.zh-CN.yaml new file mode 100644 index 000000000000..1e5f7291cf4f --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CraftDocs.CraftAgents +PackageVersion: 0.9.5 +PackageLocale: zh-CN +ShortDescription: 与全球最顶尖的智能体共事,给他们配得上的用户体验 +Description: Craft Agents 将 Claude 的编码能力引入您的整个数字工作流程。它通过增强的用户界面、审查功能和自动执行功能,大幅改进了编码与非编码工作流程。它构建在与 Claude Code(Claude 智能体开发工具包)相同的基础之上,可将模型的推理能力扩展到您所有的工具中:GitHub、Linear、Slack、Craft 文档、本地文件,以及任何您能够接入的应用程序接口。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://agents.craft.do/docs/getting-started/introduction +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.yaml b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.yaml new file mode 100644 index 000000000000..93530df85c46 --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.9.5/CraftDocs.CraftAgents.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: CraftDocs.CraftAgents +PackageVersion: 0.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 From 0928bfc66e648bd0c278509b30c7f3c5ab140b78 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:13:38 -0700 Subject: [PATCH 317/325] Automatic update of CubeCodersLimited.AMPInstanceManager 2.7.2.2 (#376854) --- .../CubeCodersLimited.AMPInstanceManager.installer.yaml | 6 +++--- .../CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml | 2 +- .../2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml index 280d66cf77c7..8c2f93148ffe 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/14 +# Automatically updated by the winget bot at 2026/May/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager @@ -8,7 +8,7 @@ InstallerType: wix Installers: - Architecture: x64 InstallerUrl: https://downloads.cubecoders.com/AMP/Mainline/AMPSetup.msi - InstallerSha256: 32637475C56E3AC86DB698F3677EB3A7BCAEBB8ED983DAEF82BD7940998E4B96 - ProductCode: '{95DF178A-1BDD-4AE4-AB24-53FFE14B8215}' + InstallerSha256: 07D05C6708958FF6E7DB4B3E87D0619918708410167A16525B50D5EEB0883767 + ProductCode: '{FD9187C1-EACF-4D4D-AA2F-66762A403000}' ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml index e818b8e48df2..f7c5e6ef7fe0 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/14 +# Automatically updated by the winget bot at 2026/May/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager diff --git a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml index 74a659a131cb..bb94a9e611ac 100644 --- a/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml +++ b/manifests/c/CubeCodersLimited/AMPInstanceManager/2.7.2.2/CubeCodersLimited.AMPInstanceManager.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/14 +# Automatically updated by the winget bot at 2026/May/19 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: CubeCodersLimited.AMPInstanceManager From 8b446ef13741a8ae58fb6221e387235bdc89a9db Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:13:49 -0700 Subject: [PATCH 318/325] Automatic deletion of Argente.MalwareCleaner 3.0.7.2 (#376867) --- .../Argente.MalwareCleaner.installer.yaml | 25 ------------------- .../Argente.MalwareCleaner.locale.en-US.yaml | 20 --------------- .../Argente.MalwareCleaner.locale.zh-CN.yaml | 10 -------- .../3.0.7.2/Argente.MalwareCleaner.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.installer.yaml delete mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.en-US.yaml delete mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.yaml diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.installer.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.installer.yaml deleted file mode 100644 index 1ac777a46dbb..000000000000 --- a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.MalwareCleaner -PackageVersion: 3.0.7.2 -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: 1C98FB91D9BACBF6EB80C69350BC5BE0DE31FF023DF5C5F86EB642603C766AC1 -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerx64 - InstallerSha256: AAD21562A3461107727A978C0558874ADB3C801400C57395F65FD067890DEA00 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/malwarecleanerarm64 - InstallerSha256: 513E78D3E3D077347CC50F581C3123D8D9683F1E543EB7F51F6C12C9D137603E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.en-US.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.en-US.yaml deleted file mode 100644 index 1453214b729f..000000000000 --- a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.MalwareCleaner -PackageVersion: 3.0.7.2 -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.2/Argente.MalwareCleaner.locale.zh-CN.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.zh-CN.yaml deleted file mode 100644 index 422549a135ae..000000000000 --- a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.MalwareCleaner -PackageVersion: 3.0.7.2 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 检测并清除所有类型的恶意软件。作为您防病毒软件的完美补充,确保您的系统免受威胁,同时保护您的数据和隐私。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.yaml b/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.yaml deleted file mode 100644 index 1fbba585150c..000000000000 --- a/manifests/a/Argente/MalwareCleaner/3.0.7.2/Argente.MalwareCleaner.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.MalwareCleaner -PackageVersion: 3.0.7.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 32e9bab00ec5348ea9181be81fe8b3cc296ab06a Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:14:01 -0700 Subject: [PATCH 319/325] Automatic deletion of Argente.RegistryCleaner 4.0.7.5 (#376868) --- .../Argente.RegistryCleaner.installer.yaml | 25 ------------------- .../Argente.RegistryCleaner.locale.en-US.yaml | 20 --------------- .../Argente.RegistryCleaner.locale.zh-CN.yaml | 10 -------- .../4.0.7.5/Argente.RegistryCleaner.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.installer.yaml delete mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.en-US.yaml delete mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.yaml diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.installer.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.installer.yaml deleted file mode 100644 index ab2a96c0148a..000000000000 --- a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.RegistryCleaner -PackageVersion: 4.0.7.5 -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: 9B42AF469634FDB8B032F9B48B0F1A78D374EBB4F3ACA0A462A75CDC9BF0615B -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/registrycleanerx64 - InstallerSha256: E788C34FB0C7D026AE972EFCF9183F8088E5D6F89869AEFED24E26AF9CE39BC0 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/registrycleanerarm64 - InstallerSha256: 78853B50A76E88735AEEDD2E3EB5691A809A369D753B85BCC808682FBA7BDFEE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.en-US.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.en-US.yaml deleted file mode 100644 index f79f48899d2b..000000000000 --- a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.RegistryCleaner -PackageVersion: 4.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 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.5/Argente.RegistryCleaner.locale.zh-CN.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.zh-CN.yaml deleted file mode 100644 index 2c09f1a048c7..000000000000 --- a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.RegistryCleaner -PackageVersion: 4.0.7.5 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 检测并清除 Windows® 注册表中的错误,以提高系统性能和稳定性。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.yaml b/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.yaml deleted file mode 100644 index 74eafc8e3cbe..000000000000 --- a/manifests/a/Argente/RegistryCleaner/4.0.7.5/Argente.RegistryCleaner.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.RegistryCleaner -PackageVersion: 4.0.7.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From e556dfe6ac58cab09b10f171f0fd49a07700e21c Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:14:14 -0700 Subject: [PATCH 320/325] Automatic deletion of Argente.DuplicateFinder 2.0.3.6 (#376869) --- .../Argente.DuplicateFinder.installer.yaml | 25 ------------------- .../Argente.DuplicateFinder.locale.en-US.yaml | 19 -------------- .../Argente.DuplicateFinder.locale.zh-CN.yaml | 10 -------- .../2.0.3.6/Argente.DuplicateFinder.yaml | 8 ------ 4 files changed, 62 deletions(-) delete mode 100644 manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.installer.yaml delete mode 100644 manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.en-US.yaml delete mode 100644 manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.yaml diff --git a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.installer.yaml b/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.installer.yaml deleted file mode 100644 index 6b6e3d267bfa..000000000000 --- a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.DuplicateFinder -PackageVersion: 2.0.3.6 -InstallerType: inno -Scope: machine -InstallerSwitches: - Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden - SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden -UpgradeBehavior: install -ProductCode: Argente Duplicate Finder 3.0 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderx86 - InstallerSha256: 8316A923A388576C7929BBA3C77180A9E9CA70FC1248D89AEB74911C7F0DDC02 -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderx64 - InstallerSha256: 01F097BF8B6A523EF35F5A3F0AB882AA1CE983FD7E3418B23929FFAEAA712C89 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/duplicatefinderarm64 - InstallerSha256: 4730090EF3C793516AEF84FC7CD0947A7308D333B7CD2F769C361D41E80BE36B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.en-US.yaml b/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.en-US.yaml deleted file mode 100644 index 37fad002e4b7..000000000000 --- a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.en-US.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.DuplicateFinder -PackageVersion: 2.0.3.6 -PackageLocale: en-US -Publisher: Raúl Argente -PublisherSupportUrl: https://argenteutilities.com/en/support -PrivacyUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=privacy -Author: Raúl Argente -PackageName: Argente Duplicate Finder -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: Search for all duplicate files on your computer and remove those that only take up unnecessary space. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.zh-CN.yaml b/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.zh-CN.yaml deleted file mode 100644 index bdd80d8dcdd3..000000000000 --- a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.DuplicateFinder -PackageVersion: 2.0.3.6 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 搜索计算机上所有重复的文件,并删除那些仅占用不必要空间的文件。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.yaml b/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.yaml deleted file mode 100644 index e2f0790045df..000000000000 --- a/manifests/a/Argente/DuplicateFinder/2.0.3.6/Argente.DuplicateFinder.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.DuplicateFinder -PackageVersion: 2.0.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 88fb548f16dc8cede1087ca35c12e60a38f88bc5 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:14:26 -0700 Subject: [PATCH 321/325] Automatic deletion of Argente.SystemRepair 1.0.7.1 (#376870) --- .../Argente.SystemRepair.installer.yaml | 25 ------------------- .../Argente.SystemRepair.locale.en-US.yaml | 20 --------------- .../Argente.SystemRepair.locale.zh-CN.yaml | 10 -------- .../1.0.7.1/Argente.SystemRepair.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.installer.yaml delete mode 100644 manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.en-US.yaml delete mode 100644 manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.yaml diff --git a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.installer.yaml b/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.installer.yaml deleted file mode 100644 index 34edbbf646e2..000000000000 --- a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.SystemRepair -PackageVersion: 1.0.7.1 -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: D843E0E457294935D248D4820F2358A57B337EABAD8A26EED58A44CFADBB62E7 -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/systemrepairx64 - InstallerSha256: 619C385A14D55A651BD047F984975C397A4FFDC60C778274817F998BAE5BE879 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/systemrepairarm64 - InstallerSha256: CD3AB69332335778D55F0716D53D5C4C7D934BC37410BF503C8D4D28D318E749 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.en-US.yaml b/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.en-US.yaml deleted file mode 100644 index b69ff941f1f1..000000000000 --- a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.SystemRepair -PackageVersion: 1.0.7.1 -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.1/Argente.SystemRepair.locale.zh-CN.yaml b/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.zh-CN.yaml deleted file mode 100644 index 31a99ef1a2c1..000000000000 --- a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.SystemRepair -PackageVersion: 1.0.7.1 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 自动修复所有类型的系统错误,并优化系统以保持其稳定、安全并以最佳性能运行。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.yaml b/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.yaml deleted file mode 100644 index e57a5f5bdc70..000000000000 --- a/manifests/a/Argente/SystemRepair/1.0.7.1/Argente.SystemRepair.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.SystemRepair -PackageVersion: 1.0.7.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 5e0d6da8771e7a2c740562d7644b533499aaa7fd Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:14:37 -0700 Subject: [PATCH 322/325] Automatic deletion of Argente.UninstallManager 4.0.6.9 (#376871) --- .../Argente.UninstallManager.installer.yaml | 25 ------------------- ...Argente.UninstallManager.locale.en-US.yaml | 20 --------------- ...Argente.UninstallManager.locale.zh-CN.yaml | 10 -------- .../4.0.6.9/Argente.UninstallManager.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.installer.yaml delete mode 100644 manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.en-US.yaml delete mode 100644 manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.yaml diff --git a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.installer.yaml b/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.installer.yaml deleted file mode 100644 index 7e04fbed3af2..000000000000 --- a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.UninstallManager -PackageVersion: 4.0.6.9 -InstallerType: inno -Scope: machine -InstallerSwitches: - Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden - SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden -UpgradeBehavior: install -ProductCode: Argente Uninstall Manager 3.0 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://argenteutilities.com/en/download/uninstallmanagerx86 - InstallerSha256: F5A9528BF472DD9BD26FCC87D95F0891551AAEFA446234ECFB4E542DDCA1C79B -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/uninstallmanagerx64 - InstallerSha256: DF5A41FB7DBA307E034D6C1BFDF35F9B304215D3DB3ED1C2C433C9A0F16FA311 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/uninstallmanagerarm64 - InstallerSha256: 4304AD95AA0B4838ABDC4EC4EEB151801B044376FA5E18D81022B57D7F00E9CA -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.en-US.yaml b/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.en-US.yaml deleted file mode 100644 index aa449c468a3d..000000000000 --- a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.UninstallManager -PackageVersion: 4.0.6.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 Uninstall 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 installed applications on your computer. Free up space by uninstalling or removing applications you no longer use. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.zh-CN.yaml b/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.zh-CN.yaml deleted file mode 100644 index b9ad411afb7e..000000000000 --- a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.UninstallManager -PackageVersion: 4.0.6.9 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 管理计算机上安装的所有应用程序。通过卸载或删除不再使用的应用程序来释放空间。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.yaml b/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.yaml deleted file mode 100644 index 26d4150fa45e..000000000000 --- a/manifests/a/Argente/UninstallManager/4.0.6.9/Argente.UninstallManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.UninstallManager -PackageVersion: 4.0.6.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 1c03eb7b73f2e107b853f68aa367c43041cbef42 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:14:50 -0700 Subject: [PATCH 323/325] Automatic deletion of Argente.StartupManager 4.0.6.4 (#376872) --- .../Argente.StartupManager.installer.yaml | 25 ------------------- .../Argente.StartupManager.locale.en-US.yaml | 20 --------------- .../Argente.StartupManager.locale.zh-CN.yaml | 10 -------- .../4.0.6.4/Argente.StartupManager.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.installer.yaml delete mode 100644 manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.en-US.yaml delete mode 100644 manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.yaml diff --git a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.installer.yaml b/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.installer.yaml deleted file mode 100644 index 6f53d10174d1..000000000000 --- a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.StartupManager -PackageVersion: 4.0.6.4 -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: 14BDE2BFC9EAE038E1F1A4700B29DD0390B2D91969FF543BD0DE54C4C743AB06 -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/startupmanagerx64 - InstallerSha256: 8BE3D1E447129D53D09FC7131DC983A8E3482A6029A394179FAE8EB9B0CDEB33 -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/startupmanagerarm64 - InstallerSha256: 38B16C95D72A0D129CEA5457760D7D7AACBF4811FB45CCCDF450A12EAADE9E5B -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.en-US.yaml b/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.en-US.yaml deleted file mode 100644 index 4dbd3e79e9bc..000000000000 --- a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.StartupManager -PackageVersion: 4.0.6.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 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.4/Argente.StartupManager.locale.zh-CN.yaml b/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.zh-CN.yaml deleted file mode 100644 index fd81e23726b4..000000000000 --- a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.StartupManager -PackageVersion: 4.0.6.4 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 管理计算机启动时随 Windows® 启动的所有应用程序。通过禁用或删除拖慢系统启动速度的应用程序,提升系统运行速度和安全性。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.yaml b/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.yaml deleted file mode 100644 index 0d9179fa331a..000000000000 --- a/manifests/a/Argente/StartupManager/4.0.6.4/Argente.StartupManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/13 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.StartupManager -PackageVersion: 4.0.6.4 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 0905347db3f49761bde7f811e9ffa41c833c7217 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:15:02 -0700 Subject: [PATCH 324/325] Automatic deletion of Argente.SystemManager 1.0.2.0 (#376873) --- .../Argente.SystemManager.installer.yaml | 25 ------------------- .../Argente.SystemManager.locale.en-US.yaml | 20 --------------- .../Argente.SystemManager.locale.zh-CN.yaml | 10 -------- .../1.0.2.0/Argente.SystemManager.yaml | 8 ------ 4 files changed, 63 deletions(-) delete mode 100644 manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.installer.yaml delete mode 100644 manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.en-US.yaml delete mode 100644 manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.yaml diff --git a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.installer.yaml b/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.installer.yaml deleted file mode 100644 index 97121d31d1b5..000000000000 --- a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.SystemManager -PackageVersion: 1.0.2.0 -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: 90576CFA0EB9566204A7C5F21381C08D9588675B0CB27FAF8D454A03FE0B51CE -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/systemmanagerx64 - InstallerSha256: 259F8FCD334A064E80481AD418887F444EFFF79EACEB38F013C40CAF54BB48CC -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/systemmanagerarm64 - InstallerSha256: FD3F0FCD91F4031EC0FA17FAD2E4BD04D696A59ED3BEB024A584D357268CC83F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.en-US.yaml b/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.en-US.yaml deleted file mode 100644 index 65878702b01a..000000000000 --- a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.SystemManager -PackageVersion: 1.0.2.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 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.0/Argente.SystemManager.locale.zh-CN.yaml b/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.zh-CN.yaml deleted file mode 100644 index 028cc836ff9d..000000000000 --- a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.SystemManager -PackageVersion: 1.0.2.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 轻松实现系统配置自动化,安装或卸载应用程序,并自动优化系统性能。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.yaml b/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.yaml deleted file mode 100644 index 2bd047f3d50b..000000000000 --- a/manifests/a/Argente/SystemManager/1.0.2.0/Argente.SystemManager.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.SystemManager -PackageVersion: 1.0.2.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 From 4dde7f54d50ea5a938c7cdd520d0399c325a1023 Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Tue, 19 May 2026 17:15:24 -0700 Subject: [PATCH 325/325] Automatic deletion of Argente.DataShredder 1.0.5.0 (#376874) --- .../Argente.DataShredder.installer.yaml | 25 ------------------- .../Argente.DataShredder.locale.en-US.yaml | 23 ----------------- .../Argente.DataShredder.locale.zh-CN.yaml | 10 -------- .../1.0.5.0/Argente.DataShredder.yaml | 8 ------ 4 files changed, 66 deletions(-) delete mode 100644 manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.installer.yaml delete mode 100644 manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.en-US.yaml delete mode 100644 manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.zh-CN.yaml delete mode 100644 manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.yaml diff --git a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.installer.yaml b/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.installer.yaml deleted file mode 100644 index 25adc717afaa..000000000000 --- a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Argente.DataShredder -PackageVersion: 1.0.5.0 -InstallerType: inno -Scope: machine -InstallerSwitches: - Silent: /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART --hidden - SilentWithProgress: /SP- /SILENT /SUPPRESSMSGBOXES /NORESTART --hidden -UpgradeBehavior: install -ProductCode: Argente Data Shredder 3.0 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://argenteutilities.com/en/download/datashredderx86 - InstallerSha256: 21A09016869D0DBC8153E42E6E6D42C479E4A7145A15472EEE6FAC44AD585F17 -- Architecture: x64 - InstallerUrl: https://argenteutilities.com/en/download/datashredderx64 - InstallerSha256: A167F1A9832813633EB195D1532173A026221FECF14FB9ACA4CE4F9608031D1F -- Architecture: arm64 - InstallerUrl: https://argenteutilities.com/en/download/datashredderarm64 - InstallerSha256: 7BDCE05752C55EC913D42211AB75A11AE328B9BD46E4E5F83CD7A49034352401 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.en-US.yaml b/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.en-US.yaml deleted file mode 100644 index 5d25399772be..000000000000 --- a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Argente.DataShredder -PackageVersion: 1.0.5.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 Data Shredder -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: Securely delete all types of files and sensitive data, ensuring they can never be recovered. -Tags: -- data-shredder -ReleaseNotesUrl: https://argenteutilities.com/en/blog -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.zh-CN.yaml b/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.zh-CN.yaml deleted file mode 100644 index 17a8c5d50e7d..000000000000 --- a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.locale.zh-CN.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Argente.DataShredder -PackageVersion: 1.0.5.0 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 安全删除所有类型的文件和敏感数据,确保其永远无法被恢复。 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.yaml b/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.yaml deleted file mode 100644 index ad2d5a3918e0..000000000000 --- a/manifests/a/Argente/DataShredder/1.0.5.0/Argente.DataShredder.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Argente.DataShredder -PackageVersion: 1.0.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0