diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 000000000000..afcb05fc445d --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 0.9.116 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.116/OpenCowork-win-amd64-setup.exe + InstallerSha256: DB354FEC693FDD34035EBB44C9A95B7AAC62D45FAB54F0C6F2C549596C6C41D2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.116/OpenCowork-win-amd64-setup.exe + InstallerSha256: DB354FEC693FDD34035EBB44C9A95B7AAC62D45FAB54F0C6F2C549596C6C41D2 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.9.116/OpenCowork-win-arm64-setup.exe + InstallerSha256: 37E49CB2EE1B85857AE8F2D024E3936C0DFF9F207C021F1642E3F93DD2C3CFEE + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 000000000000..a1455098ab77 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.116 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added shell environment variable management in Settings with localized labels and IPC support. + Changed + - Scoped session change summary cards to the current assistant message and its tool calls so earlier assistant messages can show their own file-change summaries. + - Improved terminal environment handling so configured shell variables are applied when launching terminal sessions. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.116 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 000000000000..e824b392bd73 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.116 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.9.116 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.yaml b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.yaml similarity index 74% rename from manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.yaml rename to manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.yaml index b09e484e4509..f6a86c6e17d7 100644 --- a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.yaml +++ b/manifests/a/AIDotNet/OpenCowork/0.9.116/AIDotNet.OpenCowork.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: NEC.UNIVERGEBLUECONNECT -PackageVersion: 2.27.125 +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 0.9.116 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml deleted file mode 100644 index f745c18b5214..000000000000 --- a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.installer.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.10.1 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: '{02F850ED-FD0E-4ED1-BE0B-54981f5BD3D4}_is1' -ReleaseDate: 2026-02-05 -AppsAndFeaturesEntries: -- DisplayName: AOMEI Partition Assistant 10.10.0 - ProductCode: '{02F850ED-FD0E-4ED1-BE0B-54981f5BD3D4}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\AOMEI Partition Assistant' -Installers: -- Architecture: x86 - InstallerUrl: https://www2.aomeisoftware.com/download/pa/PAssist_Std.exe - InstallerSha256: 0C244FF57E35174E9FA017DF06CA54B7EDF5927D164E2ABD22AD44B8D7BBDE2C -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml deleted file mode 100644 index d69cc3eda6ea..000000000000 --- a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.10.1 -PackageLocale: en-US -Publisher: AOMEI International Network Limited. -PublisherUrl: https://www.aomeitech.com/ -PublisherSupportUrl: https://www.aomeitech.com/support.html -PrivacyUrl: https://www.aomeitech.com/privacy.html -PackageName: AOMEI Partition Assistant -PackageUrl: https://www.aomeitech.com/aomei-partition-assistant.html -License: Proprietary -LicenseUrl: https://www.diskpart.com/eula/pa-standard.pdf -Copyright: Copyright © AOMEI International Network Limited. -ShortDescription: Safely partition and manage your hard disks without any data loss. -Tags: -- bitlocker -- defragmentation -- ext2 ext3 ext4 -- fat32 exfat -- gptpartitions -- harddisk -- harddrive -- mbrpartitions -- mergepartitions -- ntfs -- partitionalignment -- partitionschemes -- splitpartitions -- uefibiosbootoptionsmanager -- windowsrecoveryenvironment -- windowstogo -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml b/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml deleted file mode 100644 index 505340f9f6b0..000000000000 --- a/manifests/a/AOMEI/PartitionAssistant/10.10.1/AOMEI.PartitionAssistant.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: AOMEI.PartitionAssistant -PackageVersion: 10.10.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.installer.yaml b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.installer.yaml new file mode 100644 index 000000000000..371244cf45a8 --- /dev/null +++ b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.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: AlperHan.CrossMacro +PackageVersion: 1.2.1 +InstallerType: portable +Commands: +- crossmacro +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alper-han/CrossMacro/releases/download/v1.2.1/CrossMacro-1.2.1-win-x64.exe + InstallerSha256: 1B26AE1919D6E14965E629C6464AE239B94B7BB8DF04CF548B7F14F47973EB40 +- Architecture: arm64 + InstallerUrl: https://github.com/alper-han/CrossMacro/releases/download/v1.2.1/CrossMacro-1.2.1-win-arm64.exe + InstallerSha256: 1F46BF62F18BF83A468E3A0915ADD0CA37794759FAE38D134F08936490C17287 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.locale.en-US.yaml b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.locale.en-US.yaml new file mode 100644 index 000000000000..c9d6f7dff51e --- /dev/null +++ b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AlperHan.CrossMacro +PackageVersion: 1.2.1 +PackageLocale: en-US +Publisher: Alper Han +PublisherUrl: https://github.com/alper-han +PublisherSupportUrl: https://github.com/alper-han/CrossMacro/issues +PackageName: CrossMacro +PackageUrl: https://github.com/alper-han/CrossMacro +License: GPL-3.0 +LicenseUrl: https://github.com/alper-han/CrossMacro/blob/HEAD/LICENSE +ShortDescription: Cross-platform keyboard and mouse macro application +Tags: +- autoclicker +- automation +- avalonia +- cross-platform +- crossmacro +- dotnet +- keyboard +- linux +- macos +- macro +- macro-editor +- mouse +- text-expansion +- wayland +- windows +- x11 +ReleaseNotesUrl: https://github.com/alper-han/CrossMacro/releases/tag/v1.2.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/alper-han/CrossMacro/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.yaml similarity index 72% rename from manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml rename to manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.yaml index 3be922c51b0e..70a7d16e6ad4 100644 --- a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.yaml +++ b/manifests/a/AlperHan/CrossMacro/1.2.1/AlperHan.CrossMacro.yaml @@ -1,8 +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: Apryse.XodoPDFStudio -PackageVersion: 2026.1.0 +PackageIdentifier: AlperHan.CrossMacro +PackageVersion: 1.2.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.installer.yaml b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.installer.yaml new file mode 100644 index 000000000000..e7035c7503f4 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.9.5 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +ProductCode: '{56732853-B31A-41CF-8A3D-B2D87769E3F5}' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- UpgradeCode: '{59342020-9BAD-5961-9756-447E1E26D07C}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AmarBego/Rscoop/releases/download/v1.9.5/rscoop_1.9.5_x64_en-US.msi + InstallerSha256: EB96843D43ED6784703EC650C66ED6A84004AC28783EF2065B18A89233A2E2C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.locale.en-US.yaml b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.locale.en-US.yaml new file mode 100644 index 000000000000..c21f3c3bf5e9 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.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: AmarBego.Rscoop +PackageVersion: 1.9.5 +PackageLocale: en-US +Publisher: rscoop +PublisherUrl: https://github.com/AmarBego +PublisherSupportUrl: https://github.com/AmarBego/Rscoop/issues +Author: Amar Begovic +PackageName: rscoop +PackageUrl: https://github.com/AmarBego/Rscoop +License: MIT +LicenseUrl: https://github.com/AmarBego/Rscoop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Amar Begovic +ShortDescription: A Modern, Powerful GUI for Scoop +Description: Rscoop (rust-scoop) is the ultimate graphical user interface for the Scoop package manager on Windows. Rscoop isn't just a pretty face; it's a powerhouse of functionality designed to be a complete replacement for the command line. Its intuitive, modern UI is incredibly easy to grasp, making package management a breeze for both new and experienced users. +Tags: +- scoop +ReleaseNotes: |- + Release Notes 1.9.5 + Feature + - Added hidden shell.pwshEnabled support to run Scoop commands through PowerShell 7+ (pwsh) instead of Windows + PowerShell 5.x. Enable it by adding "shell.pwshEnabled": true to %APPDATA%\com.rscoop.app\store.json. Thanks + @hetima for PR #55. + - Added a PowerShell setup script export from the profile exporter, so users can bootstrap buckets, apps, holds, and Scoop config on another machine. +ReleaseNotesUrl: https://github.com/AmarBego/Rscoop/releases/tag/v1.9.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.locale.zh-CN.yaml b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.locale.zh-CN.yaml new file mode 100644 index 000000000000..70e75dc61951 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.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: AmarBego.Rscoop +PackageVersion: 1.9.5 +PackageLocale: zh-CN +ShortDescription: 现代强大的 Scoop 图形用户界面 +Description: Rscoop(rust-scoop)是 Windows 平台 Scoop 包管理器的终极图形界面。它不仅拥有赏心悦目的外观,更是一个功能强大的工具,旨在完全替代命令行操作。其直观现代的界面设计极易上手,无论新手还是资深用户都能轻松驾驭软件包管理。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.yaml b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.yaml new file mode 100644 index 000000000000..d12ace890ba1 --- /dev/null +++ b/manifests/a/AmarBego/Rscoop/1.9.5/AmarBego.Rscoop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AmarBego.Rscoop +PackageVersion: 1.9.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.installer.yaml new file mode 100644 index 000000000000..4e2ff0f12e14 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.35.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: AWSCLIV2="" +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{62E10DC4-2F2C-4FAA-BA12-562D21A212BA}' +AppsAndFeaturesEntries: +- DisplayName: AWS Command Line Interface v2 + ProductCode: '{62E10DC4-2F2C-4FAA-BA12-562D21A212BA}' + UpgradeCode: '{E1C1971C-384E-4D6D-8D02-F1AC48281CF8}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Amazon\AWSCLIV2' +Installers: +- Architecture: x64 + InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.35.0.msi + InstallerSha256: F2380BD8C02ECFE99F6D244005665E7E376FA3D44367E882D779DDA6CEB7B1C2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 000000000000..0debf50effb0 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.35.0 +PackageLocale: en-US +Publisher: Amazon Web Services +PublisherUrl: https://aws.amazon.com/ +PublisherSupportUrl: https://github.com/aws/aws-cli/issues +PrivacyUrl: https://aws.amazon.com/privacy/ +Author: Amazon Web Services, Inc +PackageName: AWS Command Line Interface +PackageUrl: https://aws.amazon.com/cli/ +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-cli/blob/HEAD/LICENSE.txt +Copyright: Copyright 2012-2026 Amazon.com, Inc. +CopyrightUrl: https://aws.amazon.com/agreement/ +ShortDescription: Universal Command Line Interface for Amazon Web Services +Description: The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program. +Tags: +- aws +- awscli +- cli +- cloud +- s3 +- web +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.zh-CN.yaml b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..8f7ca2674f2a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.locale.zh-CN.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.35.0 +PackageLocale: zh-CN +PublisherUrl: https://aws.amazon.com/cn/ +PrivacyUrl: https://aws.amazon.com/cn/privacy/ +PackageUrl: https://aws.amazon.com/cn/cli/ +CopyrightUrl: https://aws.amazon.com/cn/agreement/ +ShortDescription: Amazon Web Services 的通用命令行界面 +Description: AWS 命令行界面(AWS CLI)是一种开源工具,让您能够使用命令行 Shell 中的命令与 AWS 服务进行交互。AWS CLI 让您只需极少的配置,就能从终端程序的命令提示符中运行命令,以实施与基于浏览器的 AWS 管理控制台提供的功能等效的命令。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.yaml new file mode 100644 index 000000000000..79833d8ef351 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.35.0/Amazon.AWSCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Amazon.AWSCLI +PackageVersion: 2.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.installer.yaml b/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.installer.yaml deleted file mode 100644 index 53cb3bd5228e..000000000000 --- a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.installer.yaml +++ /dev/null @@ -1,27 +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: Apryse.XodoPDFReader -PackageVersion: 2026.1.0 -InstallerLocale: en-US -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: -q - SilentWithProgress: -q -splash "Installing Xodo PDF Reader" - InstallLocation: -d "" -ProductCode: '0810-2976-4416-1744' -UpgradeBehavior: install -FileExtensions: -- pdf -ReleaseDate: 2025-06-30 -Installers: -- Architecture: x64 - InstallerUrl: https://getpdfstudio.xodo.com/xodopdfreader/XodoPDFReader_win64.exe - InstallerSha256: 2356DF461CB7782F6EB4108C2B0E10202ECB975C697176B50FD1A5E1ECF4DA19 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.locale.en-US.yaml b/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.locale.en-US.yaml deleted file mode 100644 index 8d5f77362107..000000000000 --- a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.locale.en-US.yaml +++ /dev/null @@ -1,33 +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: Apryse.XodoPDFReader -PackageVersion: 2026.1.0 -PackageLocale: en-US -Publisher: Apryse Software Corp. -PublisherUrl: https://apryse.com/ -PublisherSupportUrl: https://feedback.xodo.com/support/home -PrivacyUrl: https://xodo.com/privacy -Author: Apryse Software Corp. -PackageName: Xodo PDF Reader -PackageUrl: https://xodo.com/pdf-studio/free-pdf-reader -License: Freeware -LicenseUrl: https://xodo.com/legal -Copyright: Apryse Software Corp. @ 2025 -ShortDescription: Xodo PDF Reader is a fast, free, and highly-rated cross-platform PDF application for viewing, annotating, editing, and collaborating on PDF documents. -Description: |- - Transform how you work with PDF files using Xodo PDF Reader. Our free, cross-platform reader lets you effortlessly open, navigate, highlight, and manage your documents. - - Whether you're a student reviewing lecture notes, a professional analyzing reports, or an architect measuring blueprints, Xodo makes handling PDFs easier and more efficient than ever. - - Break free from the limitations of other PDF readers and experience the flexibility of Xodo, seamlessly adapting to your needs across Windows, Mac, and Linux. - - Streamline your PDF tasks with intuitive features: - * Seamlessly open and view your PDF files on Windows, macOS, and Linux devices. - * Add text and comments, insert notes and highlights, and draw directly on your PDF. - * Quickly complete and save your interactive PDF forms to easily share them with others. - * Apply digital signatures, and eSign important documents through Xodo Sign integration. - * Quickly find specific words, measure distances and print your documents with ease. - * Save and access your PDFs in Xodo Drive, Google Drive, Dropbox and OneDrive. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml deleted file mode 100644 index 23ff11f1468d..000000000000 --- a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Apryse.XodoPDFStudio -PackageVersion: 2026.1.0 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Custom: -q -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://getpdfstudio.xodo.com/xodopdfstudio/XodoPDFStudio_win64.exe - InstallerSha256: 9553681197056023B7B7299A725D239B52D8D49089D19C723E69126584663315 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml b/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml deleted file mode 100644 index 2971bd0d372d..000000000000 --- a/manifests/a/Apryse/XodoPDFStudio/2026.1.0/Apryse.XodoPDFStudio.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Apryse.XodoPDFStudio -PackageVersion: 2026.1.0 -PackageLocale: en-US -Publisher: Apryse Software Inc. -PublisherUrl: https://apryse.com/ -PublisherSupportUrl: https://xodo.com/support -Author: Apryse Software Inc. -PackageName: Xodo PDF Studio -PackageUrl: https://xodo.com/pdf-studio -License: Proprietary -Copyright: Copyright (c) 2026 Apryse Software Inc. All rights reserved. -ShortDescription: Feature-rich offline PDF editor for Windows, macOS, and Linux with editing, annotation, conversion, and OCR tools. -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.installer.yaml b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.installer.yaml new file mode 100644 index 000000000000..43fa39bc9bf9 --- /dev/null +++ b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.installer.yaml @@ -0,0 +1,17 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Arnica.DepsGuard +PackageVersion: 0.1.35 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: depsguard.exe + PortableCommandAlias: depsguard +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/arnica/depsguard/releases/download/v0.1.35/depsguard-x86_64-pc-windows-msvc.zip + InstallerSha256: 4C06E857E81DCA249B58D18812AB5EFCAB41F2CE1659BD89873150AEA369C6C9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.locale.en-US.yaml b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.locale.en-US.yaml new file mode 100644 index 000000000000..5b8d070d3ed4 --- /dev/null +++ b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Arnica.DepsGuard +PackageVersion: 0.1.35 +PackageLocale: en-US +Publisher: Arnica +PublisherUrl: https://www.arnica.io/ +PublisherSupportUrl: https://github.com/arnica/depsguard/issues +PackageName: DepsGuard +PackageUrl: https://depsguard.com/ +License: MIT +LicenseUrl: https://github.com/arnica/depsguard/blob/HEAD/LICENSE +ShortDescription: Harden package manager configs against supply chain attacks +Description: DepsGuard hardens your package manager configurations against software supply chain attacks. It scans npm, pnpm, uv, and other package manager lockfiles and configs for security misconfigurations. +Tags: +- cli +- dependency +- npm +- pnpm +- rust +- security +- supply-chain +- uv +ReleaseNotes: |- + What's Changed + - fix(manager): honor all pnpm-11 config.yaml keys; stop recommending .npmrc on pnpm >= 11 by @eran-medan in #57 + Full Changelog: v0.1.34...v0.1.35 +ReleaseNotesUrl: https://github.com/arnica/depsguard/releases/tag/v0.1.35 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.yaml b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.yaml similarity index 55% rename from manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.yaml rename to manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.yaml index f7070430e3d7..81150e700062 100644 --- a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.yaml +++ b/manifests/a/Arnica/DepsGuard/0.1.35/Arnica.DepsGuard.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/Jun/05 +# 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: DirSoft.ARPro -PackageVersion: 17.1.1.1215 +PackageIdentifier: Arnica.DepsGuard +PackageVersion: 0.1.35 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.installer.yaml b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.installer.yaml new file mode 100644 index 000000000000..8c4ae7b69190 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.1 +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-06-09 +InstallerType: portable +Installers: + # From GitHub repository + - Architecture: x64 + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v3.6.1/InputTip.exe + InstallerSha256: 6111e686963814bb8c2faad9d93d7240221fadf6b2345a0641d6386f5239834e + # From Gitee repository + - Architecture: x64 + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v3.6.1/InputTip.exe + InstallerSha256: 6111e686963814bb8c2faad9d93d7240221fadf6b2345a0641d6386f5239834e + InstallerLocale: zh-CN +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.en-US.yaml b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.en-US.yaml new file mode 100644 index 000000000000..180bed3ec53d --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.en-US.yaml @@ -0,0 +1,48 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.1 +PackageLocale: en-US +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: Rule-driven Input Method Status Manager · Instant · Powerful · Productive +Description: | + An instant, powerful, and productive rule-driven input method status manager. + 1. Status Tip: Out-of-the-box support for Chinese, English, Japanese, Korean, and CapsLock, leveraging multiple highly customizable visual schemes such as Mouse Cursor, Overlay Popup, Caret Symbol, Mouse Symbol, and Window Border. + 2. Rule Scheduling: Integrates window/hotkey rules with text/hotkey monitoring to continuously evaluate active contexts, precisely executing defined action workflows—such as status switching, keyboard layout switching, dynamic hotkey registration, and window pinning—upon matching predefined rules. + Written in AutoHotkey, it guarantees instant responsiveness without capturing window focus, delivering a fully automated, friction-free typing experience for multilingual power users. +Tags: + - input-method + - ime-status + - status-indicator + - status-tip + - status-switching + - keyboard-switch + - keyboard-layout + - language-switch + - cjk-input + - caret-tip + - mouse-cursor + - caps-lock + - capitalization + - productivity + - autohotkey +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v3.6.1 +Documentations: + - DocumentLabel: Documentation + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: locale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.zh-CN.yaml b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.zh-CN.yaml new file mode 100644 index 000000000000..34de410eb574 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.1 +PackageLocale: zh-CN +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: 规则驱动的输入法状态管理器 · 即时 · 强大 · 高效 +Description: | + 一个即时、强大、高效的,规则驱动的输入法状态管理器。 + 1. 状态提示:支持中、英、日、韩及大写锁定,提供鼠标样式、悬浮小窗、光标符号、鼠标符号、窗口边框等多种高度可定制的视觉方案。 + 2. 规则调度:集成窗口/热键规则与文本/热键监控,持续检测当前窗口和热键上下文,命中预设规则后精准执行特定的行为调度,如状态切换、键盘切换、热键动态注册、窗口置顶等。 + 软件使用 AutoHotkey 编写,响应即时且不抢占焦点,为多语言开发者与文字工作者打造全自动、零干扰的纯净输入体验。 +Tags: + - 输入法 + - 输入法状态 + - 状态提示 + - 状态指示器 + - 状态切换 + - 键盘切换 + - 键盘布局 + - 中英文切换 + - 日韩输入法 + - 光标提示 + - 鼠标指针 + - 大写锁定 + - caps-lock + - 效率工具 + - autohotkey +ReleaseNotesUrl: https://gitee.com/abgox/InputTip/releases/tag/v3.6.1 +Documentations: + - DocumentLabel: 文档 + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.yaml b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.yaml new file mode 100644 index 000000000000..4d4424f34fa1 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.6.1/abgox.InputTip.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.6.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.installer.yaml b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.installer.yaml new file mode 100644 index 000000000000..00dd9f1185e8 --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.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: alecdotdev.Markpad +PackageVersion: 2.6.11 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- md +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.EdgeWebView2Runtime +ProductCode: Markpad +ReleaseDate: 2026-06-03 +AppsAndFeaturesEntries: +- ProductCode: Markpad +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Markpad' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alecdotdev/Markpad/releases/download/v2.6.11/Markpad_2.6.11_x64-setup.exe + InstallerSha256: 469E6D20AF21A9BC160DBD7CD3B44EF8AC0E103AB7A56A5F92155E29915E9AB0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.locale.en-US.yaml b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.locale.en-US.yaml new file mode 100644 index 000000000000..64d15739654d --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: alecdotdev.Markpad +PackageVersion: 2.6.11 +PackageLocale: en-US +Publisher: alecdotdev +PublisherUrl: https://github.com/alecdotdev +PublisherSupportUrl: https://github.com/alecdotdev/Markpad/issues +Author: Alec Ames +PackageName: Markpad +PackageUrl: https://github.com/alecdotdev/Markpad +License: BSD-3-Clause +LicenseUrl: https://github.com/alecdotdev/Markpad/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023, Alec Ames +CopyrightUrl: https://github.com/alecdotdev/Markpad/blob/HEAD/LICENSE +ShortDescription: The Notepad equivalent for Markdown +Description: A lightweight, minimalist Markdown viewer and text editor built for productivity. +Moniker: markpad +Tags: +- linux +- macos +- markdown +- markdown-editor +- notepad-alternative +- rust +- sveltekit +- tauri +- text-editor +ReleaseNotes: |- + What's Changed + - fix: make sure the find do not skip CODE and PRE areas. by @roniaxe in #152 + - fix: toggle full width by @roniaxe in #164 + - Fix export to pdf by @roniaxe in #161 + - Toggle recent files by @dayeggpi in #167 + Full Changelog: v2.6.10...v2.6.11 +ReleaseNotesUrl: https://github.com/alecdotdev/Markpad/releases/tag/v2.6.11 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.yaml b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.yaml new file mode 100644 index 000000000000..ff8869676774 --- /dev/null +++ b/manifests/a/alecdotdev/Markpad/2.6.11/alecdotdev.Markpad.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: alecdotdev.Markpad +PackageVersion: 2.6.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.installer.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.installer.yaml new file mode 100644 index 000000000000..7266b74458e5 --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: BDRThermea.ServiceTool +PackageVersion: 7.4.22.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{5A3AAA5E-935E-4353-8AD8-3CCD186F2D06}' +AppsAndFeaturesEntries: +- DisplayName: BDR Thermea Service Tool (PCST) + Publisher: BDR Thermea + DisplayVersion: 7.4.22.0 + ProductCode: '{5A3AAA5E-935E-4353-8AD8-3CCD186F2D06}' + UpgradeCode: '{9DC42DD5-D911-4848-AF59-9E73C1D8A94E}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BDRThermeaAppWix_7_4_22_0.msi + InstallerSha256: C15BF3D4AA7991AF1D83ED84AAE4FB28F45A985D61C0DD9F734C8C1EE1BEB220 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.locale.en-US.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.locale.en-US.yaml new file mode 100644 index 000000000000..db4ff7b0b267 --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.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: BDRThermea.ServiceTool +PackageVersion: 7.4.22.0 +PackageLocale: en-US +Publisher: BDR Thermea Group +PublisherUrl: https://www.bdrthermeagroup.com/ +Author: BDR Thermea Group +PackageName: BDR Thermea Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of BDR Thermea Group boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by BDR Thermea Group. It offers the possibility to communicate directly to BDR Thermea Group boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom, all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: PC Servicetool +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.yaml b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.yaml new file mode 100644 index 000000000000..fcfccc730e9b --- /dev/null +++ b/manifests/b/BDRThermea/ServiceTool/7.4.22.0/BDRThermea.ServiceTool.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: BDRThermea.ServiceTool +PackageVersion: 7.4.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.installer.yaml b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.installer.yaml new file mode 100644 index 000000000000..0797a67df81f --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baxi.ServiceTool +PackageVersion: 7.4.22.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{F591325F-67CC-46A5-857E-4754FDE692CC}' +AppsAndFeaturesEntries: +- DisplayName: Baxi Service Tool (PCST) + Publisher: Baxi + DisplayVersion: 7.4.22.0 + ProductCode: '{F591325F-67CC-46A5-857E-4754FDE692CC}' + UpgradeCode: '{439ECCC4-C1E4-4961-86E7-CBEED5778CE6}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BaxiAppWix_7_4_22_0.msi + InstallerSha256: D953503D5374946ABA9E98284E69B20ADDFCC3A75798664D67394C80F8A81D30 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.locale.en-US.yaml b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.locale.en-US.yaml new file mode 100644 index 000000000000..039b4a21b02f --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.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: Baxi.ServiceTool +PackageVersion: 7.4.22.0 +PackageLocale: en-US +Publisher: Baxi +PublisherUrl: https://www.baxiboilers.com/ +Author: Baxi +PackageName: Baxi Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of Baxi boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by Baxi. It offers the possibility to communicate directly to Baxi boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom , all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: Recom +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.yaml b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.yaml new file mode 100644 index 000000000000..61881015c4ec --- /dev/null +++ b/manifests/b/Baxi/ServiceTool/7.4.22.0/Baxi.ServiceTool.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: Baxi.ServiceTool +PackageVersion: 7.4.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Bilibili/1.17.8/Bilibili.Bilibili.installer.yaml b/manifests/b/Bilibili/Bilibili/1.17.8/Bilibili.Bilibili.installer.yaml index 7d8e5dc3f7e0..980f4423afac 100644 --- a/manifests/b/Bilibili/Bilibili/1.17.8/Bilibili.Bilibili.installer.yaml +++ b/manifests/b/Bilibili/Bilibili/1.17.8/Bilibili.Bilibili.installer.yaml @@ -9,14 +9,14 @@ UpgradeBehavior: install Protocols: - bilipc ProductCode: BiliBili -ReleaseDate: 2026-06-05 +ReleaseDate: 2026-06-08 ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/24918213/public/bilibili-setup-v1.17.8.exe - InstallerSha256: 288FDDB51273E32A9514BD47C63E8A51A82A0D847723F616F39CE3EF5CB836B3 + InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/24962050/public/bilibili-setup-v1.17.8.exe + InstallerSha256: 121E4AD6E79B1459AAB940C04EA240D06E2EFFE2A4312A1A9402BA88269E8CE8 - Architecture: arm64 - InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/24918213/public/bilibili-setup-v1.17.8.exe - InstallerSha256: 288FDDB51273E32A9514BD47C63E8A51A82A0D847723F616F39CE3EF5CB836B3 + InstallerUrl: https://dl.hdslb.com/mobile/pack/bili_win/24962050/public/bilibili-setup-v1.17.8.exe + InstallerSha256: 121E4AD6E79B1459AAB940C04EA240D06E2EFFE2A4312A1A9402BA88269E8CE8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 000000000000..e7d220f67e95 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.21.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2026-06-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.21.0-Setup.exe + InstallerSha256: 882D7DFE2961EB79CDBB0C4933047A2A7493C822F5E467F338CDD76293413C61 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.21.0-Setup.exe + InstallerSha256: 882D7DFE2961EB79CDBB0C4933047A2A7493C822F5E467F338CDD76293413C61 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.21.0-Setup.exe + InstallerSha256: 882D7DFE2961EB79CDBB0C4933047A2A7493C822F5E467F338CDD76293413C61 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.21.0-Setup.exe + InstallerSha256: 882D7DFE2961EB79CDBB0C4933047A2A7493C822F5E467F338CDD76293413C61 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 000000000000..78775fb68320 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.21.0 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/help-center +PrivacyUrl: https://chatboxai.app/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: Proprietary +LicenseUrl: https://chatboxai.app/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + 1. Added large-file attachment Q&A with indexing and on-demand retrieval for text files. + 2. Improved attachment upload, indexing status, retry flow, and file parsing errors. + 3. Upgraded image generation with dynamic image model lists and clearer error messages. + 4. Added Vercel AI Gateway provider and improved provider search and selection. + 5. Improved web search and translation reliability, especially for mainland China networks. + 6. Redesigned auto-update experience with clearer progress, retry, and install flows. + 7. Improved session list performance and stability for large chat histories. + 8. Fixed issues with DeepSeek V4 thinking mode, attachments, session deletion, and code block copying. + - MacOS(Apple Silicon) beta.4 + - MacOS(Intel) beta.4 + - Windows beta.4 + - Android beta.4 + - Linux x86_64 beta.4 + - Linux ARM64 beta.4 +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +PurchaseUrl: https://chatboxai.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 000000000000..f98467708ed7 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.21.0 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/zh/help-center +PrivacyUrl: https://chatboxai.app/zh/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: 专有软件 +LicenseUrl: https://chatboxai.app/zh/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotes: |- + 1. 新增大文件附件问答能力,支持对上传的文本文件建立索引并按需检索。 + 2. 优化附件上传、索引状态、失败重试和文件解析错误提示。 + 3. 升级图片生成功能,支持动态图片模型列表和更清晰的错误提示。 + 4. 新增 Vercel AI Gateway 模型提供商,优化模型提供商搜索与选择体验。 + 5. 优化网页搜索和翻译稳定性,提升中国大陆网络环境下的可用性。 + 6. 重做自动更新体验,支持更清晰的下载进度、失败重试和安装入口。 + 7. 优化会话列表性能和稳定性,改善大量会话时的加载体验。 + 8. 修复 DeepSeek V4 思考模式、附件处理、会话删除、代码块复制等多项问题。 + - MacOS(Apple Silicon) beta.4 + - MacOS(Intel) beta.4 + - Windows beta.4 + - Android beta.4 + - Linux x86_64 beta.4 + - Linux ARM64 beta.4 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +PurchaseUrl: https://chatboxai.app/zh#pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.yaml new file mode 100644 index 000000000000..cf869246a1c3 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.21.0/Bin-Huang.Chatbox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.installer.yaml new file mode 100644 index 000000000000..693ac681f23f --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.installer.yaml @@ -0,0 +1,21 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.583 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- ProductCode: 153f8ce0-b97a-575b-ba12-4ff8b1481894 +Installers: +- Architecture: x64 + InstallerUrl: https://blitz-main.blitz.gg/Blitz-2.1.583.exe + InstallerSha256: 2471E20B437C574B403397D41AD5BC4596E63CAFCA336CFB31C0624AF7824240 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.locale.en-US.yaml new file mode 100644 index 000000000000..7b546397813a --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.583 +PackageLocale: en-US +Publisher: Blitz, Inc. +PublisherUrl: https://blitz.gg/ +PublisherSupportUrl: https://support.blitz.gg/ +PrivacyUrl: https://blitz.gg/privacy-policy +Author: Blitz, Inc. +PackageName: Blitz +PackageUrl: https://blitz.gg/ +License: Custom use license +LicenseUrl: https://www.blitz.gg/terms-of-service +Copyright: Copyright (c) 2022 Blitz, Inc. +CopyrightUrl: https://www.blitz.gg/terms-of-service +ShortDescription: Blitz App - Your personal gaming coach +Moniker: blitz.gg +Tags: +- gaming +- league-of-legends +- legends-of-runeterra +- lol +- teamfight-tactics +- valorant +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.yaml new file mode 100644 index 000000000000..14a4dfd620bd --- /dev/null +++ b/manifests/b/Blitz/Blitz/2.1.583/Blitz.Blitz.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Blitz.Blitz +PackageVersion: 2.1.583 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml index 4b51121d29fc..162c1e0248e0 100644 --- a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml +++ b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.installer.yaml @@ -7,10 +7,10 @@ InstallerType: inno Scope: machine UpgradeBehavior: install ProductCode: Bloomberg Terminal_is1 -ReleaseDate: 2026-05-07 +ReleaseDate: 2026-06-04 Installers: - Architecture: x64 - InstallerUrl: https://bdn-ak-ssl.bloomberg.com/software/trv/sotr195_4_81.exe - InstallerSha256: 32D5DCA477A18B019C4210382C1476E9B21D802D2E1763974697E0BBFA23A82A + InstallerUrl: https://bdn-ak-ssl.bloomberg.com/software/trv/sotr197_3_81.exe + InstallerSha256: 1A92A374F4E28D7FDE0306C2A77B75A81D927A21FC22463274206B9C2D06B599 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml index 5703d6cc994b..b82a8765c055 100644 --- a/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml +++ b/manifests/b/Bloomberg/BloombergTerminal/2.0/Bloomberg.BloombergTerminal.locale.en-US.yaml @@ -12,6 +12,8 @@ LicenseUrl: https://www.bloomberg.com/notices/tos/ Copyright: © 2026 Bloomberg L.P. All Rights Reserved. CopyrightUrl: https://www.bloomberg.com/notices/tos/ ShortDescription: The most powerful, flexible tool for financial professionals who need real-time data, news, and analytics. -ReleaseNotes: '- Performance improvements to Bloomberg Application' +ReleaseNotes: |- + - BBCOMM version update + - Stability improvements to Bloomberg Application ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.installer.yaml b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.installer.yaml new file mode 100644 index 000000000000..a5f3038a0d63 --- /dev/null +++ b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.installer.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brave.BraveOrigin.Nightly +PackageVersion: 149.1.93.45 +InstallerType: exe +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147219416 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: BraveSoftware Brave-Origin-Nightly +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneSilentNightlySetup32.exe + InstallerSha256: A12E29524B11EF3FE921B86EBA090E5D13BBC13B090F57BF669CA1889B7B3D2B + InstallModes: + - silent +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneNightlySetup32.exe + InstallerSha256: 7A07EBA689093331FCB31792351FD5220A703652889B400D925FE62B8A4E25EE + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneSilentNightlySetup.exe + InstallerSha256: B03CF91240E2B046907D2B6BC31E1C1400624E821A7D2DEC3C725EBCAC1408AC + InstallModes: + - silent +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneNightlySetup.exe + InstallerSha256: 0462681E192BBC72755AAD71E4ABB38E6117BC55EEE26AE32992210D835D29C9 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneSilentNightlySetupArm64.exe + InstallerSha256: E98E48338591E018CCE54D3B8EF0A61C1CF042BB4EE7264E79DF010F7A923583 + InstallModes: + - silent +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.93.45/BraveOriginStandaloneNightlySetupArm64.exe + InstallerSha256: 770FAC41531AE0849E55EFA1BD6E999C685AD7185C033FFBF0B4B300F9A07F2B + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.locale.en-US.yaml b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.locale.en-US.yaml new file mode 100644 index 000000000000..7900a58faf5e --- /dev/null +++ b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.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: Brave.BraveOrigin.Nightly +PackageVersion: 149.1.93.45 +PackageLocale: en-US +Publisher: Brave Software Inc +PublisherUrl: https://brave.com/ +PrivacyUrl: https://brave.com/privacy/browser +Author: Brave Software, Inc. +PackageName: Brave Origin Nightly +PackageUrl: https://brave.com/origin/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: The untested—but stable—version of Brave Origin for advanced users and developers. +Description: |- + Brave Origin is a paid* version of the browser for users who don’t need all the features that support Brave as a business, but still want the privacy that only Brave offers. Origin users will continue to benefit from our industry-leading privacy, adblock, and speed (via Shields), as well as regular software updates, Chromium patches, and security and privacy improvements. Origin will remove** most other features from the browser. + * Origin is available as a free download for Linux desktop users. + ** If you opt to use Origin as an upgrade to the existing version of Brave on your device, you’ll unlock a new Settings panel where you can toggle features on / off as you wish. +Tags: +- browser +- chromium +- internet +- privacy +- web +- webpage +ReleaseNotesUrl: https://brave.com/latest +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://brave.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.locale.zh-CN.yaml new file mode 100644 index 000000000000..de830fbc4cce --- /dev/null +++ b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.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: Brave.BraveOrigin.Nightly +PackageVersion: 149.1.93.45 +PackageLocale: zh-CN +PublisherUrl: https://brave.com/zh +Copyright: 版权所有2026 Brave Software Inc。保留所有权利。 +ShortDescription: 适用于高级用户和开发者的未经测试但稳定的 Brave Origin 版本。 +Description: |- + Brave Origin 是一款付费* 浏览器版本,面向不需要 Brave 商业支持功能但仍希望获得仅 Brave 提供的隐私保护的用户。Origin 用户将继续受益于我们在行业内领先的隐私保护、广告拦截和速度性能(通过 Shields),以及定期的软件更新、Chromium 补丁,还有安全与隐私方面的改进。Origin 将移除** 浏览器中的大部分其他功能。 + * Linux 桌面用户可免费下载 Origin 版本。 + ** 如果您选择将设备上现有的 Brave 升级为 Origin 版本,您将解锁一个全新的设置面板,可根据需要自行开启或关闭各项功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://brave.com/zh/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.yaml b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.Nightly.yaml new file mode 100644 index 000000000000..3893e7236242 --- /dev/null +++ b/manifests/b/Brave/BraveOrigin/Nightly/149.1.93.45/Brave.BraveOrigin.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.BraveOrigin.Nightly +PackageVersion: 149.1.93.45 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.installer.yaml b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.installer.yaml new file mode 100644 index 000000000000..1bcb23e26aa9 --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Brotje.ServiceTool +PackageVersion: 7.4.22.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{70739A99-CB5E-4FC9-8A05-B7A20E6C8B81}' +AppsAndFeaturesEntries: +- DisplayName: Brötje Service Tool (PCST) + Publisher: Brötje + DisplayVersion: 7.4.22.0 + ProductCode: '{70739A99-CB5E-4FC9-8A05-B7A20E6C8B81}' + UpgradeCode: '{04458F90-5B19-4A2B-9CB3-F01708E5F945}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/BroetjeAppWix_7_4_22_0.msi + InstallerSha256: E3DA9D1F591A2494D388CED78DB50EAE95B58D93E0D1D72125AE47F73E888FD1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.locale.en-US.yaml b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.locale.en-US.yaml new file mode 100644 index 000000000000..49aa3a88faa0 --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.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: Brotje.ServiceTool +PackageVersion: 7.4.22.0 +PackageLocale: en-US +Publisher: Brötje +PublisherUrl: https://www.broetje.de/ +Author: Brötje +PackageName: Brötje Service Tool (PCST) +License: Proprietary +ShortDescription: PC Servicetool allows for the inspection and management of Brotje boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by Brötje It offers the possibility to communicate directly to Brötje boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom, all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: PC Servicetool +Tags: +- pc servicetool +- servicetool +- recom +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.yaml b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.yaml new file mode 100644 index 000000000000..e2a2467db33c --- /dev/null +++ b/manifests/b/Brotje/ServiceTool/7.4.22.0/Brotje.ServiceTool.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: Brotje.ServiceTool +PackageVersion: 7.4.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.installer.yaml b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.installer.yaml new file mode 100644 index 000000000000..799b285d3c8c --- /dev/null +++ b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: breeze2.DSUManager +PackageVersion: 0.6.2 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: ViGEm.ViGEmBus +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/breeze2/dsu-manager-guides/releases/download/v0.6.2/DSUManager_0.6.2_x64-setup.exe + InstallerSha256: 46CD86B32472D61D5A2751A3E697DAD8A88A3B8069EBF7722615D770D7064941 + ProductCode: DSUManager +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/breeze2/dsu-manager-guides/releases/download/v0.6.2/DSUManager_0.6.2_x64_en-US.msi + InstallerSha256: E214D0BF49F67839384A313C121358910B9D42131178224FCFBC7AF429EBFDED + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{1A49DE5E-4562-4635-A684-8D8BA00762F5}' + AppsAndFeaturesEntries: + - ProductCode: '{1A49DE5E-4562-4635-A684-8D8BA00762F5}' + UpgradeCode: '{0F6AE220-BAAD-51FC-9752-44F681856E1E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.en-US.yaml b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.en-US.yaml new file mode 100644 index 000000000000..2d270be133a4 --- /dev/null +++ b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: breeze2.DSUManager +PackageVersion: 0.6.2 +PackageLocale: en-US +Publisher: linyifeng +PublisherUrl: https://github.com/breeze2 +PublisherSupportUrl: https://github.com/breeze2/dsu-manager-guides/issues +Author: Breeze +PackageName: DSUManager +PackageUrl: https://github.com/breeze2/dsu-manager-guides +License: Freeware +ShortDescription: Simulate game controllers with DSUController. +Tags: +- controller +- dsucontroller +ReleaseNotes: |- + Bug Fixes + - linux: rumble on linux +ReleaseNotesUrl: https://github.com/breeze2/dsu-manager-guides/releases/tag/v0.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.zh-CN.yaml b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.zh-CN.yaml new file mode 100644 index 000000000000..83b2600b0a47 --- /dev/null +++ b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.locale.zh-CN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: breeze2.DSUManager +PackageVersion: 0.6.2 +PackageLocale: zh-CN +Publisher: linyifeng +PublisherUrl: https://github.com/breeze2 +PublisherSupportUrl: https://github.com/breeze2/dsu-manager-guides/issues +Author: Breeze +PackageName: DSUManager +PackageUrl: https://github.com/breeze2/dsu-manager-guides +License: 免费软件 +ShortDescription: 用 DSUController 模拟游戏手柄。 +Tags: +- dsucontroller +- 手柄 +ReleaseNotesUrl: https://github.com/breeze2/dsu-manager-guides/releases/tag/v0.6.2 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.yaml b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.yaml new file mode 100644 index 000000000000..edbb29019637 --- /dev/null +++ b/manifests/b/breeze2/DSUManager/0.6.2/breeze2.DSUManager.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: breeze2.DSUManager +PackageVersion: 0.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.installer.yaml b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.installer.yaml new file mode 100644 index 000000000000..1f514282b35a --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 2026.5.26-8 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: bin\devin.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +Installers: +- Architecture: x64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-8/devin-2026.5.26-8-x86_64-pc-windows.zip + InstallerSha256: DC774A62E92DCB8EC596CADE355E693E56ED785D4FEFDFC41A9175ED34DB4974 +- Architecture: arm64 + InstallerUrl: https://static.devin.ai/cli/2026.5.26-8/devin-2026.5.26-8-aarch64-pc-windows.zip + InstallerSha256: 67EB1448E0E06B430949547D856320BB6DCD55D00F92FD3B7D9A22CA818F8905 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.en-US.yaml b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.en-US.yaml new file mode 100644 index 000000000000..0ba36c19649b --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 2026.5.26-8 +PackageLocale: en-US +Publisher: Cognition AI, Inc. +PublisherUrl: https://devin.ai/ +PrivacyUrl: https://cognition.ai/privacy-policy +Author: Cognition AI, Inc. +PackageName: Devin CLI +PackageUrl: https://cli.devin.ai/docs +License: Proprietary +LicenseUrl: https://cognition.ai/terms-of-service +ShortDescription: A fast and minimal agent that lives both in your terminal and in the cloud. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +ReleaseNotesUrl: https://cli.devin.ai/docs/changelog/stable +PurchaseUrl: https://devin.ai/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cli.devin.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.zh-CN.yaml b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..85f29ae56283 --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 2026.5.26-8 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款快速且极简的智能体,既可在终端本地运行,也可在云端部署。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cli.devin.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.yaml b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.yaml new file mode 100644 index 000000000000..e6be21130e97 --- /dev/null +++ b/manifests/c/CognitionAI/DevinCLI/2026.5.26-8/CognitionAI.DevinCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CognitionAI.DevinCLI +PackageVersion: 2026.5.26-8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.installer.yaml b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.installer.yaml new file mode 100644 index 000000000000..e5ec5cf9cb47 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.40 +InstallerType: inno +Dependencies: + WindowsFeatures: + - netfx3 +Installers: +- Architecture: x86 + InstallerUrl: https://pos-api.coupang.com/api/v1/app/download/installer + InstallerSha256: AA9EAB297AC07E4AD893C97ED90E8CC4AB4E2CF97E5C235399793A0B0ED5C603 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.locale.en-US.yaml b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.locale.en-US.yaml new file mode 100644 index 000000000000..ea5878bd266b --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.40 +PackageLocale: en-US +Publisher: Coupang, Inc. +PublisherUrl: https://www.aboutcoupang.com/ +PrivacyUrl: https://privacy.coupang.com/en/land/seller/ +PackageName: CoupangPOS +PackageUrl: https://store.coupangeats.com/ +License: Proprietary +Copyright: (c) COUPANG CORP. ALL RIGHTS RESERVED +ShortDescription: Relay for Coupang Eats Online Order System +Moniker: coupangeats-order +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.yaml b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.yaml new file mode 100644 index 000000000000..cdda45cf0838 --- /dev/null +++ b/manifests/c/Coupang/CoupangPOS/1.10.40/Coupang.CoupangPOS.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/04 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Coupang.CoupangPOS +PackageVersion: 1.10.40 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.installer.yaml b/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.installer.yaml new file mode 100644 index 000000000000..07dd99d70017 --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.10.3/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.10.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- craftagents +ProductCode: 61dc82ee-e3b9-557b-98c4-20b9178a0f78 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://agents.craft.do/electron/0.10.3/Craft-Agents-x64.exe + InstallerSha256: E74C12567672E233D4BEFC1E12B4C5480320CC8EC7BB5470AE2D1AF5967C9E15 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.locale.en-US.yaml b/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.locale.en-US.yaml new file mode 100644 index 000000000000..105b04111acd --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.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: CraftDocs.CraftAgents +PackageVersion: 0.10.3 +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.10.3 — Claude Fable 5 + Features + - Claude Fable 5 is here — Anthropic's most capable widely released model (GA 2026-06-09) is now available in Craft Agent on the Claude Agent SDK path, with a full 1M-token context window. It works across direct Anthropic connections and AWS Bedrock (us/eu/global inference-profile variants), with the model description localized in all 7 languages. Opus 4.8 remains the default — Fable is offered alongside it, not in front of it — and it is added to the Pi → Anthropic auth-bridge preferences below Opus. Because Fable 5 (and the Mythos 5 class) run with adaptive thinking always on and reject an explicit disabled thinking option, the thinking resolver now maps the "off" and minimize-thinking cases to low-effort adaptive thinking for these models; Opus, Sonnet, and Haiku behavior is byte-for-byte unchanged. (22c7ae99) + Improvements + - Claude Agent SDK uplifted to 0.3.170 — @anthropic-ai/claude-agent-sdk moves from 0.3.154 → 0.3.170 (root plus the core and shared peer dependencies, lockfile refreshed). No API breakage; the full typecheck passes clean. (22c7ae99) + Bug Fixes + - None. + Breaking Changes + - None. +ReleaseNotesUrl: https://github.com/craft-ai-agents/craft-agents-oss/releases/tag/v0.10.3 +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.10.3/CraftDocs.CraftAgents.locale.zh-CN.yaml b/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.locale.zh-CN.yaml new file mode 100644 index 000000000000..5c5859014dad --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.10.3/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.10.3 +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.10.3/CraftDocs.CraftAgents.yaml b/manifests/c/CraftDocs/CraftAgents/0.10.3/CraftDocs.CraftAgents.yaml new file mode 100644 index 000000000000..6e6dfc16b11b --- /dev/null +++ b/manifests/c/CraftDocs/CraftAgents/0.10.3/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.10.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.installer.yaml b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.installer.yaml new file mode 100644 index 000000000000..e9384f614f10 --- /dev/null +++ b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.installer.yaml @@ -0,0 +1,67 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cube.CubePlatform +PackageVersion: 3.9.7.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /exenoui /quiet /norestart + SilentWithProgress: /exenoui /passive /norestart + InstallLocation: APPDIR="" + Log: /log "" +ExpectedReturnCodes: +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: 1654 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1650 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1649 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1644 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1643 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1640 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 1639 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1638 + ReturnResponse: alreadyInstalled +- InstallerReturnCode: 1633 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1628 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1625 + ReturnResponse: blockedByPolicy +- InstallerReturnCode: 1623 + ReturnResponse: systemNotSupported +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress +- InstallerReturnCode: 1602 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 1601 + ReturnResponse: contactSupport +- InstallerReturnCode: 87 + ReturnResponse: invalidParameter +- InstallerReturnCode: 1 + ReturnResponse: invalidParameter +- InstallerReturnCode: -1 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Protocols: +- asuka +ReleaseDate: 2026-06-05 +Installers: +- Architecture: x86 + InstallerUrl: https://download.cubejoy.com/app/3.9.7.1/CubeSetup_v3.9.7.1.exe + InstallerSha256: D23546569C5FAF0A5F11F2CDF8071BF039607AE43EDD500609E6F6C7EDD56607 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.locale.en-US.yaml b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.locale.en-US.yaml new file mode 100644 index 000000000000..18457470d806 --- /dev/null +++ b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.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: Cube.CubePlatform +PackageVersion: 3.9.7.1 +PackageLocale: en-US +Publisher: 方块游戏 +PublisherUrl: https://www.cubejoy.com +PublisherSupportUrl: https://cs.cubejoy.com/index.html +PrivacyUrl: https://pages.cubejoy.com/privacy.html +Author: Wan Xin Culture Technology Co., Ltd. +PackageName: 方块游戏平台 +PackageUrl: https://app.cubejoy.com/download.html +License: Proprietary +LicenseUrl: https://pages.cubejoy.com/protocol.html +Copyright: Wan Xin Culture Technology Co., Ltd. All Rights Reserved +ShortDescription: The official PC client of Cube Game +Description: The official PC client of Cube Game that helps you manage a huge number of games with one click and installs them intelligently. +Tags: +- game +- gaming +- store +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.locale.zh-CN.yaml b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.locale.zh-CN.yaml new file mode 100644 index 000000000000..b42a50af3f2c --- /dev/null +++ b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.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: Cube.CubePlatform +PackageVersion: 3.9.7.1 +PackageLocale: zh-CN +Publisher: 方块游戏 +PublisherUrl: https://www.cubejoy.com +PublisherSupportUrl: https://cs.cubejoy.com/index.html +PrivacyUrl: https://pages.cubejoy.com/privacy.html +Author: 皖新文化科技有限公司 +PackageName: 方块游戏平台 +PackageUrl: https://app.cubejoy.com/download.html +License: 专有软件 +LicenseUrl: https://pages.cubejoy.com/protocol.html +Copyright: 皖新文化科技有限公司版权所有 +ShortDescription: 方块游戏官方 PC 客户端软件 +Description: 方块游戏官方 PC 客户端软件,助您一键搞定海量游戏,智能安装,更简单、更快乐! +Tags: +- 商店 +- 游戏 +ReleaseNotes: 下载功能优化 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.yaml b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.yaml new file mode 100644 index 000000000000..ca5fe782d99b --- /dev/null +++ b/manifests/c/Cube/CubePlatform/3.9.7.1/Cube.CubePlatform.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Cube.CubePlatform +PackageVersion: 3.9.7.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.installer.yaml b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.installer.yaml new file mode 100644 index 000000000000..4917c302ac69 --- /dev/null +++ b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.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: codedogQBY.ReadAny +PackageVersion: 1.3.4 +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codedogQBY/ReadAny/releases/download/v1.3.4/ReadAny_1.3.4_x64-setup.exe + InstallerSha256: 26904F6C867C46F96A3F5ADE0A928021FE9031D20A39053AEF2798608F3BBEDF + ProductCode: ReadAny +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codedogQBY/ReadAny/releases/download/v1.3.4/ReadAny_1.3.4_x64_en-US.msi + InstallerSha256: 0DE606ED4B4CF83DC729B800A65A0FB9B47618DAADF0C7D3CA21D159A917AC07 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{1CD8A639-B216-406D-A44A-2A929B2D321A}' + AppsAndFeaturesEntries: + - UpgradeCode: '{4A4C1E36-EFE4-54F8-81CC-49F8B7D0F713}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.en-US.yaml b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.en-US.yaml new file mode 100644 index 000000000000..66a7902d724e --- /dev/null +++ b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codedogQBY.ReadAny +PackageVersion: 1.3.4 +PackageLocale: en-US +ShortDescription: An AI-powered e-book reader with intelligent chat, semantic search, annotation, and knowledge management. +Description: |- + An AI-powered e-book reader with intelligent chat, semantic search, annotation, and knowledge management. + + Core Features + 🤖 AI-Powered Reading + - Intelligent Chat - Ask questions about your books, AI knows your position, selected text, and highlights + - Semantic Search - Beyond keywords, vector retrieval + BM25 hybrid search + - Instant Translation - AI translation or DeepL, 19 languages supported + - Multiple AI Providers - OpenAI, Claude, Gemini, Ollama, DeepSeek + - Skills System - Built-in skills (summarizer, concept explainer, character tracker, etc.) + create custom skills + 📝 Annotation & Knowledge Management + - 5-Color Highlights - Yellow/Green/Blue/Pink/Purple, hover to preview notes + - Markdown Notes - Rich text editor with toolbar, WYSIWYG + - Multi-format Export - Markdown, HTML, JSON, Obsidian, Notion + 🔊 Text-to-Speech (TTS) + - Multiple Engines - Edge TTS, Browser TTS, DashScope (通义千问) + - Voice Selection - 100+ voices in multiple languages + - Speed Control - Adjustable playback speed + - Background Playback - Listen while doing other things + 📊 Reading Statistics + - Reading Heatmap - Visualize your reading habits like GitHub contributions + - Trend Charts - Track daily/weekly/monthly reading time + - Streak Tracking - Longest consecutive reading days + - Book Statistics - Time spent per book, completion rate + ☁️ Cross-Device Sync + - WebDAV Support - Sync your library, highlights, and notes across devices + - Auto Sync - Automatic background synchronization + - Conflict Resolution - Smart merge for concurrent edits + 📚 Multi-Format Support + EPUB · PDF · MOBI · AZW · AZW3 · FB2 · FBZ · CBZ + 🎨 Customizable Experience + - 5 font themes (CJK optimized) + - Light/Dark mode + - Paginated/Continuous scroll + - Keyboard shortcuts + - English/Chinese interface +Tags: +- ebook +- epub +- mobi +- pdf +- reader +- viewer +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.zh-CN.yaml b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.zh-CN.yaml new file mode 100644 index 000000000000..3e359ef641d0 --- /dev/null +++ b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.locale.zh-CN.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: codedogQBY.ReadAny +PackageVersion: 1.3.4 +PackageLocale: zh-CN +Publisher: readany +PublisherUrl: https://github.com/codedogQBY +PublisherSupportUrl: https://github.com/codedogQBY/ReadAny/issues +PackageName: ReadAny +PackageUrl: https://codedogqby.github.io/ReadAny/ +License: GPL-3.0 +LicenseUrl: https://github.com/codedogQBY/ReadAny/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 ReadAny Team +ShortDescription: 一款 AI 驱动的电子书阅读器,支持智能聊天、语义搜索、标注和知识管理。 +Description: |- + 一款 AI 驱动的电子书阅读器,支持智能聊天、语义搜索、标注和知识管理。 + + 核心功能 + 🤖 AI 驱动阅读 + - 智能聊天 - 就书籍内容提问,AI 知晓你的阅读位置、选中文本和高亮内容 + - 语义搜索 - 超越关键词,支持向量检索 + BM25 混合搜索 + - 即时翻译 - 支持 AI 翻译或 DeepL,涵盖 19 种语言 + - 多种 AI 提供商 - OpenAI、Claude、Gemini、Ollama、DeepSeek + - 技能系统 - 内置技能(摘要生成、概念解释、人物追踪等)+ 自定义技能创建 + 📝 标注与知识管理 + - 五色高亮 - 黄/绿/蓝/粉/紫,悬停预览笔记 + - Markdown 笔记 - 带工具栏的富文本编辑器,所见即所得 + - 多格式导出 - 支持 Markdown、HTML、JSON、Obsidian、Notion + 🔊 文本转语音 (TTS) + - 多引擎支持 - Edge TTS、浏览器 TTS、DashScope(通义千问) + - 语音选择 - 支持 100 多种多语言语音 + - 速度调节 - 可调整播放速度 + - 后台播放 - 可在进行其他操作时继续收听 + 📊 阅读统计 + - 阅读热力图 - 类似 GitHub 贡献图,可视化阅读习惯 + - 趋势图表 - 追踪每日/每周/每月阅读时长 + - 连续阅读天数 - 记录最长连续阅读天数 + - 书籍统计 - 统计每本书阅读时长及完成率 + ☁️ 跨设备同步 + - WebDAV 支持 - 在不同设备间同步书库、高亮和笔记 + - 自动同步 - 后台自动同步 + - 冲突解决 - 并发编辑时智能合并 + 📚 多格式支持 + EPUB · PDF · MOBI · AZW · AZW3 · FB2 · FBZ · CBZ + 🎨 个性化体验 + - 5 种字体主题(专为中日韩优化) + - 昼/夜模式 + - 分页/连续滚动 + - 键盘快捷键 + - 中英文界面 +Tags: +- epub +- mobi +- pdf +- 电子书 +- 阅读器 +ReleaseNotes: |- + ReadAny v1.3.4 来啦,这一版是一个偏修复与体验打磨的小版本,主要围绕 移动端图表查看、AI 输入框键盘适配、阅读器翻页 / 目录跳转、高亮操作 做了更新。 + 🚀 新功能 + - 新增移动端图表全屏查看:AI 生成的思维导图和 Mermaid 图表现在可以进入全屏查看,更适合阅读复杂结构图 + - 增强移动端思维导图手势浏览:支持在图表内更自然地拖拽、缩放,查看大图时不再局限于当前小窗口 + ✨ 优化 + - 优化移动端思维导图触摸体验:改善 WebView 内部拖拽、双指缩放与页面滚动之间的手势冲突 + - 优化移动端 Mermaid 图表展示:补充全屏查看能力,并改善图表在移动端的查看体验 + - 优化移动端 AI 输入框键盘避让:调整底部输入区域、Tab 安全区域与键盘高度的处理,减少输入框被键盘遮挡的问题 + - 优化思维导图 SVG 导出:导出的 SVG 会带上 XML 声明、SVG / XHTML 命名空间、内联样式与更安全的文件名,方便分享和在外部应用中打开 + - 优化桌面端已有高亮的操作体验:点击已有高亮时,也会展示和选中文本一致的操作浮层,带笔记的高亮也能正常处理 + - 更新微信群二维码 + 🐛 修复 + - 阅读器导航: + - 修复桌面端阅读器在新版阅读引擎后,左右点击翻页、键盘翻页、目录跳转可能全部失效的问题 + - 修复 Foliate overlayer 缺少 hole API 导致的 clearHole is not a function 崩溃 + - 移动端图表与输入: + - 修复移动端首次全屏查看思维导图 / Mermaid 图表时,安全区域计算不准确的问题 + - 修复移动端 AI 输入框在聚焦、发送消息或键盘弹出后位置 / 高度异常的问题 + - 修复移动端思维导图在 WebView 内拖拽、缩放不够稳定的问题 + - 高亮操作: + - 修复桌面端点击已有高亮时操作浮层不出现或定位不准确的问题 + - 修复带笔记高亮在点击后不容易继续编辑、删除或操作的问题 +ReleaseNotesUrl: https://github.com/codedogQBY/ReadAny/releases/tag/v1.3.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.yaml b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.yaml similarity index 77% rename from manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.yaml rename to manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.yaml index b6f53d2d72bc..f37aa7a83e24 100644 --- a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.yaml +++ b/manifests/c/codedogQBY/ReadAny/1.3.4/codedogQBY.ReadAny.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.2 +PackageIdentifier: codedogQBY.ReadAny +PackageVersion: 1.3.4 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.installer.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.installer.yaml new file mode 100644 index 000000000000..7b51e3db03f5 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.72 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 7bff3240-c600-54e1-9164-19e9bb016508 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/codedev-david/termpolis/releases/download/v1.11.72/Termpolis.Setup.1.11.72.exe + InstallerSha256: 464C58A8F8DF042BF20D424D016C0118F82127132B7D69CFA1CC7680FAF72B9E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.locale.en-US.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.locale.en-US.yaml new file mode 100644 index 000000000000..d33d00ca553e --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.72 +PackageLocale: en-US +Publisher: Termpolis +PublisherUrl: https://github.com/codedev-david +PublisherSupportUrl: https://github.com/codedev-david/termpolis/issues +PrivacyUrl: https://github.com/codedev-david/termpolis/blob/HEAD/PRIVACY.md +Author: David Engelhart +PackageName: Termpolis +PackageUrl: https://termpolis.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/codedev-david/termpolis/blob/HEAD/LICENSE +Copyright: Copyright 2026 David Engelhart +ShortDescription: The open-source multi-agent terminal where Claude, Codex, Gemini, and Qwen work together as a team — without your source code leaving the machine. +Description: |- + Termpolis is a cross-platform desktop terminal manager (Windows, macOS, Linux) built on Electron + React + TypeScript with node-pty powering the underlying shells. It ships as a native app, code signed on Windows, notarized on macOS. + What makes it different: + - Secure AI-assisted development. Built-in AI Security Center auto-scans every AI prompt against 70+ secret patterns, enforces Gemini paid-tier mode, and keeps an auditable JSONL log of every AI-agent terminal launch — every check runs locally. + - Multi-agent swarm. Claude Code, Codex, Gemini CLI, and Qwen Code work together on a task. A dedicated Claude Code instance acts as the conductor. + - MCP server baked in. AI agents control Termpolis via Model Context Protocol, open terminals, run commands, send messages. + - Transparent routing. Every subtask shows which agent got it, why, and what it cost. + - Activity observability. Every token, every tool call, every message from every agent is visible in real time. + - Intervention controls. Pause, cancel, or steer any agent mid-task without leaving the feed. + - Shared memory. A RAG-backed memory store that any agent can read and write via MCP. + - MCP-native end to end. All four agents speak MCP — no terminal-output parsers, no glue scripts, no bridge code paths. + - Share-ready output. One shortcut from terminal to Slack, Teams, or a PR — see Copy for Slack / Teams / PRs. +Tags: +- ai +- command-line +- console +- terminal +ReleaseNotes: |- + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.71...v1.11.72 + Full Changelog: https://github.com/codedev-david/termpolis/compare/v1.11.71...v1.11.72 +ReleaseNotesUrl: https://github.com/codedev-david/termpolis/releases/tag/v1.11.72 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://termpolis.com/docs.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.locale.zh-CN.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.locale.zh-CN.yaml new file mode 100644 index 000000000000..ae5b2ead9fb3 --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.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: DavidEngelhart.Termpolis +PackageVersion: 1.11.72 +PackageLocale: zh-CN +ShortDescription: 这是一个让 Claude、Codex、Gemini 和 Qwen 协同工作的开源多智能体终端——您的源代码完全不会离开本机。 +Description: |- + Termpolis 是一款基于 Electron + React + TypeScript 构建的跨平台桌面终端管理器(支持 Windows、macOS、Linux 系统),由 node-pty 提供底层终端服务支持。它以原生应用形式发布,在 Windows 平台完成代码签名,在 macOS 平台完成公证。 + 它的差异化特点: + - 安全的人工智能辅助开发。内置 AI 安全中心,可针对超过 70 种密钥模式自动扫描每一条 AI 提示,强制启用 Gemini 付费层级模式,并为每一次 AI 智能体终端启动留存可审计的 JSONL 日志——所有检查均在本地运行。 + - 多智能体协作集群。Claude Code、Codex、Gemini CLI 与 Qwen Code 可协同完成一项任务,由专属的 Claude Code 实例担任调度协调者。 + - 内置 MCP 服务器。AI 智能体可通过模型上下文协议(Model Context Protocol)控制 Termpolis,打开终端、运行命令、发送消息。 + - 路由透明化。每一项子任务都会明确显示由哪个智能体承接、承接原因以及产生的成本。 + - 活动可观测。所有智能体产生的每一个 token、每一次工具调用、每一条消息都支持实时查看。 + - 人工干预控制。无需退出任务流,即可在任务执行中途暂停、取消或引导任意智能体。 + - 共享存储。基于检索增强生成(RAG)构建的存储库,所有智能体都可通过 MCP 进行读写。 + - 端到端原生支持 MCP。四款智能体均原生支持 MCP——无需终端输出解析器、无需粘合脚本、无需桥接代码路径。 + - 输出可直接分享。只需一次快捷键操作,即可将终端内容分享至 Slack、Teams 或拉取请求——详见「复制至 Slack/Teams/拉取请求」功能。 +Tags: +- 人工智能 +- 命令行 +- 控制台 +- 终端 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://termpolis.com/docs.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.yaml b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.yaml new file mode 100644 index 000000000000..4a30c2f3fe0c --- /dev/null +++ b/manifests/d/DavidEngelhart/Termpolis/1.11.72/DavidEngelhart.Termpolis.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DavidEngelhart.Termpolis +PackageVersion: 1.11.72 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.installer.yaml b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.installer.yaml new file mode 100644 index 000000000000..bf7d5ad8ff8a --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.2 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{0F345A09-92EC-48DA-AF76-C798B1EF96A3}' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- UpgradeCode: '{DB3903D6-C451-4393-BD80-EB9F45B90214}' +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.devolutions.net/download/DevolutionsGateway-2026.2.2.0-x64.msi + InstallerSha256: D8900F1F55968649D647C2FF6A573550AA46833C81B041FFFA47B8EA8A8B738D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.locale.en-US.yaml b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.locale.en-US.yaml new file mode 100644 index 000000000000..a88ea4349d94 --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.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: Devolutions.Gateway +PackageVersion: 26.2.2 +PackageLocale: en-US +Publisher: Devolutions +PublisherUrl: https://devolutions.net/ +PublisherSupportUrl: https://github.com/Devolutions/devolutions-gateway/issues +PrivacyUrl: https://devolutions.net/legal/privacy +Author: Devolutions inc. +PackageName: Devolutions Gateway +PackageUrl: https://devolutions.net/gateway/ +License: Apache-2.0, MIT +Copyright: Copyright (c) 2006-2026 Devolutions Inc. +CopyrightUrl: https://devolutions.net/legal/software-license-agreements +ShortDescription: Secure remote access management — No VPN required +Description: Devolutions Gateway offers a lightweight alternative to Apache Guacamole and traditional VPNs for organizations requiring secure access to remote network segments. Meant for small deployments, the standalone version is free to install and use (commercial and personal), and offers you a simple web interface as an external launcher to connect to internally hosted services via RDP, SSH, Telnet, VNC, or ARD! +ReleaseNotes: |- + Fixes + - Service - Restore compatibility with version 1 update manifests so update checks work correctly with newer agents +ReleaseNotesUrl: https://devolutions.net/gateway/release-notes/#v2026.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.locale.zh-CN.yaml b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.locale.zh-CN.yaml new file mode 100644 index 000000000000..a5520f779e6b --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.locale.zh-CN.yaml @@ -0,0 +1,11 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Devolutions.Gateway +PackageVersion: 26.2.2 +PackageLocale: zh-CN +ShortDescription: 安全远程访问管理 - 无需 VPN +Description: Devolutions Gateway 为需要安全访问远程网络段的组织提供了 Apache Guacamole 和传统 VPN 的轻量级替代方案。该独立版本专为小型部署设计,可免费安装使用(商业及个人用途均适用),并通过简洁的网页界面作为外部启动器,支持通过 RDP、SSH、Telnet、VNC 或 ARD 协议连接内部托管服务! +ReleaseNotesUrl: https://devolutions.net/gateway/release-notes/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.yaml b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.yaml new file mode 100644 index 000000000000..a8970cb31dbe --- /dev/null +++ b/manifests/d/Devolutions/Gateway/26.2.2/Devolutions.Gateway.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Devolutions.Gateway +PackageVersion: 26.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.installer.yaml b/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.installer.yaml deleted file mode 100644 index 482fd7524055..000000000000 --- a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.1.1.1215 -InstallerType: exe -InstallerSwitches: - Silent: /q -Installers: -- Architecture: x64 - InstallerUrl: https://www.dirigosoftware.com/dlfiles/ARSuite/arpro-setup.exe - InstallerSha256: 26712EFC2E6B234EBF41EADD4684E6C53D264ACEB033E877FAE41D6B59ADFEEF -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.locale.en-US.yaml b/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.locale.en-US.yaml deleted file mode 100644 index fe433f4ad08f..000000000000 --- a/manifests/d/DirSoft/ARPro/17.1.1.1215/DirSoft.ARPro.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Automatically updated by the winget bot at 2026/Jun/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: DirSoft.ARPro -PackageVersion: 17.1.1.1215 -PackageLocale: en-US -Publisher: Dirigo Software -PackageName: Accident Reconstruction Professional -License: Dirigo Software License -Copyright: Copyright © Dirigo Software -ShortDescription: Installer for Accident Reconstruction Professional -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..3645c1f76642 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.984/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.984 +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.984/DiscordCanarySetup.exe + InstallerSha256: 7219CF011382D64E80B7581A93BBEE55FD90D669766CC03B61DF6AFB30870F20 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..e2aabd1e9016 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.984/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.984 +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.984/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..3cd77fe4aa33 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.984/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.984 +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.984/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.984/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..8ea24561ddae --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.984/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.984 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..ff647b6d7e06 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.985/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.985 +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.985/DiscordCanarySetup.exe + InstallerSha256: 5139ACD3B31C939C103765D540C2AD0A51DDE626393C67CA15DC5081A7924AB7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..9465063f5a28 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.985/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.985 +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.985/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..7ef42af85ee3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.985/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.985 +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.985/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.985/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..bb87938fb230 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.985/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.985 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.installer.yaml new file mode 100644 index 000000000000..a2fc78e0bf25 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.986/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.986 +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.986/DiscordCanarySetup.exe + InstallerSha256: 85B71C631489FA6604B97AFEF8D0FF2CEAD4B4345CCF31B74050C76D99BEC618 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 000000000000..338378f25f84 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.986/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.986 +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.986/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 000000000000..597b9139ab00 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.986/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.986 +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.986/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.986/Discord.Discord.Canary.yaml new file mode 100644 index 000000000000..5173fb4ecfe9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.986/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.986 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..2854157ffc4f --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/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.314 +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.314/DiscordCanarySetup.exe + InstallerSha256: 2BE3F6708C0AFEFE1AFF432C29464AB3750036BD3DE019753B5C1DB8F041A240 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..bcbe490b5f01 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/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.314 +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.314/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..0ca39df118ae --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/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.314 +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.314/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..938c95dbceba --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.314/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.314 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..8badab01a1ed --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/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.315 +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.315/DiscordCanarySetup.exe + InstallerSha256: 68885558E2E7C951B3734A27B269A4FBD2E5CE1B8028EDA35F2582A0CA33FFFF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..2ee23f7df8bb --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/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.315 +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.315/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..aaccb4f794f8 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/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.315 +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.315/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..8f9f7d83408b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.315/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.315 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.installer.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.installer.yaml new file mode 100644 index 000000000000..8d0ed835c884 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/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.316 +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.316/DiscordCanarySetup.exe + InstallerSha256: FE64EF0B0AEA6DEC8205C9BEA22490F78C3E86AAE60A11CF418D25B2A1B1A442 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..bc3925d76caf --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/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.316 +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.316/Discord.Discord.Canary.arm64.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..c2536479433b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/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.316 +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.316/Discord.Discord.Canary.arm64.yaml b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/Discord.Discord.Canary.arm64.yaml new file mode 100644 index 000000000000..6af3cbc225c9 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/arm64/1.0.316/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.316 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.installer.yaml index 62513bf15bdc..6fcccabd9961 100644 --- a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.installer.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.996 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Protocols: -- discord -ProductCode: DiscordDevelopment -Installers: -- Architecture: x64 - InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.996/DiscordDevelopmentSetup.exe - InstallerSha256: DC6F89B532F072B73B9ACFF9BD3731BC543C77B8EFBDA682AEBC06D99AFEC7BC -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.996 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.996/DiscordDevelopmentSetup.exe + InstallerSha256: CDFD030EEC1481EC029B4BA9043E40724E9085592CA9C8CB4EB2EF3F5CAF1FE0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.en-US.yaml index a93b80febb3f..a579f4a8648c 100644 --- a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.en-US.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.en-US.yaml @@ -1,33 +1,33 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.996 -PackageLocale: en-US -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: Proprietary -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: Your Place to Talk and Hang Out -Description: |- - Discord is the easiest way to talk over voice, video, and text. - Talk, chat, hang out, and stay close with your friends and communities. -Moniker: discord-development -Tags: -- chat -- community -- gaming -- hang-out -- talk -- video -- voice -- voice-chat -PurchaseUrl: https://discord.com/nitro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.996 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.zh-CN.yaml index a3ca38d08b7e..745d747f1c94 100644 --- a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.zh-CN.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.locale.zh-CN.yaml @@ -1,29 +1,29 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.996 -PackageLocale: zh-CN -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: 专有软件 -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: 玩耍聊天的地方 -Description: |- - Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 - 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 -Tags: -- 开黑 -- 游戏 -- 聊天 -- 语音 -- 语音聊天 -PurchaseUrl: https://discord.com/nitro -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.996 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.yaml index afd1867df97c..e0c926117e28 100644 --- a/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.996/Discord.Discord.Development.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.996 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.996 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.installer.yaml b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.installer.yaml index 284b6ac95dc4..ce59b25cbf8f 100644 --- a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.installer.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.installer.yaml @@ -1,20 +1,20 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.997 -InstallerType: exe -Scope: user -InstallModes: -- interactive -- silent -UpgradeBehavior: install -Protocols: -- discord -ProductCode: DiscordDevelopment -Installers: -- Architecture: x64 - InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.997/DiscordDevelopmentSetup.exe - InstallerSha256: 1CF9904D2CC98FFF93C4F5E398FEC85E493133182C7C62932F4DFBF2B4BD0E6F -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.997 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- discord +ProductCode: DiscordDevelopment +Installers: +- Architecture: x64 + InstallerUrl: https://development.dl2.discordapp.net/distro/app/development/win/x64/1.0.997/DiscordDevelopmentSetup.exe + InstallerSha256: CCB3D0BEBB89D9A689182EF6F3F07CA414C930AC1EAD8E80254D5EBCD8819500 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.en-US.yaml b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.en-US.yaml index c10afbd7ce84..48101ebd2925 100644 --- a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.en-US.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.en-US.yaml @@ -1,33 +1,33 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.997 -PackageLocale: en-US -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: Proprietary -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: Your Place to Talk and Hang Out -Description: |- - Discord is the easiest way to talk over voice, video, and text. - Talk, chat, hang out, and stay close with your friends and communities. -Moniker: discord-development -Tags: -- chat -- community -- gaming -- hang-out -- talk -- video -- voice -- voice-chat -PurchaseUrl: https://discord.com/nitro -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.997 +PackageLocale: en-US +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: Proprietary +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: Your Place to Talk and Hang Out +Description: |- + Discord is the easiest way to talk over voice, video, and text. + Talk, chat, hang out, and stay close with your friends and communities. +Moniker: discord-development +Tags: +- chat +- community +- gaming +- hang-out +- talk +- video +- voice +- voice-chat +PurchaseUrl: https://discord.com/nitro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.zh-CN.yaml index 7ca1c6f1e146..d32244964640 100644 --- a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.zh-CN.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.locale.zh-CN.yaml @@ -1,29 +1,29 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.997 -PackageLocale: zh-CN -Publisher: Discord Inc. -PublisherUrl: https://discord.com/ -PublisherSupportUrl: https://support.discord.com/ -PrivacyUrl: https://discord.com/privacy -Author: Discord Inc. -PackageName: Discord Development -PackageUrl: https://discord.com/download -License: 专有软件 -LicenseUrl: https://discord.com/terms -Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. -ShortDescription: 玩耍聊天的地方 -Description: |- - Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 - 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 -Tags: -- 开黑 -- 游戏 -- 聊天 -- 语音 -- 语音聊天 -PurchaseUrl: https://discord.com/nitro -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.997 +PackageLocale: zh-CN +Publisher: Discord Inc. +PublisherUrl: https://discord.com/ +PublisherSupportUrl: https://support.discord.com/ +PrivacyUrl: https://discord.com/privacy +Author: Discord Inc. +PackageName: Discord Development +PackageUrl: https://discord.com/download +License: 专有软件 +LicenseUrl: https://discord.com/terms +Copyright: Copyright (c) 2026 Discord Inc. All rights reserved. +ShortDescription: 玩耍聊天的地方 +Description: |- + Discord 是最简单易用的通讯工具,兼具语音、视频以及文字信息功能。 + 您可以聊聊天,拉拉家常,一起玩耍,与好友和社区保持紧密联系。 +Tags: +- 开黑 +- 游戏 +- 聊天 +- 语音 +- 语音聊天 +PurchaseUrl: https://discord.com/nitro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.yaml b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.yaml index bf20b7151a2f..ada36b7bb274 100644 --- a/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.yaml +++ b/manifests/d/Discord/Discord/Development/1.0.997/Discord.Discord.Development.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Discord.Discord.Development -PackageVersion: 1.0.997 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jun/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Discord.Discord.Development +PackageVersion: 1.0.997 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.installer.yaml new file mode 100644 index 000000000000..0c6decad306a --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.1.6/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.1.6 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{DED75D4E-5081-452B-8129-34F3BFD91835}' +AppsAndFeaturesEntries: +- DisplayName: Dolt 2.1.6 + ProductCode: '{DED75D4E-5081-452B-8129-34F3BFD91835}' + UpgradeCode: '{6BC40754-759D-4899-9FD3-E6BE1823CACD}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/Dolt' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v2.1.6/dolt-windows-amd64.msi + InstallerSha256: 93D628E737ED9FCFC4A0C31CBAC839A0C0FA4B29B3B91BFC7E50FD9EE1FADE20 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 000000000000..216527093b64 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.1.6/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.1.6 +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.1.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/2.1.6/DoltHub.Dolt.yaml new file mode 100644 index 000000000000..a3c5ece7925f --- /dev/null +++ b/manifests/d/DoltHub/Dolt/2.1.6/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.1.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.installer.yaml b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.installer.yaml new file mode 100644 index 000000000000..1135e5b389cb --- /dev/null +++ b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.installer.yaml @@ -0,0 +1,12 @@ +PackageIdentifier: dagaza.Qube +PackageVersion: 1.0.0 +InstallerType: inno +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dagaza/Qube/releases/download/v1.0.0/Qube-1.0.0-Setup.exe + InstallerSha256: F89F5A1F3231C2918EB15F272D80CCF736936FA7B75937455F14857360ECE553 + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.locale.en-US.yaml b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.locale.en-US.yaml new file mode 100644 index 000000000000..fa8208a8684f --- /dev/null +++ b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.locale.en-US.yaml @@ -0,0 +1,24 @@ +PackageIdentifier: dagaza.Qube +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: dagaza +PublisherUrl: https://github.com/dagaza +PackageName: Qube +License: MIT +LicenseUrl: https://github.com/dagaza/Qube/blob/main/LICENSE +ShortDescription: Local hardware-accelerated AI desktop assistant +Description: >- + Qube is a fully local, privacy-first, voice-to-voice AI desktop assistant. + It integrates speech-to-text, text-to-speech, retrieval-augmented generation, + and local LLM inference into a native PyQt6 desktop shell. +PackageUrl: https://github.com/dagaza/Qube +Tags: + - ai + - assistant + - local + - privacy + - voice + - llm + - desktop +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.yaml b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.yaml new file mode 100644 index 000000000000..6dff278fcfc2 --- /dev/null +++ b/manifests/d/dagaza/Qube/1.0.0/dagaza.Qube.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: dagaza.Qube +PackageVersion: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.installer.yaml b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.installer.yaml new file mode 100644 index 000000000000..a5f2aac37a42 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.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: datamitsu.datamitsu +PackageVersion: 0.1.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.1/datamitsu_0.1.1_windows_arm64.zip + InstallerSha256: b3356661f9da5a18185c2d739946b943e607d55cf91dc59aaa47fab8c99933a0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: datamitsu.exe + PortableCommandAlias: datamitsu + InstallerUrl: https://github.com/datamitsu/datamitsu/releases/download/v0.1.1/datamitsu_0.1.1_windows_amd64.zip + InstallerSha256: 489f9a9128ebf7a4debb5efce0e8fe5b9c2b5d389f6eac4da872b29baf26489f + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.locale.en-US.yaml b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.locale.en-US.yaml new file mode 100644 index 000000000000..aa3661af1749 --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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: datamitsu.datamitsu +PackageVersion: 0.1.1 +PackageLocale: en-US +Publisher: datamitsu +PublisherUrl: https://datamitsu.com/ +PublisherSupportUrl: https://github.com/datamitsu/datamitsu/issues/new +PackageName: datamitsu +PackageUrl: https://datamitsu.com/ +License: mit +LicenseUrl: https://github.com/datamitsu/datamitsu/blob/main/LICENSE +Copyright: datamitsu contributors +CopyrightUrl: https://github.com/datamitsu/datamitsu/blob/main/LICENSE +ShortDescription: Configuration management and binary distribution tool. +Description: |- + Configuration management and binary distribution tool. + JavaScript-configurable tool orchestration for linting and development workflows. +Moniker: datamitsu +Tags: + - golang + - cli + - devtools +ReleaseNotes: | + ## Changelog + ### Features + * d89f9e6692d6143f98d3a9973cd9266bf8e381cc: feat(binmanager): add exponential backoff retry for transient download failures (#100) (@shibanet0) + * 08edc647db2b964e7d82a925ad31976bf70086c7: feat(tooling): add tool skip field, report skips with reasons, and --fail-on-skip (#102) (@shibanet0) + ### Bug Fixes + * 91e4c0d1e4b8b3ba7925cf6d7688abc4a90b7ce0: fix(binmanager): support GNU sparse tar entries during extraction (#101) (@shibanet0) +ReleaseNotesUrl: https://github.com/datamitsu/datamitsu/releases/tag/v0.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.yaml b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.yaml new file mode 100644 index 000000000000..3b783268832a --- /dev/null +++ b/manifests/d/datamitsu/datamitsu/0.1.1/datamitsu.datamitsu.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: datamitsu.datamitsu +PackageVersion: 0.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.installer.yaml b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.installer.yaml new file mode 100644 index 000000000000..a0724ec6d8e1 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.installer.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 5.0.9.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v5.0.9.0/dnGREP.5.0.9.x86.msi + InstallerSha256: 0ce7b2c6b56e1fede2e9a0d1773da0336231d0c769a7026f762b6f03cfbd4d19 + ProductCode: '{815C7B2C-60F8-451D-BA6A-6F49BB224170}' + AppsAndFeaturesEntries: + - DisplayName: dnGrep 5.0.9 (x86) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +- Architecture: x64 + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v5.0.9.0/dnGREP.5.0.9.x64.msi + InstallerSha256: e83a9610c2766fe3c67688ea9b5b5486b5862f57a8d4a2734e367992ca75e19d + ProductCode: '{358F4700-B751-404F-BBD4-75F6438B815C}' + AppsAndFeaturesEntries: + - DisplayName: dnGrep 5.0.9 (x64) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +- Architecture: arm64 + InstallerUrl: https://github.com/dnGrep/dnGrep/releases/download/v5.0.9.0/dnGREP.5.0.9.ARM64.msi + InstallerSha256: cd9063ce6580f3ea85c59e9cf2b3c12f13990e6229ee489e0bc71baa6fbb8d00 + ProductCode: '{97E2A220-D3D2-4173-B8D0-DC08FB6B8BBC}' + AppsAndFeaturesEntries: + - DisplayName: dnGrep 5.0.9 (ARM64) + UpgradeCode: '{4CF55558-B642-482E-9FBF-06EA5AEC8276}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.locale.en-US.yaml b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.locale.en-US.yaml new file mode 100644 index 000000000000..51f6cdab0a84 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 5.0.9.0 +PackageLocale: en-US +Publisher: dnGrep Community Contributors +PublisherUrl: https://dngrep.github.io +PublisherSupportUrl: https://github.com/dnGrep/dnGrep/issues +Author: dnGrep Community Contributors +PackageName: dnGREP +PackageUrl: https://dngrep.github.io +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/dnGrep/dnGrep/master/license.txt +ShortDescription: dnGrep allows you to search across files with easy-to-read results. +Description: |- + dnGrep allows you to search across files with easy-to-read results. + Search through text files, Word, Excel and PowerPoint documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more. +Moniker: dngrep +Tags: +- grep +- search +ReleaseNotes: |- + Other updates + - .NET v10.0.9 +ReleaseNotesUrl: https://github.com/dnGrep/dnGrep/releases/tag/v5.0.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.yaml b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.yaml new file mode 100644 index 000000000000..5cb550b7c350 --- /dev/null +++ b/manifests/d/dnGrep/dnGrep/5.0.9.0/dnGrep.dnGrep.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: dnGrep.dnGrep +PackageVersion: 5.0.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.installer.yaml b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.installer.yaml new file mode 100644 index 000000000000..9b67b5a0a46e --- /dev/null +++ b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EarendilWorks.pi +PackageVersion: 0.79.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pi.exe +Commands: +- pi +ReleaseDate: 2026-06-09 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/earendil-works/pi/releases/download/v0.79.1/pi-windows-x64.zip + InstallerSha256: 4CE3382DC57127E66167E9D210BA4474404968116971E556AA34058F27CC4B92 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.locale.en-US.yaml b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.locale.en-US.yaml new file mode 100644 index 000000000000..94fac594287e --- /dev/null +++ b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EarendilWorks.pi +PackageVersion: 0.79.1 +PackageLocale: en-US +Publisher: EARENDIL INC. +PublisherUrl: https://github.com/earendil-works +PublisherSupportUrl: https://github.com/earendil-works/pi/issues +Author: Mario Zechner +PackageName: pi +PackageUrl: https://github.com/earendil-works/pi +License: MIT +LicenseUrl: https://github.com/earendil-works/pi/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Mario Zechner +ShortDescription: AI coding assistant with read, bash, edit, write tools +Description: |- + Pi is a minimal terminal coding harness. Adapt pi to your workflows, not the other way around, without having to fork and modify pi internals. Extend it with TypeScript Extensions, Skills, Prompt Templates, and Themes. Put your extensions, skills, prompt templates, and themes in Pi Packages and share them with others via npm or git. + Pi ships with powerful defaults but skips features like sub agents and plan mode. Instead, you can ask pi to build what you want or install a third party pi package that matches your workflow. + Pi runs in four modes: interactive, print or JSON, RPC for process integration, and an SDK for embedding in your own apps. See openclaw/openclaw for a real-world SDK integration. +Moniker: pi +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + New Features + - Claude Fable 5 - Claude Fable 5 is now available on the Anthropic and Amazon Bedrock providers, with adaptive thinking and xhigh effort support. + - Prompt template defaults - Prompt templates can use default positional arguments such as ${1:-7} for optional values. See Prompt Template Arguments. + - Configurable project trust defaults - defaultProjectTrust lets users choose whether unresolved project trust asks, always trusts, or never trusts by default, and extensions can inspect effective trust decisions. See Project Trust and ctx.isProjectTrusted(). + - Natural extension autocomplete triggers - Extension autocomplete providers can declare trigger characters such as # or $ so suggestions open without slash-command prefixes. See Autocomplete Providers. + Added + - Added default-value expansion for prompt template positional arguments, e.g. ${1:-7} (#5553 by @dannote). + - Added areExperimentalFeaturesEnabled feature guard to allow users to opt in to early features (#5547 by @vegarsti). + - Added ctx.isProjectTrusted() for extensions to observe the effective project trust decision, including temporary trust decisions (#5523). + - Added a global defaultProjectTrust setting to choose whether unresolved project trust asks, always trusts, or never trusts by default. + - Added extension autocomplete trigger character support for ctx.ui.addAutocompleteProvider() wrappers (#4703). + - Added Claude Fable 5 model support inherited from @earendil-works/pi-ai for the Anthropic and Amazon Bedrock providers, with adaptive thinking and xhigh effort support. + Fixed + - Fixed inherited Amazon Bedrock inference profile ARN region resolution to prefer the ARN's embedded region over AWS_REGION (#5527 by @AJM10565). + - Fixed inherited IME hardware cursor positioning while slash-command autocomplete is visible (#5283 by @smoosex). + - Fixed inherited z.ai thinking-off requests to send the provider's thinking: { type: "disabled" } compatibility parameter (#5330). + - Fixed inherited OpenCode completions model metadata to send explicit maxTokens as max_tokens (#5331). + - Fixed inherited Moonshot Kimi thinking-off requests to send the provider's thinking: { type: "disabled" } compatibility parameter (#5531). + - Fixed inherited Azure OpenAI Responses requests to disable server-side response storage (#5530). + - Fixed inherited Azure GPT-5.4 and GPT-5.5 context window metadata to 1,050,000 tokens, matching Azure Foundry deployments instead of OpenAI's 272k limit (#5559). + - Fixed inherited OpenAI and Azure GPT-5 Pro maxTokens metadata to 128,000, correcting an upstream value that duplicated the input sub-limit as the output limit (#5559). + - Fixed inherited prompt history navigation to restore the current draft when returning from history browsing (#5494). + - Fixed inherited wrapping for mixed Latin and CJK text so unspaced CJK runs can break at grapheme boundaries without leaving large trailing gaps (#5495). + - Fixed extension OAuth login prompts to keep previous submitted prompt rows stable instead of mirroring the active input value (#5433). + - Fixed /reload to apply updated steeringMode and followUpMode settings to the current session (#5377). + - Fixed invalid models.json syntax to skip startup config migrations and report the normal file-path-aware models error instead of a raw JSON parse stack trace (#5418). + - Fixed GitHub release notes and interactive changelog links to resolve package-relative documentation URLs correctly (#5516). + - Fixed CLI help and version output, including plain redirected --help/--version output and simplified list/config help text. + - Fixed /new from ephemeral sessions to keep the new session ephemeral instead of persisting it by default (#5045). + - Clarified custom model docs that name and modelOverrides.name do not replace model IDs in the footer or primary model lists (#4841). +ReleaseNotesUrl: https://github.com/earendil-works/pi/releases/tag/v0.79.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.locale.zh-CN.yaml b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.locale.zh-CN.yaml new file mode 100644 index 000000000000..e93923fb9af3 --- /dev/null +++ b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.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: EarendilWorks.pi +PackageVersion: 0.79.1 +PackageLocale: zh-CN +ShortDescription: 具备读取、Bash、编辑、写入工具的 AI 编程助手 +Description: |- + Pi 是一款轻量型终端编码工具集。无需复刻并修改 Pi 的内部代码,就能让 Pi 适配你的工作流,而非反过来让你迁就 Pi。你可以通过 TypeScript 扩展、技能模块、提示词模板和主题对 Pi 进行拓展。把你开发的扩展、技能模块、提示词模板和主题打包为 Pi 包,即可通过 npm 或 git 分享给其他用户。 + Pi 默认搭载的功能十分强大,但未内置子代理、计划模式这类功能。你可以让 Pi 生成你需要的功能,或是安装适配你工作流的第三方 Pi 包即可。 + Pi 支持四种运行模式:交互模式、打印/JSON 输出模式、用于流程集成的 RPC 模式,以及可嵌入你自有应用的 SDK 模式。实际的 SDK 集成案例可参考 openclaw/openclaw 项目。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.yaml b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.yaml new file mode 100644 index 000000000000..2fdf6ab2a944 --- /dev/null +++ b/manifests/e/EarendilWorks/pi/0.79.1/EarendilWorks.pi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EarendilWorks.pi +PackageVersion: 0.79.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.21/Element.Element.installer.yaml b/manifests/e/Element/Element/1.12.21/Element.Element.installer.yaml new file mode 100644 index 000000000000..ace13b11f608 --- /dev/null +++ b/manifests/e/Element/Element/1.12.21/Element.Element.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.21 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ProductCode: element-desktop +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.12.21.exe + InstallerSha256: C5AD3981FBE643F4CBFA48C5A813E586EAC69D06D44C1B8C5048F75FA7A2E869 +- Architecture: arm64 + InstallerUrl: https://packages.element.io/desktop/install/win32/arm64/Element%20Setup%201.12.21.exe + InstallerSha256: 682DD8490C46D90729BB2063D656D4D145D6D7E103B2C6AF7B528258C529B5C4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.21/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.12.21/Element.Element.locale.en-US.yaml new file mode 100644 index 000000000000..c83f5c5bbe22 --- /dev/null +++ b/manifests/e/Element/Element/1.12.21/Element.Element.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.21 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only or GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2026 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Bump module API to 1.14.0 (#33685). Contributed by @Half-Shot. + - Apply new design and display logic to logout confirmation dialog (#33426). Contributed by @uhoreg. + - Room list: improve custom sections in Spaces (#33523). Contributed by @florianduros. + - Periodically nag the user if their device remains unverified (#33346). Contributed by @uhoreg. + - Use the separator as border between roomlist and main panel (#33598). Contributed by @MidhunSureshR. + - Add support for m.recent_emoji account data event (#33172). Contributed by @t3chguy. + - Room list: reduce font size of sections (#33580). Contributed by @florianduros. + 🐛 Bug Fixes + - [Backport staging] Recreate resizer view-model when switching to/from module renderer view (#33795). Contributed by @RiotRobot. + - Remove resizer from fullscreen modules(like multiroom) (#33684). Contributed by @langleyd. + - fix: use configured brand name in JSON and PlainText chat export filenames (#33680). Contributed by @RoySerbi. + - Fix pinned message banner disappearing when a pinned message event is unkown (#33534). Contributed by @florianduros. +ReleaseNotesUrl: https://github.com/element-hq/element-web/releases/tag/v1.12.21 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.21/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.12.21/Element.Element.locale.zh-CN.yaml new file mode 100644 index 000000000000..01111a9a3e16 --- /dev/null +++ b/manifests/e/Element/Element/1.12.21/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.21 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only 或 GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2026 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +ReleaseNotesUrl: https://github.com/element-hq/element-web/releases/tag/v1.12.21 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.21/Element.Element.yaml b/manifests/e/Element/Element/1.12.21/Element.Element.yaml new file mode 100644 index 000000000000..dfff340e1c26 --- /dev/null +++ b/manifests/e/Element/Element/1.12.21/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.installer.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.installer.yaml new file mode 100644 index 000000000000..b4fc93f97fd6 --- /dev/null +++ b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FireAlpaca.FireAlpaca +PackageVersion: 2.16.0.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://firealpaca.com/download/win64 + InstallerSha256: 285D42267E2532132B95020270C77F7DAACD0694013E2621BBACA760B5C9E0C5 + ProductCode: FireAlpaca64_is1 + AppsAndFeaturesEntries: + - DisplayName: FireAlpaca 2.13.0 (64bit) + ProductCode: FireAlpaca64_is1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.locale.en-US.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.locale.en-US.yaml new file mode 100644 index 000000000000..9071fd8908d9 --- /dev/null +++ b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FireAlpaca.FireAlpaca +PackageVersion: 2.16.0.0 +PackageLocale: en-US +Publisher: firealpaca.com +PublisherUrl: https://firealpaca.com/ +PackageName: FireAlpaca +PackageUrl: https://firealpaca.com/ +License: Freeware +Copyright: Copyright (c)2022 firealpaca.com All Rights Reserved. +ShortDescription: FireAlpaca is the free Digital Painting Software that is compatible with both Mac and Windows. +ReleaseNotesUrl: https://firealpaca.com/download/#history +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.yaml b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.yaml similarity index 54% rename from manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.yaml rename to manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.yaml index 82dab3d39395..0e27dfaf3b63 100644 --- a/manifests/a/Apryse/XodoPDFReader/2026.1.0/Apryse.XodoPDFReader.yaml +++ b/manifests/f/FireAlpaca/FireAlpaca/2.16.0.0/FireAlpaca.FireAlpaca.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/13 +# Automatically updated by the winget bot at 2026/Jun/10 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Apryse.XodoPDFReader -PackageVersion: 2026.1.0 +PackageIdentifier: FireAlpaca.FireAlpaca +PackageVersion: 2.16.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.installer.yaml b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.installer.yaml new file mode 100644 index 000000000000..5a9926aee41d --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-cli +PackageVersion: 1.3.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: example-cli.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-06-09 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/example-cli/releases/download/v1.3.2/example-cli_Windows_x64.zip + InstallerSha256: 16E3F34778B0CAC1B8ABCD5553EC1E2062AC5C26652C01CC1C70693CBAEB50F5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.locale.en-US.yaml b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.locale.en-US.yaml new file mode 100644 index 000000000000..0ad0b6e68308 --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-cli +PackageVersion: 1.3.2 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/example-cli/issues +Author: Vectronic +PackageName: Example CLI +PackageUrl: https://github.com/flowscripter/example-cli +License: MIT +LicenseUrl: https://github.com/flowscripter/example-cli/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Simple example CLI using dynamic-cli-framework +ReleaseNotes: |- + 1.3.2 (2026-06-09) + Bug Fixes + - detect linux architecture in install script (#65) (adc4726) +ReleaseNotesUrl: https://github.com/flowscripter/example-cli/releases/tag/v1.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.yaml b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.yaml new file mode 100644 index 000000000000..00701efbae7a --- /dev/null +++ b/manifests/f/Flowscripter/example-cli/1.3.2/Flowscripter.example-cli.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-cli +PackageVersion: 1.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.installer.yaml b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.installer.yaml new file mode 100644 index 000000000000..c5d3c9ebc208 --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.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: Flywheel.Local +PackageVersion: 10.1.1 +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: db9b6d64-7ad2-556e-893c-24e21cb471e1 +ReleaseDate: 2026-06-08 +AppsAndFeaturesEntries: +- DisplayName: Local 9.2.9 + ProductCode: db9b6d64-7ad2-556e-893c-24e21cb471e1 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://cdn.localwp.com/releases-stable/10.1.1+6939/local-10.1.1-windows.exe + InstallerSha256: D7498321F9892AB1ADD028741B3AABD868798BC544E2B23F07D1AE1AB53EAB84 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x86 + Scope: machine + InstallerUrl: https://cdn.localwp.com/releases-stable/10.1.1+6939/local-10.1.1-windows.exe + InstallerSha256: D7498321F9892AB1ADD028741B3AABD868798BC544E2B23F07D1AE1AB53EAB84 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.locale.en-US.yaml b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.locale.en-US.yaml new file mode 100644 index 000000000000..17bc753f1114 --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flywheel.Local +PackageVersion: 10.1.1 +PackageLocale: en-US +Publisher: WPEngine, Inc. +PublisherUrl: https://localwp.com/ +PublisherSupportUrl: https://localwp.com/help-docs +PrivacyUrl: https://localwp.com/legal/privacy-policy +PackageName: Local +PackageUrl: https://localwp.com/ +License: Proprietary +LicenseUrl: https://localwp.com/legal +Copyright: Copyright (c) 2025 Local +CopyrightUrl: https://localwp.com/legal +ShortDescription: Local is a free local development environment designed to simplify the workflow of WordPress developers and designers. +Moniker: flywheel-local +Tags: +- development +- flywheel +- sites +- web +- wordpress +ReleaseNotes: |- + Features + - direnv support is now built in to Local. Install direnv from https://direnv.net/docs/installation.html (supports macOS and Linux). Learn more: Using direnv with Local + + Fixes + - Improved table rendering and scrolling in the backups tab for sites with long names. + - Disabled “create from backup” when no cloud provider is connected. + + Updates + - Updated Electron to v42 +ReleaseNotesUrl: https://localwp.com/releases/10.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.yaml b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.yaml new file mode 100644 index 000000000000..8c19ec60b553 --- /dev/null +++ b/manifests/f/Flywheel/Local/10.1.1/Flywheel.Local.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: Flywheel.Local +PackageVersion: 10.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/v1.0.61/GitHub.Copilot.installer.yaml b/manifests/g/GitHub/Copilot/v1.0.61/GitHub.Copilot.installer.yaml new file mode 100644 index 000000000000..24eabcd78a83 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.61/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.61 +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.61/copilot-win32-x64.zip + InstallerSha256: 554F2972903385528573500DE183D3A4EF6A8335E22EA252E6588247CA03C466 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.61/copilot-win32-arm64.zip + InstallerSha256: 001AEFDF583D114105E6469B9E59174893E39C93ED4EF18774007DADE649BC4E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/g/GitHub/Copilot/v1.0.61/GitHub.Copilot.locale.en-US.yaml b/manifests/g/GitHub/Copilot/v1.0.61/GitHub.Copilot.locale.en-US.yaml new file mode 100644 index 000000000000..fdc9a599230b --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.61/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.61 +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.61 +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.61/GitHub.Copilot.yaml b/manifests/g/GitHub/Copilot/v1.0.61/GitHub.Copilot.yaml new file mode 100644 index 000000000000..3f10e9e3a071 --- /dev/null +++ b/manifests/g/GitHub/Copilot/v1.0.61/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.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.5/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.5/GiulioSorrentino.CBriscola.Avalonia.installer.yaml index 65db3da84f1f..211e74356ea2 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.5/GiulioSorrentino.CBriscola.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0.5/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -10,7 +10,7 @@ Dependencies: ProductCode: '{68B61DE0-07A0-499E-B3FB-F15893941EBA}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3/CBriscola.Avalonia-2.3.0.5-material-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3.0.6/CBriscola.Avalonia-2.3.0.5-material-amd64.msi InstallerSha256: B4AEE408EB1D9EE9C0FD4ADBF45ADC03E5055B43EA1B7578DF6E8CBB323D72EC ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml index bb0cc920b71e..658ae75a7268 100644 --- a/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/CBriscola/Avalonia/2.3.0/GiulioSorrentino.CBriscola.Avalonia.installer.yaml @@ -10,10 +10,10 @@ Dependencies: ProductCode: '{68B61DE0-07A0-499E-B3FB-F15893942EB4}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3/CBriscola.Avalonia-2.3.0-material-net10-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3.0.6/CBriscola.Avalonia-2.3.0-material-net10-amd64.msi InstallerSha256: 16AC39B0D0A6B421890D070BB53D8EF15AEBB2ED536A7F5112DC67B0AC886683 - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3/CBriscola.Avalonia-2.3.0-material-net10-arm64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/CBriscola.Material/releases/download/2.3.0.6/CBriscola.Avalonia-2.3.0-material-net10-arm64.msi InstallerSha256: 672EB4EC300690B84285BB0E2A8CE773F408E5EADF66E730073785648647E6C7 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.installer.yaml b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.installer.yaml new file mode 100644 index 000000000000..ff43d787e33d --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.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: GnOuGo.Agent +PackageVersion: 0.10.2 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: GnOuGo.Agent.exe + PortableCommandAlias: gnougo +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.10.2/gnougo-win-x64.zip + InstallerSha256: 0432234539CCC6B1B49353A068DCC780540F89FCC73BE0198DFD1769BA7170E3 +- Architecture: arm64 + InstallerUrl: https://github.com/GnouGo/GnouGo/releases/download/v0.10.2/gnougo-win-arm64.zip + InstallerSha256: 6E62BA0BE6143130FBDDA7BDFA4F88144F3B21BB78470251C9713FBA9938B036 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.locale.en-US.yaml b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.locale.en-US.yaml new file mode 100644 index 000000000000..3906d502293e --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.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: GnOuGo.Agent +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: GnOuGo +PublisherUrl: https://github.com/GnouGo +PublisherSupportUrl: https://github.com/GnouGo/GnouGo/issues +PackageName: GnOuGo +PackageUrl: https://github.com/GnouGo/GnouGo +License: Apache-2.0 +LicenseUrl: https://github.com/GnouGo/GnouGo/blob/main/LICENSE.md +ShortDescription: The Friendly Bear AI Agent +Description: The Friendly Bear AI Agent +Moniker: gnougo +Tags: +- agent +- ai +- desktop +ReleaseNotesUrl: https://github.com/GnouGo/GnouGo/releases/tag/v0.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.yaml b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.Agent.yaml new file mode 100644 index 000000000000..6d0f52b4db39 --- /dev/null +++ b/manifests/g/GnOuGo/Agent/0.10.2/GnOuGo.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: GnOuGo.Agent +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.installer.yaml b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.installer.yaml new file mode 100644 index 000000000000..e9f5899f6c65 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.7 +InstallerType: portable +Commands: +- agy +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.7-5436940900761600/windows-x64/cli_windows_x64.exe + InstallerSha256: FB6AA53A749F20604713A1261572DD4D182F69C7D15253AE3A7552C22478BD8F +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.7-5436940900761600/windows-arm/cli_windows_arm64.exe + InstallerSha256: F5FCF2129DCF8F31DBD207BE74EBB8748CE4F414C8F97B29C0E1B051FBB55293 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.en-US.yaml b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.en-US.yaml new file mode 100644 index 000000000000..ff1133c6dda8 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.7 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity CLI +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest. +Description: |- + The Antigravity CLI is the lightweight Terminal User Interface (TUI) surface of Antigravity. It brings the same core agentic capabilities as Antigravity 2.0—including multi-step reasoning, multi-file editing, tool calling, and conversation history—directly to your terminal. + The CLI is the ideal tool for keyboard-centric developers and remote SSH workflows, optimized for speed and low resource overhead. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- gemini +- large-language-model +- llm +- programming +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.zh-CN.yaml b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..1fa8591b8a19 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.7 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 直接在您的代码库中使用 Antigravity。在终端中完成构建、调试和发布。只需描述您的需求,剩下的交给 Antigravity 即可。 +Description: |- + Antigravity CLI 是 Antigravity 的轻量级终端用户界面(TUI)。它将 Antigravity 2.0 的核心智能体能力——包括多步推理、多文件编辑、工具调用和对话历史——直接带入您的终端。 + 该 CLI 是以键盘为中心的开发者和远程 SSH 工作流的理想工具,并针对速度和低资源占用进行了优化。 +Tags: +- gemini +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 智能体 +- 编程 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.yaml b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.yaml new file mode 100644 index 000000000000..4b2e9117ab62 --- /dev/null +++ b/manifests/g/Google/AntigravityCLI/1.0.7/Google.AntigravityCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Google.AntigravityCLI +PackageVersion: 1.0.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.installer.yaml new file mode 100644 index 000000000000..155e88e5f270 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.267.1898 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ProductCode: Grammarly Desktop Integrations +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.267.1898/GrammarlyInstaller.exe + InstallerSha256: B08351658417AA523E014D01BAAF5DB789240405E19FEB4C3294E5E5E6D52604 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.267.1898/GrammarlyInstaller.exe + InstallerSha256: B08351658417AA523E014D01BAAF5DB789240405E19FEB4C3294E5E5E6D52604 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 000000000000..dca50ecf2946 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.267.1898 +PackageLocale: en-US +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: Proprietary +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: Compose bold, clear, mistake-free writing with Grammarly’s new AI-powered desktop Windows app. +Tags: +- english +- grammar +- writing +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 000000000000..c3f9a1f755b6 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.267.1898 +PackageLocale: zh-CN +Publisher: Grammarly +PublisherUrl: https://www.grammarly.com/ +PublisherSupportUrl: https://support.grammarly.com/ +PrivacyUrl: https://www.grammarly.com/privacy-policy +Author: Grammarly Inc. +PackageName: Grammarly for Windows +PackageUrl: https://www.grammarly.com/desktop/windows +License: 专有软件 +LicenseUrl: https://www.grammarly.com/terms +Copyright: Copyright © 2009-2026 Grammarly Inc. +ShortDescription: 使用 Grammarly 的 AI 驱动的新 Windows 桌面应用,撰写大胆、清晰、无错误的文章。 +Tags: +- 写作 +- 英语 +- 语法 +PurchaseUrl: https://www.grammarly.com/plans +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.yaml new file mode 100644 index 000000000000..d427fd860edf --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.267.1898/Grammarly.Grammarly.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Grammarly.Grammarly +PackageVersion: 1.2.267.1898 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.installer.yaml b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.installer.yaml new file mode 100644 index 000000000000..1a39bfef5323 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.15 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f3bfde38-8429-545c-a4e9-a078d87dee6c +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.15/AionUi-2.1.15-win-x64.exe + InstallerSha256: 694D8DA22CC06C72CA9E03A9E76CCBBB2F127F51E4DEECDF920AB79946453379 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.15/AionUi-2.1.15-win-x64.exe + InstallerSha256: 694D8DA22CC06C72CA9E03A9E76CCBBB2F127F51E4DEECDF920AB79946453379 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/iOfficeAI/AionUi/releases/download/v2.1.15/AionUi-2.1.15-win-arm64.exe + InstallerSha256: 3B8B9307C5A71F015BA3F9F532C696D9328737BAE3FF6A49C4499560BEECCB81 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.en-US.yaml b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.en-US.yaml new file mode 100644 index 000000000000..181d487d1ca1 --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.15 +PackageLocale: en-US +Publisher: aionui +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/AionUi/issues +PrivacyUrl: https://office-ai.net/privacy-policy/ +Author: Hying Technology Co., Ltd. +PackageName: AionUi +PackageUrl: https://github.com/iOfficeAI/AionUi +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/AionUi/blob/HEAD/LICENSE +Copyright: Copyright 2026 AionUi (aionui.com) +ShortDescription: Free, local, open-source GUI app for Gemini CLI — Enhance Chat Experience, Multi-tasking, Code Diff View, File & Project Management, and more +Tags: +- ai +- code +- coding +- gemini +- gemini-cli +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - AIO-103: make log directory configurable by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3233 + - chore(docs): update WeChat group QR code to wx-11 by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3248 + - chore(ci): publish updater metadata during release distribution by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3239 + - fix(desktop): pass desktop pid to bundled backend by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3250 + - fix(mobile): login selector, sendbox stop button, hide export UI by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3254 + - Render localized ACP empty-turn info tips by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3251 + - feat: enforce agent runtime policy and turn-aware UI state by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3253 + - Revert "chore(ci): add CDN metadata sync workflow" by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3256 + - fix(conversation): align header model label with selector by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3257 + - chore: bump version to 2.1.15 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3259 + Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.14...v2.1.15 +ReleaseNotesUrl: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.15 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/AionUi/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.zh-CN.yaml b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.zh-CN.yaml new file mode 100644 index 000000000000..7054c89543de --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.15 +PackageLocale: zh-CN +PublisherUrl: https://www.haiyingsec.cn/ +PrivacyUrl: https://www.office-ai.cn/privacy-policy +Author: 珠海海鹦安全科技有限公司 +ShortDescription: 免费、本地、开源的 Gemini CLI 图形界面应用 — 提升聊天体验、支持多任务处理、代码差异对比、文件与项目管理,以及更多功能 +Tags: +- gemini +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 编程 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.yaml b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.yaml new file mode 100644 index 000000000000..a721fb91673a --- /dev/null +++ b/manifests/h/HaiYing/AionUi/2.1.15/HaiYing.AionUi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.AionUi +PackageVersion: 2.1.15 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 000000000000..024592761025 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.108 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.108/officecli-win-x64.exe + InstallerSha256: 643485A71367C1E0389F4C7E6781976E2AB80C84A0D43491D3B9C3FDDB727F62 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.108/officecli-win-arm64.exe + InstallerSha256: 4C583E396C108E4D0B2700E4266CD73F012797040121C9876194AE6A40E218FB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 000000000000..099998f17916 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.108 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: |- + What's Changed + - fix(xlsx): shift embedded formulas in dataValidation/conditionalFormatting/table on row insert/delete by @dragonwhites in https://github.com/iOfficeAI/OfficeCLI/pull/146 + - fix(xlsx): clamp conditional-format sqref expansion to the sheet's used extent by @dragonwhites in https://github.com/iOfficeAI/OfficeCLI/pull/147 + New Contributors + - @dragonwhites made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/146 + Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.107...v1.0.108 +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.108 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 000000000000..4aae2d960682 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.108 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.yaml new file mode 100644 index 000000000000..888e1331683d --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.108/HaiYing.OfficeCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.108 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.installer.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.installer.yaml new file mode 100644 index 000000000000..bca2140a66a9 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.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: HeidiSQL.HeidiSQL +PackageVersion: 12.18.0.7304 +InstallerType: inno +UpgradeBehavior: install +FileExtensions: +- sql +ProductCode: HeidiSQL_is1 +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- ProductCode: HeidiSQL_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HeidiSQL' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/HeidiSQL/HeidiSQL/releases/download/v12.18/HeidiSQL_12.18.0.7304_Setup.exe + InstallerSha256: 2EF48652853A353277AA2D671D955A4C90E4768DA810901BAD1F902C091FDFF9 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/HeidiSQL/HeidiSQL/releases/download/v12.18/HeidiSQL_12.18.0.7304_Setup.exe + InstallerSha256: 2EF48652853A353277AA2D671D955A4C90E4768DA810901BAD1F902C091FDFF9 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.locale.en-US.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.locale.en-US.yaml new file mode 100644 index 000000000000..5d617e524c40 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.locale.en-US.yaml @@ -0,0 +1,135 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.18.0.7304 +PackageLocale: en-US +Publisher: Ansgar Becker +PublisherUrl: https://www.anse.de/ +PublisherSupportUrl: https://www.heidisql.com/help.php +PrivacyUrl: https://www.heidisql.com/privacy.php +Author: Ansgar Becker +PackageName: HeidiSQL +PackageUrl: https://www.heidisql.com/ +License: GPL-2.0 +LicenseUrl: https://github.com/HeidiSQL/HeidiSQL/blob/HEAD/LICENSE +Copyright: Copyright (c) 2000-2026 Ansgar Becker +ShortDescription: A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi +Description: HeidiSQL is free software for people who work with databases, and aims to be intuitive to use. "Heidi" lets you connect to a variety of databases, like MariaDB, MySQL, Microsoft SQL, PostgreSQL, SQLite, Interbase and Firebird. Once you are connected, you can edit data and structures in these databases. Invented in 2002 by Ansgar, HeidiSQL is still a popular tool for MariaDB and MySQL, and actively maintained. +Moniker: heidisql +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- postgresql +- programming +- sql +- sqlite +ReleaseNotes: |- + 12.18 - 2026-06-09 + ⛰️ Features + - (packaging) Create .rpm package through Makefile, plus let GH action run that step in release mode - (fc728cf) + - Create checkbox in advanced session setting for new ForceUnicode setting - (75a0f7f) + - Create opt-out setting "ForceUnicode", for sessions which shall not force Unicode communication - (ed9a94f) + - Enable connection port visible in a column of the session tree - (7cfdb97) + - Display auth plugin in a new column of the user listing tree - (3e4f562) + - Support authentication plugin selection in user manager - (07112a0) + - Grid export option for exporting the focused grid column only - (d896680) + - Bypass automatic foreign key lookup in data grid editing through new menu item - (a5ae04b) + - Add a separate menu item "copy formatted text", using the old code for copying SynEdit-highlighted text as HTML - (84c63c6) + - Filter edit box for shortcuts in preferences - (fb243fc) + - Create CLI app for adding PE security flags to heidisql.exe - (3e797e2) + - Rename snippet per right-click on query helpers tree - (7171e48) + - Name columns in SELECT when exporting table with invisible columns - (1799b0d) + - Support invisible indexes on MySQL 8.0+ and ignored indexes on MariaDB 10.6+ - (b3fa484) + - Support assigning a default role to a user - (96d2aef) + - Support assigning roles to a user or role - (96717cd) + - Do not require MySQL's RELOAD privilege just for opening the user manager - (f79d9a5) + - When nodes are filtered, change "Check all" action to "Change all visible" - (ebd60b3) + - Disable role rename, add menu item for creating a role, support role deletion - (83472c5) + - Prevent editing contents of generated columns in data grid - (9ecdff0) + - Basic support for MariaDB user roles, loaded without SQL error and shown with a different icon - (3249401) + - Add context menu item for deleting a single query from the history - (0035d5e) + - Reset a table's current auto_increment value in "delete + insert data" mode - (0422bb3) + - Support cancelling server login dialog - (e5b9574) + - Keep EXPLAIN output format traditional, on newer MySQL servers - (90f9937) + - Make HTML export dark/light mode aware - (dc046e9) + - Allow setting database to in PostgreSQL connections, and show and in the pulldown selector - (950e2ca) + 🚀 Enhancements + - Disable plugin selector as long as no user was selected - (54dd7d8) + - Do not copy default type and value from previous column when adding columns to a table - (42a061d) + - Suppress dialog for saving modified SQL on app close, when tabs get auto-restored - (4ca01d9) + - Remove FLUSH PRIVILEGES from the user managers FormShow handler. If a click on a non-flushed user in the tree produces an exception, that is caught and shown as a normal error message. - (fe7a5ef) + - 50% black grid lines, should fit on both light and dark theme - (1872916) + - Increase supported table size and row limit for quick filter menu showing distinct values - (48eca57) + 🐛 Bug Fixes + - (ui) Filter away vertical writing fonts with an @ prefix - (1814ee9) + - (ui) Size and margin of buttons on SQL help dialog - (61bc258) + - (ui) Apply the same larger tree node height on Linux - (c770406) + - (ui) Remove default "add user" event from add button, turn it into a pure dropdown button - (d7910c1) + - Copy table dialog crashes when none of dbtree and listtables has Focused=True - (9216061) + - Prefer SHOW KEYS over SHOW INDEXES, which are synonyms, while very old servers only accept the one with KEYS - (b97122c) + - Prevent grid queries from doing "WHERE intcol::text = 1", due to "1" being incompatible to the text value on the left - (bcea889) + - Vulnerability CVE-2025-70873, updating SQLite libs to v3.53.1 - (2930be8) + - Complaint about invalid password length on user plugins which have no fixed password length - (510b141) + - SUBSTRING() on array typed VARCHARs throw "function substr(...) does not exist" - (5f2959d) + - MS SQL throws "Cannot drop database xyz, because it is currently in use" when user is about to drop the current database - (fa2bb05) + - Wrong tab order after inserting new checkbox in the middle - (59d4f1f) + - Space missing in CREATE TABLE code of PG table with SERIAL column - (1633c33) + - Quick filter prompts on numbers break WHERE clause through local formatting - (e7646a0) + - Restore displayed session name in message dialog caption, was removed in commit:63028518f8b0d5869383d3bc0c42f188851797ed - (a6d6e70) + - Missing bottom anchor on shortcuts tree - (f8c4bde) + - Broken ci compilation for Windows - (570fab1) + - Broken ci compilation, move -WB -WR linker options to the conditionals section of the lpi file - (97ec20b) + - Turn exception in ParseViewStructure into a log message - (7562a1e) + - Data grid filter cut with several double-dash comments on one line - (dac7b0e) + - Hidden input box for line terminator in csv import dialog - (f20d634) + - Mouse click in edited row calls save action although focus did not change - (b8313e5) + - SSH command line tweaks, patch from jarczakpawel - (454571e) + - Broken compilation due encoding update to utf-8: ellipsis char constant seen as string now, instead of char - (26b9696) + - Replace hardcoded Windows directory separator with DirectorySeparator - (41615e6) + - Explicitly set client encoding on PG connection - (79c5e4c) + - MSSQL foreign key lookup to include table schema - (305534d) + - Wrong ENUM column type detection, due to less strict regex - (e731fd0) + - Do not start edit mode in ListTables on right mouse button click - (89ccbac) + - Staying on current table by click on "follow foreign key" when the foreign table lives in a different database - (8643172) + - Some crashes found in uploaded crash reports - (7bed735) + - Enable save button after changing default role per combobox - (508b139) + - Support backtick quoted user roles, and some other TValueListEditor related bug fixes - (86ea19c) + - A few compiler warnings - (c6dffe1) + - Pre-select nothing in BOOL grid cell editor on PostgreSQL - (1895959) + - Allow non existent SQLite files, only complain when its path does not exist - (02cf4cb) + - Solution for #2431 breaks other stuff, reverting a part of it - (e940863) + - Editing table data on mysql versions without generated column support - (32f3e6b) + - EAbort crash when copying text from SynEdit without a highlighter - (6c219b9) + - Missing anchors and autosize in user manager form - (91b90bc) + - Reset tree refresh marker earlier, so SetActiveDatabase triggers events and hides the table + data tab after dropping tables - (d2c9c96) + - Prevent crash due to unsupported edit-database feature on MS SQL - (68aeb96) + - Clear data grid before indicating a broken or temporary table for which we get no columns from IS.COLUMNS - (b4ec223) + - Populate SSH executable combo with only a global "ssh" command, do not add .exe files on Linux and macOS - (37f57ce) + - Call to non existent inherited constructor version of TSQLBatch - (b2f4d5b) + - TSQLBatch using backslash for escaping single quotes on all server types. Introduce server type specific TSQLBatch.FEscape char. - (e9af525) + - Crash in SQL export to database for zero length SQL, plus upgrade old-style string handling - (056b5e9) + - Do not delete selected SQL text from editor when trying to focus the position of erroneous SQL - (f5c5f33) + - Crash after canceling query - (ee16571) + 🚜 Refactor + - Convert remaining latin1 unit to utf-8 - (85fb0bd) + - Sync from master - (9727d53) + - Revert most of what I did for #2424 - (3d547fd) + - Prefer qAutoInc in SQLProvider over dedicated AutoIncName method - (2fbb779) + - Simplify some more calls to Query() with the overloaded variants - (b0ab0fc) + - Convert more TFeatureOrRequirement's to TQueryId - (9f21853) + Localize + - Update compiled .mo translation files - (53f95d2) + Contributors + - @ansgarbecker + New Contributors ❤️ + - @jonathanp12 made their first contribution +ReleaseNotesUrl: https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.18 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.locale.zh-CN.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.locale.zh-CN.yaml new file mode 100644 index 000000000000..caa264b0888c --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.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: HeidiSQL.HeidiSQL +PackageVersion: 12.18.0.7304 +PackageLocale: zh-CN +ShortDescription: Delphi 编写的轻量级 MariaDB、MySQL、SQL Server、PostgreSQL、SQLite 管理客户端 +Description: HeidiSQL 是专为使用数据库的用户设计的免费软件,力求直观易用。“Heidi”允许您连接到各种数据库,如 MariaDB、MySQL、Microsoft SQL、PostgreSQL、SQLite、Interbase、Firebird。连接后,您就可以编辑这些数据库中的数据和结构。HeidiSQL 由 Ansgar 于 2002 年发明,现在仍是 MariaDB 和 MySQL 的常用工具,并得到积极维护。 +Tags: +- db2 +- mssql +- mysql +- postgres +- postgresql +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.yaml new file mode 100644 index 000000000000..8da8f450897f --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.18.0.7304/HeidiSQL.HeidiSQL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.18.0.7304 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.21.0/HubDev.HubDev.installer.yaml b/manifests/h/HubDev/HubDev/1.21.0/HubDev.HubDev.installer.yaml new file mode 100644 index 000000000000..823e7e3779a0 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.21.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.21.0 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- DisplayVersion: 1.21.0 +Installers: +- Architecture: x64 + InstallerUrl: https://apt.hubdev.io/v1.21.0/HubDev_1.21.0_Setup.exe + InstallerSha256: D1091ADBA60D4E7CC948A2424EC254BA81800DB4044506224CBD8339DDB75827 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HubDev/HubDev/1.21.0/HubDev.HubDev.locale.en-US.yaml b/manifests/h/HubDev/HubDev/1.21.0/HubDev.HubDev.locale.en-US.yaml new file mode 100644 index 000000000000..7863cca4ab22 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.21.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.21.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.21.0/HubDev.HubDev.yaml b/manifests/h/HubDev/HubDev/1.21.0/HubDev.HubDev.yaml new file mode 100644 index 000000000000..76983e976114 --- /dev/null +++ b/manifests/h/HubDev/HubDev/1.21.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.21.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..1bf3f9c415eb --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.26.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.26.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.26.0/ChatLab-0.26.0-setup.exe + InstallerSha256: 4C00020153BF7F9B919FA8C18490C818A6AD7C9C2F48EA10FECD6B840CD200E2 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.26.0/ChatLab-0.26.0-setup.exe + InstallerSha256: 4C00020153BF7F9B919FA8C18490C818A6AD7C9C2F48EA10FECD6B840CD200E2 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..d21cb536ec99 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.26.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.26.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.26.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.26.0/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..0e1c0bd78b45 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.26.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.26.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 + Add an AI analysis planner with streaming structured plan generation and chart planning integration; improve chart mode tool availability and fix several AI and import issues. + 更新内容 + 新增 AI 分析规划器,优化系统提示词,支持流式结构化计划生成与图表规划集成;优化图表模式工具可用性,修复多处 AI 与导入问题。 +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.26.0/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.26.0/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..557343a9d084 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.26.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.26.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.installer.yaml b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.installer.yaml new file mode 100644 index 000000000000..f6d16e4b5346 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.32.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: dune-admin.exe + PortableCommandAlias: dune-admin + InstallerUrl: https://github.com/Icehunter/dune-admin/releases/download/v0.32.3/dune-admin_windows_amd64.zip + InstallerSha256: b93e7e89a8eeea0ceff86ba964688ca4e99714d9799e3391bccd0282a94527e2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.locale.en-US.yaml b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.locale.en-US.yaml new file mode 100644 index 000000000000..7f1a4f509e8a --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.locale.en-US.yaml @@ -0,0 +1,17 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.32.3 +PackageLocale: en-US +Publisher: Icehunter +PublisherUrl: https://github.com/Icehunter +PublisherSupportUrl: https://github.com/Icehunter/dune-admin/issues +PackageName: dune-admin +PackageUrl: https://github.com/Icehunter/dune-admin +License: MIT +LicenseUrl: https://github.com/Icehunter/dune-admin/blob/main/LICENSE +ShortDescription: Local-first, provider-aware terminal agent. +Description: dune-admin is a local-first, provider-aware terminal agent that maintains Claude Code wire compatibility while innovating on behavior and architecture. +Moniker: dune-admin +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.yaml b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.yaml new file mode 100644 index 000000000000..55ca98c954c5 --- /dev/null +++ b/manifests/i/Icehunter/dune-admin/0.32.3/Icehunter.dune-admin.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Icehunter.dune-admin +PackageVersion: 0.32.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.installer.yaml b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.installer.yaml similarity index 76% rename from manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.installer.yaml rename to manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.installer.yaml index 7e5ca79bb26e..82dc8f2aefa9 100644 --- a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.installer.yaml +++ b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Intermedia.Unite -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 UpgradeBehavior: install Protocols: - anymeeting @@ -11,7 +11,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite.exe - InstallerSha256: 6F34FC2E11EB890DBAA77EEBF96069663CDEBFC049C992EF9E79CA66F3B08DD3 + InstallerSha256: E677CCB5816B4B4F851AA97107F347A56BFAEEACDAE815CF0B4C7E0FB91B77DE InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -20,7 +20,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite.exe - InstallerSha256: 6F34FC2E11EB890DBAA77EEBF96069663CDEBFC049C992EF9E79CA66F3B08DD3 + InstallerSha256: E677CCB5816B4B4F851AA97107F347A56BFAEEACDAE815CF0B4C7E0FB91B77DE InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -29,7 +29,7 @@ Installers: InstallerType: nullsoft Scope: user InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite.exe - InstallerSha256: 6F34FC2E11EB890DBAA77EEBF96069663CDEBFC049C992EF9E79CA66F3B08DD3 + InstallerSha256: E677CCB5816B4B4F851AA97107F347A56BFAEEACDAE815CF0B4C7E0FB91B77DE InstallerSwitches: Upgrade: --updated Custom: /currentuser @@ -38,7 +38,7 @@ Installers: InstallerType: nullsoft Scope: machine InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite.exe - InstallerSha256: 6F34FC2E11EB890DBAA77EEBF96069663CDEBFC049C992EF9E79CA66F3B08DD3 + InstallerSha256: E677CCB5816B4B4F851AA97107F347A56BFAEEACDAE815CF0B4C7E0FB91B77DE InstallerSwitches: Upgrade: --updated Custom: /allusers @@ -47,20 +47,20 @@ Installers: InstallerType: wix Scope: machine InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite-ia32.msi - InstallerSha256: F7D8AC231F454A85A281A4CD11315E87D2972A10FE6D4398140BA891CB517551 + InstallerSha256: 34FBE59D208A6569CCDA2AE8AC9F368BA94334F0BB827708F73AD0C5CAC4BB4D InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{A7A9A7A9-3361-41B9-AC45-1B79FC7B6CAC}' + ProductCode: '{A0177E67-DAF1-4056-9A14-898B2B5BB56D}' AppsAndFeaturesEntries: - UpgradeCode: '{809A6B87-78EB-4ABA-98DE-19BE959BA7A9}' - Architecture: x64 InstallerType: wix Scope: machine InstallerUrl: https://cp.intermedia.net/voice/pbx/softphonereleases/default/latest-win/intermedia-unite-x64.msi - InstallerSha256: 655007F637E55CEFFC5F0CAB9A632A9D659B31274AE0F832CBAD2F75C61E98AB + InstallerSha256: 1514556CA869DFEB7A330B3CFDCE7789A3E697BA1BDBC5D0DE6EEE91693641BA InstallerSwitches: InstallLocation: APPLICATIONFOLDER="" - ProductCode: '{6092DCA5-45BF-4B76-9A48-628F530D6F37}' + ProductCode: '{3D0FA604-5DBB-4E3B-9707-DC8CCD19E2DE}' AppsAndFeaturesEntries: - UpgradeCode: '{809A6B87-78EB-4ABA-98DE-19BE959BA7A9}' ManifestType: installer diff --git a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.en-US.yaml b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.en-US.yaml similarity index 98% rename from manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.en-US.yaml rename to manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.en-US.yaml index 7df73cc9abba..ee6d8fd36c06 100644 --- a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.en-US.yaml +++ b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Intermedia.Unite -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 PackageLocale: en-US Publisher: Intermedia.net, Inc. PublisherUrl: https://www.intermedia.com/ diff --git a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.zh-CN.yaml b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.zh-CN.yaml similarity index 96% rename from manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.zh-CN.yaml rename to manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.zh-CN.yaml index 7b529317c16e..89a5724f9205 100644 --- a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.locale.zh-CN.yaml +++ b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Intermedia.Unite -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 PackageLocale: zh-CN License: 专有软件 ShortDescription: Unite Desktop 让您随时随地畅聊、会面、通话,功能一应俱全。将您的设备转变为强大的通讯工具。 diff --git a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.yaml b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.yaml similarity index 90% rename from manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.yaml rename to manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.yaml index 805e87f62ba2..e7ff39932de2 100644 --- a/manifests/i/Intermedia/Unite/2.30.53/Intermedia.Unite.yaml +++ b/manifests/i/Intermedia/Unite/2.30.90/Intermedia.Unite.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Intermedia.Unite -PackageVersion: 2.30.53 +PackageVersion: 2.30.90 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.installer.yaml b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.installer.yaml new file mode 100644 index 000000000000..b6bbe4acf03b --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.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: JLC.EasyEDA.Pro +PackageVersion: 3.2.149 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ProductCode: '{41EC087A-3D17-410B-B419-FC15A3727EFD}_is1' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-3.2.149.exe + InstallerSha256: 376063B74ABB47F1006DF8C37FC5F32C9C5AA2C12491B0A27EC9A7AF325F319E + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.easyeda.com/files/easyeda-pro-windows-x64-3.2.149.exe + InstallerSha256: 376063B74ABB47F1006DF8C37FC5F32C9C5AA2C12491B0A27EC9A7AF325F319E + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.locale.en-US.yaml new file mode 100644 index 000000000000..65718a413aa0 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.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: JLC.EasyEDA.Pro +PackageVersion: 3.2.149 +PackageLocale: en-US +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: Freeware +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2026 EASYEDA.com. All rights reserved. +ShortDescription: Professional and powerful PCB design tool +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 000000000000..4aaba803f2d2 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.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: JLC.EasyEDA.Pro +PackageVersion: 3.2.149 +PackageLocale: zh-CN +Publisher: EasyEDA +PublisherUrl: https://easyeda.com/ +PublisherSupportUrl: https://prodocs.easyeda.com/en/faq/contact-us/index.html +PrivacyUrl: https://easyeda.com/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: EasyEDA Pro +PackageUrl: https://pro.easyeda.com/ +License: 免费软件 +LicenseUrl: https://easyeda.com/page/legal +Copyright: Copyright (C) 2026 EASYEDA.com. All rights reserved. +ShortDescription: 专业、强大的 PCB 设计工具 +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotesUrl: https://pro.easyeda.com/page/update-record +PurchaseUrl: https://easyeda.com/page/pricing +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.easyeda.com/en/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.easyeda.com/en/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.yaml b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.yaml new file mode 100644 index 000000000000..f0bc48e7baa5 --- /dev/null +++ b/manifests/j/JLC/EasyEDA/Pro/3.2.149/JLC.EasyEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JLC.EasyEDA.Pro +PackageVersion: 3.2.149 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.installer.yaml b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.installer.yaml index 7b7e8ec2a29d..c4431e89491d 100644 --- a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.installer.yaml +++ b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/05 +# Automatically updated by the winget bot at 2026/Jun/09 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Jagex.Runescape @@ -11,6 +11,6 @@ Dependencies: Installers: - Architecture: x64 InstallerUrl: https://content.runescape.com/downloads/windows/RuneScape-Setup.exe - InstallerSha256: 7B15148B91CF521B3B060E1087EDA7FE50AA87AE4392E33DB3E913B9803ABEC9 + InstallerSha256: 954CD73CA138DA6A2D787A3964186F3CB3F5E66C043C2F67FC04F363795C6602 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.locale.en-US.yaml b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.locale.en-US.yaml index 5df3d2a3eeb8..743a7301d09e 100644 --- a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.locale.en-US.yaml +++ b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/05 +# Automatically updated by the winget bot at 2026/Jun/09 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Jagex.Runescape diff --git a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.yaml b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.yaml index d9003a718389..c9e48c8383e0 100644 --- a/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.yaml +++ b/manifests/j/Jagex/Runescape/2.2.12/Jagex.Runescape.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2026/May/05 +# Automatically updated by the winget bot at 2026/Jun/09 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Jagex.Runescape diff --git a/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.installer.yaml b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.installer.yaml new file mode 100644 index 000000000000..d27ca83c7297 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.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: JetBrains.CLion +PackageVersion: 2026.1.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- c +- cpp +- cxx +- h +- hpp +- hxx +- ipr +ProductCode: CLion 2026.1.3 +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayVersion: 261.25134.137 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2026.1.3.exe + InstallerSha256: F5FB5B7AAE35C6498040A9B3AAB8CE4481417D6561BBA8566C5CBE2ED7BCC337 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2026.1.3.exe + InstallerSha256: F5FB5B7AAE35C6498040A9B3AAB8CE4481417D6561BBA8566C5CBE2ED7BCC337 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2026.1.3-aarch64.exe + InstallerSha256: 3989569AE7B5CAADB7CF0B6D84D4502C3F0BEF7E4896E2C96F7F629514DA2514 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/cpp/CLion-2026.1.3-aarch64.exe + InstallerSha256: 3989569AE7B5CAADB7CF0B6D84D4502C3F0BEF7E4896E2C96F7F629514DA2514 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.locale.en-US.yaml b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.locale.en-US.yaml new file mode 100644 index 000000000000..7acc62b84852 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.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.CLion +PackageVersion: 2026.1.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: CLion +PackageUrl: https://www.jetbrains.com/clion/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: A cross-platform IDE for C and C++ +Description: A powerful IDE from JetBrains helps you develop in C and C++ on Linux, macOS and Windows. +Moniker: clion +Tags: +- c +- c++ +- code +- coding +- cpp +- develop +- development +- ide +- programming +ReleaseNotes: |- + CLion 2026.1.3 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. + Try this build, share your feedback, and report any issues to our issue tracker. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654501 +PurchaseUrl: https://www.jetbrains.com/clion/buy/ +Documentations: +- DocumentLabel: Learn CLion + DocumentUrl: https://www.jetbrains.com/clion/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.locale.zh-CN.yaml b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.locale.zh-CN.yaml new file mode 100644 index 000000000000..24747481b92f --- /dev/null +++ b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.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.CLion +PackageVersion: 2026.1.3 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/clion/ +License: 专有软件 +ShortDescription: C 和 C++ 跨平台 IDE +Description: JetBrains 出品的强大 IDE 帮助您在 Linux、macOS 和 Windows 上进行 C 和 C++ 开发。 +Tags: +- c +- c++ +- cpp +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/CPP-A-230654501 +PurchaseUrl: https://www.jetbrains.com/zh-cn/clion/buy/ +Documentations: +- DocumentLabel: 学习 CLion + DocumentUrl: https://www.jetbrains.com/zh-cn/clion/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.yaml b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.yaml new file mode 100644 index 000000000000..d0b2ac8748f0 --- /dev/null +++ b/manifests/j/JetBrains/CLion/2026.1.3/JetBrains.CLion.yaml @@ -0,0 +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.CLion +PackageVersion: 2026.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.installer.yaml b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.installer.yaml new file mode 100644 index 000000000000..88c9691fad69 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2026.1.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ProductCode: PhpStorm 2026.1.3 +ReleaseDate: 2026-06-04 +AppsAndFeaturesEntries: +- DisplayVersion: 261.25134.104 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2026.1.3.exe + InstallerSha256: FCB1975A77C4F476CF2D2405F722800BDF9314B45788385B165A2D203F7E50F2 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2026.1.3.exe + InstallerSha256: FCB1975A77C4F476CF2D2405F722800BDF9314B45788385B165A2D203F7E50F2 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2026.1.3-aarch64.exe + InstallerSha256: 5A2CF854629276A9954A0A6B1E02DCA235805540FBFBF39821741EA198511A75 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-2026.1.3-aarch64.exe + InstallerSha256: 5A2CF854629276A9954A0A6B1E02DCA235805540FBFBF39821741EA198511A75 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.locale.en-US.yaml new file mode 100644 index 000000000000..6688a75be82e --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm +PackageVersion: 2026.1.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: PhpStorm +PackageUrl: https://www.jetbrains.com/phpstorm/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Moniker: phpstorm +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2026.1.3 is now available + PhpStorm 2026.1.3 is a minor update, and it includes a host of bug fixes and quality-of-life improvements. + Here are the most notable changes and bug fixes in this build: + + - Fix: Method return type described with array shape isn't parsed in @method annotation [WI-62630] + - Fix: PHPStan timeout / not analyzing individual files / not killing abandoned processes. [WI-84884] + - Fix: Fix in-product What's New [WI-85067] + - Fix: "What's new in PHPStorm" tab shows No content found for this page in 2026.1.3 RC [WI-84987] + - Fix: Getter/Setter can be replaced with hook: breaks with parent:: usage [WI-83915] + - Fix: Terminal: Cursor is rendered above current line when inside tmux [IJPL-102697] + - Fix: Markdown preview doesn't render images from outside the project [IJPL-171896] + - Fix: Data source custom colors are rendered incorrectly (desaturated, shifted hue) [DBE-25711] + - Fix: Git update is disabled on the active branch [IJPL-240184] + - New: Ranking in Plugins-Installed search [IJPL-7519] + - Fix: Deadlock caused by thread pool exhaustion due to VcsRepositoryManager lock contention [IJPL-243672] + - Fix: Launch `wsl.exe -d Ubuntu` via ijent in WSL [IJPL-236576] + - Fix: Editor freezes on every keystroke at AsyncCompletion.startThread in 2026.1.1 (thread starvation by VcsRepositoryManager.checkAndUpdateRepositoryCollection) [IJPL-244426] + - Fix: Svelte 5 named snippets warn with Unused Function Title [WEB-70432] + The full list of changes in PhpStorm 2026.1.3 is available in the release notes. + + - Download PhpStorm + - Tweet us + - Report bugs to our issue tracker +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736343 +PurchaseUrl: https://www.jetbrains.com/phpstorm/buy/ +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.locale.zh-CN.yaml new file mode 100644 index 000000000000..0a420d874d67 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.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: JetBrains.PhpStorm +PackageVersion: 2026.1.3 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/ +License: 专有软件 +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736343 +PurchaseUrl: https://www.jetbrains.com/zh-cn/phpstorm/buy/ +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.yaml b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.yaml new file mode 100644 index 000000000000..324f1269101f --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/2026.1.3/JetBrains.PhpStorm.yaml @@ -0,0 +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.PhpStorm +PackageVersion: 2026.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.installer.yaml b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.installer.yaml new file mode 100644 index 000000000000..19b667ecc258 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.PhpStorm.EAP +PackageVersion: 262.7132.34 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- css +- html +- ipr +- js +- php +- phtml +ProductCode: PhpStorm 262.7132.34 +ReleaseDate: 2026-06-05 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-262.7132.34.exe + InstallerSha256: 5EBE5F1772477B27507205036CB2ADEDBA05C6F252B43B56C5A51477F664EF4E +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-262.7132.34.exe + InstallerSha256: 5EBE5F1772477B27507205036CB2ADEDBA05C6F252B43B56C5A51477F664EF4E + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-262.7132.34-aarch64.exe + InstallerSha256: 9C65EAE4EE368266637FDE1342FEBF21DAE0C917E3FDD4BDD9DE0A036D04BD6A +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/webide/PhpStorm-262.7132.34-aarch64.exe + InstallerSha256: 9C65EAE4EE368266637FDE1342FEBF21DAE0C917E3FDD4BDD9DE0A036D04BD6A + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.locale.en-US.yaml new file mode 100644 index 000000000000..14cc5f76cd17 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.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: JetBrains.PhpStorm.EAP +PackageVersion: 262.7132.34 +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: PhpStorm (EAP) +PackageUrl: https://www.jetbrains.com/phpstorm/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: Lightning-smart PHP IDE +Description: PhpStorm is a development tool for PHP and Web projects. It’s a perfect PHP IDE for working with Laravel, Symfony, Drupal, WordPress, and other frameworks. +Tags: +- code +- coding +- css +- develop +- development +- htm +- html +- ide +- javascript +- js +- php +- programming +- web +- webpage +ReleaseNotes: |- + PhpStorm 2026.2 EAP #5 is now available + This build brings a bunch of bug fixes and quality-of-life improvements. + + Here are the most notable changes and bug fixes in this build: + + - Fix: Download From Default Server doesn't respect "Always" button [WI-38409] + - Fix: Code style: Wrapping on assignment statement should create an indent level [WI-35221] + - Fix: Annotation incorrectly converted to attribute [WI-83036] + - Fix: Undefined class constant when there are spaces before the :: operator [WI-42830] + - Fix: PHPStorm should throw an error on "$a instanceof instance::class" [WI-65093] + - Fix: More accurate Blade PHP injection [WI-84279] + - Fix: PhpUnit annotation can be converted to attribute: Colon in a plain string in test data is converted to => [WI-74231] + - Fix: PhpStorm PhpClosureCanBeConvertedToShortArrowFunctionInspection is falsely triggered on property hook [WI-80774] + - Fix: Single statement style foreach loop causing false positive "Condition is always false ..." [WI-83713] + - Fix: Inconsistent rename refactoring via MCP [WI-84080] + - Fix: Copy class name from declaration does not add import [WI-84159] + - Fix: PHP parse error is not reported for instanceof agains enum case [WI-84204] + - Fix: Settings | PHP | Composer is always marked as modified [WI-84233] + - Fix: PER-CS 3.0: §6.4 binary operator placement issue [WI-84845] + - Fix: PER-CS 3.0: §4.9 false-positive PhpPromotedPropertyLongSetHookInspection [WI-84846] + - Fix: PER-CS 2.0: §2.3 soft 120-character line length format issue [WI-84850] + - Fix: PER-CS 3.0: §2.5 if one of the types listed is null, it must come last [WI-84851] + - Fix: PER-CS 3.0: §4.10 The operation block MUST be on the same line as the property. [WI-84855] + - Fix: PER-CS 2.0: §6.1 extra spaces inside cast parentheses are not removed [WI-84857] + - Fix: PER-CS 2.0: §6.1 reformat does not collapse line break between type cast and operand [WI-84858] + - New: Full support for OSC8 terminal hyperlinks [IJPL-103740] + - New: Support additional syntaxes to recognize Markdown TODO comments [IJPL-92221] + + For the full list of changes in this build, please see the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736344 +Documentations: +- DocumentLabel: Resources + DocumentUrl: https://www.jetbrains.com/phpstorm/resources/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.locale.zh-CN.yaml new file mode 100644 index 000000000000..49a4c6f6e7c1 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.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: JetBrains.PhpStorm.EAP +PackageVersion: 262.7132.34 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageName: PhpStorm(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/phpstorm/nextversion/ +License: 免费软件 +ShortDescription: 高效智能的 PHP IDE +Description: PhpStorm 是一个用于 PHP 和 Web 项目的开发工具。它是一个完美的 PHP IDE,支持 Laravel、Symfony、Drupal、WordPress 等各种主流框架。 +Tags: +- css +- htm +- html +- javascript +- js +- php +- 代码 +- 开发 +- 编程 +- 网页 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WI-A-231736344 +Documentations: +- DocumentLabel: 资源 + DocumentUrl: https://www.jetbrains.com/zh-cn/phpstorm/resources/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.yaml b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.yaml new file mode 100644 index 000000000000..2de3ccaca568 --- /dev/null +++ b/manifests/j/JetBrains/PhpStorm/EAP/262.7132.34/JetBrains.PhpStorm.EAP.yaml @@ -0,0 +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.PhpStorm.EAP +PackageVersion: 262.7132.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.installer.yaml b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.installer.yaml new file mode 100644 index 000000000000..7ccb92d3fdea --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2026.1.3 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- rs +ProductCode: RustRover 2026.1.3 +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayVersion: 261.25134.134 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2026.1.3.exe + InstallerSha256: 567594FA710F54D5A42E2E34EA0CC7C19E9DC0B5225FCF586F881659E8E9CC5A +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2026.1.3.exe + InstallerSha256: 567594FA710F54D5A42E2E34EA0CC7C19E9DC0B5225FCF586F881659E8E9CC5A + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2026.1.3-aarch64.exe + InstallerSha256: 25E2A0BA533306F4F328AA1A326D4B9EF2C38BA3843C89C0A3D325938B69E8A8 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rustrover/RustRover-2026.1.3-aarch64.exe + InstallerSha256: 25E2A0BA533306F4F328AA1A326D4B9EF2C38BA3843C89C0A3D325938B69E8A8 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.locale.en-US.yaml b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.locale.en-US.yaml new file mode 100644 index 000000000000..033068c997b2 --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JetBrains.RustRover +PackageVersion: 2026.1.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: RustRover +PackageUrl: https://www.jetbrains.com/rust/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2026 JetBrains s.r.o. +ShortDescription: A powerhouse IDE for Rust developers +Description: Cross-platform Rust IDE with first-class support for Rust-related technologies. +Moniker: rustrover +Tags: +- code +- coding +- develop +- development +- ide +- programming +- rust +ReleaseNotes: |- + The RustRover 2026.1.3 is now available! + Here are full release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-380 +PurchaseUrl: https://www.jetbrains.com/rust/buy/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.locale.zh-CN.yaml b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.locale.zh-CN.yaml new file mode 100644 index 000000000000..a06cc647965f --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.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: JetBrains.RustRover +PackageVersion: 2026.1.3 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/rust/ +License: 专有软件 +ShortDescription: 面向 Rust 开发者的强大 IDE +Description: 跨平台 Rust IDE,对 Rust 相关技术提供一流的支持。 +Tags: +- rust +- 代码 +- 开发 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUST-A-380 +PurchaseUrl: https://www.jetbrains.com/zh-cn/rust/buy/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/rust/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.yaml b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.yaml new file mode 100644 index 000000000000..077e14b210eb --- /dev/null +++ b/manifests/j/JetBrains/RustRover/2026.1.3/JetBrains.RustRover.yaml @@ -0,0 +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.RustRover +PackageVersion: 2026.1.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.installer.yaml b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.installer.yaml new file mode 100644 index 000000000000..8f5dddf0c801 --- /dev/null +++ b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.installer.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: JulienCagniart.anyquery +PackageVersion: 0.4.5 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: anyquery.exe + PortableCommandAlias: anyquery + InstallerUrl: https://github.com/julien040/anyquery/releases/download/0.4.5/anyquery_0.4.5_windows_amd64.zip + InstallerSha256: 3b31e7474255b1af227a806c94ff89de332c5cb79a03a15e5073eeb3faa73c86 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.locale.en-US.yaml b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.locale.en-US.yaml new file mode 100644 index 000000000000..cd8a897d59d9 --- /dev/null +++ b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.locale.en-US.yaml @@ -0,0 +1,21 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: JulienCagniart.anyquery +PackageVersion: 0.4.5 +PackageLocale: en-US +Publisher: JulienCagniart +PackageName: anyquery +PackageUrl: https://anyquery.dev +License: AGPL-3.0 +LicenseUrl: https://github.com/julien040/anyquery/blob/main/LICENSE.md +Copyright: 2025 Julien CAGNIART +CopyrightUrl: https://github.com/julien040/anyquery/blob/main/LICENSE.md +ShortDescription: Query anything (HTTP APIs, local files, local apps) over SQL. +Moniker: anyquery +Tags: + - anyquery + - sql + - sqlite + - mysql +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.yaml b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.yaml new file mode 100644 index 000000000000..617eeba4bf37 --- /dev/null +++ b/manifests/j/JulienCagniart/anyquery/0.4.5/JulienCagniart.anyquery.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: JulienCagniart.anyquery +PackageVersion: 0.4.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.installer.yaml b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.installer.yaml similarity index 73% rename from manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.installer.yaml rename to manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.installer.yaml index bdf56de6218e..e75d1cd2ea5f 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.installer.yaml +++ b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11769.0 +PackageVersion: 26.402.11836.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.14316.0 @@ -45,8 +45,8 @@ Capabilities: - runFullTrust Installers: - Architecture: x64 - InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11769-windows-cl-msvc2022-x86_64-sideload.appx - InstallerSha256: 6C428631F2F290CED1B883EE260B39CD8D502A80DC7EF539718B7DD5BDEE7F21 - SignatureSha256: 4FC1325AAD05991BF2EF1DE2A9BBA5F49797977B60AB11B987271B601CBEA208 + InstallerUrl: https://cdn.kde.org/ci-builds/utilities/kate/release-26.04/windows/kate-release_26.04-11836-windows-cl-msvc2022-x86_64-sideload.appx + InstallerSha256: 1E9C1098D18ADAD3594ABF304FC3DAEB5EC1693A085D48B26DD874A1507D9849 + SignatureSha256: B179B5EF5B0A67CDB74D61FECBA49D8723CD2A5E139910232DAC9350F3B945EA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.en-US.yaml b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.en-US.yaml similarity index 98% rename from manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.en-US.yaml rename to manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.en-US.yaml index 84046e359258..8b4b04dd889c 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.en-US.yaml +++ b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11769.0 +PackageVersion: 26.402.11836.0 PackageLocale: en-US Publisher: KDE e.V. PublisherUrl: https://kde.org/ diff --git a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.zh-CN.yaml b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.zh-CN.yaml similarity index 98% rename from manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.zh-CN.yaml rename to manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.zh-CN.yaml index fd8d8ab37d0e..a3092dfdafec 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.locale.zh-CN.yaml +++ b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11769.0 +PackageVersion: 26.402.11836.0 PackageLocale: zh-CN PublisherUrl: https://kde.org/zh-cn/ PublisherSupportUrl: https://kate-editor.org/zh-cn/support/ diff --git a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.yaml b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.yaml similarity index 88% rename from manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.yaml rename to manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.yaml index 6b68599f4425..95462bf29309 100644 --- a/manifests/k/KDE/Kate/AppX/26.402.11769.0/KDE.Kate.AppX.yaml +++ b/manifests/k/KDE/Kate/AppX/26.402.11836.0/KDE.Kate.AppX.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: KDE.Kate.AppX -PackageVersion: 26.402.11769.0 +PackageVersion: 26.402.11836.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.installer.yaml b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.installer.yaml new file mode 100644 index 000000000000..d9a2aa05b524 --- /dev/null +++ b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.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: Klocman.BulkCrapUninstaller +PackageVersion: '6.2' +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayName: BCUninstaller 6.2.0.0 + ProductCode: '{f4fef76c-1aa9-441c-af7e-d27f58d898d1}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\BCUninstaller' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/download/v6.2/BCUninstaller_6.2.0_setup.exe + InstallerSha256: F0A28736925EFB89146A1259ECDD08904A92D2D8EE42A3AED1F9B3CCBF0CD28A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.locale.en-US.yaml b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.locale.en-US.yaml new file mode 100644 index 000000000000..4733d8041ebe --- /dev/null +++ b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Klocman.BulkCrapUninstaller +PackageVersion: '6.2' +PackageLocale: en-US +Publisher: Marcin Szeniak +PublisherUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller +PublisherSupportUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/issues +PrivacyUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/PrivacyPolicy.txt +Author: Marcin Szeniak +PackageName: Bulk Crap Uninstaller +PackageUrl: https://www.bcuninstaller.com/ +License: Apache-2.0 +LicenseUrl: https://raw.githubusercontent.com/Klocman/Bulk-Crap-Uninstaller/v5.2/Licence.txt +Copyright: Copyright 2018 Marcin Szeniak +CopyrightUrl: https://raw.githubusercontent.com/Klocman/Bulk-Crap-Uninstaller/v5.2/Licence.txt +ShortDescription: Bulk program uninstaller with advanced automation. It excels at removing large amounts of applications with minimal to no user input, while requiring next to no technical knowledge. +Description: |- + Bulk Crap Uninstaller (or BCUninstaller) is a free (as in speech) program uninstaller. + It excels at removing large amounts of applications with minimal user input. + It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more! + Even though BCU was made with IT pros in mind, by default it is so straight-forward that anyone can use it. + + BCU is fully compatible with Windows Store Apps, Steam, Windows Features and has special support for many uninstalling systems (NSIS, InnoSetup, Msiexec, and many other). +Moniker: bcuninstaller +Tags: +- application-manager +- application-uninstaller +- bloatware +- bulk-actions +- bulk-crap-uninstaller +- cleaner +- debloat +- disk-space +- foss +- open-source +- software-management +- unattended-uninstall +- uninstall +- uninstaller +ReleaseNotes: |- + What's Changed + Features + - Add invalid-uninstaller view preset by @breshinotestachegira in #903 + - Add certificate and integrity columns to app list by @breshinotestachegira in #894 + - Improve Scoop custom path detection by @breshinotestachegira in #892 + Fixes + - Improve uninstall list load error handling by @breshinotestachegira in #895 + - Fix tweak visibility filtering by @breshinotestachegira in #898 + - Fix orphaned-only view preset by @breshinotestachegira in #899 + - Stabilize icon handle ownership by @breshinotestachegira in #902 + - Fix: Use Directory.GetLastWriteTime for install date fallback by @AniketDeshmane in #908 + - Do not offer to send "no way to uninstall" error messages by @Klocman in #922 + - Ignore ERROR_BAD_CONFIGURATION when listing MSI components by @Klocman in #924 + - Eat InvalidOperationException coming from ListViewGroupAccessibleObject by @Klocman in #925 + - Harden BCU console export and size detection - Fix BCU-console export failures by @breshinotestachegira in #897 + - Harden registry factory parsing by @breshinotestachegira in #893 + - Guard startup uninstall list loading by @breshinotestachegira in #927 + - Clean generated files on uninstall by @One-Simon in #928 + Translations + - Updated Hungarian translation by @titanicbobo in #875 + - Updated Vietnamese translations by @wanwanvxt in #918 + - Fix : Swedish translation causes UI overflow in some windows by @Leise-Shadow in #865 + Other + - Fix publish script after v6.1 by @tsiakoulias in #868 + - Updated the localization pack + Repository + - Moved the repository under a new BCUninstaller organization (old links still work) + - Added two maintainers: @hazeliscoding and @One-Simon + - Added PR merge rules (require up-to-date approval and CI to pass) + - Updated CI script to also build the launcher (only for testing, not included in artifacts) + New Contributors + - @Leise-Shadow made their first contribution in #865 + - @breshinotestachegira made their first contribution in #892 + - @One-Simon made their first contribution in #928 + Full Changelog: v6.1...v6.2 +ReleaseNotesUrl: https://github.com/BCUninstaller/Bulk-Crap-Uninstaller/releases/tag/v6.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Klocman/Bulk-Crap-Uninstaller/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.yaml b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.yaml new file mode 100644 index 000000000000..a855696337fa --- /dev/null +++ b/manifests/k/Klocman/BulkCrapUninstaller/6.2/Klocman.BulkCrapUninstaller.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: Klocman.BulkCrapUninstaller +PackageVersion: '6.2' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.installer.yaml b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.installer.yaml new file mode 100644 index 000000000000..0bdd9f4521f0 --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: kangfenmao.CherryStudio +PackageVersion: 1.9.11 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 41a4ccd8-bcc0-5710-9eee-0e164da68057 +ReleaseDate: 2026-06-07 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.9.11/Cherry-Studio-1.9.11-x64-setup.exe + InstallerSha256: 04FFFC89D90DB4BC6172AF43A2F54FA6423C261864C73FE0432C29E285837720 + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.9.11/Cherry-Studio-1.9.11-x64-setup.exe + InstallerSha256: 04FFFC89D90DB4BC6172AF43A2F54FA6423C261864C73FE0432C29E285837720 + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.9.11/Cherry-Studio-1.9.11-arm64-setup.exe + InstallerSha256: A4AF113165D4122BD004BD8A9C412F4F3BAE8049A1495E4CE9445FD5931A8E9C + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/CherryHQ/cherry-studio/releases/download/v1.9.11/Cherry-Studio-1.9.11-arm64-setup.exe + InstallerSha256: A4AF113165D4122BD004BD8A9C412F4F3BAE8049A1495E4CE9445FD5931A8E9C + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.locale.en-US.yaml b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.locale.en-US.yaml new file mode 100644 index 000000000000..b90d8f12f884 --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.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: kangfenmao.CherryStudio +PackageVersion: 1.9.11 +PackageLocale: en-US +Publisher: support@cherry-ai.com +PublisherUrl: https://cherry-ai.com/ +PublisherSupportUrl: https://github.com/CherryHQ/cherry-studio/issues +PackageName: Cherry Studio +PackageUrl: https://cherry-ai.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/CherryHQ/cherry-studio/blob/HEAD/LICENSE +ShortDescription: A desktop client that supports for multiple LLM providers +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- ollama +- qwen +- rag +ReleaseNotes: |- + What's Changed + - chore(models): prune legacy MiniMax models, keep M2.7 and M3 by @kapelame in https://github.com/CherryHQ/cherry-studio/pull/15580 + - fix: encode gemini model list api key by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/15575 + - fix: infer custom provider model groups by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/15577 + - fix: clean up agent session messages on delete by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/15531 + - fix: oversized text in Gemini mini-program due to Electron UA detection by @LWWZH in https://github.com/CherryHQ/cherry-studio/pull/15389 + - fix(reasoning): add MiniMax M3 thinking process support (v1.9.8) by @HUQIANTAO in https://github.com/CherryHQ/cherry-studio/pull/15513 + - fix(anthropic): support Opus 4.8 adaptive thinking by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/15532 + - fix: use openPath instead of openExternal for HTML artifacts external browser by @Raymond8196 in https://github.com/CherryHQ/cherry-studio/pull/15644 + - fix: avoid embedding dimensions request parameter by @eeee0717 in https://github.com/CherryHQ/cherry-studio/pull/15727 + - fix: bind CherryIN OAuth flow to sender by @3em0 in https://github.com/CherryHQ/cherry-studio/pull/15410 + - fix: upgrade mermaid to 11.15.0 to fix CJK parsing error in flowcharts by @LWWZH in https://github.com/CherryHQ/cherry-studio/pull/15391 + - fix: agent task completed but task list still shows unchecked items by @LWWZH in https://github.com/CherryHQ/cherry-studio/pull/15358 + New Contributors + - @3em0 made their first contribution in https://github.com/CherryHQ/cherry-studio/pull/15410 + Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v1.9.9...v1.9.11 +ReleaseNotesUrl: https://github.com/CherryHQ/cherry-studio/releases/tag/v1.9.11 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://cherry-ai.com/docs/intro +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.locale.zh-CN.yaml b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.locale.zh-CN.yaml new file mode 100644 index 000000000000..9cf61998085d --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.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: kangfenmao.CherryStudio +PackageVersion: 1.9.11 +PackageLocale: zh-CN +ShortDescription: 支持多模型服务的 Windows/macOS GPT 客户端 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- ollama +- rag +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://cherry-ai.com/docs/intro +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.yaml b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.yaml new file mode 100644 index 000000000000..475885f2c03a --- /dev/null +++ b/manifests/k/kangfenmao/CherryStudio/1.9.11/kangfenmao.CherryStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: kangfenmao.CherryStudio +PackageVersion: 1.9.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.installer.yaml b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.installer.yaml new file mode 100644 index 000000000000..8c97065453bf --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.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.Unstable +PackageVersion: 1.3.0-rc.2 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /P +UpgradeBehavior: install +Protocols: +- kunobi +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://r2.kunobi.com/v1.3.0-rc.2/Kunobi_1.3.0-rc.2_windows_x86_64.exe + InstallerSha256: 854BC1ADF6E06D7F93018B3FFF11E1D8E08857DE86EC109270A7DF08E483F2AE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.locale.en-US.yaml b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.locale.en-US.yaml new file mode 100644 index 000000000000..4cfb62709ade --- /dev/null +++ b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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.Unstable +PackageVersion: 1.3.0-rc.2 +PackageLocale: en-US +Publisher: Kunobi Ninja +PublisherUrl: https://kunobi.ninja/ +PublisherSupportUrl: https://kunobi.ninja/contact +Author: Zondax AG +PackageName: Kunobi (Unstable) +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 — unstable channel +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. This is the unstable channel — pre-releases (RC, beta, alpha) for testers and early adopters. For production use, install kunobi-ninja.kunobi instead. +Moniker: kunobi-unstable +Tags: +- devops +- gitops +- k8s +- kubernetes +- pre-release +- release-candidate +ReleaseNotesUrl: https://kunobi.com/changelog/v1.3.0-rc.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.yaml b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.yaml similarity index 69% rename from manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.yaml rename to manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.yaml index 3537aa1fa6e2..6916a7dfbfc3 100644 --- a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.yaml +++ b/manifests/k/kunobi-ninja/kunobi/Unstable/1.3.0-rc.2/kunobi-ninja.kunobi.Unstable.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: MarcielDegasperi.MDBAdmin -PackageVersion: 2.6.2.855 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# 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.Unstable +PackageVersion: 1.3.0-rc.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.installer.yaml b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.installer.yaml new file mode 100644 index 000000000000..919c6d6c755a --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.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: LadislavFoldyna.QLog +PackageVersion: 0.51.0-1 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: install --confirm-command + SilentWithProgress: install --confirm-command + InstallLocation: --root "" +ExpectedReturnCodes: +- InstallerReturnCode: 2 + ReturnResponse: installInProgress +- InstallerReturnCode: 3 + ReturnResponse: cancelledByUser +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-07 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.51.0/qlog-installer-0.51.0.exe + InstallerSha256: BF9B2B7B103EAFD40AC4E0C3318967CCFDC5A856F181B5ED1E5509A638765921 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.locale.en-US.yaml b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.locale.en-US.yaml new file mode 100644 index 000000000000..8fda20123c3e --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LadislavFoldyna.QLog +PackageVersion: 0.51.0-1 +PackageLocale: en-US +Publisher: OK1MLG +PublisherUrl: https://github.com/foldynl +PublisherSupportUrl: https://github.com/foldynl/QLog/issues +Author: Ladislav Foldyna +PackageName: QLog +PackageUrl: https://github.com/foldynl/QLog +License: GPL-3.0 +LicenseUrl: https://github.com/foldynl/QLog/blob/HEAD/LICENSE +Copyright: |- + © 2019 Thomas Gatzweiler DL2lC + © 2021-2026 Ladislav Foldyna OK1MLG +ShortDescription: Amateur radio logbook software. +Description: |- + QLog is an Amateur Radio logging application for Linux, Windows. It is based on the Qt framework and uses SQLite as database backend. + QLogs aims to be as simple as possible, but to provide everything the operator expects from the log to be. This log is not currently focused on contests. +Tags: +- amateur-radio +- ham-radio +- radio +ReleaseNotes: |- + - [NEW] - Added a simple QSL Card printing + - [NEW] - Added virtual column Mode/Submode to Logbook (issue #798) + - [NEW] - BandMap shows IBP frequencies (issue #1014) + - [NEW] - BandMap - Added Bandmap Guide (issue #1039) + - [NEW] - BandMap - Tune rig from IBP and SOS markers + - [NEW] - Settings - Added Bandmap Guide Setting + - [NEW] - Settings - Added user defined colors for DXCC Statuses + - [NEW] - Settings - Added StartUp ADI file Import (issue #941 PR #992 @aa5sh @foldynl) + - [NEW] - Rig Widget - Added Emergency, IBP and Bandmap Guide Labels + - [NEW} - Activity Manager - Added Bandmap Guide selection + - [NEW] - Import - Added QSL Sent Status default (issue #1029) + - [NEW] - Awards - Added WAAC and WAIP (issue #1013 PR #1022 @aa5sh) + - [NEW] - Awards - Added Open Rule Button + - [NEW] - Download - Added LoTW DXCC credits import (based on PR #965 @aa5sh @foldynl) + - [NEW] - Online Map - Added civil, nautical, and astronomical twilight + - [CHANGED] - Added more built-in macOS TQSL search paths (PR #1041 @aa5sh) + - [CHANGED] - Clock - Improved timing + - [CHANGED] - IBP - Updated Beacon statuses, enabled ZL6B 5Z4B, disabled 4S7B OH2B YV5B + - [CHANGED] - New Contact - Elide member list label and add tooltip with Member IDs + - Workaround for #1017: FT-950 was reported to jump to VFO-B + - Fixed ADIF Export of Gridsqaure too long (issue #1028) + - Fixed Shutdown: synchronize station-device teardown (PR #1035 @VA3THP @foldynl) + - Fixed QRZ callbook lookups stall for certain calls (issue #1040) + - Fixed ADIF multiline fields are incorrectly parsed (issue #1046) + - Fixed Editing POTA entity causes crash (issue #1049) + - Fixed The HTML was not rendering in the membership label properly (PR #1060 @aa5sh) + - Fixed ADX app-fields and grid normalization + - Fixed WSJTX Status tx_mode value + - Github - Source code is signed (#1018) + Full Changelog: https://github.com/foldynl/QLog/compare/v0.50.0...v0.51.0 + Windows Libraries: + Qt 6.11.1 (Updated) + hamlib 4.7.1 + Timezone DB: 2025c (https://github.com/evansiroky/timezone-boundary-builder/releases) + Binaries: + Windows: below + Fedora: below + Ubuntu: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog) + Flatpak package is available via Flathub. The package contains built-in Trusted QSL. + MacOS DMG: https://github.com/aa5sh/QLog/releases +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.51.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/foldynl/QLog/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.locale.zh-CN.yaml b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.locale.zh-CN.yaml new file mode 100644 index 000000000000..729a9861dd49 --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.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: LadislavFoldyna.QLog +PackageVersion: 0.51.0-1 +PackageLocale: zh-CN +ShortDescription: 业余无线电日志软件 +Description: |- + QLog 是一款适用于 Linux 和 Windows 的业余无线电日志应用程序。它基于 Qt 框架,使用 SQLite 作为数据库后台。 + QLogs 的目标是尽可能简单的同时提供操作员所期望的一切日志功能。该日志目前不专注于竞赛。 +Tags: +- 业余无线电 +- 无线电 +ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.51.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/foldynl/QLog/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.yaml b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.yaml new file mode 100644 index 000000000000..7543111fbae0 --- /dev/null +++ b/manifests/l/LadislavFoldyna/QLog/0.51.0-1/LadislavFoldyna.QLog.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LadislavFoldyna.QLog +PackageVersion: 0.51.0-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.installer.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.installer.yaml new file mode 100644 index 000000000000..d9cc83d9a58e --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.60 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cli-proxy-api.exe +Commands: +- cli-proxy-api +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.1.60/CLIProxyAPI_7.1.60_windows_amd64.zip + InstallerSha256: 74880436BD1249768E78C185787917292372935431550B7A3229FCA636529929 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.en-US.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.en-US.yaml new file mode 100644 index 000000000000..369ee73d3ecb --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.60 +PackageLocale: en-US +Publisher: Luis Pater +PublisherUrl: https://github.com/router-for-me +PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues +Author: Luis Pater +PackageName: CLI Proxy API +PackageUrl: https://github.com/router-for-me/CLIProxyAPI +License: MIT +LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Luis Pater +ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API +Description: |- + A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI. + It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth. + so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs. + Now, We added the first Chinese provider: Qwen Code. +Tags: +- ai +- chatbot +- chatgpt +- claude +- claude-code +- codex +- gemini +- large-language-model +- llm +- openai +ReleaseNotes: |- + Linux release assets + - CLIProxyAPI__linux_.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. + - CLIProxyAPI__linux__no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins. + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.1.59...v7.1.60 +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.1.60 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.zh-CN.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.zh-CN.yaml new file mode 100644 index 000000000000..11910e6ad064 --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.60 +PackageLocale: zh-CN +ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型 +Description: |- + 一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。 + 现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。 + 可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。 + 现在,我们添加了第一个中国提供商:Qwen Code。 +Tags: +- chatgpt +- claude +- claude-code +- codex +- gemini +- openai +- 人工智能 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.yaml b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.yaml new file mode 100644 index 000000000000..c42d6a9377aa --- /dev/null +++ b/manifests/l/LuisPater/CLIProxyAPI/7.1.60/LuisPater.CLIProxyAPI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuisPater.CLIProxyAPI +PackageVersion: 7.1.60 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.installer.yaml b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.installer.yaml new file mode 100644 index 000000000000..de0c89e656a5 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.13.0.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{D617A45D-C2F6-44D1-A85C-CA7FFA91F7FC}_is1' +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/leezer3/OpenBVE/releases/download/1.13.0.5/openBVE-1.13.0.5-setup.exe + InstallerSha256: F76AE44C4D9D9C7CE7390C744D5FE866ACC6866824393569C8F1EA51129F40C8 +- Architecture: x64 + InstallerUrl: https://github.com/leezer3/OpenBVE/releases/download/1.13.0.5/openBVE-1.13.0.5-setup.exe + InstallerSha256: F76AE44C4D9D9C7CE7390C744D5FE866ACC6866824393569C8F1EA51129F40C8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.locale.en-US.yaml b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.locale.en-US.yaml new file mode 100644 index 000000000000..31a38a63b7d0 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.13.0.5 +PackageLocale: en-US +Publisher: The OpenBVE Project +PublisherUrl: https://openbve-project.net/ +PublisherSupportUrl: https://github.com/leezer3/OpenBVE/issues +Author: Christopher Lees +PackageName: openBVE +PackageUrl: https://openbve-project.net/ +License: BSD-2-Clause +LicenseUrl: https://openbve-project.net/copyright/ +Copyright: © 2007 - 2026 The OpenBVE Project, and released into the Public Domain. +ShortDescription: A license-free, open source, free of charge train driving simulator. +Description: |- + OpenBVE is a license-free, open source, free of charge train driving simulator. + This program includes detailed per-car simulation of the brake systems, friction, air resistance, toppling and more. In 3D cabs, the driving experience is augmented with forces that shake your simulated body upon acceleration and braking, as well as in curves. Besides that, OpenBVE features a 3D positional sound system best enjoyed with surround speakers, train exteriors and timetables for the current run. Finally, via the main menu, routes and trains be easily selected to start a new session, the controls can be configured to keyboard or joystick devices, and a variety of options can be selected. + Compared to other simulators of the genre, especially compared to commercial games, OpenBVE has its main focus on realism, not necessarily on user-friendliness. You should be willing to study operational manuals for the routes and trains you want to drive, and will in many cases not get along by just memorizing a few keystrokes. If you can identify with this focus, OpenBVE might be the right simulator for you. +Tags: +- game +- gaming +- metro +- railway +- simulate +- simulation +- simulator +- subway +- train +- underground +ReleaseNotes: |- + Another rather too quick release... + This contains a few more fixes for X objects and BVE5 routes, plus a critical fix for an issue introduced in 1.13.0.3 + Significant Changes: + - Fix: Infinite loop if an empty $Include file was encountered (introduced in 1.13.0.3) + - Fix: Possible crash when attempting to transform objects which do not conform to 4 vertex counts. + - Fix: Handle X files which specify invalid colours. + - BVE5: Fix routefiles in which the first encountered route command is one which does not take a distance. + - BVE5: The specified rail for repeaters should be case invariant. +ReleaseNotesUrl: https://github.com/leezer3/OpenBVE/releases/tag/1.13.0.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/leezer3/OpenBVE/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.locale.zh-CN.yaml b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.locale.zh-CN.yaml new file mode 100644 index 000000000000..d3d94c716abd --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.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: leezer3.OpenBVE +PackageVersion: 1.13.0.5 +PackageLocale: zh-CN +ShortDescription: 免许可证、开源、免费的火车驾驶模拟器。 +Description: |- + OpenBVE 是一款免许可证、开源、免费的火车驾驶模拟器。 + 该程序包括制动系统、摩擦、空气阻力、倾覆等每辆车的详细模拟。在三维驾驶室中,加速、制动和转弯时模拟车身的晃动会增强驾驶体验。除此以外,OpenBVE 还配备了 3D 定位声音系统,可通过搭配环绕扬声器、列车外部和当前运行时刻表以体验最佳效果。最后,可以在主菜单轻松选择路线和列车以开始新的会话,可以将键盘或操纵杆设备配置为控制器,同时还有各种选项可选。 + 与其它同类模拟器,尤其是与商业游戏相比,OpenBVE 的重点在于逼真性而不一定是用户友好性。你可能需要研究你所驾驶的路线和列车的操作手册,并且在大多数情况下仅靠记住几个按键是无法完成任务的。如果你能认同这一重点,OpenBVE 可能就是适合你的模拟器。 +Tags: +- 列车 +- 地铁 +- 模拟 +- 模拟器 +- 游戏 +- 火车 +- 轨道交通 +- 铁路 +ReleaseNotesUrl: https://github.com/leezer3/OpenBVE/releases/tag/1.13.0.5 +Documentations: +- DocumentLabel: 维基 + DocumentUrl: https://github.com/leezer3/OpenBVE/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.yaml b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.yaml new file mode 100644 index 000000000000..5c4350ba9519 --- /dev/null +++ b/manifests/l/leezer3/OpenBVE/1.13.0.5/leezer3.OpenBVE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: leezer3.OpenBVE +PackageVersion: 1.13.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.installer.yaml b/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.installer.yaml deleted file mode 100644 index 75d4cc142ce6..000000000000 --- a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: MarcielDegasperi.MDBAdmin -PackageVersion: 2.6.2.855 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -ProductCode: '{C758DE57-D105-46D5-9ED3-D97971A92691}_is1' -ReleaseDate: 2026-03-28 -AppsAndFeaturesEntries: -- DisplayName: MDB Admin 2.6.2.855 - ProductCode: '{C758DE57-D105-46D5-9ED3-D97971A92691}_is1' -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\MDBAdmin' -Installers: -- Architecture: x86 - InstallerUrl: https://onboardcloud.dl.sourceforge.net/project/mdbadmin/MDBAdmin_Installer.exe?viasf=1 - InstallerSha256: 42199C3BD80F5796E255115A32AD3BAC985FE73648210F86792CD43DC9625D95 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.locale.en-US.yaml b/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.locale.en-US.yaml deleted file mode 100644 index aa19c4f87969..000000000000 --- a/manifests/m/MarcielDegasperi/MDBAdmin/2.6.2.855/MarcielDegasperi.MDBAdmin.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: MarcielDegasperi.MDBAdmin -PackageVersion: 2.6.2.855 -PackageLocale: en-US -Publisher: Marciel Degasperi -PackageName: MDB Admin -License: MIT License -ShortDescription: MDB Admin Setup -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.installer.yaml b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.installer.yaml new file mode 100644 index 000000000000..561b5939ee85 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.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: MarkusKellermann.Convo +PackageVersion: 1.8.5 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/markolo10/convo-releases/releases/download/v1.8.5/convo-setup.exe + InstallerSha256: 15DBA05389505130079AC8E915B32593DE46FBA4F6A036510ED1A45FAA9CADDE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.locale.en-US.yaml b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.locale.en-US.yaml new file mode 100644 index 000000000000..b0c5bbdd84be --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MarkusKellermann.Convo +PackageVersion: 1.8.5 +PackageLocale: en-US +Publisher: Markus Kellermann +PublisherUrl: https://itsconvo.com +PublisherSupportUrl: https://github.com/markolo10/convo-releases/issues +PackageName: Convo +PackageUrl: https://itsconvo.com +License: Proprietary +LicenseUrl: https://itsconvo.com/terms +ShortDescription: AI-powered conversation and meeting assistant +Tags: +- ai +- meeting +- productivity +- conversation +- assistant +ReleaseNotesUrl: https://github.com/markolo10/convo-releases/releases/tag/v1.8.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/markolo10/convo-releases/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.yaml b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.yaml new file mode 100644 index 000000000000..3f64cc620193 --- /dev/null +++ b/manifests/m/MarkusKellermann/Convo/1.8.5/MarkusKellermann.Convo.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: MarkusKellermann.Convo +PackageVersion: 1.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.installer.yaml b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.installer.yaml new file mode 100644 index 000000000000..fc5d34c4113f --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Bicep +PackageVersion: 0.44.1 +Commands: +- bicep +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: portable + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.44.1/bicep-win-x64.exe + InstallerSha256: 5153AB5898E70F1F822E0B844AE902A5ACC5692F5A6303814AF7B202E1072160 +- Architecture: arm64 + InstallerType: portable + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.44.1/bicep-win-arm64.exe + InstallerSha256: 400CE5B9451B386D9026BECA3850C23E208489C3CF1EC0C02508DD7D2206563E +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/Azure/bicep/releases/download/v0.44.1/bicep-setup-win-x64.exe + InstallerSha256: 10EF2099BD7FF3806E36CE5F8DD5C46F144425BFE80992B5A50C50AEAAC53341 + UpgradeBehavior: install + ProductCode: '{7EF9DE63-59B1-4325-955A-937F3E0A4EA8}_is1' + AppsAndFeaturesEntries: + - DisplayVersion: 0.44.1.10279 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Bicep CLI' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.locale.en-US.yaml b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.locale.en-US.yaml new file mode 100644 index 000000000000..4b0dc8098a91 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.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: Microsoft.Bicep +PackageVersion: 0.44.1 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/Azure/bicep +PublisherSupportUrl: https://github.com/Azure/bicep/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Bicep CLI +PackageUrl: https://github.com/Azure/bicep +License: MIT +LicenseUrl: https://github.com/Azure/bicep/blob/HEAD/LICENSE +Copyright: Copyright (c) Microsoft Corporation. +ShortDescription: A declarative language for describing and deploying Azure resources +Description: |- + Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively. It aims to drastically simplify the authoring experience with a cleaner syntax, improved type safety, and better support for modularity and code re-use. Bicep is a transparent abstraction over ARM and ARM templates, which means anything that can be done in an ARM Template can be done in Bicep (outside of temporary known limitations). All resource types, apiVersions, and properties that are valid in an ARM template are equally valid in Bicep on day one (Note: even if Bicep warns that type information is not available for a resource, it can still be deployed). + Bicep code is transpiled to standard ARM Template JSON files, which effectively treats the ARM Template as an Intermediate Language (IL). +Moniker: bicep +Tags: +- arm-template +- azure +ReleaseNotes: |- + Highlights + - Extendable Params are now GA! (#19697) + Extendable Bicep Parameter Files (enabled with the extend keyword) allows you to reuse parameters from one .bicepparam file in another .bicepparam file. + root.bicepparam This is your main bicepparam file, which can be reused by multiple extended .bicepparam files and in multiple deployments. + using none + // Notice that the first line of this .bicepparam file declares `using none` which tells the compiler not to validate this against any particular .bicep file. + + param namePrefix = 'Prod' + leaf.bicepparam This is your extended bicepparam file, which will refer to one main.bicep file and one main .bicepparam file. Any parameter value in this file will override all previous values. + using 'main.bicep' + + extends 'root.bicepparam' + + param namePrefix = 'Dev' // this will override the 'Prod' value we assign in our root.bicepparam file + - ThisNamespace and NullIfNotFound are now GA! (#19639) + When applied to an existing resource, using the @nullIfNotFound() decorator for existing resources will return null if it doesn't exist at deployment time instead of failing. + @nullIfNotFound() + resource exampleResource 'Microsoft.Storage/storageAccounts@2021-04-01' existing = { + name: 'test' + } + For 'ThisNamespace': this.exists() returns a bool indicating the existence of the current resource. this.existingResource() returns null if the resource does not exist and returns the full resource if the resource exists. + resource usingThis 'Microsoft...' = { + name: 'example' + location: 'eastus' + properties: { + property1: this.exists() ? 'resource exists' : 'resource does not exist' + property2: this.existingResource().?properties.?property2 + property3: this.existingResource().?tags + } + } + Features and Bug Fixes + - Remove old Cytoscape.js visualizer (#19747) + - Migrate to System.CommandLine library for CLI commands for enhanced discoverability (#19312) + - Trim mcp tools returned resource schema (#19645) + - fix vs code generate params json output path (#19755) + - Fix BCP120 on extension Required+DTC identifier properties (#19637) + Diagnostics and Tests + - Add diagnostics and tests for spread operator limitations with for-expressions (#19516) + - Add snapshot regression test for roleDefinitions (#19638) + - add getSecret parameter reference regression coverage (#19714) + - add regression coverage for bicepparam completions (#19703) +ReleaseNotesUrl: https://github.com/Azure/bicep/releases/tag/v0.44.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.locale.zh-CN.yaml b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.locale.zh-CN.yaml new file mode 100644 index 000000000000..4bca05b9725b --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.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: Microsoft.Bicep +PackageVersion: 0.44.1 +PackageLocale: zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +ShortDescription: 用于描述和部署 Azure 资源的声明式语言 +Description: |- + Bicep 是一种用于以声明方式部署 Azure 资源的领域特定语言 (DSL)。它旨在通过更简洁的语法、改进的类型安全性以及对模块化和代码重用的更好支持,大幅简化编写体验。Bicep 是对 ARM 和 ARM 模板的透明抽象,这意味着在 ARM 模板中可以完成的任何操作都可以在 Bicep 中完成(临时已知限制除外)。在 ARM 模板中有效的所有资源类型、apiVersions 和属性,从第一天起在 Bicep 中同样有效(注意:即使 Bicep 警告某个资源的类型信息不可用,它仍然可以部署)。 + Bicep 代码会被转换为标准的 ARM 模板 JSON 文件,这实际上将 ARM 模板视为一种中间语言 (IL)。 +ReleaseNotesUrl: https://github.com/Azure/bicep/releases/tag/v0.44.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.yaml b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.yaml new file mode 100644 index 000000000000..5d054e03f8a4 --- /dev/null +++ b/manifests/m/Microsoft/Bicep/0.44.1/Microsoft.Bicep.yaml @@ -0,0 +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.Bicep +PackageVersion: 0.44.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.installer.yaml b/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.installer.yaml new file mode 100644 index 000000000000..a22459f68eab --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.2/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.2 +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.2/DSC-3.2.2-Win.msixbundle + InstallerSha256: FE5505C3B01520DEA9F69607804DB37DA3E66B9A1135FD37DEC66FF2262896F5 + SignatureSha256: 5C6BF6CB1764C87A5AD55444E4B7992424CAD0F1AA7B416B6D6746F0CC26207D + 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.2/DSC-3.2.2-x86_64-pc-windows-msvc.zip + InstallerSha256: B9EF5E209358A3613239EF9BCABB1406E956013F010EAC831E4CE05BF4DE6ADC + AppsAndFeaturesEntries: + - DisplayName: DSC v3 (Portable x64) +- Platform: + - Windows.Universal + Architecture: arm64 + InstallerType: msix + InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.2.2/DSC-3.2.2-Win.msixbundle + InstallerSha256: FE5505C3B01520DEA9F69607804DB37DA3E66B9A1135FD37DEC66FF2262896F5 + SignatureSha256: 5C6BF6CB1764C87A5AD55444E4B7992424CAD0F1AA7B416B6D6746F0CC26207D + 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.2/DSC-3.2.2-aarch64-pc-windows-msvc.zip + InstallerSha256: EE210ECA80D32354DAD84A45C3D42C9C3939D6E1912D45E06D4CEB7FF19D2847 + AppsAndFeaturesEntries: + - DisplayName: DSC v3 (Portable ARM64) +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.locale.en-US.yaml b/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.locale.en-US.yaml new file mode 100644 index 000000000000..f3136a45361c --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.locale.en-US.yaml @@ -0,0 +1,48 @@ +# 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.2 +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 +ReleaseNotesUrl: https://github.com/PowerShell/DSC/releases/tag/v3.2.2 +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.2/Microsoft.DSC.yaml b/manifests/m/Microsoft/DSC/3.2.2/Microsoft.DSC.yaml new file mode 100644 index 000000000000..dab95b19ccdb --- /dev/null +++ b/manifests/m/Microsoft/DSC/3.2.2/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.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.installer.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.installer.yaml new file mode 100644 index 000000000000..cce5c2734572 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.17 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.17/aspnetcore-runtime-9.0.17-win-arm64.exe + InstallerSha256: F99BB98ACA462022C16734F23A8C50D1A8CB792E1A2E30AEE543739C8FF5765C + ProductCode: '{d931c0fd-5664-4a73-8476-4707391a169a}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.17 - Shared Framework (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.26269 + ProductCode: '{d931c0fd-5664-4a73-8476-4707391a169a}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.17/aspnetcore-runtime-9.0.17-win-x64.exe + InstallerSha256: BAF5B4081074F5A930C84100AD38DAFAC55F93AB835C14B65171EEF462B46424 + ProductCode: '{252d5b5a-21ce-4bbc-b09a-870c8add8364}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.17 - Shared Framework (x64) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.26269 + ProductCode: '{252d5b5a-21ce-4bbc-b09a-870c8add8364}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.17/aspnetcore-runtime-9.0.17-win-x86.exe + InstallerSha256: 50ED145DF5DB1F10BEE8A83D38D5AD57132DB81E9CF53A27126CE9643BCD21B2 + ProductCode: '{e7eee0b5-36e8-4165-af6d-0c55bf465c9a}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft ASP.NET Core 9.0.17 - Shared Framework (x86) + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.26269 + ProductCode: '{e7eee0b5-36e8-4165-af6d-0c55bf465c9a}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml new file mode 100644 index 000000000000..80c3ec4b20a4 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.17 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Runtime 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: aspnetcore-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET +- ASP.NET Core +- runtime +- web +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.yaml b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.yaml new file mode 100644 index 000000000000..78a3edec7609 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/AspNetCore/9/9.0.17/Microsoft.DotNet.AspNetCore.9.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.AspNetCore.9 +PackageVersion: 9.0.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.installer.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.installer.yaml new file mode 100644 index 000000000000..ccd4d1f8d4b3 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +PackageVersion: 10.0.9 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-arm64.exe + InstallerSha256: 82CEDD88FC78518F915D2A4018592000F946F8A9158FF3855E13CFDCA752D575 + ProductCode: '{36BCD6EB-B3C4-402A-92AF-06282C1531C3}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 10.0.9 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.50000 + ProductCode: '{36BCD6EB-B3C4-402A-92AF-06282C1531C3}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x64.exe + InstallerSha256: D4EB932AD12EC61CB5293348021DBAA43FA373BC19ED1876E9DBF8CB38633AD3 + ProductCode: '{0B1257AA-9D34-46E7-B27B-07DF8CD5B92C}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 10.0.9 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.50000 + ProductCode: '{0B1257AA-9D34-46E7-B27B-07DF8CD5B92C}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x86.exe + InstallerSha256: 2BF330F9A6D6271B41C0EB2E8658C6927A41B7A3F6BFFE5396605CB6E86E3FD0 + ProductCode: '{77D09311-2266-45A4-BEEA-267710F1E7D2}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime 10.0.9 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.50000 + ProductCode: '{77D09311-2266-45A4-BEEA-267710F1E7D2}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.locale.en-US.yaml new file mode 100644 index 000000000000..c2571e96231a --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +PackageVersion: 10.0.9 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Windows Desktop Runtime 10.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-desktop-10 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- Windows Desktop +- Windows +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.yaml new file mode 100644 index 000000000000..ed83c0d58460 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/10/10.0.9/Microsoft.DotNet.DesktopRuntime.10.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.10 +PackageVersion: 10.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.installer.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.installer.yaml new file mode 100644 index 000000000000..0fc9b7168055 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +PackageVersion: 8.0.28 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.28/windowsdesktop-runtime-8.0.28-win-arm64.exe + InstallerSha256: 7ADF4151676149A0369696612EB33B7929A3AD9057ED93FB327968EC60541DA9 + ProductCode: '{4ff7b88b-3c21-462e-bf53-f03278925802}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime - 8.0.28 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36119 + ProductCode: '{4ff7b88b-3c21-462e-bf53-f03278925802}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.28/windowsdesktop-runtime-8.0.28-win-x64.exe + InstallerSha256: 8819B8680A7A7668097BB031A856A5469159C8D6A8CFB2A6B2C0BE44E74CB0C1 + ProductCode: '{7644bebe-5a2f-4e49-91b7-fdd90f230fa5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime - 8.0.28 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36119 + ProductCode: '{7644bebe-5a2f-4e49-91b7-fdd90f230fa5}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.28/windowsdesktop-runtime-8.0.28-win-x86.exe + InstallerSha256: 4410CCF9C51606982FB7D53CDE41642CC376ADB8444E413C6BA89BE361AB4C08 + ProductCode: '{4ebcb213-640e-4e00-a18a-074b9e0107c3}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft Windows Desktop Runtime - 8.0.28 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36119 + ProductCode: '{4ebcb213-640e-4e00-a18a-074b9e0107c3}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.locale.en-US.yaml new file mode 100644 index 000000000000..8c2a1493b385 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +PackageVersion: 8.0.28 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Windows Desktop Runtime 8.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-desktop-8 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- Windows Desktop +- Windows +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.yaml b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.yaml new file mode 100644 index 000000000000..d05551670251 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/DesktopRuntime/8/8.0.28/Microsoft.DotNet.DesktopRuntime.8.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +PackageVersion: 8.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.installer.yaml new file mode 100644 index 000000000000..252651c176c9 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.10 +PackageVersion: 10.0.9 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/dotnet-hosting-10.0.9-win.exe + InstallerSha256: 5788F7A8EEBA9653AAAEFDDCC33AA5FC8D61E37D4671F19E44CA0EC748857015 + ProductCode: '{24865F35-C6B8-43E4-8366-10428F30779F}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 10.0.9 - Windows Server Hosting + Publisher: Microsoft Corporation + DisplayVersion: 10.0.9.26270 + ProductCode: '{24865F35-C6B8-43E4-8366-10428F30779F}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.locale.en-US.yaml new file mode 100644 index 000000000000..676e066006db --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.10 +PackageVersion: 10.0.9 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 10.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-10 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.yaml new file mode 100644 index 000000000000..cbef2536939c --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/10/10.0.9/Microsoft.DotNet.HostingBundle.10.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.10 +PackageVersion: 10.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.installer.yaml new file mode 100644 index 000000000000..a8cdecc814d2 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.28 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.28/dotnet-hosting-8.0.28-win.exe + InstallerSha256: 0CACBC0B440F09B51047716BABB4D5801E33E5551E221389AB09B8E3E440FB26 + ProductCode: '{a90265c7-0597-4b61-9541-8bb785e51a58}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 8.0.28 - Windows Server Hosting + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.26269 + ProductCode: '{a90265c7-0597-4b61-9541-8bb785e51a58}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml new file mode 100644 index 000000000000..ba4cce166ec9 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.28 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 8.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-8 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.yaml new file mode 100644 index 000000000000..a853721b475c --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/8/8.0.28/Microsoft.DotNet.HostingBundle.8.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.8 +PackageVersion: 8.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.installer.yaml new file mode 100644 index 000000000000..565342f361f5 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.17 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.17/dotnet-hosting-9.0.17-win.exe + InstallerSha256: 30B727937FDFEB16EE52ED526462B02C59983B6B3D3D47371D4F980160153921 + ProductCode: '{579209b3-20d3-4962-ac43-e0fcf70110a6}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 9.0.17 - Windows Server Hosting + Publisher: Microsoft Corporation + DisplayVersion: 9.0.17.26269 + ProductCode: '{579209b3-20d3-4962-ac43-e0fcf70110a6}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml new file mode 100644 index 000000000000..fb32ca08372d --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.17 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.yaml new file mode 100644 index 000000000000..c43d66e8531a --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/9/9.0.17/Microsoft.DotNet.HostingBundle.9.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.9 +PackageVersion: 9.0.17 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.installer.yaml new file mode 100644 index 000000000000..1b7d8e0d782e --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Log: ' ' + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/11.0.0-preview.5.26302.115/dotnet-hosting-11.0.0-preview.5.26302.115-win.exe + InstallerSha256: 256D18370F7B0F5A0A01513A89AC4A78ACD0C4B8427CA77D950ADFDF3AE50B44 + ProductCode: '{FEE0FA45-2FAA-4A7D-89B5-387939090D75}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 11.0.0 Preview 5 Build preview.5.26302.115 - Windows Server Hosting + Publisher: Microsoft Corporation + DisplayVersion: 11.0.0.26302 + ProductCode: '{FEE0FA45-2FAA-4A7D-89B5-387939090D75}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..6d761d24156d --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.yaml new file mode 100644 index 000000000000..e028e9342d33 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.5.26302.115/Microsoft.DotNet.HostingBundle.Preview.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.5.26302.115 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.installer.yaml b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.installer.yaml new file mode 100644 index 000000000000..39b1aadb88c9 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.8 +PackageVersion: 8.0.28 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.28/dotnet-runtime-8.0.28-win-x64.exe + InstallerSha256: E844A7EDACB32435F1F70FFA1BECBD88E4BFD96AE4BC75A91334B2002A2B9AC1 + ProductCode: '{9f2f1655-65f9-4bcf-b251-54e3511c41e3}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 8.0.28 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36114 + ProductCode: '{9f2f1655-65f9-4bcf-b251-54e3511c41e3}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.28/dotnet-runtime-8.0.28-win-x86.exe + InstallerSha256: 1C87281F6B6A9377C9371249051EF575EE59ACC37139EB7A5ECC75D2F560A2B0 + ProductCode: '{2991e30f-d372-4ae0-8910-cc0effbf88c5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 8.0.28 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36114 + ProductCode: '{2991e30f-d372-4ae0-8910-cc0effbf88c5}' +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.28/dotnet-runtime-8.0.28-win-arm64.exe + InstallerSha256: 6935AF5C08F4846A1E7C7BB7F0E20528AF949A8C710AE174A6E45D56D1CFC473 + ProductCode: '{f06ac9e2-b050-432e-8d13-f6e10d595ea7}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET Runtime - 8.0.28 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 8.0.28.36114 + ProductCode: '{f06ac9e2-b050-432e-8d13-f6e10d595ea7}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.locale.en-US.yaml new file mode 100644 index 000000000000..5284c869c2d6 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.8 +PackageVersion: 8.0.28 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET Runtime 8.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-runtime-8 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- runtime +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.yaml b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.yaml new file mode 100644 index 000000000000..b629353470ca --- /dev/null +++ b/manifests/m/Microsoft/DotNet/Runtime/8/8.0.28/Microsoft.DotNet.Runtime.8.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.Runtime.8 +PackageVersion: 8.0.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.installer.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.installer.yaml new file mode 100644 index 000000000000..80e56257fcd7 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.301 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.exe + InstallerSha256: CC05E5B65E6280952754D3A989168AB92354D19AFA5503773AF4EF02C24764EA + ProductCode: '{37D0ACB0-A305-4AEB-A58B-3EE63D375FEE}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.301 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 10.3.126.27133 + ProductCode: '{37D0ACB0-A305-4AEB-A58B-3EE63D375FEE}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.exe + InstallerSha256: 6E7C6111F0978566D9A10B8846BEDAC8385A22A234F86325B621DECB9F25B235 + ProductCode: '{D3B0C96C-7E40-4CE4-A50B-15991126C0A3}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.301 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 10.3.126.27133 + ProductCode: '{D3B0C96C-7E40-4CE4-A50B-15991126C0A3}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.exe + InstallerSha256: FBE02E96E7E1D5CD74E54AE4456EA258018E0C0D7CAB16139BAB0946728C04BD + ProductCode: '{65316C91-C7AA-4F12-84C1-C6841A26E423}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 10.0.301 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 10.3.126.27133 + ProductCode: '{65316C91-C7AA-4F12-84C1-C6841A26E423}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.locale.en-US.yaml new file mode 100644 index 000000000000..7b74a061138b --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.301 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET SDK 10.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-sdk-10 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- SDK +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.yaml b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.yaml new file mode 100644 index 000000000000..ef8882d3e5f9 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/10/10.0.301/Microsoft.DotNet.SDK.10.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.10 +PackageVersion: 10.0.301 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.installer.yaml b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.installer.yaml new file mode 100644 index 000000000000..b81f4d761e90 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.8 +PackageVersion: 8.0.128 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.128/dotnet-sdk-8.0.128-win-x64.exe + InstallerSha256: BF9ABAC25CE0DA2782282FE95E2A73A2586489B814700BE414C14811F3110EC2 + ProductCode: '{64ab7add-a75d-45c4-927b-05406a4e14f8}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 8.0.128 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 8.1.2826.27002 + ProductCode: '{64ab7add-a75d-45c4-927b-05406a4e14f8}' +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.128/dotnet-sdk-8.0.128-win-arm64.exe + InstallerSha256: CBFB000FAE69C526BE921A3E48325D0E62B02AF460F3BF292B68418B9771B1EF + ProductCode: '{babc47a1-fc11-42be-9da4-7992d1415e0a}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 8.0.128 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 8.1.2826.27002 + ProductCode: '{babc47a1-fc11-42be-9da4-7992d1415e0a}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.128/dotnet-sdk-8.0.128-win-x86.exe + InstallerSha256: C5AAACD555E0AB52EFE618D886093029CEE9B2BD0C3E68338569B9C1B73B7196 + ProductCode: '{01f0cd82-cb8d-4927-94b0-2e25df8bb6c5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 8.0.128 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 8.1.2826.27002 + ProductCode: '{01f0cd82-cb8d-4927-94b0-2e25df8bb6c5}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.locale.en-US.yaml new file mode 100644 index 000000000000..bb024644c740 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.8 +PackageVersion: 8.0.128 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET SDK 8.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-sdk-8 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- SDK +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.yaml b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.yaml new file mode 100644 index 000000000000..f1950256e5d5 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/8/8.0.128/Microsoft.DotNet.SDK.8.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.8 +PackageVersion: 8.0.128 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.installer.yaml b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.installer.yaml new file mode 100644 index 000000000000..f26509331bac --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.installer.yaml @@ -0,0 +1,44 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.9 +PackageVersion: 9.0.315 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Custom: /norestart +Installers: +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.315/dotnet-sdk-9.0.315-win-x64.exe + InstallerSha256: 7C44F508B9D19429061F914DCADBB41BDAAFBBA3C8B8BB6C2D02E6F41FF55960 + ProductCode: '{320ae41c-d564-496e-8c50-ea29beeaf4f6}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 9.0.315 (x64) + Publisher: Microsoft Corporation + DisplayVersion: 9.3.1526.26912 + ProductCode: '{320ae41c-d564-496e-8c50-ea29beeaf4f6}' +- Architecture: arm64 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.315/dotnet-sdk-9.0.315-win-arm64.exe + InstallerSha256: 27FD983D7C4A0536A647544A924BDFC5336E869538DEF1BF924F920969AD40F6 + ProductCode: '{cbb3bb92-eb2c-4c1a-8a91-c37301fdb21b}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 9.0.315 (arm64) + Publisher: Microsoft Corporation + DisplayVersion: 9.3.1526.26912 + ProductCode: '{cbb3bb92-eb2c-4c1a-8a91-c37301fdb21b}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.315/dotnet-sdk-9.0.315-win-x86.exe + InstallerSha256: 3466C5A9388440612D61F27B3951171A01CF1795217FB33502AB5BF933C6D598 + ProductCode: '{2a585340-151e-4cb0-9f83-1f71686893a5}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET SDK 9.0.315 (x86) + Publisher: Microsoft Corporation + DisplayVersion: 9.3.1526.26912 + ProductCode: '{2a585340-151e-4cb0-9f83-1f71686893a5}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.locale.en-US.yaml new file mode 100644 index 000000000000..d519e81fbfd1 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.9 +PackageVersion: 9.0.315 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft .NET SDK 9.0 +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-sdk-9 +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- SDK +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.yaml b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.yaml new file mode 100644 index 000000000000..d040dc0c4659 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/SDK/9/9.0.315/Microsoft.DotNet.SDK.9.yaml @@ -0,0 +1,9 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.SDK.9 +PackageVersion: 9.0.315 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.installer.yaml b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.installer.yaml new file mode 100644 index 000000000000..966b9b96ae41 --- /dev/null +++ b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.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.Edge +PackageVersion: 149.0.4022.62 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- msedge +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x86 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/4b71b917-9113-4eea-a1ff-34638e5b4137/MicrosoftEdgeEnterpriseX86.msi + InstallerSha256: 227062060E9EF61354084EE810D83EDE3713E43052C746C27299C25812E2CF71 + ProductCode: '{1D88010C-0597-3795-B7A6-2CAA8A8E4E4F}' + AppsAndFeaturesEntries: + - ProductCode: '{1D88010C-0597-3795-B7A6-2CAA8A8E4E4F}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +- Architecture: x64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/be446108-f4a5-446d-9738-a3eb4fc475f6/MicrosoftEdgeEnterpriseX64.msi + InstallerSha256: E6FBEB15752F91B526F228526DAE65030B719D7DCA210C72EDB98A7E4F05A18E + ProductCode: '{FF9F162E-002F-337A-859C-0B4DF4B50FCD}' + AppsAndFeaturesEntries: + - ProductCode: '{FF9F162E-002F-337A-859C-0B4DF4B50FCD}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +- Architecture: arm64 + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/241786a2-1ba7-4ad2-8124-6108081c6ba7/MicrosoftEdgeEnterpriseARM64.msi + InstallerSha256: 16B147126026C68A2A34479693B482DF4D6F2F825FF6252B088CF64E47B5DE1F + ProductCode: '{B5863AD3-38F4-374A-848F-B2EAD4634E1E}' + AppsAndFeaturesEntries: + - ProductCode: '{B5863AD3-38F4-374A-848F-B2EAD4634E1E}' + UpgradeCode: '{883C2625-37F7-357F-A0F4-DFAF391B2B9C}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.en-US.yaml b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.en-US.yaml new file mode 100644 index 000000000000..6f07ca316bca --- /dev/null +++ b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 149.0.4022.62 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-US +PublisherSupportUrl: https://support.microsoft.com/en-us/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-US/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/en-us/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/en-us/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/servicesagreement +ShortDescription: World-class performance with more privacy, more productivity, and more value while you browse. +Moniker: microsoft-edge +Tags: +- blink +- browser +- chromium +- edge +- web +- web-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.nb-NO.yaml b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.nb-NO.yaml new file mode 100644 index 000000000000..fb55e72ff3a9 --- /dev/null +++ b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.locale.nb-NO.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Edge +PackageVersion: 149.0.4022.62 +PackageLocale: nb-NO +Publisher: Microsoft Corporation +PublisherSupportUrl: https://support.microsoft.com/nb-NO/microsoft-edge +PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge +PackageUrl: https://www.microsoft.com/nb-no/edge +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/nb-NO/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/nb-NO/servicesagreement +ShortDescription: Ytelse i verdensklasse med mer privatliv, mer produktivitet og mer verdi mens du surfer. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.yaml b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.yaml new file mode 100644 index 000000000000..fbb766f36c50 --- /dev/null +++ b/manifests/m/Microsoft/Edge/149.0.4022.62/Microsoft.Edge.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.Edge +PackageVersion: 149.0.4022.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.installer.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.installer.yaml new file mode 100644 index 000000000000..8a6a492ed039 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.installer.yaml @@ -0,0 +1,53 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeWebView2Runtime +PackageVersion: 149.0.4022.62 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +InstallerSuccessCodes: +- -2147219416 +- -2147219187 +ExpectedReturnCodes: +- InstallerReturnCode: -2147219440 + ReturnResponse: cancelledByUser +- InstallerReturnCode: -2147218431 + ReturnResponse: invalidParameter +- InstallerReturnCode: -2147024809 + ReturnResponse: invalidParameter +ProductCode: Microsoft EdgeWebView +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e86bff7-5ec7-45cb-a5f6-e79ebaa516a7/MicrosoftEdgeWebView2RuntimeInstallerX86.exe + InstallerSha256: 5D53CA6CCFDBBB0F113A9C36D83C2009BCF76EB394F8A29D1AF0B1FE1827DB69 +- Architecture: x86 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e86bff7-5ec7-45cb-a5f6-e79ebaa516a7/MicrosoftEdgeWebView2RuntimeInstallerX86.exe + InstallerSha256: 5D53CA6CCFDBBB0F113A9C36D83C2009BCF76EB394F8A29D1AF0B1FE1827DB69 + ElevationRequirement: elevationRequired +- Architecture: x64 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/a8b227e8-58f7-417a-85f9-0b6c4e773904/MicrosoftEdgeWebView2RuntimeInstallerX64.exe + InstallerSha256: 87E43BB3ABFB535FA18D77EB5169ABA82F10DA058AA629DAC78916B07446B9F6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/a8b227e8-58f7-417a-85f9-0b6c4e773904/MicrosoftEdgeWebView2RuntimeInstallerX64.exe + InstallerSha256: 87E43BB3ABFB535FA18D77EB5169ABA82F10DA058AA629DAC78916B07446B9F6 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6a9e8bac-2238-4ee4-af03-37236729f393/MicrosoftEdgeWebView2RuntimeInstallerARM64.exe + InstallerSha256: 7EC7B9C56B78C15B2C204AB255D7FC13A937440DFDF8E02958984C5B53EA71C8 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6a9e8bac-2238-4ee4-af03-37236729f393/MicrosoftEdgeWebView2RuntimeInstallerARM64.exe + InstallerSha256: 7EC7B9C56B78C15B2C204AB255D7FC13A937440DFDF8E02958984C5B53EA71C8 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml new file mode 100644 index 000000000000..bb4f4102053c --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.EdgeWebView2Runtime +PackageVersion: 149.0.4022.62 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/MicrosoftEdge/WebView2Feedback/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge WebView2 Runtime +PackageUrl: https://developer.microsoft.com/microsoft-edge/webview2/ +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © 2026 Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2. +Moniker: webview2 +Tags: +- webview +ReleaseNotesUrl: https://learn.microsoft.com/microsoft-edge/webview2/release-notes/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://learn.microsoft.com/microsoft-edge/webview2/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.locale.zh-CN.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.locale.zh-CN.yaml new file mode 100644 index 000000000000..8b75360ab5dc --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.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: Microsoft.EdgeWebView2Runtime +PackageVersion: 149.0.4022.62 +PackageLocale: zh-CN +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/MicrosoftEdge/WebView2Feedback/issues +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Edge WebView2 Runtime +PackageUrl: https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/ +License: 专有软件 +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © 2026 Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: 使用 Microsoft Edge WebView2 将 Web 内容(HTML、CSS 和 JavaScript)嵌入本机应用程序中。 +Tags: +- webview +ReleaseNotesUrl: https://learn.microsoft.com/zh-cn/microsoft-edge/webview2/release-notes/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://learn.microsoft.com/zh-cn/microsoft-edge/webview2/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.yaml b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.yaml new file mode 100644 index 000000000000..0606fcc40736 --- /dev/null +++ b/manifests/m/Microsoft/EdgeWebView2Runtime/149.0.4022.62/Microsoft.EdgeWebView2Runtime.yaml @@ -0,0 +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.EdgeWebView2Runtime +PackageVersion: 149.0.4022.62 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.installer.yaml b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.installer.yaml new file mode 100644 index 000000000000..dc99225189ec --- /dev/null +++ b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.installer.yaml @@ -0,0 +1,45 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.SQLServerManagementStudio.22 +PackageVersion: 22.7.0 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + InstallLocation: --installPath + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork +UpgradeBehavior: install +Commands: +- SSMS +FileExtensions: +- sql +AppsAndFeaturesEntries: +- DisplayVersion: 22.7.0 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/105ab965-3bff-41cb-a75d-b4020a784328/1b424980a39e6408fec3a24977c6f0aa69bdac9bbf937cef2eadbcce86bb17e9/vs_SSMS.exe + InstallerSha256: 1b424980a39e6408fec3a24977c6f0aa69bdac9bbf937cef2eadbcce86bb17e9 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.locale.en-US.yaml b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.locale.en-US.yaml new file mode 100644 index 000000000000..37de8c4e12ac --- /dev/null +++ b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.SQLServerManagementStudio.22 +PackageVersion: 22.7.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://aka.ms/ssms-feedback/ +PrivacyUrl: https://privacy.microsoft.com/ +Author: Microsoft +PackageName: Microsoft SQL Server Management Studio 22 +PackageUrl: https://learn.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms +License: Microsoft Release Software License +LicenseUrl: https://aka.ms/ssms-license +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure +Description: SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts. +Moniker: ssms +Tags: +- management-studio +- sql +- sql-management-studio +- sql-server +- ssms +ReleaseNotesUrl: https://aka.ms/SSMSReleaseNotes-22#2270 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.yaml b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.yaml new file mode 100644 index 000000000000..a986520d5401 --- /dev/null +++ b/manifests/m/Microsoft/SQLServerManagementStudio/22/22.7.0/Microsoft.SQLServerManagementStudio.22.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.SQLServerManagementStudio.22 +PackageVersion: 22.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..d66f783e1fb7 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.12.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.12.0&arch=x86 + InstallerSha256: F0F48464CC2BDAF8E19E5021F73B3BFC6FFD00E48726A49080FBD0C6CC6F47F3 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.12.0&arch=amd64 + InstallerSha256: 8959E2E675598F762364187949F47D32B150094FCB091A5786D4B3984FA62301 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..fda55226a818 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.12.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..5357e5382ca3 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.12.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..c90bd8a246ab --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.14.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.14.0&arch=x86 + InstallerSha256: CB8C18E506CE938C5B10173C2309484B02F6DFA94A4DD06896EA2FE42967DCD7 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.14.0&arch=amd64 + InstallerSha256: 89B287AAAD49305E7B72B16E0907DD340041D82C77CF1BA7178A970721196727 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..f9ff233e868a --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.14.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..c041b1e6becf --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.14.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..af2a1b641302 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.5.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.5.0&arch=x86 + InstallerSha256: 6181162996AFDD2F9F1E4682871FEDCEBFA866C812429FA1256C94766076F96B +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.453.5.0&arch=amd64 + InstallerSha256: 73141C2E686CFE0D0FD3CD9044BB4F2CB0B01F644FE165F459B6A2C33AE23D87 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..d1ed65bf5b3e --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.5.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..11ad456865ee --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.453.5.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.453.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.installer.yaml b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.installer.yaml new file mode 100644 index 000000000000..c54943807979 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +PackageVersion: 14.51.36247.0 +InstallerType: burn +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{2a5d8513-1ed9-4e11-83b5-8424fbf1221e}' +AppsAndFeaturesEntries: +- UpgradeCode: '{F608407A-6091-42E0-A1BA-B8FFFC21199B}' +Installers: +- Architecture: arm64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/57eef8ae-a341-46c3-b0bc-c041027b54cd/B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944/VC_redist.arm64.exe + InstallerSha256: B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944 +- InstallerLocale: en-US + Architecture: arm64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/57eef8ae-a341-46c3-b0bc-c041027b54cd/B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944/VC_redist.arm64.exe + InstallerSha256: B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944 +- InstallerLocale: zh-CN + Architecture: arm64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/57eef8ae-a341-46c3-b0bc-c041027b54cd/B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944/VC_redist.arm64.exe + InstallerSha256: B70EF586669A620A0A30A1156969C05C6A3831DC8F8BC992DA75779D2A92F944 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.locale.en-US.yaml b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.locale.en-US.yaml new file mode 100644 index 000000000000..14dcbc2f7d97 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.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: Microsoft.VCRedist.2015+.arm64 +PackageVersion: 14.51.36247.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Visual C++ 2022 Redistributable (Arm64) +PackageUrl: https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist +License: Proprietary (Freeware) +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks +ShortDescription: The Microsoft Visual C++ 2022 Redistributable Package (Arm64). +Description: The Microsoft Visual C++ 2022 Redistributable Package (Arm64) installs runtime components of Visual C++ Libraries required to run Arm64 applications developed with Visual C++ 2022 on a computer that does not have Visual C++ 2022 installed. +Moniker: vcredist2022arm64 +Tags: +- msvc +- msvcp140.dll +- vc +- vc++ +- vcruntime140.dll +- visual-c++ +- visual-cplusplus +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.locale.zh-CN.yaml b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.locale.zh-CN.yaml new file mode 100644 index 000000000000..61647d0f0544 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +PackageVersion: 14.51.36247.0 +PackageLocale: zh-CN +PublisherUrl: https://www.microsoft.com/zh-cn/ +PublisherSupportUrl: https://support.microsoft.com/zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-CN/privacystatement +PackageUrl: https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist +License: 专有软件 +LicenseUrl: https://www.microsoft.com/zh-cn/legal/terms-of-use +ShortDescription: The Microsoft Visual C++ 2022 Redistributable Package (Arm64) +Description: Microsoft Visual C++ 2022 Redistributable Package (Arm64) 安装 Visual C++ 库所需的运行时组件,以便在未安装 Visual C++ 2022 的计算机上运行使用 Visual C++ 2022 开发的 Arm64 应用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.yaml b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.arm64.yaml new file mode 100644 index 000000000000..cf1b1a7e5ae0 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/arm64/14.51.36247.0/Microsoft.VCRedist.2015+.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: Microsoft.VCRedist.2015+.arm64 +PackageVersion: 14.51.36247.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.installer.yaml b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.installer.yaml new file mode 100644 index 000000000000..23e4704fa732 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.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: Microsoft.VCRedist.2015+.x64 +PackageVersion: 14.51.36247.0 +InstallerType: burn +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{0e3bb569-69d6-4c34-bff9-c2f81db5e5f0}' +AppsAndFeaturesEntries: +- UpgradeCode: '{C146EF48-4D31-3C3D-A2C5-1E91AF8A0A9B}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/ebdab8e5-1d7b-4d9f-a11b-cbb1720c3b12/843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C/VC_redist.x64.exe + InstallerSha256: 843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/ebdab8e5-1d7b-4d9f-a11b-cbb1720c3b12/843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C/VC_redist.x64.exe + InstallerSha256: 843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/ebdab8e5-1d7b-4d9f-a11b-cbb1720c3b12/843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C/VC_redist.x64.exe + InstallerSha256: 843068991DAAA1F73AD9F6239BCE4D0F6A07A51F18C37EA2A867E9BECA71295C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.en-US.yaml b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.en-US.yaml new file mode 100644 index 000000000000..28c9a8d056f7 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.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: Microsoft.VCRedist.2015+.x64 +PackageVersion: 14.51.36247.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Visual C++ 2015-2022 Redistributable (x64) +PackageUrl: https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist +License: Proprietary (Freeware) +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: © Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks +ShortDescription: The Microsoft Visual C++ v14 Redistributable Package (x64). +Description: The Microsoft Visual C++ v14 Redistributable Package (x64) installs runtime components of Visual C++ Libraries required to run 64-bit applications developed with Visual C++ 2015, 2017, 2019, 2022 and 2026 on a computer that does not have Visual C++ 2015, 2017, 2019, 2022 and 2026 installed. +Moniker: vcredistx64 +Tags: +- msvc +- msvcp140.dll +- vc +- vc++ +- vcruntime140.dll +- visual-c++ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.zh-CN.yaml b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.zh-CN.yaml new file mode 100644 index 000000000000..9c0fc6e4308f --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.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: Microsoft.VCRedist.2015+.x64 +PackageVersion: 14.51.36247.0 +PackageLocale: zh-CN +PublisherUrl: https://www.microsoft.com/zh-cn/ +PublisherSupportUrl: https://support.microsoft.com/zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-CN/privacystatement +PackageUrl: https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist +License: 专有软件 +LicenseUrl: https://www.microsoft.com/zh-cn/legal/terms-of-use +ShortDescription: The Microsoft Visual C++ v14 Redistributable Package (x64) +Description: Microsoft Visual C++ v14 Redistributable Package (x64) 安装 Visual C++ 库所需的运行时组件,以便在未安装 Visual C++ 2015、2017、2019、2022 和 2026 的计算机上运行使用 Visual C++ 2015、2017、2019、2022 和 2026 开发的 64 位应用程序。 +Tags: +- msvc +- vc +- vc++ +- visual-c++ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.zh-TW.yaml b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.zh-TW.yaml new file mode 100644 index 000000000000..79ec9201736d --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.locale.zh-TW.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.x64 +PackageVersion: 14.51.36247.0 +PackageLocale: zh-TW +PublisherUrl: https://www.microsoft.com/zh-tw/ +PublisherSupportUrl: https://support.microsoft.com/zh-TW +PrivacyUrl: https://privacy.microsoft.com/zh-TW/privacystatement +PackageUrl: https://learn.microsoft.com/zh-tw/cpp/windows/latest-supported-vc-redist +License: 專有軟件 +LicenseUrl: https://www.microsoft.com/zh-tw/legal/terms-of-use +ShortDescription: The Microsoft Visual C++ v14 Redistributable Package (x64). +Description: Microsoft Visual C++ v14 Redistributable Package (x64) 安裝 Visual C++ 庫所需的運行時組件,以便在未安裝 Visual C++ 2015、2017、2019、2022 和 2026 的計算機上運行使用 Visual C++ 2015、2017、2019、2022 和 2026 開發的 64 位應用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.yaml b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.yaml new file mode 100644 index 000000000000..0d744e38cd51 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x64/14.51.36247.0/Microsoft.VCRedist.2015+.x64.yaml @@ -0,0 +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.VCRedist.2015+.x64 +PackageVersion: 14.51.36247.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.installer.yaml b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.installer.yaml new file mode 100644 index 000000000000..4cf2f24e3e9b --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.x86 +PackageVersion: 14.51.36247.0 +InstallerType: burn +Scope: machine +InstallerSuccessCodes: +- 3010 +UpgradeBehavior: install +ProductCode: '{9a6ce18d-11c0-4452-aa35-9f2b8437c686}' +AppsAndFeaturesEntries: +- UpgradeCode: '{F899BAD3-98ED-308E-A905-56B5338963FF}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/57eef8ae-a341-46c3-b0bc-c041027b54cd/F0BAB33A302B3CDB2E11113760D016F54FD3D2632C65BA7834FAC4F0ABD7F1A3/VC_redist.x86.exe + InstallerSha256: F0BAB33A302B3CDB2E11113760D016F54FD3D2632C65BA7834FAC4F0ABD7F1A3 +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/57eef8ae-a341-46c3-b0bc-c041027b54cd/F0BAB33A302B3CDB2E11113760D016F54FD3D2632C65BA7834FAC4F0ABD7F1A3/VC_redist.x86.exe + InstallerSha256: F0BAB33A302B3CDB2E11113760D016F54FD3D2632C65BA7834FAC4F0ABD7F1A3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.en-US.yaml b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.en-US.yaml new file mode 100644 index 000000000000..c79c8dbbdcfc --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.x86 +PackageVersion: 14.51.36247.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://support.microsoft.com/ +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Visual C++ 2015-2022 Redistributable (x86) +PackageUrl: https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist +License: Proprietary +LicenseUrl: https://www.microsoft.com/legal/terms-of-use +Copyright: Copyright (c) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks +ShortDescription: The Microsoft Visual C++ v14 Redistributable Package (x86) +Description: The Microsoft Visual C++ v14 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run 32-bit applications developed with Visual C++ 2015, 2017, 2019, 2022 and 2026 on a computer that does not have Visual C++ 2015, 2017, 2019, 2022 and 2026 installed. +Moniker: vcredistx86 +Tags: +- msvc +- vc +- vc++ +- visual-c++ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.zh-CN.yaml b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.zh-CN.yaml new file mode 100644 index 000000000000..0a15aaf62288 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Microsoft.VCRedist.2015+.x86 +PackageVersion: 14.51.36247.0 +PackageLocale: zh-CN +PublisherUrl: https://www.microsoft.com/zh-cn/ +PublisherSupportUrl: https://support.microsoft.com/zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-CN/privacystatement +PackageUrl: https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist +License: 专有软件 +LicenseUrl: https://www.microsoft.com/zh-cn/legal/terms-of-use +ShortDescription: The Microsoft Visual C++ v14 Redistributable Package (x86) +Description: Microsoft Visual C++ v14 Redistributable Package (x86) 安装 Visual C++ 库所需的运行时组件,以便在未安装 Visual C++ 2015、2017、2019、2022 和 2026 的计算机上运行使用 Visual C++ 2015、2017、2019、2022 和 2026 开发的 32 位应用程序。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.yaml b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.yaml new file mode 100644 index 000000000000..32d8564dc282 --- /dev/null +++ b/manifests/m/Microsoft/VCRedist/2015+/x86/14.51.36247.0/Microsoft.VCRedist.2015+.x86.yaml @@ -0,0 +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.VCRedist.2015+.x86 +PackageVersion: 14.51.36247.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.installer.yaml b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.installer.yaml new file mode 100644 index 000000000000..6f5ebd38a26d --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Community +PackageVersion: 17.14.34 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/81974841-9fb9-441a-9e75-d5c6868e1a48/b03c0205ecb0eeead25639b69951de8fdb47dbf0bf1226d0b9082997d9db41c6/vs_Community.exe + InstallerSha256: b03c0205ecb0eeead25639b69951de8fdb47dbf0bf1226d0b9082997d9db41c6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.locale.en-US.yaml new file mode 100644 index 000000000000..a5fd1e38529c --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Community +PackageVersion: 17.14.34 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Community 2022 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Everything you need to build modern apps - free for you, built for impact. +Moniker: vs2022-community +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.yaml b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.yaml new file mode 100644 index 000000000000..0571312ba7da --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/2022/Community/17.14.34/Microsoft.VisualStudio.2022.Community.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.2022.Community +PackageVersion: 17.14.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.installer.yaml b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.installer.yaml new file mode 100644 index 000000000000..1ee1c47e88c6 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Enterprise +PackageVersion: 18.6.3 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/471731ab-b194-4597-af69-194c13cb642c/d0275062221a9db71f8c1eacfab2946346347ba549abacfb4963d3a236c42a23/vs_Enterprise.exe + InstallerSha256: d0275062221a9db71f8c1eacfab2946346347ba549abacfb4963d3a236c42a23 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.locale.en-US.yaml new file mode 100644 index 000000000000..dabdc273ee7d --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Enterprise +PackageVersion: 18.6.3 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Enterprise 2026 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: Built for scale, security, and speed - the IDE for complex, high-impact development. +Moniker: vs18-enterprise +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.yaml b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.yaml new file mode 100644 index 000000000000..e2d615dd713c --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Enterprise/18.6.3/Microsoft.VisualStudio.Enterprise.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Enterprise +PackageVersion: 18.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.installer.yaml new file mode 100644 index 000000000000..8cef34985a11 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.3 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/471731ab-b194-4597-af69-194c13cb642c/f6c6015dfd88db10d2e39f83d7a813961c426f00d6df732e6f06d71a7278453e/vs_Professional.exe + InstallerSha256: f6c6015dfd88db10d2e39f83d7a813961c426f00d6df732e6f06d71a7278453e +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.locale.en-US.yaml new file mode 100644 index 000000000000..686e54780325 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.3 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2026 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs18-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.yaml new file mode 100644 index 000000000000..b047a70ce136 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.6.3/Microsoft.VisualStudio.Professional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.6.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.installer.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.installer.yaml new file mode 100644 index 000000000000..0a79826a1733 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.installer.yaml @@ -0,0 +1,93 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.7.0 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/105ab965-3bff-41cb-a75d-b4020a784328/35006a00b9e18635d78a083b45678ada0900266a29566389433b935e1c50405a/vs_Professional.exe + InstallerSha256: 35006a00b9e18635d78a083b45678ada0900266a29566389433b935e1c50405a +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.locale.en-US.yaml new file mode 100644 index 000000000000..63972cb5f589 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.7.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2026 +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs18-professional +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.yaml b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.yaml new file mode 100644 index 000000000000..44f633712be9 --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/18.7.0/Microsoft.VisualStudio.Professional.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional +PackageVersion: 18.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.installer.yaml b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.installer.yaml new file mode 100644 index 000000000000..8b0c95ce676b --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.installer.yaml @@ -0,0 +1,95 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional.Insiders +PackageVersion: 18.8.11904.113 +InstallerSwitches: + Silent: --quiet + SilentWithProgress: --passive + Upgrade: update + Custom: --wait --campaign "winget" +ExpectedReturnCodes: +- InstallerReturnCode: 1001 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1618 + ReturnResponse: installInProgress + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1003 + ReturnResponse: fileInUse + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 1641 + ReturnResponse: rebootInitiated + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 3010 + ReturnResponse: rebootRequiredToFinish + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5004 + ReturnResponse: cancelledByUser + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8001 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8002 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8003 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8004 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8005 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8007 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8008 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8009 + ReturnResponse: blockedByPolicy + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -1073720687 + ReturnResponse: noNetwork + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: -2146233083 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 740 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5001 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5002 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5003 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5005 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5007 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 5008 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +- InstallerReturnCode: 8006 + ReturnResponse: custom + ReturnResponseUrl: https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/installation/issues-workarounds-visual-studio-setup +Commands: +- devenv +AppsAndFeaturesEntries: +- DisplayVersion: Insiders [11904.113] +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/c50b43ac-3365-4ddc-9a52-7b104589358b/af46a5e4b5f2bb0211a856a6ddd3228cd8c123f4124e14365f1eedfed452c4e6/vs_Professional.exe + InstallerSha256: af46a5e4b5f2bb0211a856a6ddd3228cd8c123f4124e14365f1eedfed452c4e6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.locale.en-US.yaml new file mode 100644 index 000000000000..0e9c5771d1ed --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional.Insiders +PackageVersion: 18.8.11904.113 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Visual Studio Professional 2026 Insiders +PackageUrl: https://visualstudio.microsoft.com/ +License: Proprietary +LicenseUrl: https://visualstudio.microsoft.com/license-terms/ +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +ShortDescription: The trusted IDE for professional developers - from desktop to cloud. +Moniker: vs18-professional-insiders +Tags: +- c# +- c++ +- vs +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.yaml b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.yaml new file mode 100644 index 000000000000..b7a59564862f --- /dev/null +++ b/manifests/m/Microsoft/VisualStudio/Professional/Insiders/18.8.11904.113/Microsoft.VisualStudio.Professional.Insiders.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Microsoft.VisualStudio.Professional.Insiders +PackageVersion: 18.8.11904.113 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.installer.yaml b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.installer.yaml similarity index 51% rename from manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.installer.yaml rename to manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.installer.yaml index 8905d3130f1f..68457a98f1a1 100644 --- a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.installer.yaml +++ b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.RemoteTools -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 Platform: - Windows.Desktop MinimumOSVersion: "10" @@ -18,13 +18,13 @@ InstallerSwitches: Log: /log Installers: - Architecture: x86 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/361057b36cc204886199e447bd5e260ea0de1094bb00afab2f4447105fbe8aa8/VS_RemoteTools.exe - InstallerSha256: 361057B36CC204886199E447BD5E260EA0DE1094BB00AFAB2F4447105FBE8AA8 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/4aa947606186406fa61f76dc87e90674e2b77641f3482fd7545bb16f65625a41/VS_RemoteTools.exe + InstallerSha256: 4AA947606186406FA61F76DC87E90674E2B77641F3482FD7545BB16F65625A41 - Architecture: arm64 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/d3d90e895255987e4b33ba3e19874b46f9670944317d0b6e679a97d29c9330d5/VS_RemoteTools.exe - InstallerSha256: D3D90E895255987E4B33BA3E19874B46F9670944317D0B6E679A97D29C9330D5 + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/fcd50657c47ad4b0ff68a44182899657b84c2217949ee4d834213c46ff131078/VS_RemoteTools.exe + InstallerSha256: FCD50657C47AD4B0FF68A44182899657B84C2217949EE4D834213C46FF131078 - Architecture: x64 - InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/0dd156af-82aa-4812-b524-49c2f894359a/5b820dfeb4c9685045bb8ccd1f1410615ca6c60ff60c94d4a0ca2ed9c90689bb/VS_RemoteTools.exe - InstallerSha256: 5B820DFEB4C9685045BB8CCD1F1410615CA6C60FF60C94D4A0CA2ED9C90689BB + InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/db7164fd-ebe7-4340-a535-b9724fa0f905/dcd102158419f6231c15b3eea40498e947acc145d472a12fdf3ea16bf1619166/VS_RemoteTools.exe + InstallerSha256: DCD102158419F6231C15B3EEA40498E947ACC145D472A12FDF3EA16BF1619166 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml similarity index 94% rename from manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml rename to manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml index 988642659cae..b761a1716093 100644 --- a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml +++ b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.RemoteTools -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 PackageLocale: en-US Publisher: Microsoft Corporation PackageName: Remote Tools for Visual Studio diff --git a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.yaml b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.yaml similarity index 88% rename from manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.yaml rename to manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.yaml index 2d6b86cebb39..3acf7adb068e 100644 --- a/manifests/m/Microsoft/VisualStudio/RemoteTools/18.6.0/Microsoft.VisualStudio.RemoteTools.yaml +++ b/manifests/m/Microsoft/VisualStudio/RemoteTools/18.7.0/Microsoft.VisualStudio.RemoteTools.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Microsoft.VisualStudio.RemoteTools -PackageVersion: 18.6.0 +PackageVersion: 18.7.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.installer.yaml b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.installer.yaml new file mode 100644 index 000000000000..eea83d4b4aa1 --- /dev/null +++ b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.WSL +PackageVersion: 2.7.8 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.19041.0 +PackageFamilyName: MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d8bbwe +ReleaseDate: 2026-06-06 +Installers: +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.7.8/wsl.2.7.8.0.x64.msi + InstallerSha256: 928506B99D6CAAD14E5A8938E3E3FD9D1C839DF3ED4F40639BDB095FBF24CBF8 + ProductCode: '{ABAA998A-FDCF-48DC-9174-DC711BD2B5D1}' + AppsAndFeaturesEntries: + - InstallerType: msix +- Architecture: x64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.7.8/Microsoft.WSL_2.7.8.0_x64_ARM64.msixbundle + InstallerSha256: A89917AEF1F142B2A9E1A6653402E343194BFF373A98805641FFD5D5117A8752 + SignatureSha256: DD5F61553BCC33CDC4662F4616C18B5180ABACADEA439E5655849A5E6BDFA59A + ElevationRequirement: elevationRequired +- Architecture: arm64 + InstallerType: wix + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.7.8/wsl.2.7.8.0.arm64.msi + InstallerSha256: 5EF25591FB5279B3C59BA7DD595BC1F649FE82C8705E28B81131FAA25875F3AB + ProductCode: '{9B9374AC-A9F1-4833-A6B6-13BF5A21264A}' + AppsAndFeaturesEntries: + - InstallerType: msix +- Architecture: arm64 + InstallerType: msix + InstallerUrl: https://github.com/microsoft/WSL/releases/download/2.7.8/Microsoft.WSL_2.7.8.0_x64_ARM64.msixbundle + InstallerSha256: A89917AEF1F142B2A9E1A6653402E343194BFF373A98805641FFD5D5117A8752 + SignatureSha256: DD5F61553BCC33CDC4662F4616C18B5180ABACADEA439E5655849A5E6BDFA59A + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.en-US.yaml b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.en-US.yaml new file mode 100644 index 000000000000..275f7a9c120d --- /dev/null +++ b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.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: Microsoft.WSL +PackageVersion: 2.7.8 +PackageLocale: en-US +Publisher: Microsoft Corp. +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/WSL/blob/master/SUPPORT.md +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows Subsystem for Linux +PackageUrl: https://learn.microsoft.com/windows/wsl/ +License: MIT +LicenseUrl: https://github.com/microsoft/WSL/blob/master/LICENSE +Copyright: © Microsoft Corporation. All rights reserved. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +ShortDescription: A feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. +Description: Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time. +Moniker: wsl +Tags: +- 9p9tqf7mrm4r +- linux +- linux-subsystem +- windows-subsystem-for-linux +- windowssubsystemforlinux +- wsl +ReleaseNotes: |- + What's Changed + - Fix CreateInstance failure when Windows hosts file exceeds message size cap (2.7 backport) by @benhillis in https://github.com/microsoft/WSL/pull/40726 + - Update kernel to 6.18.33.1-1 by @chessturo in https://github.com/microsoft/WSL/pull/40728 + Full Changelog: https://github.com/microsoft/WSL/compare/2.7.7...2.7.8 +ReleaseNotesUrl: https://github.com/microsoft/WSL/releases/tag/2.7.8 +InstallationNotes: If the virtual machine platform Windows optional feature was enabled, a restart is required for WSL to function properly. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.nb-NO.yaml b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.nb-NO.yaml new file mode 100644 index 000000000000..122fb97e2060 --- /dev/null +++ b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.nb-NO.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: Microsoft.WSL +PackageVersion: 2.7.8 +PackageLocale: nb-NO +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/nb-no +PublisherSupportUrl: https://github.com/microsoft/WSL/blob/master/SUPPORT.md +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows-undersystem for Linux +PackageUrl: https://learn.microsoft.com/windows/wsl/ +License: MIT +LicenseUrl: https://github.com/microsoft/WSL/blob/master/LICENSE +Copyright: © Microsoft Corporation. Alle rettigheter forbeholdt. +CopyrightUrl: https://www.microsoft.com/legal/intellectualproperty/trademarks +Tags: +- 9p9tqf7mrm4r +- linux +- linuxundersystem +- windows-undersystem-for-linux +- windowsundersystemforlinux +- wsl +ReleaseNotesUrl: https://github.com/microsoft/WSL/releases/tag/2.7.8 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.zh-CN.yaml b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.locale.zh-CN.yaml new file mode 100644 index 000000000000..e7f92564929d --- /dev/null +++ b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.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: Microsoft.WSL +PackageVersion: 2.7.8 +PackageLocale: zh-CN +PrivacyUrl: https://privacy.microsoft.com/zh-cn/privacystatement +PackageName: 适用于 Linux 的 Windows 子系统 +PackageUrl: https://learn.microsoft.com/zh-cn/windows/wsl/ +ShortDescription: 适用于 Linux 的 Windows 子系统 (WSL) 是 Windows 的一项功能,可用于在 Windows 计算机上运行 Linux 环境,而无需单独的虚拟机或双引导。 +Description: 适用于 Linux 的 Windows 子系统 (WSL) 是 Windows 的一项功能,可用于在 Windows 计算机上运行 Linux 环境,而无需单独的虚拟机或双引导。 WSL 旨在为希望同时使用 Windows 和 Linux 的开发人员提供无缝高效的体验。 +ReleaseNotesUrl: https://github.com/microsoft/WSL/releases/tag/2.7.8 +InstallationNotes: 如果启用了 Windows 可选功能“虚拟机平台”,则需要重新启动才能正常运行 WSL。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.yaml b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.yaml similarity index 70% rename from manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.yaml rename to manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.yaml index efc93fc470aa..8a13a2ee665f 100644 --- a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.yaml +++ b/manifests/m/Microsoft/WSL/2.7.8/Microsoft.WSL.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.0 -DefaultLocale: zh-CN +PackageIdentifier: Microsoft.WSL +PackageVersion: 2.7.8 +DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.installer.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.installer.yaml new file mode 100644 index 000000000000..bcf00f7d77aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msix +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +PackageFamilyName: Mozilla.MozillaFirefox_jag0gd4e3s9p2 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/multi/Firefox%20Setup%20151.0.4.msix + InstallerSha256: B97E044E36754686EE3A93B4D8A2F1AA771558BBE6768191F4E9D22495B1121F + SignatureSha256: F5AFB314EF9203059AE9482705612BA09686B188E1906D94F17275D4018DEBD6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/multi/Firefox%20Setup%20151.0.4.msix + InstallerSha256: FBA5D0590EA697BE8A81D6F950CF870B265385A136EC1BAC4A11CBADF1A32883 + SignatureSha256: 5E6FA20DBCB816B161B5819C9081D6237BC893EB9FA2DD7500C890AB8B1108B3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/multi/Firefox%20Setup%20151.0.4.msix + InstallerSha256: 8423D136240006B7C430A46F4F1933DC22B971403492FDA3F2875F1FA14EB790 + SignatureSha256: 77F433A1489AD3740CD2DC1EA162CEA50137E964F1FF7CFB6E42454D6D8476F6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.cs-CZ.yaml new file mode 100644 index 000000000000..324a27aff77f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.da-DK.yaml new file mode 100644 index 000000000000..560185abc33f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.de-DE.yaml new file mode 100644 index 000000000000..a96caad0477f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.el-GR.yaml new file mode 100644 index 000000000000..8352c84bd4e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-GB.yaml new file mode 100644 index 000000000000..c217b6dbc21e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-GB.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: Mozilla.Firefox.MSIX +PackageVersion: 151.0.4 +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: +- 9nzvdkpmr9rd +- browser +- gecko +- internet +- pdfreader +- quantum +- spidermonkey +- web +- web-browser +- webpages +- websites +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-US.yaml new file mode 100644 index 000000000000..a1b99d5a6ca5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.MSIX +PackageVersion: 151.0.4 +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 (MSIX) +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: +- 9nzvdkpmr9rd +- browser +- gecko +- internet +- pdfreader +- quantum +- spidermonkey +- web +- web-browser +- webpages +- websites +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.es-MX.yaml new file mode 100644 index 000000000000..f4164451ff63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.fr-FR.yaml new file mode 100644 index 000000000000..dc78795fa568 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.hu-HU.yaml new file mode 100644 index 000000000000..dfa0b5a3e6fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ja-JP.yaml new file mode 100644 index 000000000000..4a25e873a31c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.nb-NO.yaml new file mode 100644 index 000000000000..f65e730fb0a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.nb-NO.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: Mozilla.Firefox.MSIX +PackageVersion: 151.0.4 +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: +- 9nzvdkpmr9rd +- internett +- nettleser +- nettlesing +- nettsider +- nettsteder +- pdfleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ru-RU.yaml new file mode 100644 index 000000000000..1cec37989226 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.ta-IN.yaml new file mode 100644 index 000000000000..ae6d3890a51b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.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.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.locale.zh-CN.yaml new file mode 100644 index 000000000000..2a24ee667bcb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.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.Firefox.MSIX +PackageVersion: 151.0.4 +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/MSIX/151.0.4/Mozilla.Firefox.MSIX.yaml b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.MSIX.yaml new file mode 100644 index 000000000000..e7794d44450e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/MSIX/151.0.4/Mozilla.Firefox.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.Firefox.MSIX +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 000000000000..f3f283c2b5e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ach/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 9B04657DA1F2216573F229DC9A9E058F0DF7C591EAF19D9A3BB182082201EA73 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ach/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 74A3978EF8F5CEA5A445F2D43A784A437B6FF603AA8AE45B8739ECC269B70D20 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ach/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6AE3041E252EF9C0FB19CDF639A2FE9D7A0B7B83192C26934561325E3E060A17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 000000000000..5030ff046ea5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 000000000000..89ec256d4822 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 000000000000..153edc54f531 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 000000000000..b61641aa66eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 000000000000..9751954c6c72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 000000000000..712be8c95b68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.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: Mozilla.Firefox.ach +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 000000000000..4d2cdd0bd4cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 000000000000..dbfca0afe3f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 000000000000..8f25b365d7ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 000000000000..0925d9f2beda --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 000000000000..715358dffa98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 000000000000..0ce8022ff773 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 000000000000..450bae99bac4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 000000000000..14e9551626b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +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.4/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/151.0.4/Mozilla.Firefox.ach.yaml new file mode 100644 index 000000000000..04184cdc2f98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.installer.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.installer.yaml new file mode 100644 index 000000000000..1ac0940716e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ar/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A391306F586604A5400B13A8FD47B5AB4ADFE967C01907E5FF8C0499457162C1 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ar/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 939C3AA88F7BAFFD7439DEAF044180761DD9595605BC6A9AFE6BC0042422C2E5 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ar/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E3704936DD7FA4C1EBF7F82D92103CEB8B2129A2B0F47F377E2C1B0EFA631E72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.cs-CZ.yaml new file mode 100644 index 000000000000..a7184c9530db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.da-DK.yaml new file mode 100644 index 000000000000..a0b01b8d5485 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.de-DE.yaml new file mode 100644 index 000000000000..1f30657501b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.el-GR.yaml new file mode 100644 index 000000000000..03ca11f9205a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.en-GB.yaml new file mode 100644 index 000000000000..b28182b48237 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.en-US.yaml new file mode 100644 index 000000000000..c23eb00f7106 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.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: Mozilla.Firefox.ar +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.es-MX.yaml new file mode 100644 index 000000000000..d052fa504ad9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.fr-FR.yaml new file mode 100644 index 000000000000..c8627950dec3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.hu-HU.yaml new file mode 100644 index 000000000000..74b9e72ae355 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.ja-JP.yaml new file mode 100644 index 000000000000..ab8842d39a23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.nb-NO.yaml new file mode 100644 index 000000000000..867179d075f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.ru-RU.yaml new file mode 100644 index 000000000000..03a3134edcf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.ta-IN.yaml new file mode 100644 index 000000000000..169b7589d114 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.locale.zh-CN.yaml new file mode 100644 index 000000000000..24820d815372 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +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.4/Mozilla.Firefox.ar.yaml b/manifests/m/Mozilla/Firefox/ar/151.0.4/Mozilla.Firefox.ar.yaml new file mode 100644 index 000000000000..af1d5f8d295f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.installer.yaml new file mode 100644 index 000000000000..bdb8011e46f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ast/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F8E8E4857ABBE0311617980C3C2B4A127A4972EFB426C20BAEC5A70B1574F380 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ast/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6A36BDC416FA6B66BA22F19F79049263573121B7FE82E3B1285B208370883D62 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ast/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 65EBFD07156A5BBF9E409B56C93C2DEDAE8C396699ED978EC96BB7DEE172E128 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.cs-CZ.yaml new file mode 100644 index 000000000000..0e33b3c184ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.da-DK.yaml new file mode 100644 index 000000000000..e0b32075d4f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.de-DE.yaml new file mode 100644 index 000000000000..fd5e3523d960 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.el-GR.yaml new file mode 100644 index 000000000000..fed093624f02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.en-GB.yaml new file mode 100644 index 000000000000..2ec29f1b71f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.en-US.yaml new file mode 100644 index 000000000000..e903cff89038 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.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: Mozilla.Firefox.ast +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.es-MX.yaml new file mode 100644 index 000000000000..562535d92955 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.fr-FR.yaml new file mode 100644 index 000000000000..63ac035002f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.hu-HU.yaml new file mode 100644 index 000000000000..72b6c164898a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.ja-JP.yaml new file mode 100644 index 000000000000..abe9e85a4e0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.nb-NO.yaml new file mode 100644 index 000000000000..68b8726d9f48 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.ru-RU.yaml new file mode 100644 index 000000000000..b6928b6579a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.ta-IN.yaml new file mode 100644 index 000000000000..dcafdde0e121 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.locale.zh-CN.yaml new file mode 100644 index 000000000000..ccc5083ea4f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +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.4/Mozilla.Firefox.ast.yaml b/manifests/m/Mozilla/Firefox/ast/151.0.4/Mozilla.Firefox.ast.yaml new file mode 100644 index 000000000000..3b0254a3dabc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.installer.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.installer.yaml new file mode 100644 index 000000000000..b4e522180798 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/bs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6748F1F9EFFC66E7FC9600CAF6E4BB05700C86EB3DE9B9D16BC525F5707016BE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/bs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 32B965DBAEF064926A09C76353915894D8ECF579B1B89194E1369BEE8EE24311 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/bs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 26480AC212D28E1B6B36EA859AFBF4790722D73F251AD3A942E8C3DFF4AC1A79 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d3e5e1b7ab3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.da-DK.yaml new file mode 100644 index 000000000000..201ce8c74a30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.de-DE.yaml new file mode 100644 index 000000000000..465eddb59c90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.el-GR.yaml new file mode 100644 index 000000000000..7364b24c0f91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.en-GB.yaml new file mode 100644 index 000000000000..19bd95870952 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.en-US.yaml new file mode 100644 index 000000000000..a7c5092c8d7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.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: Mozilla.Firefox.bs +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.es-MX.yaml new file mode 100644 index 000000000000..93b0520c509a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.fr-FR.yaml new file mode 100644 index 000000000000..c7b57a99307f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.hu-HU.yaml new file mode 100644 index 000000000000..b5320d928a70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.ja-JP.yaml new file mode 100644 index 000000000000..ada1d0346ff0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.nb-NO.yaml new file mode 100644 index 000000000000..14907262a052 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.ru-RU.yaml new file mode 100644 index 000000000000..44ad9fcdba80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.ta-IN.yaml new file mode 100644 index 000000000000..94ecc7613caf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.locale.zh-CN.yaml new file mode 100644 index 000000000000..8694eecf05da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +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.4/Mozilla.Firefox.bs.yaml b/manifests/m/Mozilla/Firefox/bs/151.0.4/Mozilla.Firefox.bs.yaml new file mode 100644 index 000000000000..3f7ab88d7de5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.installer.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.installer.yaml new file mode 100644 index 000000000000..b23d367b4722 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ca/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 68DB3D368285B9B3F829FA70BEBFD2F150F2EE615903BD9266DFF7D2FB1E2A5F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ca/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 48A11D45746A99AAD7FCA618F1AA0C3397A11D6B8D2E917AAD8CD680DA51AF93 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ca/Firefox%20Setup%20151.0.4.exe + InstallerSha256: B9108D130754260BAAF8E60701E9365BB2176CA5A20263B431B8ECFC6463D609 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3f11775ab874 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.da-DK.yaml new file mode 100644 index 000000000000..107f6049ca73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.de-DE.yaml new file mode 100644 index 000000000000..6ea3ed680566 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.el-GR.yaml new file mode 100644 index 000000000000..681fda05f352 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.en-GB.yaml new file mode 100644 index 000000000000..1a61c6a5f1f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.en-US.yaml new file mode 100644 index 000000000000..ea8c9fceb2f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.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: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.es-MX.yaml new file mode 100644 index 000000000000..ab0a8f5d8b3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.fr-FR.yaml new file mode 100644 index 000000000000..dc5e70099a52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.hu-HU.yaml new file mode 100644 index 000000000000..460b72a74eff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ja-JP.yaml new file mode 100644 index 000000000000..c2f2bdc7631b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.nb-NO.yaml new file mode 100644 index 000000000000..eb4dc8d2cd7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ru-RU.yaml new file mode 100644 index 000000000000..851a87b75bc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ta-IN.yaml new file mode 100644 index 000000000000..4989f5bcfd3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.zh-CN.yaml new file mode 100644 index 000000000000..6b6f5d841133 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +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/151.0.4/Mozilla.Firefox.ca.yaml b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.yaml new file mode 100644 index 000000000000..00f4e0cb78e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/151.0.4/Mozilla.Firefox.ca.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.installer.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.installer.yaml new file mode 100644 index 000000000000..cf8116ffdb47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/cs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E32F7181C4D42F0AD263D68A4283B96B1DA3FA8137D97C0A5091EE7550B59B21 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/cs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: FB9645FD56B7FD2030182726EB64D60946D25910BD84D470AD25A885D8077D1F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/cs/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 036265D37919F4CA855BB19DFA740E72A0D6A63462C0F42CDDAF51D9FE39969A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f90054aafd15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.da-DK.yaml new file mode 100644 index 000000000000..2465d214fee2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.de-DE.yaml new file mode 100644 index 000000000000..f760dae64ef1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.el-GR.yaml new file mode 100644 index 000000000000..5314b9518d22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.en-GB.yaml new file mode 100644 index 000000000000..5cd0dea8b88e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.en-US.yaml new file mode 100644 index 000000000000..de28a2084cf2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.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: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (cs) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.es-MX.yaml new file mode 100644 index 000000000000..fd1c562912ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.fr-FR.yaml new file mode 100644 index 000000000000..619011835f68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.hu-HU.yaml new file mode 100644 index 000000000000..abba001852d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ja-JP.yaml new file mode 100644 index 000000000000..2b7168dc4e99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.nb-NO.yaml new file mode 100644 index 000000000000..ccff5eedbcb2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ru-RU.yaml new file mode 100644 index 000000000000..3b65d2a5fa76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ta-IN.yaml new file mode 100644 index 000000000000..7d28d7262b5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.zh-CN.yaml new file mode 100644 index 000000000000..7041c466e8f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.yaml b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.yaml new file mode 100644 index 000000000000..c9df57eb71fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/151.0.4/Mozilla.Firefox.cs.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.installer.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.installer.yaml new file mode 100644 index 000000000000..9d0e0e65d544 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/de/Firefox%20Setup%20151.0.4.exe + InstallerSha256: B0EB837BDAB1FF9A53DB1AE0085DCE3F34EB79E334716D555E5C0A49581191C6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/de/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 74F8858BE1AFF1D0526B0295D3DB71B2CD4DA1E408C7EBEE0142A7D0F932E00B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/de/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D8F8D02E44675A9DB63C67B19DB53CDFDDB693464CE45CF131E4E3D3B3ADF261 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.cs-CZ.yaml new file mode 100644 index 000000000000..fcc15277e9b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.da-DK.yaml new file mode 100644 index 000000000000..afbe39e43a51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.de-DE.yaml new file mode 100644 index 000000000000..5af6b1110b67 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.el-GR.yaml new file mode 100644 index 000000000000..8b5adf68a696 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.en-GB.yaml new file mode 100644 index 000000000000..3e2f22acab31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.en-US.yaml new file mode 100644 index 000000000000..73bae5cc3b45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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: Mozilla.Firefox.de +PackageVersion: 151.0.4 +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 (de) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.es-MX.yaml new file mode 100644 index 000000000000..0b0422779d76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.fr-FR.yaml new file mode 100644 index 000000000000..b32d77faffe2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.hu-HU.yaml new file mode 100644 index 000000000000..d6655c730306 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.ja-JP.yaml new file mode 100644 index 000000000000..112f23966379 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.nb-NO.yaml new file mode 100644 index 000000000000..1dff1dd3be4c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.ru-RU.yaml new file mode 100644 index 000000000000..298a2430baeb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.ta-IN.yaml new file mode 100644 index 000000000000..78dcc52531ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.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.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.locale.zh-CN.yaml new file mode 100644 index 000000000000..21b40f902bb0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.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.Firefox.de +PackageVersion: 151.0.4 +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/de/151.0.4/Mozilla.Firefox.de.yaml b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.de.yaml new file mode 100644 index 000000000000..58d747340803 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/151.0.4/Mozilla.Firefox.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.Firefox.de +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.installer.yaml new file mode 100644 index 000000000000..1feedf01f4ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/dsb/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D8C4084990597192E21E6123590C1FA7683E9CF1D3A48AD2C47FB4828EA7C4C2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/dsb/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 9DC56ACD07131887CB84AEF6884EFD1C97B576DE354F3FE2505625F8932A14C1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/dsb/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6FACEB44E70F1D8E9A85CE1DB589AAC873FAF420C8735154B8DAC26B508E2ACE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4bc15e374e32 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.da-DK.yaml new file mode 100644 index 000000000000..a6aafe969e75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.de-DE.yaml new file mode 100644 index 000000000000..7716bead2aa4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.el-GR.yaml new file mode 100644 index 000000000000..7bdf701242eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.en-GB.yaml new file mode 100644 index 000000000000..6e75839795e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.en-US.yaml new file mode 100644 index 000000000000..630fcbd82e2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.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: Mozilla.Firefox.dsb +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.es-MX.yaml new file mode 100644 index 000000000000..7e045474aba6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.fr-FR.yaml new file mode 100644 index 000000000000..c4468733d523 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.hu-HU.yaml new file mode 100644 index 000000000000..cf15e730b340 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.ja-JP.yaml new file mode 100644 index 000000000000..4d47d5e35f25 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.nb-NO.yaml new file mode 100644 index 000000000000..d6861e20ef80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.ru-RU.yaml new file mode 100644 index 000000000000..fb3bca54ea03 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.ta-IN.yaml new file mode 100644 index 000000000000..41889910d1c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.locale.zh-CN.yaml new file mode 100644 index 000000000000..04c98215326d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +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.4/Mozilla.Firefox.dsb.yaml b/manifests/m/Mozilla/Firefox/dsb/151.0.4/Mozilla.Firefox.dsb.yaml new file mode 100644 index 000000000000..ca4c77823a7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.installer.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.installer.yaml new file mode 100644 index 000000000000..6d36c0ac7d34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/el/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 16BA02D01237F440E0D55364E871BE13373B77112C73F827AC5CC9E288B7C32C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/el/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7DDA8EDAA9B1215FE63D3EA8033C782C4BE23A273DF646EC31703D3722D9E9B7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/el/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F3046FB6559FC78A2BEB706008654574F1FB312B93E32BC77705E3F2BA1652AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4b651fd146d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.da-DK.yaml new file mode 100644 index 000000000000..ea914a53e2e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.de-DE.yaml new file mode 100644 index 000000000000..21d28185b420 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.el-GR.yaml new file mode 100644 index 000000000000..1a5d51b80db0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.en-GB.yaml new file mode 100644 index 000000000000..8a12d9986b6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.en-US.yaml new file mode 100644 index 000000000000..664416d1d406 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.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: Mozilla.Firefox.el +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.es-MX.yaml new file mode 100644 index 000000000000..81a5f3d65fd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.fr-FR.yaml new file mode 100644 index 000000000000..b9c290cdad6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.hu-HU.yaml new file mode 100644 index 000000000000..5aa74fff88a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.ja-JP.yaml new file mode 100644 index 000000000000..5ea4a1ab6747 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.nb-NO.yaml new file mode 100644 index 000000000000..66fbebca10d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.ru-RU.yaml new file mode 100644 index 000000000000..66626ecb4d3b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.ta-IN.yaml new file mode 100644 index 000000000000..07bec7d9d9c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.locale.zh-CN.yaml new file mode 100644 index 000000000000..4f05b9713839 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +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.4/Mozilla.Firefox.el.yaml b/manifests/m/Mozilla/Firefox/el/151.0.4/Mozilla.Firefox.el.yaml new file mode 100644 index 000000000000..c0ce5931ed71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.installer.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.installer.yaml new file mode 100644 index 000000000000..f2f8afa5883c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/eo/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 11B66EE0C67886D1965CA0EA552C3484E0E0757DDAAD3E6DA45F74943DDD5197 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/eo/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 0E25A0FEE1FA30BAC36F445D737D539444F6DD43B7C5BF85A2559C092A3046EA +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/eo/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 3FED4A1343542ED22AEAE67A896E6D65CE57E0D7E50C44F932D6C6051B2CA928 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.cs-CZ.yaml new file mode 100644 index 000000000000..bb4b883cbe6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.da-DK.yaml new file mode 100644 index 000000000000..bdfda3f18a52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.de-DE.yaml new file mode 100644 index 000000000000..d26baf8cfb64 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.el-GR.yaml new file mode 100644 index 000000000000..140126af6eac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.en-GB.yaml new file mode 100644 index 000000000000..17691454d8a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.en-US.yaml new file mode 100644 index 000000000000..12e64831e55c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.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: Mozilla.Firefox.eo +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.es-MX.yaml new file mode 100644 index 000000000000..c391e65147e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.fr-FR.yaml new file mode 100644 index 000000000000..49ac31740c3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.hu-HU.yaml new file mode 100644 index 000000000000..17069dee9303 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.ja-JP.yaml new file mode 100644 index 000000000000..bec0b50b7ab6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.nb-NO.yaml new file mode 100644 index 000000000000..c46ae15b9ff7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.ru-RU.yaml new file mode 100644 index 000000000000..d6188a34a4da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.ta-IN.yaml new file mode 100644 index 000000000000..6732551e6fa8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.locale.zh-CN.yaml new file mode 100644 index 000000000000..1ad4333eb577 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +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.4/Mozilla.Firefox.eo.yaml b/manifests/m/Mozilla/Firefox/eo/151.0.4/Mozilla.Firefox.eo.yaml new file mode 100644 index 000000000000..de66c3bf8bed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.installer.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.installer.yaml new file mode 100644 index 000000000000..d8c8f6f8a897 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/es-CL/Firefox%20Setup%20151.0.4.exe + InstallerSha256: ECA82A8DA539B04D6DA428F5C8E68B1211699E98921777795B362FF9DEAC9664 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/es-CL/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A2ADBA61BF37D4846493CF08F000F0A3D72FCB27A9A14E54779038EC8C06BAC9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/es-CL/Firefox%20Setup%20151.0.4.exe + InstallerSha256: B10CC4B95B46EF018386A1F42654BF0F32D946208657BBA7E23EE2BBE2B9F534 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d2e2e14eb89f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.da-DK.yaml new file mode 100644 index 000000000000..2e8cdd97b5ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.de-DE.yaml new file mode 100644 index 000000000000..2e95c25d8d81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.el-GR.yaml new file mode 100644 index 000000000000..bd9c62659420 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.en-GB.yaml new file mode 100644 index 000000000000..f54993fb5cd5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.en-US.yaml new file mode 100644 index 000000000000..0ab5a8cb2343 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.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: Mozilla.Firefox.es-CL +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.es-MX.yaml new file mode 100644 index 000000000000..76d1d41bec6a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.fr-FR.yaml new file mode 100644 index 000000000000..41dbb0a2c8ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.hu-HU.yaml new file mode 100644 index 000000000000..2e9a6ee60162 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.ja-JP.yaml new file mode 100644 index 000000000000..5e172d22eef5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.nb-NO.yaml new file mode 100644 index 000000000000..3463449a6852 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.ru-RU.yaml new file mode 100644 index 000000000000..24af442896df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.ta-IN.yaml new file mode 100644 index 000000000000..eaa1a0e74376 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.locale.zh-CN.yaml new file mode 100644 index 000000000000..5f47b800687c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +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.4/Mozilla.Firefox.es-CL.yaml b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/Mozilla.Firefox.es-CL.yaml new file mode 100644 index 000000000000..6782f64a401a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.installer.yaml new file mode 100644 index 000000000000..aef45971ecd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/es-ES/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F87DD2B4E8E0A289C03D6FFFB42F5025014B2043C90255CA967F7D7FCD00DE0A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/es-ES/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 9F42BB3CB18C8170F02C348BF5685E83A8BD8D1D89B15C412248C930CAE13BED +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/es-ES/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7CD5485440726435BCE042BEB7DB27D686B16E20732A59E3B881367666C6CAC9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.cs-CZ.yaml new file mode 100644 index 000000000000..ddaad16b2afb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.da-DK.yaml new file mode 100644 index 000000000000..326d0913a418 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.de-DE.yaml new file mode 100644 index 000000000000..0b709b5bf437 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.el-GR.yaml new file mode 100644 index 000000000000..3f08d9ba6354 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.en-GB.yaml new file mode 100644 index 000000000000..bf4d8dc2f446 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.en-US.yaml new file mode 100644 index 000000000000..3f45b60d301c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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: Mozilla.Firefox.es-ES +PackageVersion: 151.0.4 +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-ES) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.es-MX.yaml new file mode 100644 index 000000000000..e6ed63995f1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.fr-FR.yaml new file mode 100644 index 000000000000..d16038d08b5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.hu-HU.yaml new file mode 100644 index 000000000000..f9fea6d81c1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ja-JP.yaml new file mode 100644 index 000000000000..e7eb64e6ea43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.nb-NO.yaml new file mode 100644 index 000000000000..c39012cd5933 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ru-RU.yaml new file mode 100644 index 000000000000..c45bcad1ec18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.ta-IN.yaml new file mode 100644 index 000000000000..2003bd176e86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.locale.zh-CN.yaml new file mode 100644 index 000000000000..cadf2842e3ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.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.Firefox.es-ES +PackageVersion: 151.0.4 +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-ES/151.0.4/Mozilla.Firefox.es-ES.yaml b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.es-ES.yaml new file mode 100644 index 000000000000..a92d481fa800 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/151.0.4/Mozilla.Firefox.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.es-ES +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.installer.yaml new file mode 100644 index 000000000000..1a13e3f78696 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/es-MX/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 498E096D9BE4ABBBDFCC4AC50653D5EB67DADD6160C676E9139306729A0DAA2E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/es-MX/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DC6663FA084EDD78C61C2378133184B536B089B8DD4BBF80BA2A160285382D75 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/es-MX/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F02CC7E29807839EC22907B7F29BD0DF37B64F5D9BAA0522211B744CD1848E29 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml new file mode 100644 index 000000000000..30ed4ee6421f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.da-DK.yaml new file mode 100644 index 000000000000..f590c980c04e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.de-DE.yaml new file mode 100644 index 000000000000..68241a511e6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.el-GR.yaml new file mode 100644 index 000000000000..1bd10d31a596 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.en-GB.yaml new file mode 100644 index 000000000000..8273ee70f884 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.en-US.yaml new file mode 100644 index 000000000000..804c7c6eb9b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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: Mozilla.Firefox.es-MX +PackageVersion: 151.0.4 +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-MX) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.es-MX.yaml new file mode 100644 index 000000000000..708e5b6bae63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.fr-FR.yaml new file mode 100644 index 000000000000..1ba75a7a3084 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.hu-HU.yaml new file mode 100644 index 000000000000..08854a2ad6e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ja-JP.yaml new file mode 100644 index 000000000000..be1c4e0932d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.nb-NO.yaml new file mode 100644 index 000000000000..d59b0d7d91f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ru-RU.yaml new file mode 100644 index 000000000000..61481a4d1ca7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.ta-IN.yaml new file mode 100644 index 000000000000..0d0d247e2159 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.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-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.locale.zh-CN.yaml new file mode 100644 index 000000000000..f81d36d041e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.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.Firefox.es-MX +PackageVersion: 151.0.4 +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-MX/151.0.4/Mozilla.Firefox.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.es-MX.yaml new file mode 100644 index 000000000000..3025fe4feb51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/151.0.4/Mozilla.Firefox.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.es-MX +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.installer.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.installer.yaml new file mode 100644 index 000000000000..d43676f6b306 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/eu/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 45BA8867E874CDF5AF6E3E80C88BEFB3D2567909336A567B5B2E1FB2F33E4501 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/eu/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 11DA7755A6E23DB17A0C0DF25C20D5CA02D88095C2E921CCCAD637CE95D8DB7B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/eu/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D0F4167D3CE0E6F460A0B44B337600CE9287A5C95FA5E968AAC4C9082093F4B1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.cs-CZ.yaml new file mode 100644 index 000000000000..06498ff40d65 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.da-DK.yaml new file mode 100644 index 000000000000..1f8fd3a395e3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.de-DE.yaml new file mode 100644 index 000000000000..42d8966e13b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.el-GR.yaml new file mode 100644 index 000000000000..474890452483 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.en-GB.yaml new file mode 100644 index 000000000000..80ce247886d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.en-US.yaml new file mode 100644 index 000000000000..3dfb8f56cd1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.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: Mozilla.Firefox.eu +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.es-MX.yaml new file mode 100644 index 000000000000..5394a82d6053 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.fr-FR.yaml new file mode 100644 index 000000000000..0785eb254d08 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.hu-HU.yaml new file mode 100644 index 000000000000..dbcc57f5fb6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.ja-JP.yaml new file mode 100644 index 000000000000..aadd161db7ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.nb-NO.yaml new file mode 100644 index 000000000000..f42128a23661 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.ru-RU.yaml new file mode 100644 index 000000000000..22c3d0305b54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.ta-IN.yaml new file mode 100644 index 000000000000..7bd889769a34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.locale.zh-CN.yaml new file mode 100644 index 000000000000..69696e5f9dca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +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.4/Mozilla.Firefox.eu.yaml b/manifests/m/Mozilla/Firefox/eu/151.0.4/Mozilla.Firefox.eu.yaml new file mode 100644 index 000000000000..24c7424a20e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.installer.yaml new file mode 100644 index 000000000000..18f0b9dcd22d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ff/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A695A80CB1712E118AEB61C3E9FC50A491BB7B6FE6AD4F3A832F003B7DB58CDA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ff/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 804E91A823F25A3A88703EC26618628CB95B466707B270C946F641FFBC8D1D1C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ff/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D4EAD814BB4210428D6709E4873E6C77A568139CE41E41771AB9508390CED137 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.cs-CZ.yaml new file mode 100644 index 000000000000..8f3beb4bfa18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.da-DK.yaml new file mode 100644 index 000000000000..65da2bc7f953 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.de-DE.yaml new file mode 100644 index 000000000000..79e5cf6b2065 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.el-GR.yaml new file mode 100644 index 000000000000..d4941df973c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.en-GB.yaml new file mode 100644 index 000000000000..24638eb52b9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.en-US.yaml new file mode 100644 index 000000000000..bfb01b61ac1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.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: Mozilla.Firefox.ff +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.es-MX.yaml new file mode 100644 index 000000000000..d9f2083de1e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.fr-FR.yaml new file mode 100644 index 000000000000..9e2523a46f59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.hu-HU.yaml new file mode 100644 index 000000000000..f77e81d9e86b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.ja-JP.yaml new file mode 100644 index 000000000000..6788df753bfa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.nb-NO.yaml new file mode 100644 index 000000000000..fcc1ad904c2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.ru-RU.yaml new file mode 100644 index 000000000000..3340d5bb8b29 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.ta-IN.yaml new file mode 100644 index 000000000000..1a1d91f656a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.locale.zh-CN.yaml new file mode 100644 index 000000000000..50311edc710d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +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.4/Mozilla.Firefox.ff.yaml b/manifests/m/Mozilla/Firefox/ff/151.0.4/Mozilla.Firefox.ff.yaml new file mode 100644 index 000000000000..2a8a6ce2de46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.installer.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.installer.yaml new file mode 100644 index 000000000000..c20ecfc32812 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/fr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D126632C9B0A7F1BA0085E18364D1A7C5341EDC2C0082077F26A6AC960D02A8F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/fr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A58AE2F9301E5748BD9090219AF38A37BC59FD687E9031A7D36DCB197D488561 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/fr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 12619E5AB4FFE1272AC47E26AF7C959E725DC9103D7DD969635BA8E31C1D962B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..67480fdaf353 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.da-DK.yaml new file mode 100644 index 000000000000..52a7f7ff4123 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.de-DE.yaml new file mode 100644 index 000000000000..f3d21a06269f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.el-GR.yaml new file mode 100644 index 000000000000..fa3ea60007a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.en-GB.yaml new file mode 100644 index 000000000000..089d4d5ce2cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.en-US.yaml new file mode 100644 index 000000000000..7c2aa3f90a73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.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: Mozilla.Firefox.fr +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.es-MX.yaml new file mode 100644 index 000000000000..e2bafce28c66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.fr-FR.yaml new file mode 100644 index 000000000000..009234a3cbc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.hu-HU.yaml new file mode 100644 index 000000000000..0436f0c21d73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.ja-JP.yaml new file mode 100644 index 000000000000..56c6ac914a7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.nb-NO.yaml new file mode 100644 index 000000000000..809208845c51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.ru-RU.yaml new file mode 100644 index 000000000000..83c7f20c41aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.ta-IN.yaml new file mode 100644 index 000000000000..2dc37fafdb0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.locale.zh-CN.yaml new file mode 100644 index 000000000000..6a8b15fb27f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +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.4/Mozilla.Firefox.fr.yaml b/manifests/m/Mozilla/Firefox/fr/151.0.4/Mozilla.Firefox.fr.yaml new file mode 100644 index 000000000000..17f1e55e0ce0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.installer.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.installer.yaml new file mode 100644 index 000000000000..11b789fcb870 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/gd/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 500A2761CDC55C3CE948F1758341E50CE313C617829D536B3334DCD035E3EDA5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/gd/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 19180A726F32A0720B59F3AEED1F75EEE9C8F8A7AFE3154D217C9CB0E6803818 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/gd/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7F24BC1586DAB3FBE031DDAD9DA3029DF06083BCFAB16C4CA0379B323821BC7F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.cs-CZ.yaml new file mode 100644 index 000000000000..52e28caf9f43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.da-DK.yaml new file mode 100644 index 000000000000..a2adbb3770ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.de-DE.yaml new file mode 100644 index 000000000000..ff83b5b543bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.el-GR.yaml new file mode 100644 index 000000000000..e94b598202c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.en-GB.yaml new file mode 100644 index 000000000000..649fbc382f5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.en-US.yaml new file mode 100644 index 000000000000..2c50dbd27b83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.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: Mozilla.Firefox.gd +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.es-MX.yaml new file mode 100644 index 000000000000..79e6e92fe6fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.fr-FR.yaml new file mode 100644 index 000000000000..e2c828d2819c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.hu-HU.yaml new file mode 100644 index 000000000000..6c8dfa8aa9be --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.ja-JP.yaml new file mode 100644 index 000000000000..e0efca448eb2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.nb-NO.yaml new file mode 100644 index 000000000000..27a31b089a27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.ru-RU.yaml new file mode 100644 index 000000000000..db76ebf9203f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.ta-IN.yaml new file mode 100644 index 000000000000..e35468b49409 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.locale.zh-CN.yaml new file mode 100644 index 000000000000..03bb1adccb5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +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.4/Mozilla.Firefox.gd.yaml b/manifests/m/Mozilla/Firefox/gd/151.0.4/Mozilla.Firefox.gd.yaml new file mode 100644 index 000000000000..1ef50c95340e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.installer.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.installer.yaml new file mode 100644 index 000000000000..c87974bc730b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/he/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 93BBD6FAE1712FA211F460567020F4D0F253E59FA0E43579E36DFE206AC66B15 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/he/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6B58D62AA67FAC87BCB0AC2E33E43CE45CD05F61C0F799369A9C71A0B1645503 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/he/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A69A9B36D374551B54F3AAB0CFE0DCE21C6CCB5615B7D7B47307A3E91BF342D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.cs-CZ.yaml new file mode 100644 index 000000000000..a81105dfcd2d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.da-DK.yaml new file mode 100644 index 000000000000..d5ee9148a8b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.de-DE.yaml new file mode 100644 index 000000000000..66957f56468f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.el-GR.yaml new file mode 100644 index 000000000000..d95dcc453205 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.en-GB.yaml new file mode 100644 index 000000000000..ac688692cf0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.en-US.yaml new file mode 100644 index 000000000000..58feb4ed253a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.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: Mozilla.Firefox.he +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.es-MX.yaml new file mode 100644 index 000000000000..4c9bf233d7d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.fr-FR.yaml new file mode 100644 index 000000000000..41de0c482674 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.hu-HU.yaml new file mode 100644 index 000000000000..2676d63172cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.ja-JP.yaml new file mode 100644 index 000000000000..0e23ab9a46ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.nb-NO.yaml new file mode 100644 index 000000000000..5d956bd077f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.ru-RU.yaml new file mode 100644 index 000000000000..6d43449e6acb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.ta-IN.yaml new file mode 100644 index 000000000000..60be8d11a534 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.locale.zh-CN.yaml new file mode 100644 index 000000000000..73b42c0515c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +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.4/Mozilla.Firefox.he.yaml b/manifests/m/Mozilla/Firefox/he/151.0.4/Mozilla.Firefox.he.yaml new file mode 100644 index 000000000000..878e71f13716 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.installer.yaml new file mode 100644 index 000000000000..13dcd7e4e60c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/hi-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E5833D0F5D3845A7CDD874D84C1573BCE41FB87DF0693CA5E3A02F1AD54048DC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/hi-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 07B50791A27C0399EF20ED644DA0D65A51582F70F383731D99E0295E527F5E11 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/hi-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A0C9785DF368CDC4797D1C8E8F7B112B42DDEDD720B47460E7C94105CCFA6A26 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c0e70bae328e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.da-DK.yaml new file mode 100644 index 000000000000..ecf1cd33f083 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.de-DE.yaml new file mode 100644 index 000000000000..bbc79235fcf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.el-GR.yaml new file mode 100644 index 000000000000..2ebe55129190 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.en-GB.yaml new file mode 100644 index 000000000000..77549ec140ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.en-US.yaml new file mode 100644 index 000000000000..88b502676415 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.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: Mozilla.Firefox.hi-IN +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.es-MX.yaml new file mode 100644 index 000000000000..40e9d7d24912 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml new file mode 100644 index 000000000000..5948732b897d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml new file mode 100644 index 000000000000..dd09e5089a16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml new file mode 100644 index 000000000000..22d026c83ea7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml new file mode 100644 index 000000000000..f98e73adbf13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml new file mode 100644 index 000000000000..2e4ac9ad1fa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml new file mode 100644 index 000000000000..cf4e55810e6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..b87b384bc838 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +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.4/Mozilla.Firefox.hi-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/Mozilla.Firefox.hi-IN.yaml new file mode 100644 index 000000000000..b1072c7f5049 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.installer.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.installer.yaml new file mode 100644 index 000000000000..e189c93303a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/hr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 56584D9C0DFD06270FFC3AFED3B11CF2B938F69EDBDE6A7CCE84C450481AB034 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/hr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: CDB8D889297CFF50DCA05E4EA79DB2DEC1E5AC510A0870487F716C9D38B88918 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/hr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A30B49095F579D2C94B5D9C7EB2CA3F6D1ABDDA9D453E702739D8387CECFCC72 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c87c52338b6a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.da-DK.yaml new file mode 100644 index 000000000000..2c90e0bf24f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.de-DE.yaml new file mode 100644 index 000000000000..393523bf2f46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.el-GR.yaml new file mode 100644 index 000000000000..f907cfc69f97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.en-GB.yaml new file mode 100644 index 000000000000..e5e21f583648 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.en-US.yaml new file mode 100644 index 000000000000..6614a5b19ed6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.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: Mozilla.Firefox.hr +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.es-MX.yaml new file mode 100644 index 000000000000..e98dfb5272f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.fr-FR.yaml new file mode 100644 index 000000000000..15cd1f2f6af5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.hu-HU.yaml new file mode 100644 index 000000000000..99f179600d4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.ja-JP.yaml new file mode 100644 index 000000000000..ba8cc40527bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.nb-NO.yaml new file mode 100644 index 000000000000..b734d56c2a39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.ru-RU.yaml new file mode 100644 index 000000000000..976ac6630c62 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.ta-IN.yaml new file mode 100644 index 000000000000..f9aaaa082ef2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.locale.zh-CN.yaml new file mode 100644 index 000000000000..7db4b3595558 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +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.4/Mozilla.Firefox.hr.yaml b/manifests/m/Mozilla/Firefox/hr/151.0.4/Mozilla.Firefox.hr.yaml new file mode 100644 index 000000000000..069681fb7e18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.installer.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.installer.yaml new file mode 100644 index 000000000000..401a7ac6c8e3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ia/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 57879385FCBB305326E66915A5B6857BF7AA76D9B871F281728FD51F874DCB04 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ia/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 812D127615FE955AFE7F03E0D54C4E19967BD28D6D4F429B8225EAA133361495 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ia/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 3E7C0C2CE4864B074FA5743D7B3DBAC4770B1DA90041C08A84047279AF65F38F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.cs-CZ.yaml new file mode 100644 index 000000000000..fae7a7d5e8e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.da-DK.yaml new file mode 100644 index 000000000000..1666e5a23b2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.de-DE.yaml new file mode 100644 index 000000000000..2ad734138338 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.el-GR.yaml new file mode 100644 index 000000000000..93d522092617 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.en-GB.yaml new file mode 100644 index 000000000000..8879d6a1c286 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.en-US.yaml new file mode 100644 index 000000000000..08b2247f3771 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.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: Mozilla.Firefox.ia +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.es-MX.yaml new file mode 100644 index 000000000000..b57f03eb4468 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.fr-FR.yaml new file mode 100644 index 000000000000..0f754dfeafa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.hu-HU.yaml new file mode 100644 index 000000000000..a02f989a8a16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.ja-JP.yaml new file mode 100644 index 000000000000..ab38a2408ce6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.nb-NO.yaml new file mode 100644 index 000000000000..f5e3f48fdf27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.ru-RU.yaml new file mode 100644 index 000000000000..a2f47cdba405 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.ta-IN.yaml new file mode 100644 index 000000000000..6f7fe8689a80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.locale.zh-CN.yaml new file mode 100644 index 000000000000..b647db8c0430 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +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.4/Mozilla.Firefox.ia.yaml b/manifests/m/Mozilla/Firefox/ia/151.0.4/Mozilla.Firefox.ia.yaml new file mode 100644 index 000000000000..3a4e3f5ca3ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.installer.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.installer.yaml new file mode 100644 index 000000000000..76bd4ad72f05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/id/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 68B363F67C5BDC70D00766CF31DFCA3850B49C52F368205F32E881DD3BC6F7AC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/id/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 322F66E2C480E129C0F93CA3BC7410665FE68D7700B295391DC535E174297BC8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/id/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D8E3FCE03E2B07C878BBFDCE505500696279D3576143E1DE50EED8365F1D62B8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3ad9c802cace --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.da-DK.yaml new file mode 100644 index 000000000000..5ad7f12d56f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.de-DE.yaml new file mode 100644 index 000000000000..e6844190fb72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.el-GR.yaml new file mode 100644 index 000000000000..43a813ee2bdd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.en-GB.yaml new file mode 100644 index 000000000000..a3b23ac6eb35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.en-US.yaml new file mode 100644 index 000000000000..70b893f4dd6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.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: Mozilla.Firefox.id +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.es-MX.yaml new file mode 100644 index 000000000000..5bf7149c9cd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.fr-FR.yaml new file mode 100644 index 000000000000..890c65609cdc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.hu-HU.yaml new file mode 100644 index 000000000000..4e7f0d882ec8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.ja-JP.yaml new file mode 100644 index 000000000000..ba38d34b160f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.nb-NO.yaml new file mode 100644 index 000000000000..a232b0a3eef6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.ru-RU.yaml new file mode 100644 index 000000000000..139af3d9fccf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.ta-IN.yaml new file mode 100644 index 000000000000..947f4308a675 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.locale.zh-CN.yaml new file mode 100644 index 000000000000..e88c32d300f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +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.4/Mozilla.Firefox.id.yaml b/manifests/m/Mozilla/Firefox/id/151.0.4/Mozilla.Firefox.id.yaml new file mode 100644 index 000000000000..dfe242049855 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.installer.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.installer.yaml new file mode 100644 index 000000000000..72a8f67d4bfc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/it/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 829914C209F26C4A7692A9ADBA29427140DFC7A0FEDB53E9ADE0080E441A61C7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/it/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DD9C7D01F5C9F079851DEC8A532976E56B1CF2505A267190A876648C81F38350 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/it/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 4BF1E68BA5A6D606ABCCC045280A5C70EF3A118D9EE580591260ADBB17EF55BB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.cs-CZ.yaml new file mode 100644 index 000000000000..f07dcc1ba2ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.da-DK.yaml new file mode 100644 index 000000000000..ad115ade2d53 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.de-DE.yaml new file mode 100644 index 000000000000..0615e6fac61c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.el-GR.yaml new file mode 100644 index 000000000000..bffb89717cb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.en-GB.yaml new file mode 100644 index 000000000000..5c7925552d24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.en-US.yaml new file mode 100644 index 000000000000..a35d5684d9ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.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: Mozilla.Firefox.it +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.es-MX.yaml new file mode 100644 index 000000000000..be0e5b4114b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.fr-FR.yaml new file mode 100644 index 000000000000..5979d6cc84cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.hu-HU.yaml new file mode 100644 index 000000000000..c565992f2be9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.ja-JP.yaml new file mode 100644 index 000000000000..f3e0f06b97db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.nb-NO.yaml new file mode 100644 index 000000000000..2f1c56357bd9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.ru-RU.yaml new file mode 100644 index 000000000000..9b625b5460fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.ta-IN.yaml new file mode 100644 index 000000000000..09f6dc39b5a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.locale.zh-CN.yaml new file mode 100644 index 000000000000..511c609962d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +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.4/Mozilla.Firefox.it.yaml b/manifests/m/Mozilla/Firefox/it/151.0.4/Mozilla.Firefox.it.yaml new file mode 100644 index 000000000000..b27e72aed470 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/it/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.installer.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.installer.yaml new file mode 100644 index 000000000000..7a2203972b8e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ka/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 5597AB5C10BE0A62BE2F5BCF213FC9822BA1B40B040E02DF401022FC345C3448 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ka/Firefox%20Setup%20151.0.4.exe + InstallerSha256: BFB0EBCCEB25698C570721A36F1E6F059877C074E2604960D294A1452E54B4F3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ka/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A26A955DE17929D519C2FB81FD819CCAC254D19141906A53FC42E328F61D2CDB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.cs-CZ.yaml new file mode 100644 index 000000000000..93926208a786 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.da-DK.yaml new file mode 100644 index 000000000000..b48cecfda3b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.de-DE.yaml new file mode 100644 index 000000000000..f731fe227077 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.el-GR.yaml new file mode 100644 index 000000000000..20217044e166 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.en-GB.yaml new file mode 100644 index 000000000000..00d87a77d90c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.en-US.yaml new file mode 100644 index 000000000000..caffd1150ee7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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: Mozilla.Firefox.ka +PackageVersion: 151.0.4 +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 (ka) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.es-MX.yaml new file mode 100644 index 000000000000..77522a64cb38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.fr-FR.yaml new file mode 100644 index 000000000000..4b37018c256e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.hu-HU.yaml new file mode 100644 index 000000000000..a3bee3c2e8d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.ja-JP.yaml new file mode 100644 index 000000000000..66fe2d080660 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.nb-NO.yaml new file mode 100644 index 000000000000..18f708091bbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.ru-RU.yaml new file mode 100644 index 000000000000..5dbeddd6a9bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.ta-IN.yaml new file mode 100644 index 000000000000..8cb6f9b858b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.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.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.locale.zh-CN.yaml new file mode 100644 index 000000000000..8026ab0e0d52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.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.Firefox.ka +PackageVersion: 151.0.4 +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/ka/151.0.4/Mozilla.Firefox.ka.yaml b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.ka.yaml new file mode 100644 index 000000000000..e416c7caab9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ka/151.0.4/Mozilla.Firefox.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.Firefox.ka +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.installer.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.installer.yaml new file mode 100644 index 000000000000..7391a09f223f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/km/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E04A14671DE6CF7F8ABDA634781DDA4A07F067F1E0E379D1DADF260462192B36 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/km/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 4EAF3B08C067D57E1AA3E83D9AA93C77194A75ABF695590343E2E2495691C811 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/km/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6ABBD05C6622B6F38C8C8A343DDAD92F71098DC72A913EFDB59B4AAB6EF86436 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.cs-CZ.yaml new file mode 100644 index 000000000000..e45cbdc9d720 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.da-DK.yaml new file mode 100644 index 000000000000..425d1c340306 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.de-DE.yaml new file mode 100644 index 000000000000..f5620bd5fa99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.el-GR.yaml new file mode 100644 index 000000000000..b53f3c6b9e4a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.en-GB.yaml new file mode 100644 index 000000000000..15ef31f98d51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.en-US.yaml new file mode 100644 index 000000000000..61313cc9c3db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.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: Mozilla.Firefox.km +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.es-MX.yaml new file mode 100644 index 000000000000..cfead4eab814 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.fr-FR.yaml new file mode 100644 index 000000000000..9184506d0208 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.hu-HU.yaml new file mode 100644 index 000000000000..94634c823f3b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.ja-JP.yaml new file mode 100644 index 000000000000..7de71cdd57ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.nb-NO.yaml new file mode 100644 index 000000000000..a23685cb3ed5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.ru-RU.yaml new file mode 100644 index 000000000000..04b8cdb0cbc0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.ta-IN.yaml new file mode 100644 index 000000000000..7217d7f9b883 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.locale.zh-CN.yaml new file mode 100644 index 000000000000..8d1a2afdc97c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +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.4/Mozilla.Firefox.km.yaml b/manifests/m/Mozilla/Firefox/km/151.0.4/Mozilla.Firefox.km.yaml new file mode 100644 index 000000000000..a5ed1341649b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.installer.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.installer.yaml new file mode 100644 index 000000000000..c7e928495482 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ko/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 5412122D830D9EAFA5BFA314F9C80CD607299AF1A287723E6C3BEF9FB5690FE8 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ko/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D65B05494504D437CACBD929B788FB20F48A30E636187571532D59736E63FA62 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ko/Firefox%20Setup%20151.0.4.exe + InstallerSha256: CCFEFA15E20E71800B5ACEE2EBA8A40C1DEEEC96F1A60899B056B122C95DAD8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.cs-CZ.yaml new file mode 100644 index 000000000000..657a46dae751 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.da-DK.yaml new file mode 100644 index 000000000000..3c92473f2f50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.de-DE.yaml new file mode 100644 index 000000000000..7cdedcb7badb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.el-GR.yaml new file mode 100644 index 000000000000..238716066ad1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.en-GB.yaml new file mode 100644 index 000000000000..c79fde3e7069 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.en-US.yaml new file mode 100644 index 000000000000..02fbefd92844 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.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: Mozilla.Firefox.ko +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.es-MX.yaml new file mode 100644 index 000000000000..7849f33077d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.fr-FR.yaml new file mode 100644 index 000000000000..b24d5e001843 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.hu-HU.yaml new file mode 100644 index 000000000000..0405c7f043af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.ja-JP.yaml new file mode 100644 index 000000000000..04ebd705d6e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.nb-NO.yaml new file mode 100644 index 000000000000..33b74214ce1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.ru-RU.yaml new file mode 100644 index 000000000000..e7ef89ffec7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.ta-IN.yaml new file mode 100644 index 000000000000..68a48b9b38f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.locale.zh-CN.yaml new file mode 100644 index 000000000000..81d5884b82a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +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.4/Mozilla.Firefox.ko.yaml b/manifests/m/Mozilla/Firefox/ko/151.0.4/Mozilla.Firefox.ko.yaml new file mode 100644 index 000000000000..301d5d6f64c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.installer.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.installer.yaml new file mode 100644 index 000000000000..8ad172f1d532 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/lij/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 96E0A0CBB32D81131F59504E156B18C64E648BF93C6EA9D8F374C37C2EB1AB9F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/lij/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D9B7CF91BDC2C3473843FA638C77DB0D1AD06F0FBD399D264D91E9A05C9373F1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/lij/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 2B029383CA5375B96F1572BFD11203B93B8AA2FD0977EE388B0D0F287E506378 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.cs-CZ.yaml new file mode 100644 index 000000000000..647c68eaa997 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.da-DK.yaml new file mode 100644 index 000000000000..13c301ce30e3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.de-DE.yaml new file mode 100644 index 000000000000..e0b6c023b447 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.el-GR.yaml new file mode 100644 index 000000000000..2cbcf926a9de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.en-GB.yaml new file mode 100644 index 000000000000..d47304b55f58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.en-US.yaml new file mode 100644 index 000000000000..6d9bcdac9269 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.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: Mozilla.Firefox.lij +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.es-MX.yaml new file mode 100644 index 000000000000..953d8d803c4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.fr-FR.yaml new file mode 100644 index 000000000000..8ba0187146cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.hu-HU.yaml new file mode 100644 index 000000000000..37362686c05e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.ja-JP.yaml new file mode 100644 index 000000000000..ea309aaa52ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.nb-NO.yaml new file mode 100644 index 000000000000..88f27e1118fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.ru-RU.yaml new file mode 100644 index 000000000000..a7d96cddaded --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.ta-IN.yaml new file mode 100644 index 000000000000..c5b20d67e8c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.locale.zh-CN.yaml new file mode 100644 index 000000000000..362588564116 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +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.4/Mozilla.Firefox.lij.yaml b/manifests/m/Mozilla/Firefox/lij/151.0.4/Mozilla.Firefox.lij.yaml new file mode 100644 index 000000000000..47c1a326ac90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.installer.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.installer.yaml new file mode 100644 index 000000000000..24508f1c9fcb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/mk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F11F2CCE1C9CF548F7A1DF7DD62AA34AF4F2CCB738DC366F4AA8176C59905C55 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/mk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: C0DB1AB397AE5AC37A69D199F789D5FA2AA006D887AAF888A962867EF831BCEA +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/mk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6F1815F4B83E9C71BC3838E4271F5655DB2954019A36CFB5009A1941C1D5ADB2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..1aaebd2a6c3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.da-DK.yaml new file mode 100644 index 000000000000..200a942887b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.de-DE.yaml new file mode 100644 index 000000000000..0027a09319dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.el-GR.yaml new file mode 100644 index 000000000000..f286839aa094 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.en-GB.yaml new file mode 100644 index 000000000000..c0324eba7ff0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.en-US.yaml new file mode 100644 index 000000000000..ab17144aee38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.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: Mozilla.Firefox.mk +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.es-MX.yaml new file mode 100644 index 000000000000..fc6588f5d3e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.fr-FR.yaml new file mode 100644 index 000000000000..4d93011ffb7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.hu-HU.yaml new file mode 100644 index 000000000000..2e5914ddc842 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.ja-JP.yaml new file mode 100644 index 000000000000..eb73150c1996 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.nb-NO.yaml new file mode 100644 index 000000000000..097873eef407 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.ru-RU.yaml new file mode 100644 index 000000000000..9766dfd19afe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.ta-IN.yaml new file mode 100644 index 000000000000..5f4b272bb093 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.locale.zh-CN.yaml new file mode 100644 index 000000000000..94d4cadfc10c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +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.4/Mozilla.Firefox.mk.yaml b/manifests/m/Mozilla/Firefox/mk/151.0.4/Mozilla.Firefox.mk.yaml new file mode 100644 index 000000000000..1b866b560cae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.installer.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.installer.yaml new file mode 100644 index 000000000000..b5cf338cd96c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ms/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 5290D7D2076ABB8D0C0959D6EB2B2B2799AA1CBF9E21508F4766585EAE2C55DA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ms/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7697CDD5A7E5CEE401DA80FDB472533FCEC659073A7E5BF14B100AFF4855657A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ms/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 029A1556C0C4057EAD76B541CE1A5C19ACA4861ACED9427D6D04B41242F774D8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.cs-CZ.yaml new file mode 100644 index 000000000000..2ddc08249554 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.da-DK.yaml new file mode 100644 index 000000000000..9efcea786051 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.de-DE.yaml new file mode 100644 index 000000000000..521a3af2d1a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.el-GR.yaml new file mode 100644 index 000000000000..d50c9f7aca52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.en-GB.yaml new file mode 100644 index 000000000000..16f20a1dec2e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.en-US.yaml new file mode 100644 index 000000000000..126f192152bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.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: Mozilla.Firefox.ms +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.es-MX.yaml new file mode 100644 index 000000000000..eb5bd090e9e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.fr-FR.yaml new file mode 100644 index 000000000000..88de1eba2ab0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.hu-HU.yaml new file mode 100644 index 000000000000..80333e510037 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.ja-JP.yaml new file mode 100644 index 000000000000..46366310324f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.nb-NO.yaml new file mode 100644 index 000000000000..cd505efce377 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.ru-RU.yaml new file mode 100644 index 000000000000..736ce3e3777e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.ta-IN.yaml new file mode 100644 index 000000000000..bcb3408fecdb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.locale.zh-CN.yaml new file mode 100644 index 000000000000..bdd43e94a57b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +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.4/Mozilla.Firefox.ms.yaml b/manifests/m/Mozilla/Firefox/ms/151.0.4/Mozilla.Firefox.ms.yaml new file mode 100644 index 000000000000..511ee7dd1f68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.installer.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.installer.yaml new file mode 100644 index 000000000000..65d41937f933 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/my/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D247BE32EECBF4F5A1A9B0DB54CD8CA510B591E897EDFB9E032F035B7902891D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/my/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 4894354F494805050E5665885A5FDFB8337CA3712D78C6FA9C7CA0B0C9F311F7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/my/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E445518B373EF8D37146830B1F16B110B799DD0C2E4C9902970DFD0F5DE583E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b4d231af8b1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.da-DK.yaml new file mode 100644 index 000000000000..fc1e4459bc05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.de-DE.yaml new file mode 100644 index 000000000000..010cb5430959 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.el-GR.yaml new file mode 100644 index 000000000000..4710ee643499 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.en-GB.yaml new file mode 100644 index 000000000000..9336d7e8808a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.en-US.yaml new file mode 100644 index 000000000000..fd21edd248b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.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: Mozilla.Firefox.my +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.es-MX.yaml new file mode 100644 index 000000000000..c821975cdbf2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.fr-FR.yaml new file mode 100644 index 000000000000..5e59dedc1d98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.hu-HU.yaml new file mode 100644 index 000000000000..78f667d75988 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.ja-JP.yaml new file mode 100644 index 000000000000..1f76b33f3467 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.nb-NO.yaml new file mode 100644 index 000000000000..72042e0e7863 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.ru-RU.yaml new file mode 100644 index 000000000000..7a23357f2871 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.ta-IN.yaml new file mode 100644 index 000000000000..c218f859ef0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.locale.zh-CN.yaml new file mode 100644 index 000000000000..048d52e8d18a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +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.4/Mozilla.Firefox.my.yaml b/manifests/m/Mozilla/Firefox/my/151.0.4/Mozilla.Firefox.my.yaml new file mode 100644 index 000000000000..7f73e70648b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.installer.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.installer.yaml new file mode 100644 index 000000000000..4bcaa009e918 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/nb-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 46A908E04587391BADE93F294087F49A4B75A2C27048220F6D55114099CEEBE7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/nb-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DE837986587994DFA8A63DA2CE75126E0A5D0762DA5F897EDD2509B402614016 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/nb-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: BF4B12489EAB872BAF5B8DB4BE46B2BB7F5E758AF164D5CC8890EC063464A949 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.cs-CZ.yaml new file mode 100644 index 000000000000..67b24ac1cfd4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.da-DK.yaml new file mode 100644 index 000000000000..1756d6820876 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.de-DE.yaml new file mode 100644 index 000000000000..b184b5a5e08e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.el-GR.yaml new file mode 100644 index 000000000000..39e141fa2182 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.en-GB.yaml new file mode 100644 index 000000000000..138c4225e1f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.en-US.yaml new file mode 100644 index 000000000000..ed0bee9875a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.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: Mozilla.Firefox.nb-NO +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.es-MX.yaml new file mode 100644 index 000000000000..690d55cf6138 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.fr-FR.yaml new file mode 100644 index 000000000000..aabb7b8507ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.hu-HU.yaml new file mode 100644 index 000000000000..776ebdb25b35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.ja-JP.yaml new file mode 100644 index 000000000000..3a522e8cfbdc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.nb-NO.yaml new file mode 100644 index 000000000000..95f7cea391fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.ru-RU.yaml new file mode 100644 index 000000000000..ee76cff29ae1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.ta-IN.yaml new file mode 100644 index 000000000000..8e341505645e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..e3b93ea0bdfa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/Mozilla.Firefox.nb-NO.yaml new file mode 100644 index 000000000000..fe74accac689 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nb-NO/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.installer.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.installer.yaml new file mode 100644 index 000000000000..47755c55a164 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/nl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 3B4F4D9B87F13C4A04776C9D6BB1D6EB27B79B40F3FE2E0A0880BA363082D560 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/nl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6DB25CBAC0B82D8FC33E6013C96DBA221C843828D9AC8433D65599E6F81FB3A7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/nl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D29AF09C4AE5A1BA1480FA80DC206C2766AC9A57C5B981E6779F45E16B448294 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..8c9c0e774c7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.da-DK.yaml new file mode 100644 index 000000000000..b2f1b66c0fac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.de-DE.yaml new file mode 100644 index 000000000000..e6a1051de879 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.el-GR.yaml new file mode 100644 index 000000000000..97b2e50075a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.en-GB.yaml new file mode 100644 index 000000000000..f51e87454f34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.en-US.yaml new file mode 100644 index 000000000000..142c98b11c81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.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: Mozilla.Firefox.nl +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.es-MX.yaml new file mode 100644 index 000000000000..e385709c598d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.fr-FR.yaml new file mode 100644 index 000000000000..06c91287ed2d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.hu-HU.yaml new file mode 100644 index 000000000000..e1cca9400a07 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.ja-JP.yaml new file mode 100644 index 000000000000..2a7d3ff1ccfd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.nb-NO.yaml new file mode 100644 index 000000000000..a3d1e6c6d600 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.ru-RU.yaml new file mode 100644 index 000000000000..723904ea182d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.ta-IN.yaml new file mode 100644 index 000000000000..e0edaf7029e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.locale.zh-CN.yaml new file mode 100644 index 000000000000..84ff943fa531 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +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.4/Mozilla.Firefox.nl.yaml b/manifests/m/Mozilla/Firefox/nl/151.0.4/Mozilla.Firefox.nl.yaml new file mode 100644 index 000000000000..57f4bd65fdbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nl/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.installer.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.installer.yaml new file mode 100644 index 000000000000..f1969ba6f0fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/nn-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 8E8F04FD559B3DCEE17371F6102D301482F9946F4A0043CDD90B8579191D50AE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/nn-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E00DD7B77BE405AED7DF0688283F31196889B3CD85A19975AED59385A48C7C9C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/nn-NO/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 8D43E5EA04145CC618FA2E3E1AB1953ACF95D9EF81C33E9BD3A5171F1A734691 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.cs-CZ.yaml new file mode 100644 index 000000000000..3bb0ddbf2970 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.da-DK.yaml new file mode 100644 index 000000000000..3e3fef73774c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.de-DE.yaml new file mode 100644 index 000000000000..01c55ac27d92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.el-GR.yaml new file mode 100644 index 000000000000..a35337cc83d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.en-GB.yaml new file mode 100644 index 000000000000..2c42bbff3766 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.en-US.yaml new file mode 100644 index 000000000000..0b12ff56583a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.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: Mozilla.Firefox.nn-NO +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.es-MX.yaml new file mode 100644 index 000000000000..3472f323d747 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.fr-FR.yaml new file mode 100644 index 000000000000..73bdc3adb7b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.hu-HU.yaml new file mode 100644 index 000000000000..5ebecd291335 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.ja-JP.yaml new file mode 100644 index 000000000000..73cdc7e34ae3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.nb-NO.yaml new file mode 100644 index 000000000000..fe3cc0e2b3eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.ru-RU.yaml new file mode 100644 index 000000000000..6c34a9731da6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.ta-IN.yaml new file mode 100644 index 000000000000..bdc3141ef072 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.locale.zh-CN.yaml new file mode 100644 index 000000000000..03f90d91e690 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +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.4/Mozilla.Firefox.nn-NO.yaml b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/Mozilla.Firefox.nn-NO.yaml new file mode 100644 index 000000000000..5d4ac7bf3b39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/nn-NO/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.installer.yaml new file mode 100644 index 000000000000..c466a7d3b2e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/pa-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 74CBDFAABF910C385602A402277E41A88F807486615C709B7F5220C3D81DABDB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/pa-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D5184BC97CABD3C3C91132E6D350B690D6487CE158AB4173A32DD6249C33EF2E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/pa-IN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: CDE18EEA49057F66692DA5AAF09523D3116EE7A1FC1660F7DD760972B32EF196 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c591e130192e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.da-DK.yaml new file mode 100644 index 000000000000..af314835cc95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.de-DE.yaml new file mode 100644 index 000000000000..91fee5532346 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.el-GR.yaml new file mode 100644 index 000000000000..7e7980bf8209 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.en-GB.yaml new file mode 100644 index 000000000000..19ac54c88f05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.en-US.yaml new file mode 100644 index 000000000000..082fdefe2b4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.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: Mozilla.Firefox.pa-IN +PackageVersion: 151.0.4 +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 (pa-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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.es-MX.yaml new file mode 100644 index 000000000000..fd8c4c11ca5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml new file mode 100644 index 000000000000..3ffc5d18cb02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml new file mode 100644 index 000000000000..4084b9e6cb05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml new file mode 100644 index 000000000000..37b7ff223db3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml new file mode 100644 index 000000000000..74bf2c2f321f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml new file mode 100644 index 000000000000..0d9ab7619e8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml new file mode 100644 index 000000000000..c3d7356417b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-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.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml new file mode 100644 index 000000000000..3074822b756c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.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.Firefox.pa-IN +PackageVersion: 151.0.4 +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/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.pa-IN.yaml new file mode 100644 index 000000000000..617352359848 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/151.0.4/Mozilla.Firefox.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.Firefox.pa-IN +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.installer.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.installer.yaml new file mode 100644 index 000000000000..1a0ad957c300 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/pt-BR/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E773289FD44D6830A8088B7C0E8FE7C3D253001478F3CDC776A56730E9EF7245 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/pt-BR/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 1A1D21E0DFD954863CA47D28F5D2491247AEE9C6C60406EC15BAFC74A95BBA6E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/pt-BR/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F53DA3E55BB3753677018A740FAC805E07503507A916F3A8E6999E68C48246AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.cs-CZ.yaml new file mode 100644 index 000000000000..4293cb0c1e6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.da-DK.yaml new file mode 100644 index 000000000000..01feca229f9b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.de-DE.yaml new file mode 100644 index 000000000000..b25234eab9bf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.el-GR.yaml new file mode 100644 index 000000000000..529495cbe60b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.en-GB.yaml new file mode 100644 index 000000000000..e87c5321c952 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.en-US.yaml new file mode 100644 index 000000000000..ff6e5e59a9e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.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: Mozilla.Firefox.pt-BR +PackageVersion: 151.0.4 +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.es-MX.yaml new file mode 100644 index 000000000000..3073af116e7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.fr-FR.yaml new file mode 100644 index 000000000000..7226ef546ad7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.hu-HU.yaml new file mode 100644 index 000000000000..21a96ac5ad09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.ja-JP.yaml new file mode 100644 index 000000000000..1a8d56990371 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.nb-NO.yaml new file mode 100644 index 000000000000..24ea0149370b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.ru-RU.yaml new file mode 100644 index 000000000000..3e2df3f53274 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.ta-IN.yaml new file mode 100644 index 000000000000..da1cb806666f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.locale.zh-CN.yaml new file mode 100644 index 000000000000..2bc91567077c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +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.4/Mozilla.Firefox.pt-BR.yaml b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/Mozilla.Firefox.pt-BR.yaml new file mode 100644 index 000000000000..c5fb97bb5db8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pt-BR/151.0.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.installer.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.installer.yaml new file mode 100644 index 000000000000..ca379afe3da1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sc/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 8B830F55D4996A025718AD3E112623E9EE862FF346F9F03DBC60C6A801654CC2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sc/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 420E6EC829FD4625BE680E9D93C443A44203F747B0B95C3427790618A119FA85 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sc/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7303F3F1C337F2D91E7B5C76F3F3537BC285BEBCD1577D68BD3CAD6DAF734375 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.cs-CZ.yaml new file mode 100644 index 000000000000..da3f0939b04e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.da-DK.yaml new file mode 100644 index 000000000000..e69c37718654 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.de-DE.yaml new file mode 100644 index 000000000000..559af0349ddc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.el-GR.yaml new file mode 100644 index 000000000000..c49d750b9ffd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.en-GB.yaml new file mode 100644 index 000000000000..205d7f8a8f10 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.en-US.yaml new file mode 100644 index 000000000000..ffd5aa388dc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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: Mozilla.Firefox.sc +PackageVersion: 151.0.4 +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 (sc) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.es-MX.yaml new file mode 100644 index 000000000000..73e14fcd9f03 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.fr-FR.yaml new file mode 100644 index 000000000000..3b7331bcb51c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.hu-HU.yaml new file mode 100644 index 000000000000..e35a57bbdadf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.ja-JP.yaml new file mode 100644 index 000000000000..643fec4f69a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.nb-NO.yaml new file mode 100644 index 000000000000..259e7ba53e21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.ru-RU.yaml new file mode 100644 index 000000000000..51d6903a8c99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.ta-IN.yaml new file mode 100644 index 000000000000..aea7a2c3b981 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.locale.zh-CN.yaml new file mode 100644 index 000000000000..9be826c4de28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.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.sc +PackageVersion: 151.0.4 +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/sc/151.0.4/Mozilla.Firefox.sc.yaml b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.sc.yaml new file mode 100644 index 000000000000..805a1135c370 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sc/151.0.4/Mozilla.Firefox.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.sc +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.installer.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.installer.yaml new file mode 100644 index 000000000000..b1cd2086c243 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sco/Firefox%20Setup%20151.0.4.exe + InstallerSha256: B33B5503873665A91AB5DC06AE560FA2D25F7F8C2EA0C0DF5218C8BB46167998 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sco/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6F9FFEAF9984128C600CBCA058C089D59FCCFF875BC7BB90CB7FE02C5684A0E3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sco/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 39796F3860A2A522657C608145FB9E4435D3A83BB6B6FEFCD47C16E5670D664A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.cs-CZ.yaml new file mode 100644 index 000000000000..668729c18d36 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.da-DK.yaml new file mode 100644 index 000000000000..3aadde029e31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.de-DE.yaml new file mode 100644 index 000000000000..3b952717f2b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.el-GR.yaml new file mode 100644 index 000000000000..4a93b9538046 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.en-GB.yaml new file mode 100644 index 000000000000..5846a2c2be0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.en-US.yaml new file mode 100644 index 000000000000..054cdc8f0950 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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: Mozilla.Firefox.sco +PackageVersion: 151.0.4 +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 (sco) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.es-MX.yaml new file mode 100644 index 000000000000..d0921ef17e1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.fr-FR.yaml new file mode 100644 index 000000000000..b3fb22edd266 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.hu-HU.yaml new file mode 100644 index 000000000000..f2d2c88f3d3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.ja-JP.yaml new file mode 100644 index 000000000000..7febb4310a8f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.nb-NO.yaml new file mode 100644 index 000000000000..da79f28db47b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.ru-RU.yaml new file mode 100644 index 000000000000..d31d26d9ae94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.ta-IN.yaml new file mode 100644 index 000000000000..8412e43c086f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4ddc825108f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.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.sco +PackageVersion: 151.0.4 +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/sco/151.0.4/Mozilla.Firefox.sco.yaml b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.yaml new file mode 100644 index 000000000000..3958db348ad8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sco/151.0.4/Mozilla.Firefox.sco.yaml @@ -0,0 +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.sco +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.installer.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.installer.yaml new file mode 100644 index 000000000000..0148cae19fcc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/si/Firefox%20Setup%20151.0.4.exe + InstallerSha256: F98B0AB59E8CAEE321F78738E951FCDD119987534AC60E31A135D3FCEA4C2415 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/si/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 9CD1A42526698DB33744F44D3EC1C51A4A32A33322899456CE0480F412DFB62D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/si/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7FB8EFFF574E96482BE9333DAE9F9CBAD85FD3902DAA6C7E8C2C2B9F613F385A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.cs-CZ.yaml new file mode 100644 index 000000000000..019a9a4f4150 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.da-DK.yaml new file mode 100644 index 000000000000..079e24aac6de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.de-DE.yaml new file mode 100644 index 000000000000..97868b02b5e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.el-GR.yaml new file mode 100644 index 000000000000..ab8e93c6ff9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.en-GB.yaml new file mode 100644 index 000000000000..79c89a881649 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.en-US.yaml new file mode 100644 index 000000000000..426499483740 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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: Mozilla.Firefox.si +PackageVersion: 151.0.4 +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 (si) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.es-MX.yaml new file mode 100644 index 000000000000..a7b2c9f64220 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.fr-FR.yaml new file mode 100644 index 000000000000..4098315345f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.hu-HU.yaml new file mode 100644 index 000000000000..713639024012 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.ja-JP.yaml new file mode 100644 index 000000000000..dbc106c848cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.nb-NO.yaml new file mode 100644 index 000000000000..00afbcaf60f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.ru-RU.yaml new file mode 100644 index 000000000000..45b5808f4429 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.ta-IN.yaml new file mode 100644 index 000000000000..996c9714eaaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.locale.zh-CN.yaml new file mode 100644 index 000000000000..8ff3fba258e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.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.si +PackageVersion: 151.0.4 +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/si/151.0.4/Mozilla.Firefox.si.yaml b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.yaml new file mode 100644 index 000000000000..79ea9e299e95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/si/151.0.4/Mozilla.Firefox.si.yaml @@ -0,0 +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.si +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.installer.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.installer.yaml new file mode 100644 index 000000000000..0691e797c802 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/son/Firefox%20Setup%20151.0.4.exe + InstallerSha256: BB0EDB33A39359193A4F6A0361D6C49A11EBF1F275175EEC90343E72524185AB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/son/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 2F28BDFD0C7FD0C854D05A01E415E6CDE4181CCD9280D8AC1F485D0FCB87B078 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/son/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 42F332C92642FCD19771BEEF772DD8D4593260025DD753094C70F66813743665 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.cs-CZ.yaml new file mode 100644 index 000000000000..b99119028919 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.da-DK.yaml new file mode 100644 index 000000000000..7c0d60cfbf58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.de-DE.yaml new file mode 100644 index 000000000000..c4e72ef8a85b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.el-GR.yaml new file mode 100644 index 000000000000..bb5746701257 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.en-GB.yaml new file mode 100644 index 000000000000..2e06e09bc3b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.en-US.yaml new file mode 100644 index 000000000000..0bc83ee97e88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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: Mozilla.Firefox.son +PackageVersion: 151.0.4 +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 (son) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.es-MX.yaml new file mode 100644 index 000000000000..343909defa4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.fr-FR.yaml new file mode 100644 index 000000000000..e620ad98d74f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.hu-HU.yaml new file mode 100644 index 000000000000..d002c0015948 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.ja-JP.yaml new file mode 100644 index 000000000000..029c099506c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.nb-NO.yaml new file mode 100644 index 000000000000..479d060a112c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.ru-RU.yaml new file mode 100644 index 000000000000..8a3ffbcb62fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.ta-IN.yaml new file mode 100644 index 000000000000..05067a5b1ca7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.locale.zh-CN.yaml new file mode 100644 index 000000000000..c20d0bd25698 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.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.son +PackageVersion: 151.0.4 +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/son/151.0.4/Mozilla.Firefox.son.yaml b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.yaml new file mode 100644 index 000000000000..8c32a2455a50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/son/151.0.4/Mozilla.Firefox.son.yaml @@ -0,0 +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.son +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.installer.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.installer.yaml new file mode 100644 index 000000000000..2c00b7196f0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sq/Firefox%20Setup%20151.0.4.exe + InstallerSha256: E6DDF8B2BE671ADA12A2202DD79C3386D4A95B5164EECE6ED61A617D26042C12 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sq/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 14BF93640381CA13610AB09865B8BE0D78A263231A9271648D9058A04D30F927 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sq/Firefox%20Setup%20151.0.4.exe + InstallerSha256: BC9F54353DCC986ED44792F9017E9FAA13A64E38FC85D96C85EA792A56E2B219 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.cs-CZ.yaml new file mode 100644 index 000000000000..d513c621c118 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.da-DK.yaml new file mode 100644 index 000000000000..bfd6cc34966e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.de-DE.yaml new file mode 100644 index 000000000000..b09a1c21b667 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.el-GR.yaml new file mode 100644 index 000000000000..301b000ab279 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.en-GB.yaml new file mode 100644 index 000000000000..f172bb5d591a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.en-US.yaml new file mode 100644 index 000000000000..3371cc423f20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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: Mozilla.Firefox.sq +PackageVersion: 151.0.4 +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 (sq) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.es-MX.yaml new file mode 100644 index 000000000000..582eb5c2148a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.fr-FR.yaml new file mode 100644 index 000000000000..586ab07e36c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.hu-HU.yaml new file mode 100644 index 000000000000..3eb280aa0b83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.ja-JP.yaml new file mode 100644 index 000000000000..16167a4808b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.nb-NO.yaml new file mode 100644 index 000000000000..02bdbc2ee35a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.ru-RU.yaml new file mode 100644 index 000000000000..b260cbdbe188 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.ta-IN.yaml new file mode 100644 index 000000000000..973cf62d6673 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.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.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.locale.zh-CN.yaml new file mode 100644 index 000000000000..956054af88b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.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.Firefox.sq +PackageVersion: 151.0.4 +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/sq/151.0.4/Mozilla.Firefox.sq.yaml b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.sq.yaml new file mode 100644 index 000000000000..612d02b6db38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sq/151.0.4/Mozilla.Firefox.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.sq +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.installer.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.installer.yaml new file mode 100644 index 000000000000..bb0e5ddd9d31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DA53C7490006D2546433844293AE855E426CE303334B8164EABA2347EA01BEB0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: AA3E989DFFEDB91F7E0CB204CB3F19A47F5374160D6E92B74FAC73F87FA23237 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sr/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 192366D1EBD59C9033D19BE7DA9AFCCF85F7C57FDF54D4A901951872C01E93AE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c89711ffe279 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.da-DK.yaml new file mode 100644 index 000000000000..4655b7f28f75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.de-DE.yaml new file mode 100644 index 000000000000..220d7ef9075d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.el-GR.yaml new file mode 100644 index 000000000000..760ab981014a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.en-GB.yaml new file mode 100644 index 000000000000..c8bc5b5f0f2d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.en-US.yaml new file mode 100644 index 000000000000..f45702ccf119 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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: Mozilla.Firefox.sr +PackageVersion: 151.0.4 +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 (sr) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.es-MX.yaml new file mode 100644 index 000000000000..e36493194cba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.fr-FR.yaml new file mode 100644 index 000000000000..a1c247c7773a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.hu-HU.yaml new file mode 100644 index 000000000000..f204affe5e63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.ja-JP.yaml new file mode 100644 index 000000000000..cfa632dab7a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.nb-NO.yaml new file mode 100644 index 000000000000..e538d45baf5c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.ru-RU.yaml new file mode 100644 index 000000000000..77e8638d72e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.ta-IN.yaml new file mode 100644 index 000000000000..f68de3e0af55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.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.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.locale.zh-CN.yaml new file mode 100644 index 000000000000..4d615bf4b195 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.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.Firefox.sr +PackageVersion: 151.0.4 +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/sr/151.0.4/Mozilla.Firefox.sr.yaml b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.sr.yaml new file mode 100644 index 000000000000..a915d65e6b1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sr/151.0.4/Mozilla.Firefox.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.sr +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.installer.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.installer.yaml new file mode 100644 index 000000000000..d345710ba38b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/sv-SE/Firefox%20Setup%20151.0.4.exe + InstallerSha256: AA408AF228A99727FB23385064B2A72225F111DBC1D53084549959DBAB92D6B5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/sv-SE/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 58C1A4E2D05B7A55CFDC0CE276CDEDAA4277976A58059D86A10799D59D8ADB34 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/sv-SE/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D3329C177331A279132E05672DD8EC62916C08500FFA54BF7CFC00EA5B85DE04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml new file mode 100644 index 000000000000..e3dcbce195fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.da-DK.yaml new file mode 100644 index 000000000000..018a424956f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.de-DE.yaml new file mode 100644 index 000000000000..0ab21ed3a460 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.el-GR.yaml new file mode 100644 index 000000000000..e1ce7bfbc9db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.en-GB.yaml new file mode 100644 index 000000000000..4940f221041a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.en-US.yaml new file mode 100644 index 000000000000..fd94d59563c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.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: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (sv-SE) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.es-MX.yaml new file mode 100644 index 000000000000..6e541d2efe37 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml new file mode 100644 index 000000000000..fabae011fbe9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml new file mode 100644 index 000000000000..f22439807646 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml new file mode 100644 index 000000000000..7f5cc4438833 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml new file mode 100644 index 000000000000..99f1a9e22f7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml new file mode 100644 index 000000000000..0623c14252bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml new file mode 100644 index 000000000000..1807eeca2f9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml new file mode 100644 index 000000000000..dd536c7179d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.yaml b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.yaml new file mode 100644 index 000000000000..ddb71df5cb30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/sv-SE/151.0.4/Mozilla.Firefox.sv-SE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.sv-SE +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.installer.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.installer.yaml new file mode 100644 index 000000000000..777b61345b31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ta/Firefox%20Setup%20151.0.4.exe + InstallerSha256: ECBEC172DC49F8CCFE6C5AD901E0CD2E39AA24248ADCB3EC205B82F7E3CD809C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ta/Firefox%20Setup%20151.0.4.exe + InstallerSha256: C62EA5678DEABA917C1D835FC2DAD4326BF83E48B53F860F230F5A4844665218 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ta/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 59A3F247AFCB39736ACF88B9A5C9678A92636BDBF6562E7E1D13D7F6856401A6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.cs-CZ.yaml new file mode 100644 index 000000000000..c93426acd3ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.da-DK.yaml new file mode 100644 index 000000000000..e7ffd95777b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.de-DE.yaml new file mode 100644 index 000000000000..a31853c8a6db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.el-GR.yaml new file mode 100644 index 000000000000..467237c56108 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.en-GB.yaml new file mode 100644 index 000000000000..07d343b27c73 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.en-US.yaml new file mode 100644 index 000000000000..ca9078cbf4ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.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: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ta) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 151.0.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.es-MX.yaml new file mode 100644 index 000000000000..f649263f7fb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.fr-FR.yaml new file mode 100644 index 000000000000..dd33ec19a84c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.hu-HU.yaml new file mode 100644 index 000000000000..fc8a5ef2821f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ja-JP.yaml new file mode 100644 index 000000000000..11d9aab16cd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.nb-NO.yaml new file mode 100644 index 000000000000..1f1cf4d5817c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ru-RU.yaml new file mode 100644 index 000000000000..99b193f370ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ta-IN.yaml new file mode 100644 index 000000000000..3edab9ad95ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.zh-CN.yaml new file mode 100644 index 000000000000..d2adfa111fb0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.yaml b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.yaml new file mode 100644 index 000000000000..fe476da9c9d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ta/151.0.4/Mozilla.Firefox.ta.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ta +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.installer.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.installer.yaml new file mode 100644 index 000000000000..e58ff4f91581 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/te/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 6BD2B9CEA0BC3A8562C8A9E8EE57F6162A6AB7365458DC3B51E985E5B7918725 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/te/Firefox%20Setup%20151.0.4.exe + InstallerSha256: C3EF5CCC3DB5CF0EF9B9AF4FE85E79BF3ED9321C75BBFC442E431AFAF35422D4 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/te/Firefox%20Setup%20151.0.4.exe + InstallerSha256: B4610BAE821E8F4B07FC81003E7002D90989A80CA5BB906BEBE6B5DC9B52582D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.cs-CZ.yaml new file mode 100644 index 000000000000..6174db3b6765 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.da-DK.yaml new file mode 100644 index 000000000000..2e20e5c6776c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.de-DE.yaml new file mode 100644 index 000000000000..328e37f44309 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.el-GR.yaml new file mode 100644 index 000000000000..5a20e5873f15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.en-GB.yaml new file mode 100644 index 000000000000..8a50a2a320f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.en-US.yaml new file mode 100644 index 000000000000..50e2b30d4edb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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: Mozilla.Firefox.te +PackageVersion: 151.0.4 +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 (te) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.es-MX.yaml new file mode 100644 index 000000000000..bcc6d725d4b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.fr-FR.yaml new file mode 100644 index 000000000000..74a001c0a172 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.hu-HU.yaml new file mode 100644 index 000000000000..7976e35cc841 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.ja-JP.yaml new file mode 100644 index 000000000000..f6fcfe1e88b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.nb-NO.yaml new file mode 100644 index 000000000000..9fdb8a18d9f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.ru-RU.yaml new file mode 100644 index 000000000000..cab41cf9ff84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.ta-IN.yaml new file mode 100644 index 000000000000..2710a4ffc513 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.locale.zh-CN.yaml new file mode 100644 index 000000000000..e8b059118f5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.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.te +PackageVersion: 151.0.4 +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/te/151.0.4/Mozilla.Firefox.te.yaml b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.te.yaml new file mode 100644 index 000000000000..284608a39e44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/te/151.0.4/Mozilla.Firefox.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.te +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.installer.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.installer.yaml new file mode 100644 index 000000000000..74e6f8925b05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/tl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 5362BCF9B4EC13FB80D4C83D8B9D3962A43D98C3D888F1933942314B6C393FEB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/tl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 536CF65F4D7AE551961F355E434F9B97820CABCAAFE8E71A9BEF50CAE95BA58F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/tl/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 0FED465BDC5F3FF5E7C8A622FAA3A43E73DB7FFD4B9A4FD3CD7A4B6C10FA56EE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.cs-CZ.yaml new file mode 100644 index 000000000000..e84ce4e51710 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.da-DK.yaml new file mode 100644 index 000000000000..e6bd5c255b56 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.de-DE.yaml new file mode 100644 index 000000000000..765f16415b6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.el-GR.yaml new file mode 100644 index 000000000000..b594c59d97ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.en-GB.yaml new file mode 100644 index 000000000000..05f9a8322e18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.en-US.yaml new file mode 100644 index 000000000000..20108c427208 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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: Mozilla.Firefox.tl +PackageVersion: 151.0.4 +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 (tl) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.es-MX.yaml new file mode 100644 index 000000000000..d8d989bd543f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.fr-FR.yaml new file mode 100644 index 000000000000..3ac0335aa794 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.hu-HU.yaml new file mode 100644 index 000000000000..67c05b86b472 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.ja-JP.yaml new file mode 100644 index 000000000000..ce466b019fc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.nb-NO.yaml new file mode 100644 index 000000000000..6fec91b8e173 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.ru-RU.yaml new file mode 100644 index 000000000000..6217f4ab82e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.ta-IN.yaml new file mode 100644 index 000000000000..f8661c2d8352 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.locale.zh-CN.yaml new file mode 100644 index 000000000000..61c922906643 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.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.tl +PackageVersion: 151.0.4 +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/tl/151.0.4/Mozilla.Firefox.tl.yaml b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.yaml new file mode 100644 index 000000000000..6a855fa13e68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/tl/151.0.4/Mozilla.Firefox.tl.yaml @@ -0,0 +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.tl +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.installer.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.installer.yaml new file mode 100644 index 000000000000..a87f9b550e26 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/uk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: A898E2A04414F1FA0FBD806C3C0534723D859862699964668EC2BA586680389C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/uk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: D2449619204EC8132DCBF040D4DDE44BA1C172661EC8E7496C25FB089BFBA231 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/uk/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 9CCCBB873FF897B1EE31BB029FB27C28D63999CF3CC0302A530B721C09430FDE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.cs-CZ.yaml new file mode 100644 index 000000000000..91f66e544fda --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.da-DK.yaml new file mode 100644 index 000000000000..ab5ccd023585 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.de-DE.yaml new file mode 100644 index 000000000000..2be3ec30f61a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.el-GR.yaml new file mode 100644 index 000000000000..82f6c7a87654 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.en-GB.yaml new file mode 100644 index 000000000000..eee031e82482 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.en-US.yaml new file mode 100644 index 000000000000..1d8dcdd0317a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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: Mozilla.Firefox.uk +PackageVersion: 151.0.4 +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 (uk) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.es-MX.yaml new file mode 100644 index 000000000000..3306edd72d6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.fr-FR.yaml new file mode 100644 index 000000000000..06699a8fcfdd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.hu-HU.yaml new file mode 100644 index 000000000000..d5e47701243f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.ja-JP.yaml new file mode 100644 index 000000000000..e39d6db43974 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.nb-NO.yaml new file mode 100644 index 000000000000..c01c32042dfe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.ru-RU.yaml new file mode 100644 index 000000000000..969d60a86354 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.ta-IN.yaml new file mode 100644 index 000000000000..24a984e116ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.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.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.locale.zh-CN.yaml new file mode 100644 index 000000000000..185c28b0aa04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.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.Firefox.uk +PackageVersion: 151.0.4 +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/uk/151.0.4/Mozilla.Firefox.uk.yaml b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.uk.yaml new file mode 100644 index 000000000000..a9875c99b5d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/151.0.4/Mozilla.Firefox.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.Firefox.uk +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.installer.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.installer.yaml new file mode 100644 index 000000000000..6880e3af8483 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/ur/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 7955E659D0D203DB7C7404C065CAABA0171780718502D229C59A9B6DC467DF85 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/ur/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 48BB1EC7DA104C80DE27D6C7FD2E588E72346877353E88207ED6E379895A5FEE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/ur/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 59560699C465182FA3632B1854771B24EFC086EB285F4D9D8FEDA10D0DD29AD3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.cs-CZ.yaml new file mode 100644 index 000000000000..67a1b7e672e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.da-DK.yaml new file mode 100644 index 000000000000..2b61686618e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.de-DE.yaml new file mode 100644 index 000000000000..7051803ace02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.el-GR.yaml new file mode 100644 index 000000000000..41d7e51bdcd1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.en-GB.yaml new file mode 100644 index 000000000000..15ab2dd30dd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.en-US.yaml new file mode 100644 index 000000000000..7a5ff1577e51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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: Mozilla.Firefox.ur +PackageVersion: 151.0.4 +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 (ur) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.es-MX.yaml new file mode 100644 index 000000000000..3a404e845bcb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.fr-FR.yaml new file mode 100644 index 000000000000..5e900a5523e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.hu-HU.yaml new file mode 100644 index 000000000000..6fbc42253651 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.ja-JP.yaml new file mode 100644 index 000000000000..7b2ddc35087f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.nb-NO.yaml new file mode 100644 index 000000000000..c9519ea8b20c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.ru-RU.yaml new file mode 100644 index 000000000000..46ba9907d06c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.ta-IN.yaml new file mode 100644 index 000000000000..4a343d7915be --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.locale.zh-CN.yaml new file mode 100644 index 000000000000..a4bd3c87fa3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.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.ur +PackageVersion: 151.0.4 +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/ur/151.0.4/Mozilla.Firefox.ur.yaml b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.ur.yaml new file mode 100644 index 000000000000..adbad8e48fad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ur/151.0.4/Mozilla.Firefox.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.ur +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.installer.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.installer.yaml new file mode 100644 index 000000000000..95759dc67cb0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/uz/Firefox%20Setup%20151.0.4.exe + InstallerSha256: DA9CC9EE95A1E45EFF147218A41CC51B8C7E51C093534AD97090FEE7A2B362AE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/uz/Firefox%20Setup%20151.0.4.exe + InstallerSha256: EE10ADC20F55B99E12DB8BCEC5559FE0CA0EF706C1F3AF10EEA30B06FD852768 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/uz/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 23C4BE7393694D3C1B2F49603F84A038396EE4CA43AB42C06048E962A3136C95 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.cs-CZ.yaml new file mode 100644 index 000000000000..895f7bb1b9e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.da-DK.yaml new file mode 100644 index 000000000000..4a6a60cff389 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.de-DE.yaml new file mode 100644 index 000000000000..cc0c65bfebef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.el-GR.yaml new file mode 100644 index 000000000000..c3166bc79df6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.en-GB.yaml new file mode 100644 index 000000000000..494a888e54e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.en-US.yaml new file mode 100644 index 000000000000..2c7ff3da54d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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: Mozilla.Firefox.uz +PackageVersion: 151.0.4 +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 (uz) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.es-MX.yaml new file mode 100644 index 000000000000..1dbd5bee3f6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.fr-FR.yaml new file mode 100644 index 000000000000..ecb0edb63e79 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.hu-HU.yaml new file mode 100644 index 000000000000..115764a8e70c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.ja-JP.yaml new file mode 100644 index 000000000000..810e3e17ffe8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.nb-NO.yaml new file mode 100644 index 000000000000..315251fa81db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.ru-RU.yaml new file mode 100644 index 000000000000..9e9e57649f8d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.ta-IN.yaml new file mode 100644 index 000000000000..4d03a746fae9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.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.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.locale.zh-CN.yaml new file mode 100644 index 000000000000..869ea9ea6388 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.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.Firefox.uz +PackageVersion: 151.0.4 +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/uz/151.0.4/Mozilla.Firefox.uz.yaml b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.uz.yaml new file mode 100644 index 000000000000..7d9f61f06cff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uz/151.0.4/Mozilla.Firefox.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.uz +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.installer.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.installer.yaml new file mode 100644 index 000000000000..e5e457858221 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win32/zh-CN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 8B4908B9B740A20AD1997963749FAEDB227F0D5085F9F149B5867A3D8D9EA834 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64/zh-CN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: 3C621EE19A373F9123940D95905E98EDA4A87BAE495077550C711F69790D00E5 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/151.0.4/win64-aarch64/zh-CN/Firefox%20Setup%20151.0.4.exe + InstallerSha256: AF8D5470F7DEB1612559E1512EED884A64AF9DA0C5A91FA195E4E8944451F2ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.cs-CZ.yaml new file mode 100644 index 000000000000..fce8f81ee000 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.da-DK.yaml new file mode 100644 index 000000000000..194fc4a4eec6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.de-DE.yaml new file mode 100644 index 000000000000..dc3310707858 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.el-GR.yaml new file mode 100644 index 000000000000..9d1d07d0da5c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.en-GB.yaml new file mode 100644 index 000000000000..c5ca37de93a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.en-US.yaml new file mode 100644 index 000000000000..5c2e4dafecea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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: Mozilla.Firefox.zh-CN +PackageVersion: 151.0.4 +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 (zh-CN) +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.4, first offered to Release channel users on June 9, 2026 + + Fixed + - Fixed an issue on Windows where Firefox could become unresponsive when using the back and forward buttons. (Bug 2039866) + - Fixed an issue where Firefox could fall back to software rendering on some older GPUs, reducing graphics performance. (Bug 2043249) + - Fixed a crash on Windows that could occur when Firefox interacted with accessibility services. (Bug 204330) + - Fixed an issue where some text input fields could incorrectly show a resize handle. (Bug 2044051) + - Reference link to 151.0.3 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/151.0.4/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.es-MX.yaml new file mode 100644 index 000000000000..514ed7145faa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.fr-FR.yaml new file mode 100644 index 000000000000..4b66e73cdbee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.hu-HU.yaml new file mode 100644 index 000000000000..850230753689 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ja-JP.yaml new file mode 100644 index 000000000000..89e4e60d630d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.nb-NO.yaml new file mode 100644 index 000000000000..21f397eb5733 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ru-RU.yaml new file mode 100644 index 000000000000..bffdf509a3b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.ta-IN.yaml new file mode 100644 index 000000000000..03d022a22ce2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.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.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.locale.zh-CN.yaml new file mode 100644 index 000000000000..b6e647c6ac14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.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.Firefox.zh-CN +PackageVersion: 151.0.4 +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/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.yaml b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.zh-CN.yaml new file mode 100644 index 000000000000..758626f8966c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/zh-CN/151.0.4/Mozilla.Firefox.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.Firefox.zh-CN +PackageVersion: 151.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.installer.yaml b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.installer.yaml new file mode 100644 index 000000000000..f03af182d027 --- /dev/null +++ b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.installer.yaml @@ -0,0 +1,13 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MullvadVPN.MullvadVPNLoader +PackageVersion: 1.2.1 +InstallerType: portable +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mullvad/mullvadvpn-app/releases/download/desktop/installer-downloader/1.2.1/Install.Mullvad.VPN.exe + InstallerSha256: 253323FD74DC963EB545505B04BC2616D0CD486FB46377F4D1E521F284950E67 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.locale.en-US.yaml b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.locale.en-US.yaml new file mode 100644 index 000000000000..481c9f471a5f --- /dev/null +++ b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.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: MullvadVPN.MullvadVPNLoader +PackageVersion: 1.2.1 +PackageLocale: en-US +Publisher: Mullvad VPN +PublisherUrl: https://mullvad.net/ +PublisherSupportUrl: https://mullvad.net/help +PrivacyUrl: https://mullvad.net/en/help/privacy-policy +Author: Mullvad VPN +PackageName: Mullvad VPN loader +PackageUrl: https://mullvad.net/ +License: GPL-3.0 +LicenseUrl: https://github.com/mullvad/mullvadvpn-app/blob/HEAD/LICENSE.md +Copyright: Copyright (C) 2025 Mullvad VPN AB +CopyrightUrl: https://github.com/mullvad/mullvadvpn-app/blob/main/README.md +ShortDescription: A secure minimal web installer for the Mullvad app +Tags: +- electron +- nodejs +- openvpn +- rust +- vpn +- wireguard +ReleaseNotes: |- + Here is a list of changes since last release 1.2.0: + Changed + - Write logs to mullvad_paths::logs::frontend_log_dir instead of a temporary directory. + - Redact working directory from logs. +ReleaseNotesUrl: https://github.com/mullvad/mullvadvpn-app/releases/tag/desktop/installer-downloader/1.2.1 +PurchaseUrl: https://mullvad.net/en/account/create +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.yaml b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.yaml new file mode 100644 index 000000000000..df5afffcaa84 --- /dev/null +++ b/manifests/m/MullvadVPN/MullvadVPNLoader/1.2.1/MullvadVPN.MullvadVPNLoader.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: MullvadVPN.MullvadVPNLoader +PackageVersion: 1.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.installer.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.installer.yaml similarity index 79% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.installer.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.installer.yaml index a3561498bc95..df9e4ee454f1 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.installer.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17713 +PackageVersion: 26.1.1.17716 InstallerType: exe InstallerSwitches: Silent: /s @@ -14,7 +14,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x86 Installers: - Architecture: x86 - InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.1/Colibri_26.1.1-beta.95.exe - InstallerSha256: AEC8936D100CE95A976DE69F2E087E33B3531C38B8E476B1D5445A2517381A9C + InstallerUrl: https://cdn.matchmycolor.com/colibri/26.1.1/Colibri_26.1.1-beta.98.exe + InstallerSha256: 92489F22423CE5F71A3F63C444129AE42B7B62A3E88177B9CF07F740E661F519 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.locale.en-US.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.locale.en-US.yaml similarity index 95% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.locale.en-US.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.locale.en-US.yaml index 5d22a1bae563..5c4a9c81326a 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.locale.en-US.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17713 +PackageVersion: 26.1.1.17716 PackageLocale: en-US Publisher: matchmycolor PublisherUrl: https://www.matchmycolor.com/ diff --git a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.yaml b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.yaml similarity index 86% rename from manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.yaml rename to manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.yaml index 2487317e2df8..0199859132bb 100644 --- a/manifests/m/matchmycolor/ColibriBeta/26.1.1.17713/matchmycolor.ColibriBeta.yaml +++ b/manifests/m/matchmycolor/ColibriBeta/26.1.1.17716/matchmycolor.ColibriBeta.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: matchmycolor.ColibriBeta -PackageVersion: 26.1.1.17713 +PackageVersion: 26.1.1.17716 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.installer.yaml b/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.installer.yaml new file mode 100644 index 000000000000..b18acb64f5b2 --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.57.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.57.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: git-wt.exe + PortableCommandAlias: git-wt +- RelativeFilePath: wt.exe + PortableCommandAlias: wt +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/max-sixty/worktrunk/releases/download/v0.57.0/worktrunk-x86_64-pc-windows-msvc.zip + InstallerSha256: 4352650CB3DEFE6E9E4DA613089DA32E76BC3F947462B2950AEC8BCE5FC5940D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.locale.en-US.yaml b/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.locale.en-US.yaml new file mode 100644 index 000000000000..9d91c4d2240d --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.locale.en-US.yaml @@ -0,0 +1,75 @@ +# 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.57.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 diff --branch: wt step diff gained a -b/--branch flag, mirroring wt step commit, so the diff can target another worktree's branch without leaving the current one. The branch must have a checked-out worktree. (#2995) + - Squash templates can use commit bodies: The squash commit-message template gains an experimental {{ commit_details }} variable — a list of { subject, body } objects for the commits being squashed — alongside the existing {{ commits }} (now documented as the commit subjects). Templates can incorporate full commit bodies, not just subject lines. (#2983, thanks @florianilch) + - Recommended Claude Code commit command drops the CLAUDECODE= prefix: Claude Code removed the nested-session check that rejected claude -p launched from inside another session, so the workaround is gone. The recommended [commit.generation] command shown by wt config create no longer carries a leading CLAUDECODE=, and wt no longer strips CLAUDECODE from the environment before running commit-generation commands. (#2979) + Fixed + - Nushell wrapper installs where Nushell actually autoloads it: wt config shell install nu wrote wt.nu to $nu.default-config-dir/vendor/autoload, which Nushell never autoloads — on Linux the wrapper was written but silently never loaded, so wt was never wrapped (it happened to work on macOS/Windows by coincidence of path layout). It now installs to $nu.vendor-autoload-dirs | last, and install/uninstall clean up any worktrunk wrapper stranded at the old location. (#2992, thanks @nnutter for reporting) + - Claude Code hooks work for Fish shell users: The plugin's hook commands used ${CLAUDE_PLUGIN_ROOT} brace syntax, which Fish doesn't expand; they now use $CLAUDE_PLUGIN_ROOT, so the activity and worktree-lifecycle hooks fire correctly under Fish. (#2962, thanks @amw) + - Pager no longer wedges the terminal on Ctrl-C (Windows): Interrupting the --help pager (less) with Ctrl-C on Windows could leave the terminal in a broken state; less now quits cleanly on interrupt. (#2969, thanks @ofek for reporting) + - Clearer error when the default branch has no commits: In a freshly initialized repo whose default branch is unborn, merge/rebase/squash/push (and the diff report) failed with Default branch main does not exist locally plus a misleading hint to reset the cached value. They now report that the branch has no commits yet, without the wrong cache-reset suggestion. (#2990) + - diagnostic.md uploads as a gist again: The -vv diagnostic report inlined raw NUL bytes from NUL-separated git output, so gh gist create rejected it as a binary file. Control bytes in the subprocess preview are now escaped. (#2991) + - wt list tolerates a missing index file: A repo with no /index (nothing ever staged) made the temp-index probe fail; a missing index is now treated as an empty one, matching git's own behavior. (#2884) + - Inline code renders in --help section headings: Terminal --help showed literal backticks in headings authored with inline code (e.g. the wt config state logs heading Command log (commands.jsonl)). Headings now reduce inline code to plain text under the heading's uniform style. The --stage/--dry-run subsection headings in wt step commit/squash were also renamed to sentence case ("Staging", "Dry run"). (#3003) + Documentation + - wt switch docs give forge PR/MR URLs equal billing with pr:/mr:: The switch docs now present the full forge-URL form alongside the pr:N shortcut. (#2970) + - New FAQ entry on moving uncommitted changes to a new worktree. (#3002) + Internal + - Bare-repo prompt opt-out stored as a hint: worktrunk.skip-bare-repo-prompt moved under the worktrunk.hints. namespace, so it now lists under wt config state hints and clears with wt config state clear (previously a top-level key that escaped both). Clean cutover: users who already opted out are re-prompted once on their next wt switch --create in a dotted-name bare repo. (#3001) + Install worktrunk 0.57.0 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.57.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.57.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.57.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.57.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.yaml b/manifests/m/max-sixty/worktrunk/v0.57.0/max-sixty.worktrunk.yaml new file mode 100644 index 000000000000..02e8a2755dde --- /dev/null +++ b/manifests/m/max-sixty/worktrunk/v0.57.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.57.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.installer.yaml b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.installer.yaml new file mode 100644 index 000000000000..420590ec9fdd --- /dev/null +++ b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.installer.yaml @@ -0,0 +1,40 @@ +# 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: mayocream.koharu +PackageVersion: 0.60.0 +InstallerLocale: en-US +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: KhronosGroup.VulkanRT + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/mayocream/koharu/releases/download/0.60.0/koharu_0.60.0_x64-setup.exe + InstallerSha256: 6B9F3F088396E6FB3FF29D37FD050E52D1BDC0222BE745910BF54D8C2B36B806 + ProductCode: koharu + AppsAndFeaturesEntries: + - DisplayName: koharu + Publisher: Koharu + ProductCode: koharu + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\koharu' +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/mayocream/koharu/releases/download/0.60.0/koharu_0.60.0_x64_en-US.msi + InstallerSha256: 529CF4AFB6227DA381FF9FCECF0E37FD2D89AEEB6F0EE28AF11CA7156465B551 + ProductCode: '{87EB0399-A8D2-40E8-A6E1-0F6CC592B1E1}' + AppsAndFeaturesEntries: + - DisplayName: koharu + Publisher: Koharu + ProductCode: '{87EB0399-A8D2-40E8-A6E1-0F6CC592B1E1}' + UpgradeCode: '{9EDB2399-2BD5-5B0C-A8FA-279971DBD365}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/koharu' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.locale.en-US.yaml b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.locale.en-US.yaml new file mode 100644 index 000000000000..68310a677aec --- /dev/null +++ b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mayocream.koharu +PackageVersion: 0.60.0 +PackageLocale: en-US +Publisher: mayocream +PublisherUrl: https://mayo.rocks/ +PublisherSupportUrl: https://github.com/mayocream/koharu/issues +Author: Mayo Takanashi +PackageName: Koharu +PackageUrl: https://koharu.rs/ +License: GPL-3.0 +LicenseUrl: https://github.com/mayocream/koharu/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 Mayo Takanashi +CopyrightUrl: https://github.com/mayocream/koharu/blob/HEAD/LICENSE +ShortDescription: ML-powered manga translator, written in Rust. +Description: Koharu introduces a local-first workflow for manga translation, utilizing the power of ML to automate the process. It combines the capabilities of object detection, OCR, inpainting, and LLMs to create a seamless translation experience. +Moniker: koharu +Tags: +- computer-vision +- deep-learning +- gpu +- gui +- japanese +- manga +- rust +- tauri +- text-rendering +- translation +ReleaseNotes: |- + 0.60.0 - 2026-06-09 + ⛰️ Features + - Add gemma4-12b-it - (d65d730) + - PaddleOCR-VL-1.6 - (e583a2d) + - Add Hungarian language (#759) - (e86080d) + ⚙️ Miscellaneous Tasks + - (dev) Remove unused script - (ccecce6) + - (tests) Remove unused warning - (4ec5a15) + New Contributors ❤️ + - @bloksma made their first contribution in #759 +ReleaseNotesUrl: https://github.com/mayocream/koharu/releases/tag/0.60.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.yaml b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.yaml new file mode 100644 index 000000000000..fdc4ef83f218 --- /dev/null +++ b/manifests/m/mayocream/koharu/0.60.0/mayocream.koharu.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: mayocream.koharu +PackageVersion: 0.60.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.installer.yaml b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.installer.yaml new file mode 100644 index 000000000000..618212713e21 --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.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: mazvazzeg.hvtop +PackageVersion: 0.8.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hvtop-rdc.exe + PortableCommandAlias: hvtop-rdc +- RelativeFilePath: hvtop.exe + PortableCommandAlias: hvtop +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mazvazzeg/hvtop/releases/download/0.8.1/hvtop-0.8.1-win-x64-portable.zip + InstallerSha256: 1ECCD798179A3A11E44F6D86CF7B22C50CF9833FF43B3B0D929ABB43BBFE6183 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-05 diff --git a/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.locale.en-US.yaml b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.locale.en-US.yaml new file mode 100644 index 000000000000..3480b94b813c --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: mazvazzeg.hvtop +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: mazvazzeg +PublisherUrl: https://github.com/mazvazzeg +PublisherSupportUrl: https://github.com/mazvazzeg/hvtop/issues +PackageName: hvtop +PackageUrl: https://github.com/mazvazzeg/hvtop +License: none +ShortDescription: hvtop is a TUI Hyper-V performance/telemetry monitor +ReleaseNotesUrl: https://github.com/mazvazzeg/hvtop/releases/tag/0.8.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/mazvazzeg/hvtop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.yaml b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.yaml new file mode 100644 index 000000000000..9a5c99dc6873 --- /dev/null +++ b/manifests/m/mazvazzeg/hvtop/0.8.1/mazvazzeg.hvtop.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: mazvazzeg.hvtop +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.installer.yaml b/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.installer.yaml deleted file mode 100644 index 847b0dcd9033..000000000000 --- a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.installer.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: NEC.UNIVERGEBLUECONNECT -PackageVersion: 2.27.125 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: APPLICATIONFOLDER="" -UpgradeBehavior: install -Protocols: -- ubmeet -AppsAndFeaturesEntries: -- DisplayName: UNIVERGE BLUE CONNECT - UpgradeCode: '{C5279CDE-F49A-4F93-A2CC-DBD9D74F43F5}' -Installers: -- Architecture: x86 - InstallerUrl: https://admin.univerge.blue/voice/pbx/softphonereleases/blue/latest-win/univerge-blue-connect-ia32.msi - InstallerSha256: D4EB254C00FD235002CB570F70C8F5F6805B1EAFDFC6B553D680A07349BF1C04 - ProductCode: '{211737E4-8FD2-4560-BCAD-2713CFBC359D}' -- Architecture: x64 - InstallerUrl: https://admin.univerge.blue/voice/pbx/softphonereleases/blue/latest-win/univerge-blue-connect-x64.msi - InstallerSha256: 80CD6DCBDBFA8392DC2230FCFDDD66A1C69A9F658C88E37E2E1280486FDE3913 - ProductCode: '{4557729F-53A9-451B-85F9-1923A6CEFD05}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.en-US.yaml b/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.en-US.yaml deleted file mode 100644 index 8a732c5eddbe..000000000000 --- a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.en-US.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: NEC.UNIVERGEBLUECONNECT -PackageVersion: 2.27.125 -PackageLocale: en-US -Publisher: NEC Platforms, Ltd. -PublisherUrl: https://www.univergeblue.com/ -PublisherSupportUrl: https://www.univergeblue.com/support -PrivacyUrl: https://www.necam.com/Legal/PrivacyPolicy/ -Author: Serverdata.net, Inc. -PackageName: UNIVERGE BLUE ™ CONNECT -PackageUrl: https://www.univergeblue.com/cloud-services/connect/details/download-desktop-app -License: Proprietary -LicenseUrl: https://www.necam.com/Legal/TermsOfUse/ -Copyright: Copyright © NEC Corporation of America 2026. All rights reserved. -CopyrightUrl: https://www.necam.com/Legal/TermsOfUse/ -ShortDescription: A fully integrated intelligent cloud-based unified communications (UC) solution -Description: |- - NEC UNIVERGE BLUE CONNECT is a fully integrated intelligent cloud-based unified communications platform for any size business. NEC believes that tools facilitate communications, but people are the center of all communications and with effective communication tools people can be more productive and connected. These communications tools should be easy-to-use, high-performing, dependable, and stress-free so that you can focus on what is being communicated and not the tool itself. - UNIVERGE BLUE CONNECT combines your phone system, chat, video, screen sharing, file management, and conference calling into a seamless experience that fits with your business size, needs, and work style. Get customizable, scalable cloud-based services for your business backed by NEC’s five pillars of a Stress-Free Cloud Experience. - UNIVERGE BLUE incorporates all your business communication and collaboration methods and devices into one integrated, intelligent, easy-to-manage cloud-based system that is accessible from anywhere at any time. -Tags: -- call -- calling -- chat -- collaborate -- collaboration -- conferencing -- meet -- meeting -- team -- video -- video-conferencing -- voice -- webinar -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.zh-CN.yaml b/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.zh-CN.yaml deleted file mode 100644 index 31b0999041cd..000000000000 --- a/manifests/n/NEC/UNIVERGEBLUECONNECT/2.27.125/NEC.UNIVERGEBLUECONNECT.locale.zh-CN.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: NEC.UNIVERGEBLUECONNECT -PackageVersion: 2.27.125 -PackageLocale: zh-CN -License: 专有软件 -ShortDescription: 全面集成的智能云端统一通信(UC)解决方案 -Description: |- - NEC UNIVERGE BLUE CONNECT 是一款全面集成的智能云端统一通信平台,适用于各类规模的企业。NEC 认为,工具服务于沟通,但人才是一切通信的核心——借助高效的通信工具,人们能够提升生产力并紧密相连。这些通信工具应具备易用性、高性能、可靠性和零压力特质,让您专注于沟通内容而非工具本身。 - UNIVERGE BLUE CONNECT 将电话系统、即时通讯、视频会议、屏幕共享、文件管理和多方通话无缝整合,根据企业规模、需求和工作风格提供定制化体验。依托NEC“无忧云端体验五大支柱”,为您提供可定制、可扩展的云端服务。 - UNIVERGE BLUE 将所有商务通信协作方式及设备整合为一套智能化的集成云端系统,支持随时随地访问,管理轻松便捷。 -Tags: -- 会议 -- 协作 -- 协同 -- 团队 -- 开会 -- 电话 -- 研讨会 -- 视频 -- 视频会议 -- 聊天 -- 语音 -- 通话 -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.installer.yaml b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.installer.yaml index 4714d18f9039..e118ad3f37ec 100644 --- a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.installer.yaml +++ b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.installer.yaml @@ -1,58 +1,37 @@ -# Created with winget-manifest scaffold for Nehoray.TranslationManager 1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: Nehoray.TranslationManager -PackageVersion: 1.1.0 -InstallerLocale: he-IL -Platform: - - Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: - - interactive - - silent - - silentWithProgress -InstallerSwitches: - # `/SILENT` (not /VERYSILENT) is deliberate. Inno Setup 6.7's - # RedirectionGuard handoff (level 2 SL5 → level 3 protected Setup) - # fails silently with /VERYSILENT in sandboxed contexts — the - # protected temp dir gets created with only `_setup64.tmp` + an - # empty `_isetup\` and the install never proceeds, leaving the - # install dir half-populated. Same root cause as the failure mode - # we hit during the launcher's in-app self-update. /SILENT keeps - # the small progress dialog visible, which is what RG's protected - # handoff needs to complete; the dialog is dismissed automatically - # at the end so the WinGet sandbox sees a clean exit. - # /SP- skips the "This will install..." pre-install dialog so the - # install still runs without any user clicks. - Silent: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- - SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- - Custom: "" -UpgradeBehavior: install -# 0 is implicit; 3010 (success-needs-restart) and 1641 (restart-initiated) -# are Inno Setup's only documented non-zero success codes. /NORESTART -# converts 3010→0 in practice but we list them defensively. -InstallerSuccessCodes: - - 1641 - - 3010 -# Explicit ARP (Apps and Features) entry so WinGet's post-install -# verification knows exactly which Uninstall registry subkey to look -# for. Inno writes `_is1` under -# HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ — the -# top-level `ProductCode` field is also kept for tooling that reads -# the older shape. -AppsAndFeaturesEntries: - - DisplayName: Translation Manager - DisplayVersion: 1.1.0 - Publisher: Nehoray - ProductCode: '{B0D4F2A7-3CCE-4A1A-9C44-7E1A1B6F0001}_is1' - InstallerType: inno -ProductCode: '{B0D4F2A7-3CCE-4A1A-9C44-7E1A1B6F0001}_is1' -ReleaseDate: 2026-05-26 -Installers: - - Architecture: x64 - InstallerUrl: https://github.com/nehorayc04/translation-launcher/releases/download/v1.1.0/TranslationManager-Setup-1.1.0.exe - InstallerSha256: 5F13260588F24954F3913639C274E32F8997B251A108E6243A76741BE0380CFB -ManifestType: installer -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Nehoray.TranslationManager +PackageVersion: 1.1.0 +InstallerLocale: he-IL +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- + Custom: "" +UpgradeBehavior: install +InstallerSuccessCodes: +- 1641 +- 3010 +AppsAndFeaturesEntries: +- DisplayName: Translation Manager + DisplayVersion: 1.1.0 + Publisher: Nehoray + ProductCode: '{B0D4F2A7-3CCE-4A1A-9C44-7E1A1B6F0001}_is1' + InstallerType: inno +ProductCode: '{B0D4F2A7-3CCE-4A1A-9C44-7E1A1B6F0001}_is1' +ReleaseDate: 2026-05-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nehorayc04/translation-launcher/releases/download/v1.1.0/TranslationManager-Setup-1.1.0.exe + InstallerSha256: E4DCEAF40C28DD84A582CE567F2071C2E6F0F06FCCD8B56AAD4E142D05C409CC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.locale.en-US.yaml b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.locale.en-US.yaml index 026b56f922d7..e2d00598b5d9 100644 --- a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.locale.en-US.yaml +++ b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.locale.en-US.yaml @@ -1,39 +1,39 @@ -# Created with winget-manifest scaffold for Nehoray.TranslationManager 1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: Nehoray.TranslationManager -PackageVersion: 1.1.0 -PackageLocale: en-US -Publisher: Nehoray -PublisherUrl: https://hebrew-translation-hub.com/ -PublisherSupportUrl: https://hebrew-translation-hub.com/ -Author: Nehoray Cohen -PackageName: Translation Manager -PackageUrl: https://hebrew-translation-hub.com/ -License: Proprietary -LicenseUrl: https://hebrew-translation-hub.com/ -Copyright: Copyright (C) 2026 Nehoray -CopyrightUrl: https://hebrew-translation-hub.com/ -ShortDescription: Hebrew translation launcher for AAA PC games — installs, manages, and updates community localizations from one app. -Description: |- - Translation Manager is a Hebrew-first Windows launcher that brings community - AAA-game translations into one curated catalog. Browse available titles, - download the matching translation archive, and apply it to your installed - game with one click. The app handles update checks, mod toggling, and - per-game purchase / DRM gating, and ships a built-in catalog for popular - titles such as Cyberpunk 2077, God of War Ragnarok, Red Dead Redemption, - Hogwarts Legacy, and more. -Moniker: translation-manager -Tags: - - hebrew - - translation - - localization - - gaming - - games - - launcher - - mods - - rtl -ReleaseNotesUrl: https://github.com/nehorayc04/translation-launcher/releases/tag/v1.1.0 -PurchaseUrl: https://hebrew-translation-hub.com/ -ManifestType: defaultLocale -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Nehoray.TranslationManager +PackageVersion: 1.1.0 +PackageLocale: en-US +Publisher: Nehoray +PublisherUrl: https://hebrew-translation-hub.com/ +PublisherSupportUrl: https://hebrew-translation-hub.com/ +Author: Nehoray Cohen +PackageName: Translation Manager +PackageUrl: https://hebrew-translation-hub.com/ +License: Proprietary +LicenseUrl: https://hebrew-translation-hub.com/ +Copyright: Copyright (C) 2026 Nehoray +CopyrightUrl: https://hebrew-translation-hub.com/ +ShortDescription: Hebrew translation launcher for AAA PC games — installs, manages, and updates community localizations from one app. +Description: |- + Translation Manager is a Hebrew-first Windows launcher that brings community + AAA-game translations into one curated catalog. Browse available titles, + download the matching translation archive, and apply it to your installed + game with one click. The app handles update checks, mod toggling, and + per-game purchase / DRM gating, and ships a built-in catalog for popular + titles such as Cyberpunk 2077, God of War Ragnarok, Red Dead Redemption, + Hogwarts Legacy, and more. +Moniker: translation-manager +Tags: +- hebrew +- translation +- localization +- gaming +- games +- launcher +- mods +- rtl +ReleaseNotesUrl: https://github.com/nehorayc04/translation-launcher/releases/tag/v1.1.0 +PurchaseUrl: https://hebrew-translation-hub.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.yaml b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.yaml index eca6831ac8bd..51fdd8beee4a 100644 --- a/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.yaml +++ b/manifests/n/Nehoray/TranslationManager/1.1.0/Nehoray.TranslationManager.yaml @@ -1,8 +1,8 @@ -# Created with winget-manifest scaffold for Nehoray.TranslationManager 1.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: Nehoray.TranslationManager -PackageVersion: 1.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Nehoray.TranslationManager +PackageVersion: 1.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.installer.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.installer.yaml index e630080383a3..0e807e98d40f 100644 --- a/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.installer.yaml +++ b/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.installer.yaml @@ -17,7 +17,7 @@ Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.EdgeWebView2Runtime ProductCode: '{240937E1-D9C7-462C-B6B1-FE142ACF91BD}' -ReleaseDate: 2026-06-02 +ReleaseDate: 2026-06-09 InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Nitro\PDF Pro\14' Installers: diff --git a/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml b/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml index 624bf6efeda8..acee029faa7b 100644 --- a/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml +++ b/manifests/n/NitroSoftware/NitroPro/NLS/14.43.7.0/NitroSoftware.NitroPro.NLS.locale.en-US.yaml @@ -30,6 +30,9 @@ Tags: - read - reader - viewer +ReleaseNotes: |- + Fixed Issues & Improvements + - Fixed an issue that prevented PDF Pro from opening or applying 256-bit AES password protection on devices running specific endpoint security software. PurchaseUrl: https://www.gonitro.com/pricing ManifestType: defaultLocale ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.installer.yaml b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.installer.yaml new file mode 100644 index 000000000000..1d073b9198af --- /dev/null +++ b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 132.0.5905.38 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_air/132.0.5905.38/win/Opera_Air_132.0.5905.38_Setup_x64.exe + InstallerSha256: B08AB2EF036C52E1CBCA149990B83B5CEAA0141B8B749526BB6FCF0ED6E7030E + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_air/132.0.5905.38/win/Opera_Air_132.0.5905.38_Setup_x64.exe + InstallerSha256: B08AB2EF036C52E1CBCA149990B83B5CEAA0141B8B749526BB6FCF0ED6E7030E + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.en-US.yaml b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.en-US.yaml new file mode 100644 index 000000000000..f3d21d015a52 --- /dev/null +++ b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 132.0.5905.38 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Air +PackageUrl: https://www.opera.com/air +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The world’s first browser with mindfulness at its core - no subscriptions, no app juggling. Discover a focused, balanced, and stress-free web. +Description: |- + Opera Air is a brand new browser with mindfulness at its core, that meets the needs of our busy lives by reducing distractions and helping you focus. It integrates features that support relaxation and well-being, such as meditation and breathing practices, binaural beats, and neck stretches. + Developed with tried and true methods, Opera Air creates an environment that helps boost productivity and creativity while promoting mental health and creating a calmer, more focused browsing experience. +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.zh-CN.yaml b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.zh-CN.yaml new file mode 100644 index 000000000000..6e3efe637d16 --- /dev/null +++ b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 132.0.5905.38 +PackageLocale: zh-CN +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PackageUrl: https://www.opera.com/zh-cn/air +License: 免费软件 +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +ShortDescription: 全球首款以“专注”为核心的浏览器--无需订阅,无需玩转各种应用。探索一个专注、平衡、无压力的网络。 +Description: |- + Opera Air 是一款全新的浏览器,其核心是“心智”,通过减少干扰和帮助您集中注意力,从而满足我们在繁忙生活中的需求。它集成了放松与健康功能,如冥想和呼吸练习、双耳节拍和颈部拉伸。 + Opera Air 基于久经考验的方法开发,创造了一种有助于提高工作效率和创造力的环境,同时促进了心理健康,创造了一种更平静、更专注的浏览体验。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.yaml b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.yaml new file mode 100644 index 000000000000..950ae4663bb0 --- /dev/null +++ b/manifests/o/Opera/OperaAir/132.0.5905.38/Opera.OperaAir.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.OperaAir +PackageVersion: 132.0.5905.38 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.installer.yaml b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.installer.yaml new file mode 100644 index 000000000000..a6a33583b61a --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.0.17.0 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /p +UpgradeBehavior: install +Commands: +- PDQInventory +ProductCode: '{3A3BF19F-16E8-4EA1-A429-FA9CBB26868D}' +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- ProductCode: '{3A3BF19F-16E8-4EA1-A429-FA9CBB26868D}' + UpgradeCode: '{1EF97000-6F9C-4B13-964D-4BE80BC583F2}' + InstallerType: wix +Installers: +- Architecture: x86 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Inventory_20.0.17.0.exe + InstallerSha256: F4A3510E6664434D07EBC9CD5DAA6025AE35FD1F91F34782C4F34ED951484147 +- Architecture: x64 + InstallerUrl: https://services.pdq.com/download/deploy-inventory/Inventory_20.0.17.0.exe + InstallerSha256: F4A3510E6664434D07EBC9CD5DAA6025AE35FD1F91F34782C4F34ED951484147 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.locale.en-US.yaml b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.locale.en-US.yaml new file mode 100644 index 000000000000..67f40a0ca319 --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.0.17.0 +PackageLocale: en-US +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Inventory +PackageUrl: https://www.pdq.com/pdq-inventory/ +License: Proprietary +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: Streamline your systems management +Description: Scan, collect, and organize your on-prem Windows machines so deployments go exactly where you need them to with PDQ Inventory. +Tags: +- deploy +- deployment +ReleaseNotes: |- + New Features + - Added High Contrast theme support for improved accessibility + - Added dynamic dashboard with customizable widget library for existing widgets (future widgets planned) + + Bug Fixes + - Improve memory management related to RBAC window + - Fixed OAuth2 mail authentication failures showing a cryptic serialization error instead of the real error message + - Inventory: Improve memory management related to Auto Reports + - Inventory: Prevent lost changes to Dynamic Collections after refresh. Fix console behavior related to Static Collection deletion. +PurchaseUrl: https://www.pdq.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.locale.zh-CN.yaml b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.locale.zh-CN.yaml new file mode 100644 index 000000000000..c2a291fe2f7e --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.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: PDQ.PDQInventory +PackageVersion: 20.0.17.0 +PackageLocale: zh-CN +Publisher: PDQ.com +PublisherUrl: https://www.pdq.com/ +PublisherSupportUrl: https://www.pdq.com/help-center/ +PrivacyUrl: https://www.pdq.com/privacy-policy/ +Author: PDQ.com Corporation +PackageName: PDQ Inventory +PackageUrl: https://www.pdq.com/pdq-inventory/ +License: 专有软件 +LicenseUrl: https://www.pdq.com/end-user-license-agreement/ +Copyright: Copyright © 2026 PDQ.com Corporation. All Rights Reserved. +ShortDescription: 流水线化系统管理 +Description: 使用 PDQ Inventory 扫描、收集和整理您内部部署的 Windows 机器,从而让部署更加精确。 +Tags: +- 部署 +PurchaseUrl: https://www.pdq.com/pricing/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.yaml b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.yaml new file mode 100644 index 000000000000..f18764917cf9 --- /dev/null +++ b/manifests/p/PDQ/PDQInventory/20.0.17.0/PDQ.PDQInventory.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PDQ.PDQInventory +PackageVersion: 20.0.17.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml new file mode 100644 index 000000000000..cf6327804b73 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.installer.yaml @@ -0,0 +1,548 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 149.18.3.103 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + SilentWithProgress: /quiet /norestart +Protocols: +- http +- https +- mailto +- prisma +- talonwork +- tel +- webcal +FileExtensions: +- 000_tw +- 001_tw +- 002_tw +- 003_tw +- 004_tw +- 005_tw +- 006_tw +- 007_tw +- 008_tw +- 009_tw +- 010_tw +- 1st_tw +- 264_tw +- 3d_tw +- 3dr_tw +- 3ds_tw +- 3g2_tw +- 3ga_tw +- 3gp_tw +- 3gp2_tw +- 3gpp_tw +- 7z_tw +- 7z.001_tw +- 7z.002_tw +- 7z.003_tw +- 7z.004_tw +- 7zip_tw +- a_tw +- a00_tw +- a01_tw +- a02_tw +- a03_tw +- a04_tw +- a05_tw +- aac_tw +- aae_tw +- abr_tw +- abw_tw +- accdb_tw +- accdt_tw +- ace_tw +- adadownload_tw +- adf_tw +- ai_tw +- aiff_tw +- air_tw +- alx_tw +- amr_tw +- ani_tw +- ape_tw +- apk_tw +- app_tw +- application_tw +- appx_tw +- appxbundle_tw +- arc_tw +- arf_tw +- arj_tw +- arw_tw +- asec_tw +- asf_tw +- ashx_tw +- asm_tw +- asp_tw +- aspx_tw +- asx_tw +- atom_tw +- avi_tw +- awk_tw +- aww_tw +- azw_tw +- azw3_tw +- azw4_tw +- bak_tw +- bar_tw +- bat_tw +- bbb_tw +- bc_tw +- bc!_tw +- big_tw +- bik_tw +- bin_tw +- bkf_tw +- bkp_tw +- blf_tw +- bmp_tw +- c_tw +- c00_tw +- c01_tw +- c02_tw +- c03_tw +- c4d_tw +- cab_tw +- cache_tw +- cal_tw +- cbr_tw +- cbz_tw +- ccc_tw +- ccd_tw +- cda_tw +- cdr_tw +- cdt_tw +- cerber_tw +- cerber2_tw +- cfg_tw +- chm_tw +- class_tw +- cmd_tw +- cnf_tw +- cnt_tw +- com_tw +- config_tw +- contact_tw +- cpl_tw +- cpp_tw +- cpt_tw +- cr2_tw +- crdownload_tw +- crw_tw +- crx_tw +- crypt_tw +- crypt12_tw +- cryptolocker_tw +- cryptowall_tw +- csh_tw +- csl_tw +- cso_tw +- css_tw +- csv_tw +- cue_tw +- cxx_tw +- daa_tw +- dao_tw +- dash_tw +- dat_tw +- db_tw +- dbf_tw +- dbk_tw +- dbx_tw +- dcr_tw +- dct_tw +- dds_tw +- deb_tw +- def_tw +- des_tw +- deskthemepack_tw +- dff_tw +- dgn_tw +- dib_tw +- dic_tw +- djr_tw +- djvu_tw +- dlc_tw +- dlg_tw +- dll_tw +- dmg_tw +- dmp_tw +- dng_tw +- doc_tw +- docm_tw +- docx_tw +- dot_tw +- dotm_tw +- dotx_tw +- download_tw +- dpc_tw +- dpj_tw +- drv_tw +- drw_tw +- dump_tw +- dvf_tw +- dvr_tw +- dwfx_tw +- dwg_tw +- dxf_tw +- dxp_tw +- ecc_tw +- elf_tw +- emf_tw +- eml_tw +- emz_tw +- eng_tw +- eot_tw +- eps_tw +- epub_tw +- evtx_tw +- exe_tw +- ezz_tw +- fb2_tw +- fdb_tw +- fla_tw +- flac_tw +- flv_tw +- fpx_tw +- g64_tw +- gadget_tw +- gb_tw +- gba_tw +- gdb_tw +- gdoc_tw +- geo_tw +- gho_tw +- gif_tw +- gp4_tw +- gp5_tw +- gpx_tw +- gsheet_tw +- gslides_tw +- gz_tw +- gzip_tw +- h_tw +- h264_tw +- heic_tw +- hi_tw +- hpp_tw +- hqx_tw +- hrc_tw +- htm +- htm_tw +- html +- html_tw +- hxx_tw +- iba_tw +- ibooks_tw +- icns_tw +- ico_tw +- icon_tw +- ics_tw +- idl_tw +- idx_tw +- ifo_tw +- ilb_tw +- img_tw +- inc_tw +- ind_tw +- indd_tw +- inf_tw +- ini_tw +- inv_tw +- ipa_tw +- ipd_tw +- ipsw_tw +- ipt_tw +- iso_tw +- isz_tw +- jad_tw +- jar_tw +- java_tw +- jpeg_tw +- jpg_tw +- js_tw +- json_tw +- jsp_tw +- jws_tw +- kext_tw +- key_tw +- keynote_tw +- kml_tw +- kmz_tw +- ksd_tw +- l_tw +- lcf_tw +- ldif_tw +- lib_tw +- lit_tw +- ll_tw +- lng_tw +- lnk_tw +- locky_tw +- log_tw +- logic_tw +- lqm_tw +- lrc_tw +- lrtemplate_tw +- lst_tw +- m2t_tw +- m2ts_tw +- m3u_tw +- m3u8_tw +- m4a_tw +- m4b_tw +- m4p_tw +- m4v_tw +- map_tw +- max_tw +- mbz_tw +- md_tw +- md5_tw +- mdb_tw +- mdbackup_tw +- mdf_tw +- mdi_tw +- mds_tw +- mdx_tw +- mht_tw +- mhtml +- mhtml_tw +- micro_tw +- midi_tw +- mkv_tw +- mobi_tw +- mod_tw +- mov_tw +- mp3_tw +- mp4_tw +- mpd_tw +- mpeg_tw +- mpg_tw +- mpp_tw +- mpt_tw +- mrw_tw +- msg_tw +- msi_tw +- msmessagestore_tw +- msu_tw +- mswmm_tw +- mts_tw +- mui_tw +- n64_tw +- nba_tw +- nbf_tw +- nbh_tw +- nco_tw +- nds_tw +- nef_tw +- nes_tw +- nfo_tw +- nomedia_tw +- npf_tw +- npo_tw +- nrg_tw +- numbers_tw +- o_tw +- obj_tw +- ocx_tw +- odf_tw +- odg_tw +- ods_tw +- odt_tw +- oft_tw +- ofx_tw +- ogg_tw +- ogv_tw +- old_tw +- one_tw +- onepkg_tw +- opml_tw +- opus_tw +- opx_tw +- orf_tw +- otf_tw +- ott_tw +- ova_tw +- ovf_tw +- oxps_tw +- pages_tw +- pak_tw +- part_tw +- part1.exe_tw +- part1.rar_tw +- part2.rar_tw +- partial_tw +- pcd_tw +- pcm_tw +- pcx_tw +- pdf +- pdf_tw +- pfx_tw +- php_tw +- pic_tw +- pkg_tw +- pkpass_tw +- pl_tw +- plist_tw +- pls_tw +- plugin_tw +- pm_tw +- pmd_tw +- png_tw +- pot_tw +- potx_tw +- pps_tw +- ppsx_tw +- ppt_tw +- pptm_tw +- pptx_tw +- prg_tw +- prj_tw +- prn_tw +- pro_tw +- prproj_tw +- ps_tw +- psb_tw +- psd_tw +- psdx_tw +- pst_tw +- ptx_tw +- pub_tw +- pvm_tw +- pwi_tw +- pzl_tw +- qif_tw +- r00_tw +- r01_tw +- r02_tw +- r03_tw +- r04_tw +- r05_tw +- r06_tw +- r07_tw +- r08_tw +- r09_tw +- r10_tw +- raf_tw +- rar_tw +- raw_tw +- rc_tw +- rec_tw +- ref_tw +- reg_tw +- rem_tw +- rep_tw +- replay_tw +- res_tw +- rmvb_tw +- rofl_tw +- rom_tw +- rpm_tw +- rsc_tw +- rss_tw +- rtf_tw +- rw2_tw +- s_tw +- safariextz_tw +- sav_tw +- save_tw +- sbf_tw +- sbu_tw +- sc2replay_tw +- scn_tw +- scp_tw +- scpt_tw +- scr_tw +- scx_tw +- sda_tw +- sdc_tw +- sdd_tw +- sdf_tw +- sdw_tw +- sfcache_tw +- sh_tw +- shs_tw +- shtml +- shtml_tw +- sis_tw +- sisx_tw +- sit_tw +- sitd_tw +- sitx_tw +- skn_tw +- skp_tw +- smc_tw +- smd_tw +- snd_tw +- sng_tw +- snp_tw +- spb_tw +- spba_tw +- spd_tw +- sql_tw +- sqlite_tw +- src_tw +- srg_tw +- srm_tw +- srt_tw +- stl_tw +- sub_tw +- sup_tw +- svg +- svg_tw +- svgz_tw +- svp_tw +- swf_tw +- swp_tw +- sxc_tw +- sxw_tw +- sys_tw +- tao_tw +- tar_tw +- tar.gz_tw +- tax2018_tw +- tbl_tw +- tc_tw +- temp_tw +- template_tw +- text_tw +- tga_tw +- tgz_tw +- theme_tw +- themepack_tw +- thm_tw +- thmx_tw +- tib_tw +- tif_tw +- tiff_tw +- tmp_tw +- toast_tw +- tod_tw +- torrent_tw +- webp +- xht +- xhtml +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- UpgradeCode: '{98EFE332-3AF4-336A-B6DC-D6BF52CC4C13}' +ElevationRequirement: elevationRequired +Installers: +- Architecture: x64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/x64/crx_signed_o4_stable_prisma_access_browser_installer_149_18_3_103-149.18.3.103-60a05095.msi + InstallerSha256: F929A07E25825BBC0207EFDB3EAFF1873B6845F78D7D5AB4707EAE75882104C1 + ProductCode: '{EA7A913E-70EC-3B86-B3E9-509B8513B2EA}' +- Architecture: arm64 + InstallerUrl: https://updates.talon-sec.com/releases/Prisma%20Access%20Browser/win/packaged/arm64/crx_signed_o4_stable_prisma_access_browser_installer_149_18_3_103-149.18.3.103-1a5e994f.msi + InstallerSha256: 2AD42608E353FE035853EE5C6C0BAA01D83307BB46BB226B45AF7E139774728B + ProductCode: '{3EADB90F-35CF-3703-A6AF-4BC7CD2DCAFD}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml new file mode 100644 index 000000000000..20b609dbe122 --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 149.18.3.103 +PackageLocale: en-US +Publisher: Palo Alto Networks Inc +PublisherUrl: https://www.paloaltonetworks.com/ +PublisherSupportUrl: https://support.paloaltonetworks.com/ +PrivacyUrl: https://www.paloaltonetworks.com/legal-notices/trust-center/privacy +Author: Palo Alto Networks, Inc. +PackageName: Prisma Access Browser +PackageUrl: https://get.pabrowser.com/ +License: Proprietary +LicenseUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +Copyright: Copyright © 2026 Palo Alto Networks. All Rights Reserved +CopyrightUrl: https://www.paloaltonetworks.com/content/dam/pan/en_US/assets/pdf/legal/palo-alto-networks-end-user-license-agreement-eula.pdf +ShortDescription: The only SASE-native secure browser that empowers secure work for any user, any device, any app, anywhere. +Description: |- + Prisma Browser is designed to enhance security for both managed and unmanaged devices. It provides a natively integrated enterprise browser that extends protection to unmanaged devices, helping safeguard business applications and data by implementing security directly within the browser. + Prisma Browser supports various use-cases, including: + - Third-Party Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Bring Your Own Device (BYOD) Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices. + - Temporary Secure Access: Facilitates access to critical applications such as Human Resources and Payroll during system transitions like agent rollouts or network mergers. + - Secure Access for Managed Devices: Ensures protection for employees using work devices to handle highly sensitive data. + Designed specifically for enterprise environments, Prisma Browser incorporates security features aimed at mitigating risks such as phishing, Malware, eavesdropping, and data exfiltration. It retains the familiar interface and functionality of Google Chrome while integrating additional security measures to address potential vulnerabilities, offering a balance between usability and protection. +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.locale.zh-CN.yaml new file mode 100644 index 000000000000..f87960df0cfe --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.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: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 149.18.3.103 +PackageLocale: zh-CN +PublisherUrl: https://www.paloaltonetworks.cn/ +License: 专有软件 +ShortDescription: 唯一一款原生基于 SASE(安全访问服务边缘)架构的安全浏览器,支持任意用户、任意设备、任意应用在任意地点实现安全办公。 +Description: |- + Prisma 浏览器旨在提升托管设备与非托管设备的安全性。它提供原生集成的企业级浏览器,可将防护范围扩展至非托管设备,通过直接在浏览器内部落地安全机制,助力保障业务应用和数据安全。 + Prisma 浏览器支持多种使用场景,包括: + - 第三方访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 自带设备(BYOD)访问:支持承包商、合作伙伴、客户或学生使用非托管设备安全访问 SaaS 或私有 Web 应用。 + - 临时安全访问:在代理部署、网络合并等系统过渡阶段,为人力资源、薪资核算等关键应用提供访问支持。 + - 托管设备安全访问:为使用办公设备处理高敏感数据的员工提供安全防护。 + Prisma 浏览器专为企业环境设计,内置的安全功能可防范网络钓鱼、恶意软件、窃听、数据泄露等风险。它保留了谷歌 Chrome 用户熟悉的界面和功能,同时集成了额外的安全措施应对潜在漏洞,在易用性和防护能力之间实现了平衡。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.paloaltonetworks.com/prisma-access-browser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.yaml b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.yaml new file mode 100644 index 000000000000..5ede46c5b4da --- /dev/null +++ b/manifests/p/PaloAltoNetworks/PrismaAccessBrowser/149.18.3.103/PaloAltoNetworks.PrismaAccessBrowser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PaloAltoNetworks.PrismaAccessBrowser +PackageVersion: 149.18.3.103 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.installer.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.installer.yaml new file mode 100644 index 000000000000..fe40f9e0c1f6 --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.12' +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +FileExtensions: +- pcv +ProductCode: Picocrypt-NG +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- Publisher: Picocrypt-NG developers + ProductCode: Picocrypt-NG +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Picocrypt-NG' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/releases/download/2.12/Picocrypt-NG-Setup.exe + InstallerSha256: DDC0F84B7BCC039CB7C7DA2E296BF08A0D69777B8CF7B14DC84F12F4DC6F2519 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml new file mode 100644 index 000000000000..0e80d8250002 --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.12' +PackageLocale: en-US +Publisher: Picocrypt-NG +PublisherUrl: https://github.com/Picocrypt-NG +PublisherSupportUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/issues +PackageName: Picocrypt-NG +PackageUrl: https://github.com/Picocrypt-NG/Picocrypt-NG +License: GPL-3.0 +LicenseUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/blob/HEAD/LICENSE +Copyright: (c) Picocrypt-NG developers +ShortDescription: A very small, very simple, yet very secure encryption tool. +Moniker: picocrypt-ng +ReleaseNotes: |- + macOS: + sha256(Picocrypt-NG.dmg) 24783885d5e0e3fada64b47c9374e9d2a90fb43bccd4a7ae78470127384d91ec + sha256(Picocrypt-NG-cli-macos) f81fe953572778760937b107ad28523789b378c5b2c996a7bbd9ef60ce67af40 + Windows Legacy CLI (Windows 7/8): + sha256(Picocrypt-NG-cli-Legacy.exe) 3B0F9F4E89BA61D32774B0B488E62FF6B4FBFC3AAC63B3DA24C9A971696454D7 + Android (signed release APK): + sha256(Picocrypt-NG-android-release.apk) 1b32e0c3c24be6a7d057d1915533da83de90ae42832d826ccc71e0fb08d355ba + Windows: + sha256(Picocrypt-NG-Setup.exe) DDC0F84B7BCC039CB7C7DA2E296BF08A0D69777B8CF7B14DC84F12F4DC6F2519 + sha256(Picocrypt-NG-portable.exe) D85687B7380381E56A4BAACDF82EA0084E2D8F50D76650BD2A1ECE6930458999 + sha256(Picocrypt-NG-cli.exe) 65C6D82239E3267616B78EB613B8C39F6CEAA5815FF1B553DCF1EB2ADD1660EA + Linux (Snap): + sha256(picocrypt-ng_2.12_amd64.snap) 32b013a10d0cec1a47330e70e7885df0c036e9bf85686e21b38845a520c0be41 + Linux (amd64): + sha256(Picocrypt-NG) b493cba76b82681c4f9cf2e5ea87352b063aff77199489920973f47b752f0a26 + sha256(Picocrypt-NG-cli) a9f18de0af9513926b105f31f00f1e1cf1a8546584326664850dd0ada3303505 + sha256(Picocrypt-NG.deb) 845189205973bbf0ba188bd53de354adebd9619117a4bde69f77a17f7c858d16 + Linux (arm64): + sha256(Picocrypt-NG-arm64) 8402adcbc1ced13b08293cbebba30245421af278a942c13a9d814fecbdb2c47f + sha256(Picocrypt-NG-cli-arm64) 8c6db5cd04ddad206c034e6f94d1bffaaddad2e152663f96c2ea3a2474383098 +ReleaseNotesUrl: https://github.com/Picocrypt-NG/Picocrypt-NG/releases/tag/2.12 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.yaml b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.yaml new file mode 100644 index 000000000000..2dd148cce787 --- /dev/null +++ b/manifests/p/Picocrypt-NG/Picocrypt-NG/2.12/Picocrypt-NG.Picocrypt-NG.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Picocrypt-NG.Picocrypt-NG +PackageVersion: '2.12' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.installer.yaml b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.installer.yaml new file mode 100644 index 000000000000..3c17f4656c8c --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.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: pbek.QOwnNotes +PackageVersion: 26.6.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: QOwnNotes.exe + PortableCommandAlias: qownnotes.exe +ReleaseDate: 2026-06-09 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/pbek/QOwnNotes/releases/download/v26.6.5/QOwnNotes.zip + InstallerSha256: C66F34D86D53B1DAE335B37BCC63D2F4FED35B79109AC0D8769EEE3F8C43AE8B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.locale.en-US.yaml b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.locale.en-US.yaml new file mode 100644 index 000000000000..62f1c69c4df1 --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.locale.en-US.yaml @@ -0,0 +1,44 @@ +# 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: pbek.QOwnNotes +PackageVersion: 26.6.5 +PackageLocale: en-US +Publisher: pbek +PublisherUrl: https://github.com/pbek/QOwnNotes +PublisherSupportUrl: https://github.com/pbek/QOwnNotes/issues +Author: https://github.com/pbek +PackageName: QOwnNotes +PackageUrl: https://github.com/pbek/QOwnNotes +License: GPL-2.0 +LicenseUrl: https://github.com/pbek/QOwnNotes/blob/HEAD/LICENSE +ShortDescription: QOwnNotes is the open source notepad with markdown support and todo list manager +Tags: +- markdown +- notes +- notetaking +- qownnotes +- todo +ReleaseNotes: |- + 26.6.5 + - Added editor and Markdown preview syntax highlighting for fenced code blocks + tagged as console or shell-session (for #3094) + - Added an optional editor setting to ensure that the note text ends with an + empty last line when a note is stored (for #3255) + - Added more French, Korean, Spanish translation (thank you, jd-develop, VenusGirl, + AlejandroMoc, AnSpanishTranslator) + Released files + - QOwnNotes-x86_64.AppImage: Portable Linux AppImage build with Qt 6 + - QOwnNotes-x86_64.AppImage.sha256sum: SHA-256 checksum for the AppImage + - QOwnNotes-amd64.snap: Linux Snap build with Qt 6 + - QOwnNotes-amd64.snap.sha256sum: SHA-256 checksum for the Qt 6 Snap package + - QOwnNotes-Qt5-amd64.snap: Linux Snap build with Qt 5 for older environments + - QOwnNotes-Qt5-amd64.snap.sha256sum: SHA-256 checksum for the Qt 5 Snap package + - QOwnNotes.zip: Windows ZIP package built with Qt 6 + - QOwnNotes.zip.sha256: SHA-256 checksum for the Qt 6 Windows ZIP package + - QOwnNotes.zip.sha256sum: Alternative SHA-256 checksum file for the Qt 6 Windows ZIP package + - QOwnNotes.dmg: macOS disk image built with Qt 6 + - QOwnNotesQt5.dmg: macOS disk image built with Qt 5 for older systems +ReleaseNotesUrl: https://github.com/pbek/QOwnNotes/releases/tag/v26.6.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.yaml b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.yaml new file mode 100644 index 000000000000..9cd48ab1628b --- /dev/null +++ b/manifests/p/pbek/QOwnNotes/26.6.5/pbek.QOwnNotes.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: pbek.QOwnNotes +PackageVersion: 26.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.installer.yaml b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.installer.yaml new file mode 100644 index 000000000000..f11b4bad0c3d --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.19 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +ProductCode: NekoBox +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- ProductCode: NekoBox + DisplayName: NekoBox + Publisher: qr243vbi +InstallModes: + - silentWithProgress + - silent +InstallerSwitches: + Silent: "/S /NOSCRIPT=1 /WINGET=1" + SilentWithProgress: "/S /NOSCRIPT=1 /WINGET=1" +InstallationMetadata: + DefaultInstallLocation: '%AppData%\NekoBox' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.19/nekobox-5.11.19-windows64-installer.exe + InstallerSha256: 7302DA2CF4DA5EF28E0D8640C2BD3D54BC57FF6D929FC82350130FFDD3F68578 +- Architecture: arm64 + InstallerUrl: https://github.com/qr243vbi/nekobox/releases/download/5.11.19/nekobox-5.11.19-windows-arm64-installer.exe + InstallerSha256: 0727586D3D18B41056D5797CFC1F35287A0270BA1F46C05134DD728D5DE53224 +ManifestType: installer +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.locale.en-US.yaml b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.locale.en-US.yaml new file mode 100644 index 000000000000..1cd6dc0ed97a --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.19 +PackageLocale: en-US +Publisher: qr243vbi +PublisherUrl: https://github.com/qr243vbi +PublisherSupportUrl: https://github.com/qr243vbi/nekobox/issues +PackageName: NekoBox +PackageUrl: https://github.com/qr243vbi/nekobox +License: GPL-3.0 +LicenseUrl: https://github.com/qr243vbi/nekobox/blob/HEAD/LICENSE +ShortDescription: Cross-platform GUI proxy utility (Empowered by sing-box) +Tags: +- sing-box +- v2ray +- VLESS +- Vmess +- ShadowSocks +- Tor +- Mieru +- Trojan +- Hysteria +- Wireguard +- NyameBox +- TUIC +- SSH +- VPN +- ShadowTLS +- AnyTLS +ManifestType: defaultLocale +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.yaml b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.yaml new file mode 100644 index 000000000000..89362d4264f8 --- /dev/null +++ b/manifests/q/qr243vbi/NekoBox/5.11.19/qr243vbi.NekoBox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: qr243vbi.NekoBox +PackageVersion: 5.11.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 \ No newline at end of file diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml index 2f1aefd81e04..033ee28ac575 100644 --- a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.installer.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.16.0 +# Automatically updated by the winget bot at 2026/Jun/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Raicuparta.RaiPal @@ -12,6 +12,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://github.com/Raicuparta/rai-pal/releases/download/v0.19.2/RaiPal.exe - InstallerSha256: 781791D57BA6351C97A3D4B92414651937504D1C65D12A06BBCB0D0236A21AE7 + InstallerSha256: 2E4E0BFB03C01DC64C7BDB5D69A3FC0CBF98FBF3FCD990F4F90D5F87B6880E89 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml index 04a647933e07..45a965340ea1 100644 --- a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.16.0 +# Automatically updated by the winget bot at 2026/Jun/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Raicuparta.RaiPal diff --git a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml index a0e6546ab0e5..a9006e63a479 100644 --- a/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml +++ b/manifests/r/Raicuparta/RaiPal/0.19.2/Raicuparta.RaiPal.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.16.0 +# Automatically updated by the winget bot at 2026/Jun/05 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Raicuparta.RaiPal diff --git a/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.installer.yaml b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.installer.yaml new file mode 100644 index 000000000000..31e6653d2cf6 --- /dev/null +++ b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Remeha.ServiceTool +PackageVersion: 7.4.22.0 +InstallerLocale: en-US +InstallerType: wix +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.DotNet.AspNetCore.8 + MinimumVersion: 8.0.8 + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + MinimumVersion: 14.38.33130.0 +ProductCode: '{4DCF924E-217C-4CD9-92A5-19A73094A2F6}' +AppsAndFeaturesEntries: +- DisplayName: Recom (PCST) + Publisher: Remeha BV + DisplayVersion: 7.4.22.0 + ProductCode: '{4DCF924E-217C-4CD9-92A5-19A73094A2F6}' + UpgradeCode: '{4396CF63-B985-40F5-81FF-0646BEFC82E4}' +Installers: +- Architecture: x64 + InstallerUrl: https://pcstwinget.blob.core.windows.net/pc-servicetool-images/RecomAppWix_7_4_22_0.msi + InstallerSha256: 2D98299C9B29F826C984D4F0EF135456FF837D75B4025DE91499FBCFADA37246 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.locale.en-US.yaml b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.locale.en-US.yaml new file mode 100644 index 000000000000..8e74d1e0dc31 --- /dev/null +++ b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.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: Remeha.ServiceTool +PackageVersion: 7.4.22.0 +PackageLocale: en-US +Publisher: Remeha BV +PublisherUrl: https://www.remeha.nl/ +Author: Remeha BV +PackageName: Recom (PCST) +License: MIT License +ShortDescription: PC Servicetool allows for the inspection and management of Remeha boilers and heatpumps as well as long term monitoring of data. +Description: Recom is a software program developed by Remeha B.V. It offers the possibility to communicate directly to Remeha boilers/appliances. The software shows temperatures, fan speed and the status of on/off components like pump and gas-air unit in a clear overview. In Recom , all parameters of the safety unit of the boiler are shown in one overview. Of course you can save settings on a hard drive, so you can always reset to default settings or use a certain setting for multiple boilers in a project. +Moniker: recom +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.yaml b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.yaml new file mode 100644 index 000000000000..2d2d18126174 --- /dev/null +++ b/manifests/r/Remeha/ServiceTool/7.4.22.0/Remeha.ServiceTool.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: Remeha.ServiceTool +PackageVersion: 7.4.22.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.installer.yaml b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.installer.yaml new file mode 100644 index 000000000000..019f01f6d413 --- /dev/null +++ b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.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: RomTenma.Siki +PackageVersion: 0.42.3 +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://sikiapp.net/archives/0.42.3/SikiSetup-0.42.3.exe + InstallerSha256: 33D6EBF81B269BF17B5EC44064F8477E0E6B3B080EFB4067748014D112360716 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.locale.ja-JP.yaml b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.locale.ja-JP.yaml new file mode 100644 index 000000000000..4dcd65377d62 --- /dev/null +++ b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.locale.ja-JP.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RomTenma.Siki +PackageVersion: 0.42.3 +PackageLocale: ja-JP +Publisher: RomTenma +PackageName: Siki +License: Freeware +Copyright: Copyright © 2025 RomTenma +ShortDescription: 高機能な掲示板ビューア +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.yaml b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.yaml new file mode 100644 index 000000000000..42eb18891bec --- /dev/null +++ b/manifests/r/RomTenma/Siki/0.42.3/RomTenma.Siki.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: RomTenma.Siki +PackageVersion: 0.42.3 +DefaultLocale: ja-JP +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/restic/restic/0.19.0/restic.restic.installer.yaml b/manifests/r/restic/restic/0.19.0/restic.restic.installer.yaml new file mode 100644 index 000000000000..d457dc973e57 --- /dev/null +++ b/manifests/r/restic/restic/0.19.0/restic.restic.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: restic.restic +PackageVersion: 0.19.0 +InstallerType: zip +NestedInstallerType: portable +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- restic +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: restic_0.19.0_windows_386.exe + PortableCommandAlias: restic + InstallerUrl: https://github.com/restic/restic/releases/download/v0.19.0/restic_0.19.0_windows_386.zip + InstallerSha256: 5AB17C545FED2002E328BFB2816EFD01E64F9AD69FFAE38ADE014FC52AC6579D +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: restic_0.19.0_windows_amd64.exe + PortableCommandAlias: restic + InstallerUrl: https://github.com/restic/restic/releases/download/v0.19.0/restic_0.19.0_windows_amd64.zip + InstallerSha256: 6FA4219A70B1B5D1C429BB106A7F97F3D2A5AAB74494DB2E490B625EDC486D8F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/restic/restic/0.19.0/restic.restic.locale.en-US.yaml b/manifests/r/restic/restic/0.19.0/restic.restic.locale.en-US.yaml new file mode 100644 index 000000000000..ea3860fe9b0d --- /dev/null +++ b/manifests/r/restic/restic/0.19.0/restic.restic.locale.en-US.yaml @@ -0,0 +1,154 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: restic.restic +PackageVersion: 0.19.0 +PackageLocale: en-US +Publisher: restic +PublisherUrl: https://github.com/restic +PublisherSupportUrl: https://github.com/restic/restic/issues +Author: Alexander Neumann +PackageName: restic +PackageUrl: https://github.com/restic/restic +License: BSD-2-Clause +LicenseUrl: https://github.com/restic/restic/blob/HEAD/LICENSE +Copyright: Copyright (c) 2014, Alexander Neumann +CopyrightUrl: https://github.com/restic/restic/raw/master/LICENSE +ShortDescription: Fast, secure, efficient backup program +Description: |- + restic is a backup program that is fast, efficient and secure. It supports the three major operating + systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD). +Moniker: restic +Tags: +- backup +- dedupe +- deduplication +- go +- restic +- secure-by-default +ReleaseNotes: |- + Changelog for restic 0.19.0 (2026-06-09) + The following sections list the changes in restic 0.19.0 relevant to restic users. The changes are ordered by importance. + Summary + - Fix #2034: Support serving a restic mount of a Windows system via Samba + - Fix #4447: Use mode 0700 for repository directories created over SFTP + - Fix #4467: Exit with code 3 when some backup source paths do not exist + - Fix #4759: Error out when environment variables hold invalid values + - Fix #5233: Return exit code 3 when failing to remove snapshots + - Fix #5258: Exit with code 130 on SIGINT + - Fix #5280: Reject impossible find time bounds immediately + - Fix #5280: Make find --pack list blobs for tree packs + - Fix #5354: Allow rclone and sftp backends when running in background + - Fix #5427: Correctly restore ACL inheritance state on Windows + - Fix #5477: Password prompt was sometimes not shown for backup -v + - Fix #5487: Mark repository files read-only when using the SFTP backend + - Fix #5586: Correctly handle snapshots --group-by with --latest + - Fix #5595: Avoid spurious chmod errors on certain file backends + - Fix #5683: Prevent backup --stdin-from-command from hanging + - Fix #5757: Respect --user and --host in key passwd + - Fix #21820: Correct handling of duplicate index entries + - Fix #21820: Correctly handle pack files missing from the index + - Chg #5293: Prune small packfiles more aggressively + - Chg #5767: Prevent excluding paths explicitly passed to backup + - Chg #21791: Update dependencies and require Go 1.25 or newer + - Enh #3326: Limit check to snapshots selected by filters + - Enh #3572: Support restoring ownership by name on UNIX systems + - Enh #3738: Optional GitHub token for self-update API requests + - Enh #4278: Support include filters in the rewrite command + - Enh #4728: Support zstd compression levels fastest and better + - Enh #4868: Include repository ID in the filesystem name used by mount + - Enh #5175: Add status counters to copy in verbose text output + - Enh #5352: Support excluding cloud-backed files on macOS + - Enh #5383: Reduce progress bar refresh rates to decrease energy usage + - Enh #5424: Enable Windows filesystem privileges before file access + - Enh #5440: Make --host override environment variable RESTIC_HOST + - Enh #5448: Support configuring nice and ionice in the Docker image + - Enh #5453: Copy multiple snapshots in batches + - Enh #5523: Add Open Container Initiative labels to release Docker image + - Enh #5531: Reduce Azure storage costs by optimizing uploads + - Enh #5562: Rewrite only changed status lines each frame + - Enh #5588: Show timezone context in snapshots output + - Enh #5610: Reduce check, copy, diff and stats memory usage + - Enh #5689: Show more detailed progress for stats + - Enh #5713: Significantly speed up index loading + - Enh #5718: Stricter and earlier validation of the mount point + Details + - Bugfix #2034: Support serving a restic mount of a Windows system via Samba + A repository mounted using restic mount on a POSIX system could not use Samba to serve files from backups of Windows systems, while backups of non-Windows systems could be served successfully. This has now been fixed. + #2034 #4382 #21784 + - Bugfix #4447: Use mode 0700 for repository directories created over SFTP + When creating a repository over SFTP, restic created the repository directories with the SFTP server's default permissions, often 0755, rather than the 0700 permissions it uses for local repositories. + Restic now creates these directories with 0700 permissions. + #4447 #21817 + - Bugfix #4467: Exit with code 3 when some backup source paths do not exist + Restic used to exit with code 0 when a top-level backup source path was missing, and exited with code 3 only when a child path under an existing source did not exist. Scripts that relied on the exit code could therefore treat an incomplete backup as success. + Restic now exits with code 3 when any backup source path does not exist. + #4467 #5347 + - Bugfix #4759: Error out when environment variables hold invalid values + If the environment variables RESTIC_COMPRESSION, RESTIC_PACK_SIZE, or RESTIC_READ_CONCURRENCY could not be parsed, restic used to ignore them. Restic now fails with an error unless the same setting is overridden on the command line. + #4759 #5592 #5700 + - Bugfix #5233: Return exit code 3 when failing to remove snapshots + Previously, the forget command returned exit code 0 when it failed to remove one or more snapshots. This was misleading to scripts. + The forget command now instead returns exit code 3 when failing to remove one or more snapshots. + #5233 #5322 + - Bugfix #5258: Exit with code 130 on SIGINT + Restic used to return exit code 1 on SIGINT. It now returns 130, the usual convention for a process stopped by Ctrl-C. + #5258 #5363 + - Bugfix #5280: Reject impossible find time bounds immediately + The find command now fails with an error when both --oldest and --newest are set and --oldest is later than --newest. + #5280 #5310 + - Bugfix #5280: Make find --pack list blobs for tree packs + The find --pack command now also reports blobs for packs that only contain tree blobs. + #5280 #5664 + - Bugfix #5354: Allow rclone and sftp backends when running in background + Previously, starting restic in the background could result in unexpected behavior when using the rclone or sftp backends. For example, restic -r rclone:./example --insecure-no-password init & could cause the calling bash shell to exit unexpectedly. + This has now been fixed. + #5354 #5358 #5493 #5494 + - Bugfix #5427: Correctly restore ACL inheritance state on Windows + Since security descriptor backups were added in restic 0.17.0, Access Control Entry inheritance was not restored correctly on Windows; restored permissions were always marked as explicit (not inherited) even when they were inherited from a parent folder. + The inheritance flags are now correctly applied when restoring the security descriptor, preserving the original permission structure. + #5427 #5465 + - Bugfix #5477: Password prompt was sometimes not shown for backup -v + The repository password prompt could be hidden when running the backup -v command. This has now been fixed. + #5477 #5554 + - Bugfix #5487: Mark repository files read-only when using the SFTP backend + Files created through the SFTP backend previously stayed writable. New files now get read-only permissions where the server supports chmod. + #5487 #5497 + - Bugfix #5586: Correctly handle snapshots --group-by with --latest + For the snapshots command, --latest did not interact correctly with a non-default --group-by value. This combination now behaves as intended. + #5586 #5601 + - Bugfix #5595: Avoid spurious chmod errors on certain file backends + On filesystems that do not support chmod (for example CIFS or FUSE-mounted WebDAV), restic since version 0.18.0 failed to remove stale locks, throwing the error chmod ...: operation not supported. This has now been fixed. + #5595 #5596 + - Bugfix #5683: Prevent backup --stdin-from-command from hanging + When using --stdin-from-command, the backup command could hang until manually cancelled if the backup stopped before all subprocess output was consumed, for example after a failed upload to the repository. This has now been fixed. + #5683 #21829 + - Bugfix #5757: Respect --user and --host in key passwd + The key passwd command previously ignored the --user and --host options and always stored the new key with the current user and host name. These options are now honored. + #5757 #21781 + - Bugfix #21820: Correct handling of duplicate index entries + Before restic 0.10.0, a bug could, in very rare cases, split information about a pack file across multiple index files. + Since restic 0.17.0, any operation that rewrites the index (like prune or repair packs) could lose part of that information, resulting in errors in later check or prune runs. This can be fixed by running repair packs, and only repositories using repository format version 1 might be affected. + Split pack index entries are no longer lost during index rewrites. The check command now reports these cases as errors that can be fixed using the repair packs command. On older restic versions, running repair index twice also fixes the problem. + #21820 #21828 + - Bugfix #21820: Correctly handle pack files missing from the index + The repair packs command was unable to salvage blobs from a pack file if the pack file was not contained in the index or the index entry was incomplete. + The command now uses information from both the index and the pack file header. + #21820 #21827 + - Change #5293: Prune small packfiles more aggressively + The prune command now repacks more small packfiles by default. The option --repack-small is no longer needed and has been marked as deprecated. The --repack-smaller-than option can still be used to further control repacking of small pack files. + #5293 #21803 + - Change #5767: Prevent excluding paths explicitly passed to backup + When e.g. restic backup --exclude-if-present .git /home/user/data was run and /home/user/.git existed, restic excluded the data directory from the snapshot. The same applied to --exclude-caches or --one-file-system. + Similarly, restic backup --exclude-larger-than 1M large-file.bin produced an empty snapshot when the file was larger than one megabyte. + The backup command now tracks which files and directories were specified on the command line and does not apply excludes to those paths. Content inside a backed-up directory is still filtered by excludes as before. + #5767 #21797 + - Change #21791: Update dependencies and require Go 1.25 or newer + Dependencies have been updated. Building restic now requires Go 1.25 or newer. The Windows build with Go 1.26 was also fixed. + #21791 #5619 #21796 + - Enhancement #3326: Limit check to snapshots selected by filters + The check command can now restrict pack verification to snapshots chosen with the usual snapshot filters (--tag, --host, --path, or explicit snapshot IDs on the command line). + #3326 #5469 #5644 +ReleaseNotesUrl: https://github.com/restic/restic/releases/tag/v0.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/restic/restic/0.19.0/restic.restic.yaml b/manifests/r/restic/restic/0.19.0/restic.restic.yaml new file mode 100644 index 000000000000..6f3a36d98f6f --- /dev/null +++ b/manifests/r/restic/restic/0.19.0/restic.restic.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: restic.restic +PackageVersion: 0.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.installer.yaml b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.installer.yaml new file mode 100644 index 000000000000..86a4b29a537e --- /dev/null +++ b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SaaSGroup.Tower +PackageVersion: 12.2.562 +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2026-06-08 +Installers: +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://www.git-tower.com/apps/tower3-win/562-2f47fd7a/Tower-12.2.562.exe + InstallerSha256: 96D1C39080FFAF10FEA7B6324D4175C68B65E9EEC98FB5A3E223E0A4AEC2A27D + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + ProductCode: Tower +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://www.git-tower.com/apps/tower3-win/562-2f47fd7a/Tower-12.2.562.msi + InstallerSha256: 3642D08D018D59C1BBF5B43C1C02C975F599C26FCD76ADB739CC33826EDBB673 + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{2A073696-488D-4838-B756-A839500E0BD5}' + AppsAndFeaturesEntries: + - DisplayName: Tower Deployment Tool + ProductCode: '{2A073696-488D-4838-B756-A839500E0BD5}' + UpgradeCode: '{3B1FBA9F-260D-5585-9DF1-C642CA263F35}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.locale.en-US.yaml b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.locale.en-US.yaml new file mode 100644 index 000000000000..5f2a80b9a8c5 --- /dev/null +++ b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SaaSGroup.Tower +PackageVersion: 12.2.562 +PackageLocale: en-US +Publisher: SaaS.Group +PublisherUrl: https://www.git-tower.com/ +PublisherSupportUrl: https://www.git-tower.com/support +PrivacyUrl: https://www.git-tower.com/legal/privacy-policy +Author: SaaS.group GmbH +PackageName: Tower +PackageUrl: https://www.git-tower.com/ +License: Proprietary +LicenseUrl: https://www.git-tower.com/legal/eula +Copyright: Copyright © 2013-2026 saas.group All rights reserved +CopyrightUrl: https://www.git-tower.com/legal/eula +ShortDescription: The most powerful Git client +Tags: +- git +ReleaseNotes: |- + Improved + Workflow Icon: Improved handling of the top bar workflow icon for Custom Workflows, Git Flow, and Graphite, so the correct workflow state is shown consistently. Git Flow: The workflow button now uses Git Flow-specific icons, including a warning state when Git Flow Next is missing base branches. Stacked Branches: Improved the invalid stack banner with clearer warning styling and a Reset Tracking repair action. Auto-Stash: The Stash Changes action is now the default button in the auto-stash dialog. + Fixed + Stacked Branches: Fixed an issue where the restack banner could remain visible after restacking. Stacked Branches: Fixed diverged stack detection and branch fallback when the selected branch is deleted outside Tower. Branch Dialogs: Branch selection fields now behave as pickers instead of editable text fields, while still supporting type-to-jump. Bookmarks: Fixed crashes that could occur when selecting, opening, deleting, or relocating invalid bookmarks. Bookmarks: Relocating bookmarks from the context menu or via drag and drop now correctly updates the repository path and related Git state. History: Loading more commits now preserves scroll position and keeps graph lines accurate. Sidebar: The branch sidebar now preserves selection and collapsed state when Tower regains focus. Sidebar: Branch context menu actions now work consistently regardless of branch selection order. Sidebar: Fixed multi-branch deletion when the current branch is included in the selection. Auto-Stash: Fixed a crash that could occur when editing the last commit message after re-applying stashed changes. Changesets: User-collapsed diffs now stay collapsed when Tower regains focus. Custom Workflows: The Finish Topic Branch dialog no longer gets stuck when the selected branch has no parent. Custom Workflows: Finish Topic Branch validation now correctly prevents finishing stacked topic branches. Custom Workflows: Topic branch start and finish actions now handle linked worktrees consistently. Licensing: Tower now recovers gracefully from invalid or unreadable license state at startup. Licensing: Fixed a rare issue where valid product or trial licenses could be incorrectly reported as expired. Licensing: Registration dialogs now correctly validate required input before enabling actions. Licensing: Improved handling of multiple license files. Working Copy: Discard Local Changes now correctly handles mixed selections by discarding tracked changes while leaving untracked files untouched. Graphite: Fixed branch context menu items that displayed action class names instead of branch names. +ReleaseNotesUrl: https://www.git-tower.com/release-notes +PurchaseUrl: https://www.git-tower.com/pricing +Documentations: +- DocumentLabel: Help + DocumentUrl: https://www.git-tower.com/help +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.locale.zh-CN.yaml b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.locale.zh-CN.yaml new file mode 100644 index 000000000000..9226af705102 --- /dev/null +++ b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.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: SaaSGroup.Tower +PackageVersion: 12.2.562 +PackageLocale: zh-CN +Publisher: SaaS.Group +PublisherUrl: https://www.git-tower.com/ +PublisherSupportUrl: https://www.git-tower.com/support +PrivacyUrl: https://www.git-tower.com/legal/privacy-policy +Author: SaaS.group GmbH +PackageName: Tower +PackageUrl: https://www.git-tower.com/ +License: 专有软件 +LicenseUrl: https://www.git-tower.com/legal/eula +Copyright: Copyright © 2013-2026 saas.group All rights reserved +CopyrightUrl: https://www.git-tower.com/legal/eula +ShortDescription: 最强大的 Git 客户端 +Tags: +- git +ReleaseNotesUrl: https://www.git-tower.com/release-notes +PurchaseUrl: https://www.git-tower.com/pricing +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://www.git-tower.com/help +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.yaml b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.yaml new file mode 100644 index 000000000000..204c39d29d3e --- /dev/null +++ b/manifests/s/SaaSGroup/Tower/12.2.562/SaaSGroup.Tower.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SaaSGroup.Tower +PackageVersion: 12.2.562 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.installer.yaml b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.installer.yaml new file mode 100644 index 000000000000..75d9a01120f8 --- /dev/null +++ b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.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: SimonG4ELI.SDR-Television +PackageVersion: '1.1' +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + - PackageIdentifier: SimonG4ELI.SDR-Radio.Beta +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\SDR-Radio.com (V3)' +Installers: +- Architecture: x64 + InstallerUrl: https://www.dropbox.com/scl/fi/n6duovfqwq3n3kkpw2o2k/SDR-Television-v1.1-64-bit-2026-05-18_1743.exe?rlkey=qlhqnz3wphrizwdnr723fwq8k&dl=1 + InstallerSha256: B73A0D652D93CD7C6420F64664D45FE1596FDAFC2B788EF3AC44EF97C962C5F2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.locale.en-US.yaml b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.locale.en-US.yaml new file mode 100644 index 000000000000..a4bdd22fa722 --- /dev/null +++ b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.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: SimonG4ELI.SDR-Television +PackageVersion: '1.1' +PackageLocale: en-US +Publisher: SDR-Radio.com Ltd. +PublisherUrl: https://www.dit-dit-dit.com/ +PublisherSupportUrl: https://www.sdr-radio.com/support +Author: Simon Brown (G4ELI) +PackageName: SDR Television v1.0 +PackageUrl: https://www.sdr-radio.com/sdr-television-v1-release +License: Proprietary +LicenseUrl: https://www.sdr-radio.com/legal +Copyright: Copyright (c) 2025 by Simon Brown, SDR-Radio.com +ShortDescription: Windows solution for DATV on QO-100. +Moniker: sdr-television +Tags: +- sdr +- software-defined-radio +- television +- tv +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.yaml b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.yaml new file mode 100644 index 000000000000..f5a89ce75a93 --- /dev/null +++ b/manifests/s/SimonG4ELI/SDR-Television/1.1/SimonG4ELI.SDR-Television.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: SimonG4ELI.SDR-Television +PackageVersion: '1.1' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.installer.yaml similarity index 63% rename from manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.installer.yaml index cb69e91d1947..1910b5d860b9 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1780994079-g1b9b4c +PackageVersion: 0.0.1781034998-g7dd2da InstallerType: portable Commands: - amp @@ -11,7 +11,7 @@ Dependencies: - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1780994079-g1b9b4c/amp-windows-x64-baseline.exe - InstallerSha256: F5FCB21F6E651D2B5D6A76FB73D5047DB90E4129C36F0FF79E6DC0DFBF2F3404 + InstallerUrl: https://static.ampcode.com/cli/0.0.1781034998-g7dd2da/amp-windows-x64-baseline.exe + InstallerSha256: F60F7947190EA2B7C59A9A768A730CC4BDE24027BD0941B57F5F2D152A578570 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.en-US.yaml index 33b65cdcaf61..a2ef1464397c 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1780994079-g1b9b4c +PackageVersion: 0.0.1781034998-g7dd2da PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.zh-CN.yaml index 86077c7dbaf2..e3a14a78eea2 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1780994079-g1b9b4c +PackageVersion: 0.0.1781034998-g7dd2da PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.yaml index 362e785d5cd5..b2d302d46e7e 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1780994079-g1b9b4c/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1781034998-g7dd2da/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1780994079-g1b9b4c +PackageVersion: 0.0.1781034998-g7dd2da DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.installer.yaml b/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.installer.yaml new file mode 100644 index 000000000000..3c43d2912be8 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.774.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.774.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.774.0/speakeasy_windows_386.zip + InstallerSha256: 866a72d06abe72bb54fa8e0d3d1a7aba666aec21cceafd985dd282c1f3064a6b + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.774.0/speakeasy_windows_arm64.zip + InstallerSha256: ee93d9c9e58321c01ba298225789ced8619c47452462e8c8560c8940915a2b51 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: speakeasy.exe + PortableCommandAlias: speakeasy + InstallerUrl: https://github.com/speakeasy-api/speakeasy/releases/download/v1.774.0/speakeasy_windows_amd64.zip + InstallerSha256: 06815eeafa686af2d005de3c7056f8ef016e195152dd44cf6d908311e8bdc135 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.locale.en-US.yaml b/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.locale.en-US.yaml new file mode 100644 index 000000000000..9da4ed61e3e2 --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.774.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.774.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.774.0 +ReleaseNotesUrl: https://github.com/speakeasy-api/speakeasy/releases/tag/v1.774.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.yaml b/manifests/s/Speakeasy/speakeasy/1.774.0/Speakeasy.speakeasy.yaml new file mode 100644 index 000000000000..7b42f299b00b --- /dev/null +++ b/manifests/s/Speakeasy/speakeasy/1.774.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.774.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.installer.yaml b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.installer.yaml new file mode 100644 index 000000000000..9313c24d64a3 --- /dev/null +++ b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.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: Splunk.ACS +PackageVersion: 2.23.0 +Commands: +- acs +ReleaseDate: 2026-06-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/splunk/acs-cli/releases/download/v2.23.0/acs_v2.23.0_windows_amd64_installer.exe + InstallerSha256: 9AFC6102C9F37160B5023029EE53A746F39A22B436E17C5037425D14D1E1EE43 + ProductCode: ACS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\ACS' +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: acs.exe + InstallerUrl: https://github.com/splunk/acs-cli/releases/download/v2.23.0/acs_v2.23.0_windows_amd64.zip + InstallerSha256: 5F36A4DB029531189B7560BE5D47AB06B6996732EBD1BEFFA638255D19927DAF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.locale.en-US.yaml b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.locale.en-US.yaml new file mode 100644 index 000000000000..7a86b401ca3d --- /dev/null +++ b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.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: Splunk.ACS +PackageVersion: 2.23.0 +PackageLocale: en-US +Publisher: Splunk +PublisherUrl: https://www.splunk.com/ +PublisherSupportUrl: https://github.com/splunk/acs-cli/issues +Author: Splunk LLC +PackageName: ACS +License: Freeware +LicenseUrl: https://www.splunk.com/en_us/legal/splunk-general-terms.html +Copyright: © 2005 - 2026 Splunk LLC All rights reserved. +ShortDescription: Admin Config Service CLI for managing splunk cloud stacks. +Description: |- + Admin Config Service CLI for managing splunk cloud stacks. + The Admin Config Service (ACS) provides a command line interface (CLI) that lets you perform many Splunk Cloud Platform configuration and management tasks in a self-service manner. You can use the CLI to run corresponding ACS API operations from the command line, without having to know specific API endpoint details. +Moniker: acs-cli +Tags: +- acs +- splunk +ReleaseNotes: |- + - Added Azure as a supported cloud provider for Dynamic Data Self Storage (DDSS). + - Added Azure as a supported cloud provider for Dynamic Data: Active Archive (DDAA). + - Added acs indexes self-storage-locations get-azure-consent-url subcommand. + - Added acs indexes self-storage-locations get-azure-service-principal subcommand. + - Added --tenant-id and --storage-account-resource-id flags to acs indexes self-storage-locations create for Azure self-storage location creation. +ReleaseNotesUrl: https://github.com/splunk/acs-cli/releases/tag/v2.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.locale.zh-CN.yaml b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.locale.zh-CN.yaml new file mode 100644 index 000000000000..a0fa418c9444 --- /dev/null +++ b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Splunk.ACS +PackageVersion: 2.23.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 用于管理 Splunk 云平台的 Admin Config Service 命令行工具。 +Description: |- + 用于管理 Splunk 云平台的 Admin Config Service 命令行工具。 + Admin Config Service (ACS) 提供的命令行界面 (CLI) 可让您以自助方式执行多种 Splunk 云平台配置与管理任务。通过该 CLI 工具,您无需了解具体 API 端点细节,即可在命令行中运行对应的 ACS API 操作。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.yaml b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.yaml similarity index 70% rename from manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.yaml rename to manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.yaml index 86f97bcfcd90..73601e1ac3ca 100644 --- a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.yaml +++ b/manifests/s/Splunk/ACS/2.23.0/Splunk.ACS.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.1 -DefaultLocale: zh-CN +PackageIdentifier: Splunk.ACS +PackageVersion: 2.23.0 +DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.installer.yaml b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.installer.yaml new file mode 100644 index 000000000000..54664d71ba0b --- /dev/null +++ b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.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: Stephanvs.hypr +PackageVersion: 0.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: hypr-windows-x64/hypr.exe + PortableCommandAlias: hypr.exe +InstallModes: +- silent +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-04-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Stephanvs/hypr/releases/download/v0.3.1/hypr-windows-x64.zip + InstallerSha256: 3FEFDFB5D804F18B00392085C863809933A4B01834513C1355DB065905B92A0E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.locale.en-US.yaml b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.locale.en-US.yaml new file mode 100644 index 000000000000..f3b2823f6bfd --- /dev/null +++ b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.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: Stephanvs.hypr +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: Stephanvs +PublisherUrl: https://github.com/Stephanvs +PublisherSupportUrl: https://github.com/Stephanvs/hypr/issues +Author: Stephan van Stekelenburg +PackageName: hypr +PackageUrl: https://github.com/Stephanvs/hypr +License: Proprietary +ShortDescription: Hypr is a small tool to simplify git worktrees +Description: > + hypr is a modern, highly customizable CLI tool that supercharges your git worktree workflow. It + makes creating, switching, and managing worktrees effortless, with first-class terminal + integration and powerful automation hooks. +Moniker: hypr +Tags: +- cli +- git +- terminal +- tui +- worktree +ReleaseNotes: |- + Changes + - No changes +ReleaseNotesUrl: https://github.com/Stephanvs/hypr/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.yaml b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.yaml new file mode 100644 index 000000000000..38cb04cf6ae8 --- /dev/null +++ b/manifests/s/Stephanvs/hypr/0.3.1/Stephanvs.hypr.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: Stephanvs.hypr +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.installer.yaml b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.installer.yaml new file mode 100644 index 000000000000..e703a9407b3a --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.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: Stripe.StripeCli +PackageVersion: 1.42.8 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-06-09" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.42.8/stripe_1.42.8_windows_i386.zip + InstallerSha256: 3a06ab19d73739641e738e584fcb491d555be82179c1b8fcb1d91c44ae5087e6 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: stripe.exe + PortableCommandAlias: stripe + InstallerUrl: https://github.com/stripe/stripe-cli/releases/download/v1.42.8/stripe_1.42.8_windows_x86_64.zip + InstallerSha256: c8c8fa49f4de266882e19c40881eb41b4aa6db25939536542da66550375086c2 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.locale.en-US.yaml b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.locale.en-US.yaml new file mode 100644 index 000000000000..5dd7618c3a28 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.locale.en-US.yaml @@ -0,0 +1,14 @@ +# 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: Stripe.StripeCli +PackageVersion: 1.42.8 +PackageLocale: en-US +Publisher: Stripe, Inc. +PublisherUrl: https://stripe.com +PackageName: stripe +PackageUrl: https://stripe.com +License: Apache-2.0 +ShortDescription: Stripe CLI utility +Moniker: stripe +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.yaml b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.yaml new file mode 100644 index 000000000000..c6a18e1495a8 --- /dev/null +++ b/manifests/s/Stripe/StripeCli/1.42.8/Stripe.StripeCli.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: Stripe.StripeCli +PackageVersion: 1.42.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.installer.yaml b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.installer.yaml new file mode 100644 index 000000000000..02d3f30773b9 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: T3Tools.T3Code +PackageVersion: 0.0.26 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayName: T3 Code (Alpha) 0.0.26 + ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pingdotgg/t3code/releases/download/v0.0.26/T3-Code-0.0.26-x64.exe + InstallerSha256: C4DFF391DC6D37E0F4F1E82BB01800A8F713B82607A08C3C0A13F2DF79EBFCDD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.locale.en-US.yaml b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.locale.en-US.yaml new file mode 100644 index 000000000000..be604b1b9eb7 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: T3Tools.T3Code +PackageVersion: 0.0.26 +PackageLocale: en-US +Publisher: T3 Tools +PublisherUrl: https://t3.tools/ +PublisherSupportUrl: https://github.com/pingdotgg/t3code/issues +Author: T3 Tools Inc +PackageName: T3 Code +PackageUrl: https://t3.codes/ +License: MIT +LicenseUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +Copyright: Copyright © 2026 T3 Tools +CopyrightUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +ShortDescription: T3 Code is a minimal web GUI for coding agents. +Moniker: t3-code +ReleaseNotes: |- + What's Changed + - Prevent settings layout shifts with scrollbar gutters by @juliusmarminge in #2960 + - [codex] fix release finalize install by @juliusmarminge in #2961 + - fix(source-control): handle self-hosted GitLab, multi-account GitHub auth & azure devops web url by @GuilhermeVieiraDev in #2480 + - [codex] Avoid shell for Node executable spawns by @juliusmarminge in #2952 + - [codex] Avoid shell for Windows environment probe by @juliusmarminge in #2951 + - fix(composer): support spaces in file mentions by @GuilhermeVieiraDev in #2625 + - [codex] Avoid shell for system executables by @juliusmarminge in #2950 + - feat(relay): Add managed relay tunnels and APN service by @juliusmarminge in #2837 + - Restructure documentation into topical folders by @juliusmarminge in #2963 + - Migrate tests to vite-plus test APIs by @juliusmarminge in #2964 + - Use pnpm for server publish workflow by @juliusmarminge in #2966 + - Rename function for publishing arguments to vp pm by @juliusmarminge in #2967 + - Refactor recoverable Effect fallbacks to orElseSucceed by @juliusmarminge in #2968 + - fix(cloud): use Electron fetch for proxying Clerk IPC requests by @juliusmarminge in #2973 + - fix: handle Claude Agent SDK 0.3.x system messages to stop runtime-warning flood by @imabdulazeez in #2872 + - "claude system message" instead of "runtime warning" when using 4.8 from claude code by @Aprillion in #2972 + - fix(desktop): stop looping macOS TCC permission prompts by @D3OXY in #2745 + - Annotate relay error spans with schema fields by @juliusmarminge in #2976 + - [codex] Enrich relay authorization diagnostics by @juliusmarminge in #2977 + - [codex] Extract infrastructure, telemetry, and test tooling by @juliusmarminge in #2994 + - feat(grok): add Grok CLI provider via ACP by @Jaaneek in #2809 + - [codex] Fix main CI Effect test runtimes by @juliusmarminge in #3008 + - Add Claude Fable 5 model by @juliusmarminge in #3009 + + New Contributors + - @Aprillion made their first contribution in #2972 + - @Jaaneek made their first contribution in #2809 +ReleaseNotesUrl: https://github.com/pingdotgg/t3code/releases/tag/v0.0.26 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.yaml b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.yaml new file mode 100644 index 000000000000..022247c1e377 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.26/T3Tools.T3Code.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: T3Tools.T3Code +PackageVersion: 0.0.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.installer.yaml b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.installer.yaml new file mode 100644 index 000000000000..c86d6942b1e3 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: T3Tools.T3Code +PackageVersion: 0.0.27 +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +ReleaseDate: 2026-06-09 +AppsAndFeaturesEntries: +- DisplayName: T3 Code (Alpha) 0.0.27 + ProductCode: e9197887-efb3-55e0-985e-d6d3b5dd594a +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pingdotgg/t3code/releases/download/v0.0.27/T3-Code-0.0.27-x64.exe + InstallerSha256: E1309C3485B3247C33E668AE65ECDCEC4A9E585BBDCF6DFBF1DDBF2A7FAEF792 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.locale.en-US.yaml b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.locale.en-US.yaml new file mode 100644 index 000000000000..da3655e95829 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: T3Tools.T3Code +PackageVersion: 0.0.27 +PackageLocale: en-US +Publisher: T3 Tools +PublisherUrl: https://t3.tools/ +PublisherSupportUrl: https://github.com/pingdotgg/t3code/issues +Author: T3 Tools Inc +PackageName: T3 Code +PackageUrl: https://t3.codes/ +License: MIT +LicenseUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +Copyright: Copyright © 2026 T3 Tools +CopyrightUrl: https://github.com/pingdotgg/t3code/blob/HEAD/LICENSE +ShortDescription: T3 Code is a minimal web GUI for coding agents. +Moniker: t3-code +ReleaseNotes: |- + What's Changed + - [codex] Rebrand T3 Cloud as T3 Connect by @juliusmarminge in #3011 + - Fix Clerk browser test mock by @juliusmarminge in #3013 +ReleaseNotesUrl: https://github.com/pingdotgg/t3code/releases/tag/v0.0.27 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.yaml b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.yaml new file mode 100644 index 000000000000..41d5ffd34e90 --- /dev/null +++ b/manifests/t/T3Tools/T3Code/0.0.27/T3Tools.T3Code.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: T3Tools.T3Code +PackageVersion: 0.0.27 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.installer.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.installer.yaml new file mode 100644 index 000000000000..71289afd10b1 --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.installer.yaml @@ -0,0 +1,55 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Protocols: +- tg +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tsetup-x64.6.9.0.exe + InstallerSha256: D85B476BFDE3F184868B422162A61F659CCA8D08CF78396EFABD4ABFB9198AD7 + UpgradeBehavior: install +- Architecture: x86 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tsetup.6.9.0.exe + InstallerSha256: 2C71D354A2092B5D482CC3DC263D89E6A4611F9BB31F2023A3A092CEEBF9B864 + UpgradeBehavior: install +- Architecture: arm64 + InstallerType: inno + Scope: user + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tsetup-arm64.6.9.0.exe + InstallerSha256: FFE33BD50E8F1842FDAAB1F0F8C06B90BFF75575824AB48DF5AFEC871EB054B2 + UpgradeBehavior: install +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tportable-x64.6.9.0.zip + InstallerSha256: 72D2884036F0979ACD6378357C61A4B39217E95C49DE6A42FEADBA055DCA680B +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tportable.6.9.0.zip + InstallerSha256: BF89023767035C1941A8C0BD0825AAFB3F379EB7A5FDCCCC630C0F699FF20B56 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Telegram\Telegram.exe + PortableCommandAlias: Telegram.exe + InstallerUrl: https://github.com/telegramdesktop/tdesktop/releases/download/v6.9.0/tportable-arm64.6.9.0.zip + InstallerSha256: B535A54658B5A7388984C371E8141F79FA444BAD729BF5A9FEF99FE716482E06 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.locale.en-US.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.locale.en-US.yaml new file mode 100644 index 000000000000..556100e804ac --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.0 +PackageLocale: en-US +Publisher: Telegram FZ-LLC +PublisherUrl: https://telegram.org/ +PublisherSupportUrl: https://telegram.org/support +PrivacyUrl: https://telegram.org/privacy +Author: Telegram FZ-LLC +PackageName: Telegram Desktop +PackageUrl: https://desktop.telegram.org/ +License: GPL-3.0-only +LicenseUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LICENSE +Copyright: Copyright (c) 2014-2024 The Telegram Desktop Authors. +CopyrightUrl: https://raw.githubusercontent.com/telegramdesktop/tdesktop/master/LEGAL +ShortDescription: Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. +Moniker: telegram +Tags: +- chat +- messaging +- messenger +ReleaseNotes: |- + - Rich Text Formatting for Bots. + - Guardian Bots for Group Chats. + - Links in Poll Options. + - Viewer for Markdown files in .md format. + - Instant View that's really instant. +ReleaseNotesUrl: https://github.com/telegramdesktop/tdesktop/releases/tag/v6.9.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/telegramdesktop/tdesktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.yaml b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.yaml new file mode 100644 index 000000000000..1aa892ab647f --- /dev/null +++ b/manifests/t/Telegram/TelegramDesktop/6.9.0/Telegram.TelegramDesktop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Telegram.TelegramDesktop +PackageVersion: 6.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.installer.yaml similarity index 92% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.installer.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.installer.yaml index f2e36a601fd8..a8d1fdc45459 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.installer.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.1000 +PackageVersion: 4.1.10.31 InstallerType: nullsoft Scope: machine UpgradeBehavior: install diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.en-US.yaml similarity index 95% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.en-US.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.en-US.yaml index 8772458474e1..7a4682f4ad94 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.en-US.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.1000 +PackageVersion: 4.1.10.31 PackageLocale: en-US Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/en/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml similarity index 95% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml index fc5b2f8c6af1..9adc31683d6b 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.1000 +PackageVersion: 4.1.10.31 PackageLocale: zh-Hans-CN Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://weixin.qq.com/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans.yaml similarity index 94% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans.yaml index 36523f932612..abed1ab903cd 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.locale.zh-Hans.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.1000 +PackageVersion: 4.1.10.31 PackageLocale: zh-Hans Publisher: 腾讯科技(深圳)有限公司 PublisherUrl: https://www.wechat.com/zh_CN/ diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.yaml similarity index 87% rename from manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.yaml rename to manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.yaml index d7163bd9b9a2..fc7b657c56e8 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.10.1000/Tencent.WeChat.Universal.yaml +++ b/manifests/t/Tencent/WeChat/Universal/4.1.10.31/Tencent.WeChat.Universal.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.10.1000 +PackageVersion: 4.1.10.31 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.installer.yaml b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.installer.yaml new file mode 100644 index 000000000000..a9793d7bc636 --- /dev/null +++ b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.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: TravisLane.SteamArtManager +PackageVersion: 3.15.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Valve.Steam +ProductCode: '{56E57E3F-6D45-450F-8003-D3DE534F58EF}' +ReleaseDate: 2026-06-05 +AppsAndFeaturesEntries: +- ProductCode: '{56E57E3F-6D45-450F-8003-D3DE534F58EF}' + UpgradeCode: '{728C60C1-38C9-5878-A895-495AD8F0727F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Steam Art Manager' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Tormak9970/Steam-Art-Manager/releases/download/v3.15.0/steam-art-manager.msi + InstallerSha256: 020834AE03ED5D8A489F7B173839E3801E043265FDF3CFF2EBECC52E77CD443C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.locale.en-US.yaml b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.locale.en-US.yaml new file mode 100644 index 000000000000..335b9d2c01ca --- /dev/null +++ b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TravisLane.SteamArtManager +PackageVersion: 3.15.0 +PackageLocale: en-US +Publisher: tormak +PublisherUrl: https://github.com/Tormak9970 +PublisherSupportUrl: https://github.com/Tormak9970/Steam-Art-Manager/issues +Author: Travis Lane +PackageName: Steam Art Manager +PackageUrl: https://github.com/Tormak9970/Steam-Art-Manager +License: GPL-3.0 +LicenseUrl: https://github.com/Tormak9970/Steam-Art-Manager/blob/HEAD/LICENSE +Copyright: Copyright Travis Lane (Tormak) +CopyrightUrl: https://github.com/Tormak9970/Steam-Art-Manager/blob/main/README.md#licensing +ShortDescription: A tool for setting the artwork of your Steam library. +ReleaseNotes: |- + New Features + - added grid image sizing (cf3273f) + - added window size saving (4713bc9) + Bug Fixes + - filters will now save cross session as intended (026fcbe) +ReleaseNotesUrl: https://github.com/Tormak9970/Steam-Art-Manager/releases/tag/v3.15.0 +Documentations: +- DocumentUrl: https://github.com/Tormak9970/Steam-Art-Manager/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.yaml b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.yaml new file mode 100644 index 000000000000..aeb0d7063607 --- /dev/null +++ b/manifests/t/TravisLane/SteamArtManager/3.15.0/TravisLane.SteamArtManager.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: TravisLane.SteamArtManager +PackageVersion: 3.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.installer.yaml b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.installer.yaml new file mode 100644 index 000000000000..449c91544820 --- /dev/null +++ b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: the-sz.Lacey +PackageVersion: "3.18" +InstallerType: zip +Installers: +- Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Lacey.exe + PortableCommandAlias: Lacey.exe + InstallerUrl: https://the-sz.com/common/get.php?product=lacey&version=3.18 + InstallerSha256: d6d7c7447a81a794d1f350e03d76f6639798329dbaaaf4cba2ed1dcdd830168b +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.locale.en-US.yaml b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.locale.en-US.yaml new file mode 100644 index 000000000000..6d064cd86539 --- /dev/null +++ b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: the-sz.Lacey +PackageVersion: "3.18" +PackageLocale: en-US +Publisher: the sz development +PublisherUrl: https://the-sz.com/ +PrivacyUrl: https://the-sz.com/products/privacy.php +Author: the sz development +PackageName: Lacey +PackageUrl: https://the-sz.com/products/lacey/ +License: Proprietary +LicenseUrl: https://the-sz.com/products/license.php +Copyright: Copyright (c) the-sz.com +ShortDescription: Music & Video Downloader +Description: Download your favorite music from vkontakte.ru, YouTube and others. Just enter the song name and press 'Search'. +Moniker: lacey +ReleaseNotesUrl: https://the-sz.com/common/history.php?product=lacey +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.yaml b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.yaml new file mode 100644 index 000000000000..f007d203a6bf --- /dev/null +++ b/manifests/t/the-sz/Lacey/3.18/the-sz.Lacey.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: the-sz.Lacey +PackageVersion: "3.18" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 9fbf7aeea4a4..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.1 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-09-27 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_i686.msi - InstallerSha256: A75DAE607BBA0D7BCA14F9A0A509284B9B97A0CDEE8B673AFE9FE9BDBDD21D7C -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_x86_64.msi - InstallerSha256: 01EE7FFE9DE3C62F51DDC5890E802AEB3DFC0136320117FD40714FCDFD7E694C -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.1_windows_aarch64.msi - InstallerSha256: 4DA466EB4B9B2B8A266B3D99626EE3A81F96ECBC414FC9D83C2FC59000B73C6C -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 81f39a42f36f..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.1 -PackageLocale: en-US -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -Author: Shanghai Jiao Tong University Minecraft Club -# PackageName: -PackageUrl: https://mc.sjtu.cn/sjmcl/en -# License: -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -# Moniker: -# Tags: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 7f440f836395..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.1 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -# PrivacyUrl: -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -# CopyrightUrl: -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -# Moniker: -Tags: -- mc -- minecraft -- 我的世界 -# ReleaseNotes: -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.1 -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.yaml deleted file mode 100644 index ea874df249d1..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.1/UNIkeEN.SJMCL.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.5.0 $debug=NVS1.CRLF.7-5-3.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index b408bb0fc538..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.2 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-09-30 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.2_windows_i686.msi - InstallerSha256: 630CFB0BA236A0D3C38B97B72953731563FACEAEA40A7A6209D57023546CE935 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.2_windows_x86_64.msi - InstallerSha256: 310AD91AF31C5ECB967886D788229BF4F9C02C9E487D15E3EA6B751D2C1701FA -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.2_windows_aarch64.msi - InstallerSha256: F6CB376DC407EE8216AABE4F8F2CB2AF8E252B929FAEF7D04258C7CAE0A294C6 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 0725bedbb187..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.2 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 4b84e37ce4e9..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.2 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - This update provides important security updates. All users are strongly recommended to install it. - 本更新提供了重要的安全性更新,建议所有用户安装。 - - 🐛 Fix display issues in instance settings and resource list pages. #952 @1357310795 - - 🐛 Fix the issue where some third-party authentication sources could not log in with a password. #956 @Reqwey - - 🐛 Fix text display issue on the launch screen when character names are too long. #957 @UNIkeEN - - 🐛 Optimize account storage format to avoid potential security issues. #962 @Reqwey @hans362 - - 🐛 Fix display issue in the mod info dialog and improve information display in resource version list. #964 @SundayChen @UNIkeEN - - 🐛 Fix the issue where version lists of some resources from Modrinth could not be displayed properly. #968 @SundayChen - - 🐛 Disable "check mod updates" button when the local mod list is empty. #977 @SundayChen - - 💄 Refactor part of the codebase to improve style and maintainability. #935 #964 @baiyuansjtu @SundayChen - - Docs: - - Update additional terms of the open source license. #960 @ff98sha - - - 🐛 修复实例设置与资源列表界面的显示问题。#952 @1357310795 - - 🐛 修复部分第三方认证源无法使用密码登录的问题。#956 @Reqwey - - 🐛 修复角色名称过长时,启动界面的文本显示问题。#957 @UNIkeEN - - 🐛 优化账户存储格式,避免潜在的安全性问题。#962 @Reqwey @hans362 - - 🐛 修复模组信息对话框的显示问题,优化资源版本列表的信息显示。#964 @SundayChen @UNIkeEN - - 🐛 修复从 Modrinth 搜索部分资源时,目标资源的版本列表无法正常显示的问题。#968 @SundayChen - - 🐛 在本地模组列表为空时禁用检查模组更新按钮。#977 @SundayChen - - 💄 重构部分代码以提升代码风格与可维护性。#935 #964 @baiyuansjtu @SundayChen - - 文档: - - 更新开源协议的附加条款。#960 @ff98sha -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.2 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.yaml deleted file mode 100644 index b524084ff3b2..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.2/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.4.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index d861af1fc8b1..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.3 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-10-06 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_i686.msi - InstallerSha256: F2B4F22D420106906441F1D129D40F1A31A89D0F9C65657CA7033CF1816C18C6 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_x86_64.msi - InstallerSha256: 8158445FE8C1D371AA315E6D57F537D2ED6E1E1396693294E6D2B50705563C43 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_aarch64.msi - InstallerSha256: A7F8E19F38F2DD7B08BCC104EC5C83F696635E917423F0B6D537E7022643AA29 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 832315e4bbbd..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.3 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index ade0d1729222..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.3 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support automatic dimming of the launcher background image in dark mode. #983 @UNIkeEN - - 🌟 Optimize Java scanning logic on Windows, adding more search locations. #1021 #1029 @UNIkeEN @pynickle - - 🌟 Optimize Traditional Chinese Minecraft Wiki links. #1027 @pynickle - - 🐛 Fix issue where 'Quick Singleplayer' failed to work on 1.21.x game versions. #980 @pynickle - - 🐛 Fix long text display issues in the mod list, mod info modal, and launcher settings page. #984 #997 @1357310795 - - 🐛 Fix incorrect Minecraft Wiki links for some game versions. #994 @pynickle - - 🐛 Fix frontend parsing issue when instance names contain certain special characters. #1005 @pynickle - - 🐛 Fix text color issue in the mod update modal under dark mode. #1007 @pynickle - - 🐛 Fix issue where the server list on the details page did not refresh correctly after switching instances. #1012 @1357310795 - - 🐛 Fix information recognition issues for special mods in the mod info and mod update modals. #1016 @SundayChen - - 🐛 Fix issue where the automatic language setting to Simplified Chinese failed on early game versions. #1019 @pynickle - - 🐛 Fix white screen issue on early macOS versions. #1023 @1357310795 @hans362 - - 🐛 Fix incorrect MUA English website links in the Docs and Help pages. #1028 @pynickle - - 🐛 Fix potential failure of auto-update on Windows platform. #1038 @hans362 @1357310795 - - 🐛 Fix failure to download Forge and NeoForge libraries when using BMCLAPI. #1042 @xunying123 - - 🛠 Refactor the frontend instance data caching module for better stability. #1012 @1357310795 - - 🛠 Make downloading the Fabric API mod optional when installing Fabric. #1022 @Nova-Squ1 @UNIkeEN - - 🛠 Set game process priority earlier to apply it during the game startup phase. #1034 @pynickle - - Workflow: - - Distribute unsigned macOS builds with warnings instead of failing the whole action when signing fails. #1010 @Minecrafter-Pythoner - - - 🌟 在深色模式下支持自动调暗启动器壁纸。#983 @UNIkeEN - - 🌟 优化 Windows 平台的 Java 扫描逻辑,增加更多的扫描位置。#1021 #1029 @UNIkeEN @pynickle - - 🌟 优化繁体中文的 Minecraft Wiki 跳转链接。#1027 @pynickle - - 🐛 修复 1.21.x 版本游戏“快速进入世界”失效的问题。#980 @pynickle - - 🐛 修复模组列表、模组信息对话框与启动器设置界面的长文本显示问题。#984 #997 @1357310795 - - 🐛 修复部分游戏版本指向的错误 Minecraft Wiki 链接。#994 @pynickle - - 🐛 修复当实例名称存在特定字符时的前端解析问题。#1005 @pynickle - - 🐛 修复模组更新对话框部分文本在深色模式下的显示问题。#1007 @pynickle - - 🐛 修复切换实例后,详情页服务器列表未正确刷新的问题。#1012 @1357310795 - - 🐛 修复模组信息、模组更新对话框对特殊模组的信息识别问题。#1016 @SundayChen - - 🐛 修复对于早期游戏版本,自动设置语言为简体中文的功能失效的问题。#1019 @pynickle - - 🐛 修复早期 macOS 平台下启动器白屏的问题。#1023 @1357310795 @hans362 - - 🐛 修复文档与帮助界面的错误 MUA 英文版官网链接。#1028 @pynickle - - 🐛 修复 Windows 平台下自动更新可能失败的问题。#1038 @hans362 @1357310795 - - 🐛 修复使用 BMCLAPI 时 Forge 与 NeoForge 运行库下载失败的问题。#1042 @xunying123 - - 🛠 重构前端实例数据缓存模块以提升稳定性。#1012 @1357310795 - - 🛠 在安装 Fabric 时一并下载 Fabric API 模组现在是可选的。#1022 @Nova-Squ1 @UNIkeEN - - 🛠 提前设置游戏进程的优先级以应用于游戏启动阶段。#1034 @pynickle - - 工作流: - - 当 macOS 签名失败时将默认分发未签名版本并警告,而非抛出错误。#1010 @Minecrafter-Pythoner -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.3 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.yaml deleted file mode 100644 index a81f86a1259a..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.3/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.4.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index e1c6561b4531..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.4 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-10-13 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.4_windows_i686.msi - InstallerSha256: F5B474D1E762F57978C1CF42FED2AB8CEF00644B7EC59966D3649380A6705EFE -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.4_windows_x86_64.msi - InstallerSha256: 41F70E47DBE396962D2D4B9B0DFECFE382B1B7C05366457C3EC42F06A1D9FE95 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.4_windows_aarch64.msi - InstallerSha256: ADD68EFBA9EA585C10438E4723D649AE1F4AC641D1310C643A845DF5A0136CAE -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 0c115cf8aa82..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.4 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index cb217e998849..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.4.4 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support downloading and detecting the NeoForge loader for game version 25w14craftmine. #1033 @pynickle @UNIkeEN - - 🌟 Display the most relevant popular online resource results in the global search modal for quick access. #1049 @SundayChen - - 🌟 Improve rendering of Minecraft colored text, enhancing readability in light mode. #1065 @UNIkeEN @funkthesky-ops @RobertZhang0901 - - 🐛 Fix issue where imported instances from other launchers failed to start due to duplicate libraries. #1039 @ModistAndrew @UNIkeEN - - 🐛 Fix potential security issue when importing modpacks to prevent malicious attacks. #1043 @hans362 - - 🐛 Fix issue where “Continue Last Play” failed to work on 1.21.x game versions. #1057 @pynickle - - 🐛 Fix incorrect frontend display of download task names when retrying. #1060 @pynickle - - 🛠 Adjust and optimize the entry display order on the global search modal. #1049 @SundayChen - - 🛠 Adjust and optimize the layout of the launcher's initial loading screen. #1056 @HsxMark - - - 🌟 支持下载和识别 25w14craftmine 版本游戏的 NeoForge 加载器。#1033 @pynickle @UNIkeEN - - 🌟 在聚合搜索中显示最匹配的热门资源搜索结果以快速跳转。#1049 @SundayChen - - 🌟 优化提升 Minecraft 颜色字体的渲染,在浅色模式下提升可读性。#1065 @UNIkeEN @funkthesky-ops @RobertZhang0901 - - 🐛 修复从其他启动器导入的实例因库重复而无法启动的问题。#1039 @ModistAndrew @UNIkeEN - - 🐛 修复导入整合包时潜在的安全性问题,避免恶意整合包攻击。#1043 @hans362 - - 🐛 修复 1.21.x 版本游戏“继续上次游玩”失效的问题。#1057 @pynickle - - 🐛 修复重试下载任务名称前端显示错误的问题。#1060 @pynickle - - 🛠 调整优化聚合搜索页面的条目展示顺序。#1049 @SundayChen - - 🛠 调整优化启动器初始加载界面的布局。#1056 @HsxMark -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.4 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.yaml deleted file mode 100644 index a7aad9497034..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.4.4/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.4.4 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 71dcac56224a..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.0 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-10-20 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.0_windows_i686.msi - InstallerSha256: 967552C321B7954407B35679A5093466D33B0B4522DB2F1ECBE0E593E93C83FF -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.0_windows_x86_64.msi - InstallerSha256: 519514F63510CB1670BA9913A6D7C0A0B9D8222DC3946F2F84351ED10C6CBF63 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.0_windows_aarch64.msi - InstallerSha256: 34285567574393DE4B300E564277D478334B397930FBD5C5537F16CB6015112D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 8642862913fa..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index e3eea3614325..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 Support changing or updating the mod loader of an existing instance. #943 #1083 #1085 @xunying123 @baiyuansjtu @UNIkeEN - - 🔥 Support importing and installing MultiMC-format modpacks. #1040 @pynickle - - 🔥 Add a new logging system for the launcher itself. #1077 #1079 #1080 @ToolmanP @UNIkeEN - - 🌟 Automatically detect more versions of Java from the Windows registry. #1031 @pynickle @UNIkeEN - - 🌟 Add a modal for manually entering Java paths, improving usability for macOS and Linux users. #1074 @UNIkeEN @DragonRock37 - - 🐛 Fix visual issue in the game version list within the create instance modal. #948 @Reqwey - - 🐛 Fix issue where the keyboard shortcut for opening the aggregated search modal did not work. #1081 @UNIkeEN - - 🛠 The launcher changelog will now prioritize displaying Chinese when using the Chinese UI. #1070 @pynickle - - 🛠 Optimize the display of the resource search modal and the resource version list. #1087 @SundayChen - - Workflow: - - Fix issue in the Traditional Chinese auto-translation script. #1044 @HsxMark - - Remove deprecated frontend linting commands and unify with those recommended in the contributing guideline. #1069 @OrzMiku - - - 🔥 支持更换或更新已安装实例的模组加载器。#943 #1083 #1085 @xunying123 @baiyuansjtu @UNIkeEN - - 🔥 支持导入并安装 MultiMC 格式的整合包。#1040 @pynickle - - 🔥 新增启动器自身日志系统。#1077 #1079 #1080 @ToolmanP @UNIkeEN - - 🌟 自动检测 Windows 注册表中更多版本的 Java。#1031 @pynickle @UNIkeEN - - 🌟 新增手动输入 Java 路径的对话框,便于 macOS 和 Linux 用户使用。#1074 @UNIkeEN @DragonRock37 - - 🐛 修复创建实例对话框中游戏版本列表的交互效果显示问题。#948 @Reqwey - - 🐛 修复聚合搜索对话框的键盘快捷键失效的问题。#1081 @UNIkeEN - - 🛠 现在中文界面下,启动器新版本介绍将优先显示中文。#1070 @pynickle - - 🛠 优化资源搜索对话框与资源版本列表的显示效果。#1087 @SundayChen - - 工作流: - - 修复繁体中文自动翻译脚本的问题。#1044 @HsxMark - - 删除已弃用的前端格式化命令,统一为开发指南推荐的命令。#1069 @OrzMiku -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.5.0 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 3b8679b34a56..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.0/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.5.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 84b468d390f6..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.1 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-10-27 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.1_windows_i686.msi - InstallerSha256: 19E6898455C20888C7E23BD4DD021CA0CEA005999C6FCA8FEA2561B124E07EE2 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.1_windows_x86_64.msi - InstallerSha256: BF64EBC0924E1A4B4F1AEE9039927627AC4B7232C7DA081300A5988D121CD81A -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.5.1_windows_aarch64.msi - InstallerSha256: B048B826C5A8C903B34F54E921EF482F509FBFC9B3E38E32330E4E007BA47551 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index e1bb6adb4f85..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.1 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 0adb4c42e66e..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.5.1 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🐛 Do not display non-existent world difficulty options for game instances of version 14w02a and earlier. #1086 @pynickle - - 🐛 Fix issue where GitHub links inside the changelog in the check update modal could become invalid in certain cases. #1096 @baiyuansjtu - - 🐛 Fix incorrect display style of mod names in the instance mod list page. @UNIkeEN - - ⚡️ Improve performance when deleting instances. #1092 @pynickle - - 🛠 Adjust the display style of the change loader modal when no mod loader is installed. #1107 @Reqwey - - Workflow: - - Add a new workflow to automatically upload releases to AUR (Arch User Repository). #1062 @KodateMitsuru - - - 🐛 在 14w02a 及更早版本的游戏实例不再显示不存在的世界难度。#1086 @pynickle - - 🐛 修复检查更新对话框中,部分场景下更新日志 GitHub 链接失效的问题。#1096 @baiyuansjtu - - 🐛 修复实例模组列表页中模组名称的显示样式错误。 @UNIkeEN - - ⚡️ 提升删除实例操作的性能。#1092 @pynickle - - 🛠 在未安装模组加载器时,调整更改加载器对话框的显示样式。#1107 @Reqwey - - 工作流: - - 新增发版时自动上传 AUR(Arch 用户仓库)的工作流。#1062 @KodateMitsuru -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.5.1 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 29b36e840509..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.5.1/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.5.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 69d0123f5282..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.0 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-11-09 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_i686.msi - InstallerSha256: 7AFDA22DEF12F750608DDF1A57AE860C6464AC421E7994465A81C0E87F7FC1EA -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_x86_64.msi - InstallerSha256: 1011FF64167CA96F3A9E12EEA713516CB98F18ABBD1D91DF4FF5BA83394605F0 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_aarch64.msi - InstallerSha256: B510DA2900E0EB2F3E704E885F4179630E9E272DA03BE1166B887808B5C1CF82 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 2393d3afee3a..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 1fcfd985a5db..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,57 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 Support changing custom skins for offline accounts from local files. #1084 @Reqwey - - 🌟 Automatically clean up older launcher log files. #1114 @UNIkeEN - - 🐛 Fix issue where the NeoForge loader could not be detected in certain cases. #1118 @xunying123 - - 🐛 Fix issue where downloading the Forge loader could fail when installing modpacks under specific conditions. #1120 @Reqwey - - 🐛 Fix serialization issues when creating or modifying client manifest JSON files. #1127 @Reqwey - - 🐛 Fix display issue of category tabs in the resource download modal. #1132 @1357310795 - - ⚡️ Improve performance of retrieving Simplified Chinese translations for instance mod lists and refactor the related caching mechanism. #1106 @Reqwey - - ⚡️ Support checking account feature availability from multiple sources to improve user experience in mainland China. #1110 @UNIkeEN - - ⚡️ Improve loading speed of instance mod lists and resource pack lists. #1131 @Reqwey - - 💄 Refactor parts of the codebase for better style and maintainability. @Reqwey @ToolmanP @UNIkeEN - - 🇯🇵 Update Japanese translations of the launcher interface locales. #1124 @LAR73 - - 📦 Mark the launcher category as 'Game'. #1128 @hebingchang - - Workflow: - - Update Rust dependency version to 1.91.0 due to the introduction of new std features. @UNIkeEN - - - 🔥 支持离线账户从本地文件更换自定义皮肤。#1084 @Reqwey - - 🌟 支持自动清理较早的启动器日志文件。#1114 @UNIkeEN - - 🐛 修复部分情况下 NeoForge 加载器无法被识别的问题。#1118 @xunying123 - - 🐛 修复安装整合包时,部分情况下 Forge 加载器下载失败的问题。#1120 @Reqwey - - 🐛 修复创建或修改客户端清单文件时的序列化问题。#1127 @Reqwey - - 🐛 修复资源下载对话框中分类标签的显示问题。#1132 @1357310795 - - ⚡️ 提升实例模组列表获取简体中文翻译的性能,重构相关缓存机制。#1106 @Reqwey - - ⚡️ 支持从多个服务源检查账户功能可用性,提升中国大陆用户体验。#1110 @UNIkeEN - - ⚡️ 提升实例模组列表与资源包列表的加载速度。#1131 @Reqwey - - 💄 重构部分代码以提升代码风格与可维护性。 @Reqwey @ToolmanP @UNIkeEN - - 🇯🇵 更新启动器界面文本的日语翻译。#1124 @LAR73 - - 📦 标记启动器的分类为“游戏”。#1128 @hebingchang - - 工作流: - - 由于引入新的 std 特性,本项目的 Rust 依赖版本更新至 1.91.0。 @UNIkeEN -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.0 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.yaml deleted file mode 100644 index f6076bdf763a..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.0/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 4e95d585dd2f..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.1 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-11-15 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.1_windows_i686.msi - InstallerSha256: 77C57269C9DCEE8E293A29100116B02E645A5434A14332BBCF568E850780AFF9 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.1_windows_x86_64.msi - InstallerSha256: D6A70F1E5C7D2FAF9470F7D18A96E05B726DD9A45FD1CE876B775BDD2D1B27FC -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.1_windows_aarch64.msi - InstallerSha256: E2B41FF00891D6327E3A1CC7D9B5F2DC59BA92BE39797D7C2E6425F84C558246 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index f839ee54bf10..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.1 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 861d586ab100..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.1 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support requesting microphone and camera permissions for mods on macOS. #1144 @UNIkeEN - - 🐛 Fix an issue where Minecraft accounts could not log in in certain cases. #1135 @Reqwey - - - 🌟 在 macOS 下支持模组申请系统麦克风与摄像头权限。#1144 @UNIkeEN - - 🐛 修复部分情况下 Minecraft 账户无法登录的问题。#1135 @Reqwey -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.1 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 44e15d76b330..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.1/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 661d218d190b..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.2 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-11-26 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_i686.msi - InstallerSha256: 936FC1EA1CE56E7BFB27880293BD14E4CA80E4A341B9194F07D5BD423CBF0F14 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_x86_64.msi - InstallerSha256: AACFACEB554DF4282C5487D31E715A42F4C9EBDA64651E279CAD0D8C6E102CC5 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_aarch64.msi - InstallerSha256: ECEF6FC3594D48803AA8F301C2973941E478632A11D27BBF99F1B338E87AB390 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 2fab96080805..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.2 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 3b774dc84e59..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.2 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🐛 Fix and refactor the logic for querying game server status, now supporting displaying an 'unknown player' count. #1061 #1157 @pynickle @UNIkeEN - - 🐛 Fix the client manifest JSON format issue when creating a modded instance. #1129 @Reqwey - - 🐛 Fix the issue where Mojang Java runtime downloaded by SJMCL on macOS lacked execution permissions. #1154 @UNIkeEN - - 🐛 Fix display issues in the resource download modal and the mod list. #1160 @1357310795 - - 🛠 Provide more complete crash reports, including the game's native crash report files. #1121 @no6rainer - - 🛠 Update error messages shown during Microsoft account login to cover more scenarios. @HsxMark @Reqwey - - 💄 Refactor parts of the codebase for better style and maintainability. @UNIkeEN - - 📦 Update the frontend dependency js-yaml to its patch version. #1153 @dependabot[bot] - - - 🐛 修复并重构查询游戏服务器状态的逻辑,支持显示未知游玩人数。#1061 #1157 @pynickle @UNIkeEN - - 🐛 修复新建实例的客户端清单文件格式问题。#1129 @Reqwey - - 🐛 修复 macOS 平台下,使用启动器下载的 Mojang Java 无运行权限的问题。#1154 @UNIkeEN - - 🐛 修复资源下载对话框与模组列表的前端显示问题。#1160 @1357310795 - - 🛠 提供更完善的游戏崩溃报告,包含游戏本体的原生报告文件。#1121 @no6rainer - - 🛠 更新微软账户登录时的报错提示文本,适应更多情况。 @HsxMark @Reqwey - - 💄 重构部分代码以提升代码风格与可维护性。 @UNIkeEN - - 📦 更新前端依赖 js-yaml 至补丁版本。#1153 @dependabot[bot] -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.2 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 5bb80fc96ffb..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.2/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.2 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 5a0040c0c91c..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.3 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-12-08 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.3_windows_i686.msi - InstallerSha256: 12CDBA107EA3284C08DB07BC55ACAFF9B642C834F63A097BDD60ED7A80555859 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.3_windows_x86_64.msi - InstallerSha256: 4ECC924FC863A252423D35028A6C5C3183838C13C38C255FE02F48E9FA5B69F1 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.3_windows_aarch64.msi - InstallerSha256: B4D1A0DC910A82F1D4091C0E066CCE9868C2425011A22E1F1F83A5BFA63EF43E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 3ec7bbc4a3b3..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.3 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index c4b730914414..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.3 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support different sorting methods for the instance list, with the default being ascending by game version. #1179 @UNIkeEN - - 🐛 Fix the issue where the instance list did not update after deleting an instance. @UNIkeEN - - 🐛 Fix certain system shortcuts on macOS (such as ⌘+Q), and block several Windows-specific shortcuts. #1175 @UNIkeEN - - 🐛 Fix missing or incorrect toast texts and setting item descriptions. #1191 @Reqwey @UNIkeEN - - 🐛 Fix the failure to create new offline players on Linux. #1191 @Reqwey - - 🛠 Ensure that when the instance list or account list is not empty, at least one item is automatically selected. #1174 @UNIkeEN - - 🛠 Update related logic to support the new Minecraft versioning system. #1187 @UNIkeEN - - 🛠 Hide certain server information (such as direct-connect records) in the instance server list. #1189 @no6rainer - - 💄 Refactor parts of the codebase for better code style and maintainability. @UNIkeEN - - 📦 Update the frontend dependency next to its patch version. #1182 #1183 @dependabot[bot] - - - 🌟 实例列表支持不同的排序方式,默认游戏版本增序。#1179 @UNIkeEN - - 🐛 修复删除实例后实例列表未同步更新的问题。 @UNIkeEN - - 🐛 修复 macOS 平台下部分系统快捷键(如 ⌘+Q)失效的问题,屏蔽 Windows 平台下部分快捷键。#1175 @UNIkeEN - - 🐛 修复部分提示文本与设置项描述的缺失或错误。#1191 @Reqwey @UNIkeEN - - 🐛 修复 Linux 平台下新增离线角色失败的问题。#1191 @Reqwey - - 🛠 在实例或账户列表不为空时,保证至少自动选择其一。#1174 @UNIkeEN - - 🛠 更新相关逻辑以支持新的 Minecraft 版本号系统。#1187 @UNIkeEN - - 🛠 实例服务器列表不再显示隐藏的服务器信息(如直连记录)。#1189 @no6rainer - - 💄 重构部分代码以提升代码风格与可维护性。 @UNIkeEN - - 📦 更新前端依赖 next 等至补丁版本。#1182 #1183 @dependabot[bot] -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.3 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.yaml deleted file mode 100644 index deeca263541d..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.3/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 5ef52dde106e..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.4 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-12-15 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.4_windows_i686.msi - InstallerSha256: 8A02B2BAA3BA2B08E2A71486459B42B1FF873486DB568B85605E76ABB03A13AE -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.4_windows_x86_64.msi - InstallerSha256: 9E04E4859AC370D721CFAB6F7E0A79E76CBB620F199033A01882D2DD0282710C -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.4_windows_aarch64.msi - InstallerSha256: 3D51B8845CDB3A0708EE8E1589FD1D5CC039982CE7ADA28CAD017A571A43965D -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 09d873f605b6..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.4 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index c86db6bb1e9f..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.4 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support toggling the data source for the Discover page. #1176 @Dainsleif233 @UNIkeEN - - 🌟 Add tooltips in certain interfaces to help users understand the new Minecraft versioning system. #1197 @UNIkeEN - - 🌟 Support opening the raw log file directly from the game log window. #1206 @baiyuansjtu - - 🐛 Fix the issue where the dependencies modal exceeded the window height and could not scroll when many mods were present. #1146 @baiyuansjtu - - 💄 Refactor parts of the codebase for improved style and maintainability. #1195 @hbz114514 - - 🇯🇵 Update Japanese translations for the launcher interface to fix display issues on specific pages. #1204 @LAR73 - - 📦 Update the frontend dependency next to its patch version. #1199 @dependabot[bot] - - Workflow: - - Add a timeout to the release workflow to prevent blocking due to failed artifact uploads caused by network issues. #1196 @Minecrafter-Pythoner - - - 🌟 支持开关发现页数据源。#1176 @Dainsleif233 @UNIkeEN - - 🌟 在部分界面新增对于新版 Minecraft 版本系统的提示,提升用户体验。#1197 @UNIkeEN - - 🌟 支持从游戏日志窗口打开原始日志文件。#1206 @baiyuansjtu - - 🐛 修复在模组较多时,前置模组对话框高度超出窗口且无法滚动的问题。#1146 @baiyuansjtu - - 💄 重构部分代码以提升代码风格与可维护性。#1195 @hbz114514 - - 🇯🇵 更新启动器界面文本的日语翻译,以修复特定界面的显示错误。#1204 @LAR73 - - 📦 更新前端依赖 next 至补丁版本。#1199 @dependabot[bot] - - 工作流: - - 为版本发布工作流增加时间上限,避免因网络原因上传产物失败而阻塞。#1196 @Minecrafter-Pythoner -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.4 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 145a8fdcf055..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.4/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.4 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 8dff3b4bb4e1..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.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.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.5 -InstallerType: wix -Scope: machine -InstallerSwitches: - InstallLocation: INSTALLDIR="" -UpgradeBehavior: install -Protocols: -- sjmcl -ReleaseDate: 2025-12-16 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.5_windows_i686.msi - InstallerSha256: 53FDF47C2D977B10FE77D7A5698C1C7B3F3DE95D47B32891699D1D0D605E621D -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.5_windows_x86_64.msi - InstallerSha256: B2E6BDFFF424BD30D545B910688EBC765DDFDAAD666DE7284DA8A6225FD5C6F5 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.5_windows_aarch64.msi - InstallerSha256: 11FE2F2CFBDDB955B9A7BF4E183607A743D1D0F8E59BAFAD2915DB206C7180D1 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index c55757ba1871..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.5 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 62bc9df8c5e9..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.6.5 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2025 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 Support downloading Java 25 and improve compatibility with the new game version 26.1-snapshot-1. #1213 @UNIkeEN - - 🛠 Modify launcher config deserialization rules to improve forward compatibility. @UNIkeEN - - 🇫🇷 Update French translations for the launcher UI. #1210 @LiulianQWQ001 @HsxMark - - - 🌟 支持下载 Java 25,并相应完善对于新游戏版本 26.1-snapshot-1 的支持。#1213 @UNIkeEN - - 🛠 调整启动器配置文件反序列化规则,提升向前兼容性。 @UNIkeEN - - 🇫🇷 更新启动器界面文本的法语翻译。#1210 @LiulianQWQ001 @HsxMark -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.5 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 1edc80a4253c..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.6.5/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.6.5 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.10.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 7458fb8b4e81..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.7.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-01-08 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.7.0_windows_i686_setup.exe - InstallerSha256: 630664A78AE2DB5376FEEE656A6F95BAF80EAC4926E51941E27ACE6B1381CDF0 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.7.0_windows_x86_64_setup.exe - InstallerSha256: 7C39E35D4D30EECD33BDDD998A461D53613D6500740D90E60B1CA39BD70FDA36 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.7.0_windows_aarch64_setup.exe - InstallerSha256: 3820B3ED1DA5BE9C503213B850D4BAAE186A5470B6AB499146011D38DA1B92EE -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 316f34fb6e38..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.7.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -ReleaseNotes: |- - All the best 2026. 新年快乐 🎉 - - 🔥 Support downloading and installing the OptiFine loader when creating an instance. #1149 #1288 @xunying123 @Reqwey @UNIkeEN - - 🔥 Add support for the Linux Arm64 platform. #1249 @pangbo13 @Minecrafter-Pythoner - - 🌟 Add LittleSkin as a built-in third-party authentication server. #1214 @tnqzh123 - - 🌟 Add an OpenGL compatibility notice on first launch on Windows on Arm platforms. #1225 #1263 @UNIkeEN - - 🌟 Add a layered, pseudo-3D visual effect to player avatars. #1227 @Reqwey - - 🌟 Support replacing instance icons with custom images. #1228 #1244 @UNIkeEN - - 🌟 Support importing special modpacks without a mod loader. #1235 @Reqwey - - 🌟 When no instances or accounts exist, allow quickly adding an instance or account directly from the launch page. #1269 @UNIkeEN @RobertZhang0901 @funkthesky-ops - - 🌟 Add dynamic multi-language support to the titles of the game log and crash report windows. #1282 @UNIkeEN - - 🐛 Filter out certain invalid filenames before downloading resources. #1229 @UNIkeEN - - 🐛 Fix an issue where some external instances failed to launch due to a missing java_version field in the version metadata file. #1242 @UNIkeEN - - 🐛 Fix an issue on macOS and Linux where the add Java dialog could not select the target file. #1248 @UNIkeEN - - 🐛 Fix an issue for game version 26.1-snapshot.1 where the corresponding NeoForge version could not be fetched from official sources and was incorrectly shown as a stable release. #1260 @UNIkeEN - - 🐛 Fix display issues in the level data modal. #1264 @UNIkeEN - - 🐛 Fix an issue on Windows where the launcher window position could not be recognized or captured by QQNT. #1270 @HsxMark - - 🐛 Fix display and logic issues related to loader version numbers in mod loader switching and instance creation modals. #1287 @UNIkeEN - - 🐛 Fix an issue on Linux where custom launcher background image could not be displayed. #1292 @UNIkeEN @KodateMitsuru - - 🐛 Fix issues on macOS and Linux where certain game or resource directories could not be opened. #1292 @UNIkeEN @Stya-hr - - 🛠 For Simplified Chinese users, set the “Automatically set instance language” option to enabled by default. #1234 @Nova-Squ1 - - 🛠 Adjust the storage locations for launcher logs and game logs. #1238 @UNIkeEN - - 🛠 Compute and include the launcher's own SHA-256 hash when sending statistics. #1267 @pangbo13 - - 💄 Refactor parts of the codebase to improve code style and maintainability. #1208 #1224 #1247 @UNIkeEN @hbz114514 - - 🇫🇷 Update French translations for the launcher UI. #1236 @HsxMark - - 📦 Replace the bundle format for the non-portable version on Windows, switching from MSI to NSIS. #1257 @pangbo13 - - Workflow: - - Automatically update the MCMod data cache. #1250 @SundayChen -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 5011cc1132c1..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,54 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.7.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 支持在创建实例时下载与安装 Optifine 加载器。#1149 #1288 @xunying123 @Reqwey @UNIkeEN - - 🔥 支持 Linux Arm64 平台。#1249 @pangbo13 @Minecrafter-Pythoner - - 🌟 添加 LittleSkin 为预置的第三方认证服务器。#1214 @tnqzh123 - - 🌟 在 Windows on Arm 平台首次运行时,添加 OpenGL 兼容性提示。#1225 #1263 @UNIkeEN - - 🌟 为角色头像添加分层立体效果。#1227 @Reqwey - - 🌟 支持使用自定义图像更换实例图标。#1228 #1244 @UNIkeEN - - 🌟 支持导入无模组加载器的特殊整合包。#1235 @Reqwey - - 🌟 当没有实例或角色时,支持从启动界面快速添加实例或角色。#1269 @UNIkeEN @RobertZhang0901 @funkthesky-ops - - 🌟 为游戏日志、游戏崩溃窗口的标题栏添加动态多语言支持。#1282 @UNIkeEN - - 🐛 在下载资源前过滤部分非法文件名。#1229 @UNIkeEN - - 🐛 修复部分外部实例因版本信息文件 java_version 字段缺失而无法启动的问题。#1242 @UNIkeEN - - 🐛 修复 macOS 与 Linux 平台下,添加 Java 对话框无法选择目标文件的问题。#1248 @UNIkeEN - - 🐛 修复对于 26.1-snapshot.1 版本游戏,无法从官方源获取对应 NeoForge 版本、错误显示为正式版的问题。#1260 @UNIkeEN - - 🐛 修复世界数据对话框的显示问题。#1264 @UNIkeEN - - 🐛 修复 Windows 平台下,启动器窗口位置无法被 QQNT 识别并截图的问题。#1270 @HsxMark - - 🐛 修复更换模组加载器、创建实例等对话框中加载器版本号显示及相关逻辑的问题。#1287 @UNIkeEN - - 🐛 修复 Linux 平台下,自定义启动器壁纸无法显示的问题。#1292 @UNIkeEN @KodateMitsuru - - 🐛 修复 macOS 与 Linux 平台下,部分游戏或资源目录无法打开的问题。#1292 @UNIkeEN @Stya-hr - - 🛠 对于简体中文用户,”自动设置实例语言”设置项调整为默认开启。#1234 @Nova-Squ1 - - 🛠 调整启动器日志与游戏日志的存储目录。#1238 @UNIkeEN - - 🛠 在发送统计数据时,计算并发送启动器本身的 SHA-256。#1267 @pangbo13 - - 💄 重构部分代码以提升代码风格与可维护性。#1208 #1224 #1247 @UNIkeEN @hbz114514 - - 🇫🇷 更新启动器界面文本的法语翻译。#1236 @HsxMark - - 📦 更换 Windows 平台下非便携版本的打包方式,由 MSI 更换为 NSIS。#1257 @pangbo13 - - 工作流: - - 自动更新 MCMod 数据缓存。#1250 @SundayChen -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.7.0 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 724634620874..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-01-19 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.0_windows_i686_setup.exe - InstallerSha256: AF68FE9142B6868D3F5C9C7834DEB1EA8854D37ACF845AE45C7DB642D75A93FF -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.0_windows_x86_64_setup.exe - InstallerSha256: 5FD35E4BEFCAF89130285F15AFA4E9AA8D1B77E72FB408B2F11E0A7F7B745738 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.0_windows_aarch64_setup.exe - InstallerSha256: ACF3B645C77E75A9A366226D406AE0A0215E543B0AFD4121B6290E3552382CD0 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index b1a0715349b0..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -ReleaseNotes: |- - - 🔥 Support importing profiles and authentication server information from HMCL (experimental). #1255 @xunying123 @UNIkeEN - - 🌟 Support choosing whether to prepend Simplified Chinese translated prefixes to filenames when downloading and updating resources. #1299 @SundayChen - - 🌟 Support searching by Chinese translated names in the instance mod list page. #1305 @icgnos - - 🛠 Optimize the ordering of options in the general settings page. #1299 @UNIkeEN @funkthesky-ops @RobertZhang0901 - - 🐛 Fix an issue where duplicate authentication servers could be added, by applying stricter address duplication checks. #1309 @UNIkeEN - - 🐛 Fix formatting issues in the changelog under Simplified Chinese. #1313 @icgnos - - 🐛 Fix an issue where the close button of the launch modal was obscured for instances with long names. #1314 @UNIkeEN - - 📦 Bundle dedicated OAuth client IDs for some MUA university authentication servers. - - Workflow: - - Fix a series of issues in the release workflow. #1293 #1300 @pangbo13 - - Add Arm64 distribution support for AUR and fix related issues. #1307 #1308 @KodateMitsuru -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index f43c0520b335..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 支持从 HMCL 导入角色与认证服务器信息(实验性功能)。#1255 @xunying123 @UNIkeEN - - 🌟 支持在下载与更新资源时,自由选择是否为文件名添加简体中文翻译前缀。#1299 @SundayChen - - 🌟 支持在实例模组列表页使用中文译名进行搜索。#1305 @icgnos - - 🛠 优化通用设置界面的选项排列顺序。#1299 @UNIkeEN @funkthesky-ops @RobertZhang0901 - - 🐛 修复可能添加重复认证服务器的问题,采用更严格的地址重复判定。#1309 @UNIkeEN - - 🐛 修复简体中文下更新日志的格式问题。#1313 @icgnos - - 🐛 修复对于名称过长的实例,启动对话框关闭按钮被遮挡的问题。#1314 @UNIkeEN - - 📦 为部分 MUA 高校认证服务器内置用于 OAuth 登录的独立 Client ID。 - - 工作流: - - 修复发版工作流中的系列问题。#1293 #1300 @pangbo13 - - 为 AUR 提供 Arm64 版本分发支持,并修复相关问题。#1307 #1308 @KodateMitsuru -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.8.0 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index fb30f0ad3203..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.1 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-01-31 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.1_windows_i686_setup.exe - InstallerSha256: 6D9E7E0861771C1DAE48B9D4D25C344C9537837BE339E1A2147BED627E3E5FD2 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.1_windows_x86_64_setup.exe - InstallerSha256: 22B91282F37EBEA68CCE2DED820A6CB3F2687BC65DD0755389B0A3917D483FDB -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.1_windows_aarch64_setup.exe - InstallerSha256: DD1662D6ED1188A65672B415DDC25304F85FFF259441EE1052A21E683A7A7358 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 61c364db43f8..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.1 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -ReleaseNotes: |- - - 🌟 Show a modal warning when the launcher is run from a temporary directory. #1326 @UNIkeEN - - 🐛 Fix missing icon assets in the 'Import account information' feature. #1318 @zaixizaiximeow - - 🐛 Fix an issue where the NeoForge resource version list was not sorted by release date. #1327 @icgnos - - 🐛 Fix inconsistent sorting order in the instance list. #1332 @icgnos - - 🐛 Fix a potential launcher crash caused by the Advanced settings page under specific game settings for instances. #1345 #1346 @icgnos @UNIkeEN - - 📦 Add a sidebar image to the non-portable installer on Windows. #1333 @pangbo13 @Neuteria - - 📦 Update Tauri core libraries and plugins, and update the frontend dependency next to a patch version. @UNIkeEN @dependabot[bot] - - Workflow: - - Fix a series of issues in the AUR release workflow. #1319 @KodateMitsuru -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index c4df66456fc0..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.1/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.1 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 在临时目录下运行启动器时,弹出对话框提醒。#1326 @UNIkeEN - - 🐛 修复“导入账户信息”功能中缺失的图标资源。#1318 @zaixizaiximeow - - 🐛 修复 NeoForge 资源版本列表未按照发布时间排序的问题。#1327 @icgnos - - 🐛 修复实例列表排序顺序不固定的问题。#1332 @icgnos - - 🐛 修复实例的特定游戏设置-高级设置页面可能导致启动器崩溃的问题。#1345 #1346 @icgnos @UNIkeEN - - 📦 为 Windows 平台的非便捷版本安装程序添加侧边图。#1333 @pangbo13 @Neuteria - - 📦 更新 Tauri 核心库及其插件,更新前端依赖 next 至补丁版本。 @UNIkeEN @dependabot[bot] - - 工作流: - - 修复 AUR 发版工作流中的系列问题。#1319 @KodateMitsuru -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.8.1 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index ef65eb185f50..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.2 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-02-09 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.2_windows_i686_setup.exe - InstallerSha256: FD60267DA6DB828CFD3F0FCF6BEB4D3304A280B103CE597795A96A4CE1E1861B -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.2_windows_x86_64_setup.exe - InstallerSha256: 27EAA12F8E136AEA3CDC38379D058FA1E7E62C905F23993965B630FA3CA12F58 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.2_windows_aarch64_setup.exe - InstallerSha256: 572BB1B8BAC83F445C8E18E6C97DA90269D914E479D80FA612B3BF1145AA9CD4 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 582eba8760a6..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.2 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -ReleaseNotes: |- - - 🌟 Support launching the game on Linux using the system-provided OpenAL and GLFW. #1336 @xunying123 @UNIkeEN - - 🐛 Fix an issue where runtime path checks could fail on Windows and Linux. #1347 #1363 @pangbo13 @UNIkeEN - - 🐛 Fix duplicate items in the tag list within the resource search modal. #1354 @SundayChen - - 🐛 Fix incorrect detection of local Java information in certain scenarios. #1360 @UNIkeEN @HsxMark - - 🐛 Fix validation logic for instance names. #1364 @hbz114514 @UNIkeEN - - ⚡️ Optimize rendering performance of the game log window, reducing UI stutter when large amounts of logs are present. #1256 @baiyuansjtu - - ⚡️ Improve the Chinese resource search experience; display resource author information and support refresh of resource version lists. #1354 @SundayChen @funkthesky-ops @RobertZhang0901 - - ⚡️ Improve the CurseForge resource search experience by ranking results based on both relevance and popularity. #1354 @SundayChen - - 🛠 Add a secondary confirmation when resetting instance-specific game settings. #1337 @icgnos - - 🛠 The game crash window now displays the instance’s client and loader versions instead of the instance name. #1352 @UNIkeEN - - 🛠 Remove the contributor list page from the launcher. @UNIkeEN - - 📦 Update multiple dependencies to patch versions. #1356 #1357 @dependabot[bot] - - 📦 Downgrade the release worker to Ubuntu 22.04 to support Linux distributions with glibc versions lower than 2.39. #1361 @pangbo13 @Minecrafter-Pythoner -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 607953b02b63..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.2/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.2 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 支持在 Linux 平台使用系统 OpenAL 与 GLFW 启动游戏。#1336 @xunying123 @UNIkeEN - - 🐛 修复 Windows 和 Linux 平台下运行路径检查可能失效的问题。#1347 #1363 @pangbo13 @UNIkeEN - - 🐛 修复资源搜索对话框中,标签列表重复显示的问题。#1354 @SundayChen - - 🐛 修复部分场景下,本地 Java 信息识别错误的问题。#1360 @UNIkeEN @HsxMark - - 🐛 修复实例名称的有效性检查。#1364 @hbz114514 @UNIkeEN - - ⚡️ 优化游戏日志窗口的渲染,减少日志内容较多时的窗口卡顿。#1256 @baiyuansjtu - - ⚡️ 优化中文的资源搜索体验,新增资源作者信息展示、并支持资源版本列表的刷新。#1354 @SundayChen @funkthesky-ops @RobertZhang0901 - - ⚡️ 优化 CurseForge 资源的搜索体验,综合考量相关性与热度进行结果展示。#1354 @SundayChen - - 🛠 重置实例特定游戏设置时进行二次确认。#1337 @icgnos - - 🛠 游戏崩溃窗口现在将显示实例的客户端与加载器版本,而非实例名称。#1352 @UNIkeEN - - 🛠 移除启动器内的开发者列表页面。 @UNIkeEN - - 📦 更新多项依赖至补丁版本。#1356 #1357 @dependabot[bot] - - 📦 降级至 Ubuntu 22.04 进行版本发布,以支持 glibc 低于 2.39 的部分 Linux 发行版。#1361 @pangbo13 @Minecrafter-Pythoner -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.8.2 -Documentations: -- DocumentLabel: 文档 - DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 3d1b38de4cc8..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.3 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-02-23 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.3_windows_i686_setup.exe - InstallerSha256: FFB92DAD265EDEDD12A23A7ACA8ED93111A64C1C79B675ECE07D87D3C69722EB -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.3_windows_x86_64_setup.exe - InstallerSha256: B3482E4B6BC3E861DD9C91283F2F2D4E18694CE14FF4E5A4A852E24E69577915 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.8.3_windows_aarch64_setup.exe - InstallerSha256: B71A49EC2EFC6F4690B33A49AEF1EA737B3750AE8BAC1EF884BEB681C64DD36F -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index eb781ffed491..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.3 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -ReleaseNotes: |- - - 🌟 Support adding and removing game servers directly within the launcher. #1328 @hbz114514 @UNIkeEN @zaixizaiximeow - - 🐛 Fix missing game assets in certain early game versions. #1341 @icgnos @UNIkeEN - - 🐛 Fix failures when importing account information from other launchers due to expired Microsoft accounts. #1368 @xunying123 @UNIkeEN - - 🐛 Fix potential issues with server address validation in the add authentication server modal. #1388 @UNIkeEN - - ⚡️ Improve the startup user experience by guiding users to download Java runtime when it is missing. #1376 @UNIkeEN - - 🛠 Allow users to ignore runtime path checks and close the warning modal. #1375 @UNIkeEN - - 🌐 Update French and Japanese translations of the launcher UI. #1371 @Codex - - 🌐 Update Traditional Chinese translations for the launcher UI and related documentation. #1381 #1383 #1390 @3gf8jv4dv - - 📦 Update multiple dependencies to patch versions. #1387 @dependabot[bot] - - Workflow: - - Update internationalization tool scripts. #1122 #1384 @HsxMark - - Add an experimental VSCode extension providing development helper features tailored for this project. @UNIkeEN -Tags: -- prc -- china -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 976cc91a30d3..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,40 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.8.3 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 支持在启动器内添加或删除游戏服务器。#1328 @hbz114514 @UNIkeEN @zaixizaiximeow - - 🐛 修复早期游戏版本部分游戏资源丢失的问题。#1341 @icgnos @UNIkeEN - - 🐛 修复从其他启动器导入账户信息时,因微软账户过期而失败的问题。#1368 @xunying123 @UNIkeEN - - 🐛 修复添加认证服务器对话框中服务器地址检查的潜在问题。#1388 @UNIkeEN - - ⚡️ 优化启动流程的用户体验,当缺少 Java 运行时时引导用户下载。#1376 @UNIkeEN - - 🛠 允许用户忽略运行路径检查并关闭警告对话框。#1375 @UNIkeEN - - 🌐 更新启动器界面文本的法语与日语翻译。#1371 @Codex - - 🌐 更新启动器界面文本、相关文档的繁体中文翻译。#1381 #1383 #1390 @3gf8jv4dv - - 📦 更新多项依赖至补丁版本。#1387 @dependabot[bot] - - 工作流: - - 更新国际化工具脚本。#1122 #1384 @HsxMark - - 新增实验性 VSCode 扩展,为本项目特别提供若干开发辅助功能。 @UNIkeEN -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.8.3 -# Documentations: -# - DocumentLabel: 文档 -# DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 2398969ee4e0..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/0.8.3/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 0.8.3 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 97164f41dff2..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.0.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-05-05 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.0.0_windows_i686_setup.exe - InstallerSha256: 432C7C63B102FD7E9180E90F22FD36A1DA65BC2DF5451BD2B620614616348D5C -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.0.0_windows_x86_64_setup.exe - InstallerSha256: 88D1A718A9656E2F9DAD450E96B12D7EF74D33BAC9D4816178A99B2F124F5180 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.0.0_windows_aarch64_setup.exe - InstallerSha256: 52D138F394501145BBFA5D3B0783D68412B14AC70FF423F9670C580E4BDF0E3E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index a9b93fd6f54f..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.0.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Tags: -- china -- prc -ReleaseNotes: |- - Introducing the first official release of SJMCL. 现已推出 SJMCL 首个正式版本 🚀 - - 🔥 UI Updates: - - Redesigned window title bar and top navigation bar, delivering an elegant, dynamic, and cross-platform consistent visual experience. #1444 #1446 #1453 #1464 #1482 @UNIkeEN @no6rainer - - New built-in launcher wallpapers with adaptive variations across different color modes. @funkthesky-ops @UNIkeEN @Neuteria - - 🔥 Core Features: - - Support exporting instances as modpacks, compatible with Modrinth and MultiMC formats. #1344 #1477 @w1049 @UNIkeEN @Stya-hr - - A brand-new Discover page, allowing users to browse Minecraft news, download various resources, or search local content in one place. #1359 #1418 #1514 #1538 @SundayChen @zaixiZaixiSJTU @UNIkeEN - - Support installing and modifying the Quilt loader, with automatic QF API download. #1434 #1459 #1586 @baiyuansjtu @UNIkeEN - - Support dragging modpacks, mods, saves, and other files into the launcher window for quick import. #1561 @UNIkeEN @zaixiZaixiSJTU - - 🔥 Intelligence Services: - - Introduce the MCP service for the launcher, enabling external agent applications to connect for automation control. #1370 #1475 #1532 #1587 @UNIkeEN @xunying123 @ToolmanP @AinurCody - - Add a CLI tool for the launcher, providing terminal-based control via the MCP service. @UNIkeEN - - 🔥 Extension System: - - Introduce an extension system, allowing third-party developers to extend the launcher with various practical features. #1409 #1487 #1497 #1504 #1509 #1510 #1517 #1521 #1528 #1530 #1547 #1549 #1553 #1556 #1564 @UNIkeEN @Stya-hr @hans362 @xunying123 @zaixiZaixiSJTU - - 🌟 Support modifying installed OptiFine loaders and installing preview versions of OptiFine. #1374 @xunying123 @baiyuansjtu @UNIkeEN - - 🌟 Support clearing history in the download task list. #1400 - - 🌟 Support importing profiles from MultiMC. #1419 @xunying123 - - 🌟 When launching via deeplink, allow users to select the target profile and instance, and directly enter a specified world or server. #1427 #1442 @UNIkeEN - - 🌟 Support viewing game server latency within the launcher. #1436 @HsxMark - - 🌟 Support adding color tags to instances and categorizing them accordingly. #1447 @UNIkeEN - - 🌟 Support automatically downloading a suitable Java version when creating instances. #1460 @UNIkeEN - - 🌟 Support applying the LWJGL Unsafe Agent from HMCL @Glavo to affected Minecraft versions to fix performance issues. #1481 #1568 @w1049 @xunying123 - - 🌟 Support manually selecting the Java garbage collector used when launching the game. #1505 @UNIkeEN - - 🌟 Support Classical Chinese (Wenyan) in the launcher UI. #1512 @ff98sha @UNIkeEN @Lawrenclia - - 🌟 Support quickly copying screenshots on Windows and Linux for sharing. #1526 @zaixiZaixiSJTU - - 🐛 Fix and improve a series of UI display issues. #1379 #1404 #1473 #1563 @UNIkeEN @hbz114514 @baiyuansjtu @zaixiZaixiSJTU @Reqwey - - 🐛 Fix an issue where certain modpacks could not be imported. #1392 @Reqwey - - 🐛 Fix incorrect detection of mod loader types for installed mods. #1408 @UNIkeEN @w1049 @3gf8jv4dv - - 🐛 Fix an issue where certain Minecraft versions were incorrectly classified as April Fools versions. #1476 @xunying123 - - 🐛 Fix crashes caused by resource downloads in certain scenarios. #1496 #1535 @Xiaxiaobaii - - 🐛 Fix incorrect placement of additional datapacks when importing certain modpacks. #1542 @Copilot @3gf8jv4dv - - 🐛 Fix incorrect system dialog language on macOS. #1557 @UNIkeEN - - 🐛 Fix frontend state synchronization issues after renaming instances. #1558 @UNIkeEN @xunying123 - - 🐛 Fix lag when opening folders in certain scenarios on Windows. @UNIkeEN - - ⚡️ Extend the cache lifetime of mod translations to improve the experience when viewing installed mods. #1527 @w1049 - - ⚡️ Optimize launcher startup speed in development mode. #1555 @UNIkeEN - - 🛠 Desktop shortcut icons for instances are now generated by combining instance and launcher icons. #1411 @icgnos @funkthesky-ops @RobertZhang0901 - - 🛠 Adjust links to certain launcher documentation and acknowledgements. #1426 #1474 @hbz114514 @suhang12332 - - 🛠 Set the default level of game integrity checks to “normal”. #1428 @HsxMark - - 🛠 Show a modal warning when the launcher did not exit properly last time. #1472 @UNIkeEN - - 🛠 Change the shortcut for aggregated search to Ctrl (Command) + F. #1544 @zaixiZaixiSJTU - - 🛠 Provide more detailed error messages for XSTS errors during Microsoft login. #1571 @zaixiZaixiSJTU @xphost008 - - 🛠 Adjust the result sorting logic of aggregated search. #1583 @UNIkeEN - - 🛠 Adjust the placement of certain settings; “Sync and Restore” related features are no longer shown on a separate page. @UNIkeEN - - 🛠 Remove support for dragging buttons from Blessing Skin-based sites to add authentication servers. - - 💄 Refactor parts of the codebase to improve style and maintainability. - - 🌐 Update multilingual translations for the launcher UI. #1539 @VhahahaV - - 📦 Discontinue AppImage distribution for Linux. #1573 @pangbo13 - - 📦 Update multiple dependencies to patch versions. @dependabot[bot] @Codex - - Workflow: - - Fix incorrect links in the AUR release workflow. #1416 @KodateMitsuru - - Automatically add labels to PRs to indicate the scope of changes. #1483 @pangbo13 - - Web & Docs: - - Update the Code of Conduct to version 3.0. @UNIkeEN - - Launch a brand-new official website and documentation powered by VitePress. @UNIkeEN @baiyuansjtu @hans362 @hbz114514 @KodateMitsuru @Dainsleif233 @Lawrenclia -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 0e32a12378d9..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.0.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 外观更新: - - 全新设计的窗口标题栏与顶部导航栏,带来优雅、灵动、跨平台一致的视觉体验。#1444 #1446 #1453 #1464 #1482 @UNIkeEN @no6rainer - - 全新的启动器预设壁纸,在不同的颜色模式下灵活变化。 @funkthesky-ops @UNIkeEN @Neuteria - - 🔥 核心功能更新: - - 支持将实例导出为整合包,支持 Modrinth 与 MultiMC 格式。#1344 #1477 @w1049 @UNIkeEN @Stya-hr - - 全新发现页,支持在一处浏览 Minecraft 新闻、下载各类游戏资源或搜索本地内容。#1359 #1418 #1514 #1538 @SundayChen @zaixiZaixiSJTU @UNIkeEN - - 支持安装与修改 Quilt 加载器并同时下载 QF API 模组。#1434 #1459 #1586 @baiyuansjtu @UNIkeEN - - 支持将整合包、模组、存档等文件拖入启动器窗口以快捷导入。#1561 @UNIkeEN @zaixiZaixiSJTU - - 🔥 智能服务: - - 新增启动器 MCP 服务,允许外部 Agent 应用连接以实现自动化控制。#1370 #1475 #1532 #1587 @UNIkeEN @xunying123 @ToolmanP @AinurCody - - 新增启动器 CLI 工具,基于 MCP 服务提供终端控制能力。 @UNIkeEN - - 🔥 扩展系统: - - 新增扩展系统,支持第三方开发者为启动器扩展各类实用功能。#1409 #1487 #1497 #1504 #1509 #1510 #1517 #1521 #1528 #1530 #1547 #1549 #1553 #1556 #1564 @UNIkeEN @Stya-hr @hans362 @xunying123 @zaixiZaixiSJTU - - 🌟 支持修改已安装的 OptiFine 加载器,支持安装 OptiFine 的预览版本。#1374 @xunying123 @baiyuansjtu @UNIkeEN - - 🌟 支持在下载任务列表页清空历史。#1400 - - 🌟 支持从 MultiMC 导入角色信息。#1419 @xunying123 - - 🌟 以 Deeplink 唤起启动流程时,支持让用户选择待游玩的角色与实例、支持直接进入指定存档或服务器。#1427 #1442 @UNIkeEN - - 🌟 支持在启动器内查看游戏服务器延迟。#1436 @HsxMark - - 🌟 支持为实例添加颜色标签,并按标签分类展示实例。#1447 @UNIkeEN - - 🌟 支持在创建实例时自动下载合适版本的 Java。#1460 @UNIkeEN - - 🌟 支持为受影响的 Minecraft 版本使用来自 HMCL @Glavo 的 LWJGL Unsafe Agent 修复性能问题。#1481 #1568 @w1049 @xunying123 - - 🌟 支持手动设置启动游戏时使用的 Java 内存垃圾回收器。#1505 @UNIkeEN - - 🌟 启动器界面支持文言文。#1512 @ff98sha @UNIkeEN @Lawrenclia - - 🌟 支持在 Windows 和 Linux 平台快捷复制屏幕截图以分享。#1526 @zaixiZaixiSJTU - - 🐛 修复与优化一系列界面显示问题。#1379 #1404 #1473 #1563 @UNIkeEN @hbz114514 @baiyuansjtu @zaixiZaixiSJTU @Reqwey - - 🐛 修复部分整合包无法导入的问题。#1392 @Reqwey - - 🐛 修复已安装模组所属加载器识别错误的问题。#1408 @UNIkeEN @w1049 @3gf8jv4dv - - 🐛 修复部分 Minecraft 版本被错误分类为愚人节版本的问题。#1476 @xunying123 - - 🐛 修复特定情况下,下载资源导致启动器崩溃的问题。#1496 #1535 @Xiaxiaobaii - - 🐛 修复导入部分整合包时,额外数据包存放位置错误的问题。#1542 @Copilot @3gf8jv4dv - - 🐛 修复 macOS 平台下,系统对话框界面语言错误的问题。#1557 @UNIkeEN - - 🐛 修复更改实例名称后的前端状态同步问题。#1558 @UNIkeEN @xunying123 - - 🐛 修复 Windows 平台下,部分场景打开文件夹卡顿的问题。@UNIkeEN - - ⚡️ 延长模组翻译的本地缓存有效期,提升查看已安装模组时的用户体验。#1527 @w1049 - - ⚡️ 优化开发模式下的启动器启动速度。#1555 @UNIkeEN - - 🛠 现在创建实例桌面快捷方式的图标,将使用实例与启动器图标合成。#1411 @icgnos @funkthesky-ops @RobertZhang0901 - - 🛠 调整部分启动器文档、鸣谢信息的跳转链接。#1426 #1474 @hbz114514 @suhang12332 - - 🛠 调整游戏完整性检查等级的默认设置为普通检查。#1428 @HsxMark - - 🛠 启动器上次未正常退出时,显示对话框以提示用户。#1472 @UNIkeEN - - 🛠 调整聚合搜索的快捷键为 Ctrl(Command)+ F。#1544 @zaixiZaixiSJTU - - 🛠 对于微软登录流程中的 XSTS 错误,提供更详细的错误提示。#1571 @zaixiZaixiSJTU @xphost008 - - 🛠 调整聚合搜索的结果排序逻辑。#1583 @UNIkeEN - - 🛠 调整部分设置项的位置,“同步与还原” 相关功能将不再展示单独页面。@UNIkeEN - - 🛠 不再支持从 Blessing Skin 系列皮肤站拖动按钮以添加第三方认证服务器。 - - 💄 重构部分代码以提升代码风格与可维护性。 - - 🌐 更新启动器界面文本的多语言翻译。#1539 @VhahahaV - - 📦 终止为 Linux 平台分发 AppImage 格式。#1573 @pangbo13 - - 📦 更新多项依赖至补丁版本。@dependabot[bot] @Codex - - 工作流: - - 修复 AUR 发版流程中的链接错误。#1416 @KodateMitsuru - - 为 PR 自动添加标签以指示修改量。#1483 @pangbo13 - - 网页与文档: - - 更新 Code of Conduct 至 3.0 版本。@UNIkeEN - - 上线基于 VitePress 的全新官网(文档)。@UNIkeEN @baiyuansjtu @hans362 @hbz114514 @KodateMitsuru @Dainsleif233 @Lawrenclia -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v1.0.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.yaml deleted file mode 100644 index adec5a4780f6..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.0.0/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 1.0.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index 0a40ab7eadc6..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.0 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-05-20 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_i686_setup.exe - InstallerSha256: D105351B8413771E48DDA8AD7A0010741265C3CFBA7791EAF3DBFB4FF4586976 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_x86_64_setup.exe - InstallerSha256: 720445EE3C757E8D1268959E71A8E971DCE34DA4DBC205F2CA560D6F74563519 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.0_windows_aarch64_setup.exe - InstallerSha256: 571314B730A50446B0C1EF9C55C71F1C08D5C71FE242464E003459108759E9B7 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index 340658a62d8b..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.0 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Tags: -- china -- prc -ReleaseNotes: |- - - 🔥 Support viewing and managing Minecraft friends directly within the launcher (experimental). #1617 @UNIkeEN @3gf8jv4dv @suhang12332 @Dainsleif233 - - 🌟 The instance list page now displays instances that are currently downloading. #1580 @icgnos - - 🐛 Fix styling issues with toast notifications. #1599 @Chang-Yo - - 🐛 Fix potential compilation issues caused by archived third-party dependencies on Linux. #1601 @ToolmanP - - 🐛 Fix performance issues related to window state persistence. @UNIkeEN - - 🐛 Fix crashes caused by deeplink registration failures in certain scenarios. #1611 @pangbo13 - - 🐛 Fix failures in account functionality availability checks in certain cases, improving the experience for users in mainland China. #1616 @UNIkeEN @1357310795 - - 📦 Update Tauri core libraries and plugins to the latest versions. @UNIkeEN - - 📦 Update the rmcp library to its stable release version. #1613 @xunying123 - - Extensions: - - Add the setHomeWidgetTitle API, allowing extensions to dynamically update home widget titles. #1602 @UNIkeEN - - Add components such as MarkdownContainer and FormattedMCText for direct extension usage. @UNIkeEN - - Support reloading extensions via deeplink to improve the developer experience. #1608 @UNIkeEN - - Workflow: - - Add a workflow to automatically upload releases to Snapcraft. SJMCL can now be installed via Snapcraft (experimental). #1610 @pangbo13 - - Adjust the order of release workflows and update validation field types in the AUR workflow. #1612 @pangbo13 - - Add a workflow to automatically upload releases to Homebrew. SJMCL can now be conveniently installed via Homebrew on macOS. #1620 @pangbo13 -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 2535c2cee611..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.0 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🔥 支持在启动器内查看并管理 Minecraft 好友(实验性功能)。#1617 @UNIkeEN @3gf8jv4dv @suhang12332 @Dainsleif233 - - 🌟 实例列表页现在会显示正在下载中的实例。#1580 @icgnos - - 🐛 修复提示 Toast 的显示样式问题。#1599 @Chang-Yo - - 🐛 修复 Linux 平台下已归档第三方依赖的潜在编译问题。#1601 @ToolmanP - - 🐛 修复窗口状态存储的性能问题。 @UNIkeEN - - 🐛 修复部分情况下因 Deeplink 注册失败导致的崩溃问题。#1611 @pangbo13 - - 🐛 修复部分情况下,账户功能可用性检查失败的问题,提升中国大陆用户体验。#1616 @UNIkeEN @1357310795 - - 📦 更新 Tauri 核心库及其插件至最新版本。 @UNIkeEN - - 📦 更新 rmcp 库至正式版本。#1613 @xunying123 - - 扩展: - - 新增 setHomeWidgetTitle 方法,支持扩展动态更新主页组件标题。#1602 @UNIkeEN - - 新增 MarkdownContainer,FormattedMCText 等组件供扩展直接使用。 @UNIkeEN - - 支持通过 Deeplink 重新加载扩展,提升开发者体验。#1608 @UNIkeEN - - 工作流: - - 新增发版时自动上传 Snapcraft 的工作流,现在可以通过 Snapcraft 安装 SJMCL(实验性功能)。#1610 @pangbo13 - - 调整发版工作流顺序、修改 AUR 工作流的校验字段类型。#1612 @pangbo13 - - 新增发版时自动上传 Homebrew 的工作流,现在可以通过 Homebrew 便捷安装 SJMCL(macOS 平台)。#1620 @pangbo13 -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v1.1.0 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 6522aec6ce1c..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.0/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 1.1.0 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.installer.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.installer.yaml deleted file mode 100644 index e98f133bacaf..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.1 -InstallerType: nullsoft -Scope: user -UpgradeBehavior: install -Protocols: -- sjmcl -ProductCode: SJMCL -ReleaseDate: 2026-06-03 -Installers: -- Architecture: x86 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_i686_setup.exe - InstallerSha256: 2C0FD6E94DD6EA537E249818C4041A4EDACDE7CE93BA10BB8F9847F1A0704435 -- Architecture: x64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_x86_64_setup.exe - InstallerSha256: 482356B8C4B0496FC9B5AFE5B4A51588B2E085A35956A906A1F248F98B67C136 -- Architecture: arm64 - InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_1.1.1_windows_aarch64_setup.exe - InstallerSha256: 6C16D7FFAAB5FA542E6A397AD53905C88F140F0C5BCB64A5ECEAE3904C433D7E -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.en-US.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.en-US.yaml deleted file mode 100644 index b6cdf394ad75..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.1 -PackageLocale: en-US -Author: Shanghai Jiao Tong University Minecraft Club -PackageUrl: https://mc.sjtu.cn/sjmcl/en -ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher. -Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club. -Tags: -- china -- prc -ReleaseNotes: |- - - 🌟 Support automatically refreshing expired Microsoft account access tokens. #1627 @tangge233 - - 🌟 Support importing multiple resource files into an instance at once (via modal or drag-and-drop into the launcher window). #1630 @UNIkeEN - - 🐛 Fix an issue on macOS where mods could not request microphone permissions. #1631 @AnemoFlower - - 🐛 Fix an issue on Windows where the application title was not displayed in the taskbar. #1637 @UNIkeEN - - 🐛 Fix an issue where user-configured proxies in the launcher were not applied. #1645 @UNIkeEN - - 🐛 Fix display issues in the re-login modal and the extension list page. #1646 #1660 @baiyuansjtu - - 🐛 Fix an issue where the instance list could not be loaded in certain scenarios. #1652 @xunying123 - - 🐛 Fix duplicate downloads of Fabric API / QF API when installing modpacks. #1654 @SALTWOOD - - 🛠 Refactor parts of the frontend code and remove the lodash dependency to reduce project complexity. #1634 @xphost008 - - 🛠 Add error handling and modal prompts during process initialization. #1638 @UNIkeEN - - 🛠 Automatically remove newly created instance directories when instance creation (including modpack installation) fails, preventing confusion during retries. #1658 @UNIkeEN - - 🌐 Update internationalization translations related to XBOX. #1628 @3gf8jv4dv - - 📦 Upgrade the project to Rust 2024 Edition. #1642 #1647 @w1049 @tangge233 @UNIkeEN - - 📦 Update Tauri core libraries and plugins. #1642 @w1049 - - 📦 Remove the aws_lc_rs feature from jsonwebtoken and use the default ring backend to reduce package size. #1662 @UNIkeEN - - Extensions: - - Add Chakra.Table rendering mappings to the MarkdownContainer component for extension usage. #1649 @zaixiZaixiSJTU - - Workflow: - - Add a workflow to automatically upload releases to Winget. SJMCL can now be conveniently installed via Winget on Windows. #1639 @pangbo13 - - Add a native command-line installation script for Linux. #1643 @pangbo13 -Documentations: -- DocumentLabel: Docs - DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.zh-CN.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.zh-CN.yaml deleted file mode 100644 index 59b673828820..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.locale.zh-CN.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 1.1.1 -PackageLocale: zh-CN -Publisher: SJMCL -PublisherUrl: https://mc.sjtu.cn/ -PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues -Author: 上海交通大学 Minecraft 社 -PackageName: SJMCL -PackageUrl: https://mc.sjtu.cn/sjmcl -License: GPL-3.0 -LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE -Copyright: 2026 © SJMCL Team -ShortDescription: 新一代开源跨平台 Minecraft 启动器 -Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。 -Tags: -- mc -- minecraft -- 我的世界 -ReleaseNotes: |- - - 🌟 支持在微软账户 Access Token 过期后自动刷新。#1627 @tangge233 - - 🌟 支持为实例单次导入多个资源文件(通过对话框或拖入启动器窗口)。#1630 @UNIkeEN - - 🐛 修复 macOS 平台下无法为模组申请麦克风权限的问题。#1631 @AnemoFlower - - 🐛 修复 Windows 平台下任务栏不显示程序标题的问题。#1637 @UNIkeEN - - 🐛 修复用户在启动器内设置的代理未生效的问题。#1645 @UNIkeEN - - 🐛 修复重新登录对话框与扩展列表页面的显示问题。#1646 #1660 @baiyuansjtu - - 🐛 修复部分场景下实例列表无法加载的问题。#1652 @xunying123 - - 🐛 修复安装整合包时重复下载 Fabric API / QF API 模组的问题。#1654 @SALTWOOD - - 🛠 重构前端部分代码,移除 lodash 依赖以降低项目复杂性。#1634 @xphost008 - - 🛠 在进程初始化期间新增错误处理与对话框提示。#1638 @UNIkeEN - - 🛠 当创建新实例(包括安装整合包)失败时,自动删除新建的实例文件夹,避免用户在重试时产生困惑。#1658 @UNIkeEN - - 🌐 调整与 XBOX 相关的国际化翻译。#1628 @3gf8jv4dv - - 📦 将项目 Rust 升级至 2024 Edition。#1642 #1647 @w1049 @tangge233 @UNIkeEN - - 📦 更新 Tauri 核心库及其插件。#1642 @w1049 - - 📦 移除 jsonwebtoken 的 aws_lc_rs 特性,使用默认的 ring 后端以减少安装包体积。#1662 @UNIkeEN - - 扩展: - - 为 MarkdownContainer 组件新增 Chakra 表格渲染映射,供扩展使用。#1649 @zaixiZaixiSJTU - - 工作流: - - 新增发版时自动上传 Winget 的工作流,现在可以通过 Winget 便捷安装 SJMCL(Windows 平台)。#1639 @pangbo13 - - 新增适用于 Linux 平台的原生命令行安装脚本。#1643 @pangbo13 -ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v1.1.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.yaml b/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.yaml deleted file mode 100644 index 53e756bc1e1e..000000000000 --- a/manifests/u/UNIkeEN/SJMCL/1.1.1/UNIkeEN.SJMCL.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: UNIkeEN.SJMCL -PackageVersion: 1.1.1 -DefaultLocale: zh-CN -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.installer.yaml b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.installer.yaml new file mode 100644 index 000000000000..c74b7579fba6 --- /dev/null +++ b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Unity.UnityHub +PackageVersion: 3.18.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- unityhub +FileExtensions: +- unityhub +ProductCode: Unity Technologies - Hub +ReleaseDate: 2026-04-23 +AppsAndFeaturesEntries: +- DisplayName: Unity Hub 3.17.3 + ProductCode: Unity Technologies - Hub +Installers: +- Architecture: x64 + InstallerUrl: https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup-x64.exe + InstallerSha256: CE69AEA40DF46F5B844470827B0DBDE1A0C1AE403C34008FE899DA94C99D2525 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.en-US.yaml b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.en-US.yaml new file mode 100644 index 000000000000..be6988b749da --- /dev/null +++ b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unity.UnityHub +PackageVersion: 3.18.2 +PackageLocale: en-US +Publisher: Unity Technologies Inc. +PublisherUrl: https://unity.com/ +PublisherSupportUrl: https://support.unity.com/ +PrivacyUrl: https://unity.com/legal/privacy-policy +Author: Unity Technologies Inc. +PackageName: Unity Hub +PackageUrl: https://unity.com/unity-hub +License: Proprietary +LicenseUrl: https://unity.com/legal/terms-of-service +Copyright: Copyright © 2022 Unity Technologies Inc. +CopyrightUrl: https://unity.com/legal/trademarks +ShortDescription: Manage multiple installations of the Unity Editor, create new projects, and access your work. +Description: The Unity Hub is a standalone application that streamlines the way you navigate, download, and manage your Unity projects and installations. +Tags: +- unity +- unity3d +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.unity3d.com/hub/manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.zh-CN.yaml b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.zh-CN.yaml new file mode 100644 index 000000000000..1c40434813b0 --- /dev/null +++ b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Unity.UnityHub +PackageVersion: 3.18.2 +PackageLocale: zh-CN +Publisher: Unity Technologies Inc. +PublisherUrl: https://unity.com/cn +PublisherSupportUrl: https://support.unity.com/ +PrivacyUrl: https://unity.com/cn/legal/privacy-policy +Author: Unity Technologies Inc. +PackageName: Unity Hub +PackageUrl: https://unity.com/cn/unity-hub +License: 专有软件 +LicenseUrl: https://unity.com/cn/legal/terms-of-service +Copyright: Copyright © 2022 Unity Technologies Inc. +CopyrightUrl: https://unity.com/cn/legal/trademarks +ShortDescription: 管理 Unity 编辑器的多个安装、创建新项目和访问您的工作 +Description: Unity Hub 是一款独立应用程序,简化 Unity 项目和安装的浏览、下载和管理方式。 +Tags: +- unity +- unity3d +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://docs.unity3d.com/hub/manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.yaml b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.yaml new file mode 100644 index 000000000000..bda87e32f29d --- /dev/null +++ b/manifests/u/Unity/UnityHub/3.18.2/Unity.UnityHub.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jun/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Unity.UnityHub +PackageVersion: 3.18.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.installer.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.installer.yaml new file mode 100644 index 000000000000..bf50892328d1 --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.5" +InstallerType: inno +Scope: machine +FileExtensions: +- pvprj +ProductCode: PVSOL premium 2026_is1 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.valentin.de/pvsol/setup_pvsolpremium_2026_5.exe + InstallerSha256: 3041439F8FE36C66BFD99D0CF3C21E41C68FA907F730647C44AAA5485C505314 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml new file mode 100644 index 000000000000..7d3444f1fbdd --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.5" +PackageLocale: en-US +Publisher: Valentin Software GmbH +PublisherUrl: https://valentin-software.com/en/ +PublisherSupportUrl: https://valentin-software.com/en/support/technical-support/ +PrivacyUrl: https://valentin-software.com/en/privacy-policy/ +Author: Valentin Software GmbH +PackageName: PVSOL premium 2026 +PackageUrl: https://valentin-software.com/en/products/pvsol-premium/ +License: Proprietary +Copyright: Copyright © 2004-2026 Valentin Software GmbH +ShortDescription: The design and simulation software for photovoltaic systems – with 3D visualization and detailed shading analysis. +Description: |- + With PV*SOL premium, the industry standard for photovoltaic design software, you can design and simulate all types of modern PV systems. From small rooftop systems with to medium-sized systems on commercial roofs to solar parks - PV*SOL premium supports you with numerous tools for design and simulation. + The unique 3D visualization is the highlight of PV*SOL premium. You can visualize all common types of systems in 3D, whether roof-integrated or roof-mounted, whether on small angled roofs, large industrial halls or open spaces - with up to 7,500 mounted modules or up to 10,000 roof-parallel modules - and calculate the shading based on 3D objects. With the realistic shading from surrounding objects, you can achieve the highest reliability for your yield forecast. + All other design types from PV*SOL are of course also available in PV*SOL premium. Whether calculating self-consumption, designing battery storage or integrating electric vehicles - with PV*SOL premium you can implement all customer wishes in no time at all. + Our extensive product database includes over 26,000 PV modules, 7,500 inverters, 5,500 battery systems and many other products such as electric vehicles and performance optimizers. It is updated regularly by the product manufacturers themselves, so you can always work with the latest data. + You can generate high-quality project reports for your customers that can be edited as required. Circuit diagrams with the necessary safety devices can also be created, e.g. for submission to the relevant authorities. + The current feed-in tariffs are available in our database for the calculation of economic efficiency. By adding the information to the system costs, you will receive a detailed economic analysis of the system over 20 years. This allows you to create an initial offer in just a few minutes. + PV*SOL premium is available in German 🇩🇪, English 🇬🇧, Spanish 🇪🇸, French 🇫🇷, Italian 🇮🇹, Polish 🇵🇱, Czech 🇨🇿, Portuguese 🇵🇹 and Turkish 🇹🇷. And with project reports available in 23 languages, language barriers are a thing of the past. + Our technical support team and our help pages offer you assistance with your questions. In our forum you can address more complex questions to our team and other PV*SOL premium users. +Tags: +- photovoltaic +ReleaseNotes: |- + The following new features and changes are included: + - System planning using automatically generated 3D building models from LiDAR scans of the Rexplorer API (available only for locations in Germany). + - New map providers for planning with map sections for Spain and France. + - Updated TMY climate data from SolarAnywhere. + - Configuration rules for the SolarEdge S500B W, S650B W, and S650A power optimizers have been integrated. + - New load profiles: + - BDEW load profiles H25, G25 and L25 + - Elexon UK load profiles (Class 1 to Class 8) + - Catapult UK load profiles + - Load profiles based on measured values can be copied. + - Options menu with a new layout. + The following bugs have been fixed: + - Time controlled charging/discharging for DC battery systems spanning periods beyond midnight (00:00) did not work. + - Error when simulating DC charge controllers. + - Partial crashes occurred when using PVGIS climate datasets in combination with multiple module areas. + - The energy yield for GEG was not updated after changing the degradation. + - Global radiation and the diffuse fraction were not displayed in the characteristic curve diagram. + - Error when importing data (NaN) in the economic analysis. + - When considering taxes, a depreciation period of 0 years could be entered. +ReleaseNotesUrl: https://valentin-software.com/en/products/pvsol-premium/#release-notes +PurchaseUrl: https://shop.valentin-software.com/ +Documentations: +- DocumentLabel: Help + DocumentUrl: https://help.valentin-software.com/pvsol/en/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.locale.zh-CN.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.locale.zh-CN.yaml new file mode 100644 index 000000000000..de084719fd1d --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.5" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 光伏系统设计与仿真软件——具备 3D 可视化功能及精细化阴影分析 +Description: |- + 使用光伏设计软件行业标准 PV*SOL premium,您可以设计和模拟各类现代光伏系统。从小型屋顶系统到商业屋顶的中型系统,再到太阳能园区——PV*SOL premium 提供丰富的设计和仿真工具支持。 + 独特的 3D 可视化是 PV*SOL premium 的亮点。您能以三维形式呈现所有常见系统类型,无论是屋顶嵌入式还是屋顶架设式,无论是小型斜面屋顶、大型工业厂房还是开阔场地——最高支持 7,500 个架设模块或 10,000 个平行屋顶模块——并基于 3D 对象计算阴影。通过周边物体的真实阴影模拟,您可获得最高可靠性的发电量预测。 + PV*SOL 的所有其他设计类型当然也包含在 PV*SOL premium 中。无论是计算自消耗率、设计电池储能系统,还是整合电动汽车——PV*SOL premium 能让您快速实现客户的所有需求。 + 我们庞大的产品数据库包含:26,000+ 光伏组件、7,500+ 逆变器、5,500+ 电池系统以及电动汽车、功率优化器等众多产品。数据由制造商定期更新,确保您始终使用最新信息。 + 您能生成可定制的高质量项目报告,还可创建含必要安全装置的电路图(如用于提交监管部门)。 + 我们的数据库包含现行上网电价数据,结合系统成本信息可生成 20 年详细经济性分析,助您在几分钟内完成初步报价。 + PV*SOL premium 支持九种语言:德语🇩🇪、英语🇬🇧、西班牙语🇪🇸、法语🇫🇷、意大利语🇮🇹、波兰语🇵🇱、捷克语🇨🇿、葡萄牙语🇵🇹、土耳其语🇹🇷。项目报告支持 23 种语言,彻底消除语言障碍。 + 技术支持团队和帮助页面随时解答疑问,论坛则为您提供与开发团队及其他高级用户深入交流的平台。 +Tags: +- 光伏 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://help.valentin-software.com/pvsol/en/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.yaml b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.2026.yaml new file mode 100644 index 000000000000..201997291199 --- /dev/null +++ b/manifests/v/ValentinSoftware/PVSOL/Premium/2026/2026.5/ValentinSoftware.PVSOL.Premium.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: ValentinSoftware.PVSOL.Premium.2026 +PackageVersion: "2026.5" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.installer.yaml new file mode 100644 index 000000000000..2c4a42e53427 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0612/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.0612 +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-06-09 +ElevationRequirement: elevationRequired +InstallationMetadata: + DefaultInstallLocation: '%VIM%' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0612/gvim_9.2.0612_x86.exe + InstallerSha256: 4201836AAAC9006C77ED88437EC8A4C618C20ECAB1AF24A4E525C10FB0E39995 +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.2.0612/gvim_9.2.0612_x64.exe + InstallerSha256: 6612366A3AD55CDCBCA85B3307802E2071F1366D1C0D6C2919FAB070E6A8D288 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 000000000000..388db2d28ba4 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,76 @@ +# 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.0612 +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.0612 + 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.0612: Cannot render images in popup windows + - runtime(doc): wrong {str} length limit in matchfuzzy() docs + - 9.2.0611: MS-Windows: evim.exe not working with VIMDLL + - 9.2.0610: cindent: closing brace in a comment affects the next line's indent + - 9.2.0609: completion info popup cannot be scrolled with the keyboard + - 9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode + - 9.2.0607: GTK4: inputdialog() does not work as expected + - 9.2.0606: GTK4: does not support all clipboard formats + - 9.2.0605: tests: Test_screenpos() is flaky in GUI + - runtime(tutor): Fix grammatical error in Russian tutor + - translation(it): Add Italian translation of tutors README + Files: + 🔓 Unsigned Files: + - gvim_9.2.0612_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.2.0612_x64.exe + 64-bit installer + - gvim_9.2.0612_arm64.exe + ARM64-bit installer + - gvim_9.2.0612_x86.zip + 32-bit zip archive + - gvim_9.2.0612_x64.zip + 64-bit zip archive + - gvim_9.2.0612_arm64.zip + ARM 64-bit zip archive + - gvim_9.2.0612_x86_pdb.7z + pdb files for debugging the corresponding 32-bit executable + - gvim_9.2.0612_x64_pdb.7z + pdb files for debugging the corresponding 64-bit executable + - gvim_9.2.0612_arm64_pdb.7z + pdb files for debugging the corresponding ARM 64-bit executable + Interface Information + - Strawberry Perl 5.38 + - LuaBinaries 5.4 + - Python2 2.7 + - Python3 3.8 or later + - Racket 8.17 (BC) + - RubyInstaller 3.4 + - libsodium 1.0.22 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.2.0612 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.2.0612/vim.vim.nightly.yaml new file mode 100644 index 000000000000..6c6e56dea95a --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.2.0612/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.0612 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.installer.yaml b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.installer.yaml new file mode 100644 index 000000000000..06d1e1d494af --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.09-132309 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: msi +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.06.09-132309/wendy-cli-windows-amd64-2026.06.09-132309.msi + InstallerSha256: 8A932CC89B379D93429C49BFD768EBFA76CB05311D073FD5A59F2C32A15CD908 + ProductCode: '{55333767-85CA-4A3A-B71E-8B9672B02D71}' +- Architecture: arm64 + InstallerUrl: https://github.com/wendylabsinc/wendy-agent/releases/download/2026.06.09-132309/wendy-cli-windows-arm64-2026.06.09-132309.msi + InstallerSha256: EFB17F972C8D3814F6D237F1603FCD700F84CFB900B56332BED1F3E211FFA2DC + ProductCode: '{5383DB3D-FE19-4DC2-9F07-3466C044399F}' +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-06-09 diff --git a/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.locale.en-US.yaml b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.locale.en-US.yaml new file mode 100644 index 000000000000..2c2605e772c1 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.09-132309 +PackageLocale: en-US +Publisher: Wendy Labs +PublisherUrl: https://github.com/wendylabsinc +PublisherSupportUrl: https://github.com/wendylabsinc/wendy-agent/issues +PackageName: Wendy +PackageUrl: https://github.com/wendylabsinc/wendy-agent +License: Proprietary +ShortDescription: CLI for building and deploying apps to WendyOS edge devices. +Tags: +- cli +- edge-computing +- iot +- developer-tools +ReleaseNotesUrl: https://github.com/wendylabsinc/WendyOS/releases/tag/2026.06.09-132309 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/wendylabsinc/wendy-agent/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.yaml b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.yaml new file mode 100644 index 000000000000..63bb75e2efb8 --- /dev/null +++ b/manifests/w/WendyLabs/Wendy/2026.06.09-132309/WendyLabs.Wendy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WendyLabs.Wendy +PackageVersion: 2026.06.09-132309 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.installer.yaml b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.installer.yaml new file mode 100644 index 000000000000..48c639f269fb --- /dev/null +++ b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.installer.yaml @@ -0,0 +1,58 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yandex.Browser +PackageVersion: 26.4.4.826 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent + Log: --verbose-logging --log-file="" + Custom: --do-not-launch-browser +InstallerSuccessCodes: +- 1 +- 3 +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- crx +- css +- epub +- fb2 +- gif +- htm +- html +- infected +- jpeg +- jpg +- js +- mhtml +- pdf +- png +- shtml +- svg +- swf +- tif +- tiff +- txt +- webm +- webp +- xht +- xhtml +- xml +ProductCode: YandexBrowser +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + InstallerUrl: https://download.cdn.yandex.net/browser/int/26_4_4_826_110300/en/Yandex.exe + InstallerSha256: E9240B20B7B8E9934E0F4D28946837C2BF21073B2EAFF403846331C53C6DF32B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.locale.en-US.yaml b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.locale.en-US.yaml new file mode 100644 index 000000000000..24d2d66e9b73 --- /dev/null +++ b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yandex.Browser +PackageVersion: 26.4.4.826 +PackageLocale: en-US +Publisher: Yandex +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://browser.yandex.com/help/en/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Yandex Browser +PackageUrl: https://browser.yandex.com/ +License: Freeware +LicenseUrl: https://yandex.com/legal/browser_agreement/en/ +Copyright: Copyright 2026 Yandex. All rights reserved. +ShortDescription: Yandex Browser delivers fast and secure browsing with built-in Alice and the ability to sync passwords, bookmarks, and bank cards across devices. +Tags: +- browser +- chromium +- internet +- web +- webpage +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.locale.zh-CN.yaml b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.locale.zh-CN.yaml new file mode 100644 index 000000000000..7a5f93c1fb3b --- /dev/null +++ b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.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: Yandex.Browser +PackageVersion: 26.4.4.826 +PackageLocale: zh-CN +License: 免费软件 +Copyright: 版权所有 2026 Yandex。保留所有权利。 +ShortDescription: Yandex 浏览器内置 Alice,可跨设备同步密码、书签和银行卡,浏览速度快且安全。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.yaml b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.yaml new file mode 100644 index 000000000000..390654b3d362 --- /dev/null +++ b/manifests/y/Yandex/Browser/26.4.4.826/Yandex.Browser.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Yandex.Browser +PackageVersion: 26.4.4.826 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.installer.yaml b/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.installer.yaml new file mode 100644 index 000000000000..a37a5f463c16 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.5.5/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.5.5 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1' +ReleaseDate: 2026-06-09 +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.5.5/Zed-x86_64.exe + InstallerSha256: E534F7ECCF4FF0F4777F785A36E96DBE840A034EEE4C3940212FC983B5F6524C +- Architecture: arm64 + InstallerUrl: https://github.com/zed-industries/zed/releases/download/v1.5.5/Zed-aarch64.exe + InstallerSha256: 8FA9DF62519E1475EAD54BFF0F30BA380F99EA752FC33144E2A32D341F5E8F2E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.locale.en-US.yaml b/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.locale.en-US.yaml new file mode 100644 index 000000000000..2a3970020319 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZedIndustries.Zed +PackageVersion: 1.5.5 +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: |- + - Add Claude Fable 5 to Anthropic BYOK. (#58957) + - Fixed a bug where clicking the button to trust a git repository would do nothing. (#58716) +ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v1.5.5 +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.5.5/ZedIndustries.Zed.yaml b/manifests/z/ZedIndustries/Zed/1.5.5/ZedIndustries.Zed.yaml new file mode 100644 index 000000000000..ca167841dbb9 --- /dev/null +++ b/manifests/z/ZedIndustries/Zed/1.5.5/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.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.installer.yaml new file mode 100644 index 000000000000..4e3f1102f6ec --- /dev/null +++ b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.49.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-06-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.49.1/Meru-Setup-3.49.1.exe + InstallerSha256: 7144C108372F4069B10020A2C742ADFC377FF025EFCCED2009300F90889ED56A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.49.1/Meru-Setup-3.49.1.exe + InstallerSha256: 7144C108372F4069B10020A2C742ADFC377FF025EFCCED2009300F90889ED56A + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.49.1/Meru-Setup-3.49.1.exe + InstallerSha256: 7144C108372F4069B10020A2C742ADFC377FF025EFCCED2009300F90889ED56A + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.49.1/Meru-Setup-3.49.1.exe + InstallerSha256: 7144C108372F4069B10020A2C742ADFC377FF025EFCCED2009300F90889ED56A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 000000000000..87e50025ac0a --- /dev/null +++ b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.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: Zoid.Meru +PackageVersion: 3.49.1 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Fixed + - Fixed hide Gmail upgrade button option not hiding button on bottom left + - Fixed Gmail not reacting to mouse hover after selecting account with keyboard shortcuts + Internal Changes + - Linux: Switched to static AppImage runtime +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.49.1 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 000000000000..ff5056974b0b --- /dev/null +++ b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.49.1 +PackageLocale: zh-CN +ShortDescription: 您值得拥有的 Gmail 体验 +Description: Meru 是一个开源桌面应用程序,它将您的 Gmail 使用体验从浏览器带到桌面。它提供了一种更简洁、更专注的方式来访问和管理您的 Gmail 帐户。 +Tags: +- gmail +- 电子邮件 +- 邮件 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.yaml b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.yaml similarity index 70% rename from manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.yaml rename to manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.yaml index 4647033af572..cffdbd1ad112 100644 --- a/manifests/u/UNIkeEN/SJMCL/0.7.0/UNIkeEN.SJMCL.yaml +++ b/manifests/z/Zoid/Meru/3.49.1/Zoid.Meru.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: UNIkeEN.SJMCL -PackageVersion: 0.7.0 -DefaultLocale: zh-CN +PackageIdentifier: Zoid.Meru +PackageVersion: 3.49.1 +DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0